Hi,

you should transform the message into a JBI message. Basically, a JBI message is more or less a SOAP envelope (payload) with headers (jbi).

Regards
JB

On 07/18/2011 01:49 PM, rrino Gazeta.pl wrote:
Hi

I have a question regarding sending soap message as a String to jbi.endpoint
(cxf-bc concumer):


with the following

    from("timer://tutorial?fixedRate=true&delay=4000&period=10000")
             .setBody(constant(msg))
             .to("jbi:endpoint:
http://servicecom/ws/WebService/cxfbc-provider-endpoint?operation={http://package.com/ws}doSomething&mep=in-out
")
             .to("log:log");


i'm getting

Caused by: java.lang.Exception: Message wrapper element is '{
http://schemas.xmlsoap.org/soap/envelope/}Envelope' but expected '{
http://java.sun.com/xml/ns/jbi/wsdl-11-wrapper}message'

the 'msg'  is valid soap string, should I convert this msg to other object ?
Or should I do something else ?


Apache camel 2.7


regards

rafal


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to