Hi.

I solve my problem, but i think this is a strange decision.

in the method "process"


>       public void process(Exchange exchange) throws Exception {
>         MessageContentsList mcl = new MessageContentsList();
>         mcl.add(0,"my response 2");
>         exchange.getOut().setBody(mcl);
> 

Can anybody tell me other decision ?

Thanks

Evgeny
-- 
View this message in context: 
http://www.nabble.com/webservice-response-tp16960229s22882p16983076.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to