Re: problem with camel and cxf endpoint

2010-07-13 Thread Willem Jiang
It depends on what you want to do. You can use the SOAPHandler, CXF interceptor to intercept the message. and you can totally change the soap message body by using tranformation which is provide by camel-xslt[1]. [1]http://camel.apache.org/xslt.html Willem -- A

Re: problem with camel and cxf endpoint

2010-07-13 Thread Paweł Wesołowski
Hi, Really thanks for your reply. I have one more question. Is there other way to intercept the soap message (not using the Provider API) just to be able to send it through cxf endpoint? -- Paweł Wesołowski W dniu 07/13/2010 02:41 PM, Willem Jiang pisze: Hi, You are using the Provider API

Re: problem with camel and cxf endpoint

2010-07-13 Thread Willem Jiang
Hi, You are using the Provider API on the soapMessageEndpoint endpoint, which doesn't set the BindingOperationInfo. You just the get the SOAPMessage from the soapMessageEndpoint, if you want to send it to the other client without changing it, you could write this SOAPMessage into a stream an

Re: problem with camel and cxf endpoint

2010-07-13 Thread Paweł Wesołowski
Title: This email may contain confident I forgot to add that I'm using camel in version 2.2.0.fuse-01-00. W dniu 07/13/2010 02:10 PM, Paweł Wesołowski writes: Hi all, I have a problem with following flow: 1. receive soap message 2. route the unchanged message 3. send soap mes

problem with camel and cxf endpoint

2010-07-13 Thread Paweł Wesołowski
Hi all, I have a problem with following flow: 1. receive soap message 2. route the unchanged message 3. send soap message to remote webservice (this is external service and I have only its wsdl file) Here is my flow described in xml configuration: