Re: RAW xml to SOAPMessage convertion in CXF WS endpiont

2009-06-21 Thread Willem Jiang
Hi, This is the Camel 1.x branch's CxfPayLoadSoapHeaderTest[1]. [1]https://svn.apache.org/repos/asf/camel/branches/camel-1.x/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfPayLoadSoapHeaderTest.java Willem trivedi kumar b wrote: > Hi Willem, > > I am using Apache camel 1.

Re: RAW xml to SOAPMessage convertion in CXF WS endpiont

2009-06-21 Thread trivedi kumar b
.0" >>>> xmlns:urn2="urn:oasis:names:tc:ebxml-regrep:xsd:rs:3.0" >>>> xmlns:urn3="urn:oasis:names:tc:ebxml-regrep:xsd:rim:3.0"> >>>> >>>> >>>> >>>> >>> xmlns:inc="http://www.w3.org/2004/08/xop/include"/> >>>> >>>> >>>> >>>> --=_Part_0_18152502.1245358049140 >>>> Content-Type: text/plain; charset=us-ascii >>>> Content-Transfer-Encoding: 7bit >>>> Content-ID: <965235575520> >>>> >>>> this is trivedi >>>> --=_Part_0_18152502.1245358049140-- >>>> >>>> === >>>> >>>> Thanks, >>>> Trivedi >>> >>> >> > > > -- View this message in context: http://www.nabble.com/RAW-xml-to-SOAPMessage-convertion-in-CXF-WS-endpiont-tp24099613p24132288.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: RAW xml to SOAPMessage convertion in CXF WS endpiont

2009-06-20 Thread Willem Jiang
Hi Trivedi, I think you mean the PAYLOAD dataformat, the answer is yes. Here is a Unit test[1] in the camel trunk. If you are using the POJO dataformat, you can't get the SOAPBody directly unless you use the WebServiceProvider API[2]. [1]https://svn.apache.org/repos/asf/camel/trunk/components/ca

Re: RAW xml to SOAPMessage convertion in CXF WS endpiont

2009-06-19 Thread trivedi kumar b
names:tc:ebxml-regrep:xsd:rim:3.0"> >> >> >> >> > xmlns:inc="http://www.w3.org/2004/08/xop/include"/> >> >> >> >> --=_Part_0_18152502.1245358049140 >> Content-Type: text/plain; charset=us-ascii

Re: RAW xml to SOAPMessage convertion in CXF WS endpiont

2009-06-19 Thread Willem Jiang
CXF has some interceptors to deal with the attachment message. Since you are using MESSAGE dataFormat, you can't get attachment message from Message context. Can you try the PAYLOAD dataFormat? I think you could get attachments from the message. Willem trivedi kumar b wrote: > Hi, > > I have a

RAW xml to SOAPMessage convertion in CXF WS endpiont

2009-06-18 Thread trivedi kumar b
============== Thanks, Trivedi -- View this message in context: http://www.nabble.com/RAW-xml-to-SOAPMessage-convertion-in-CXF-WS-endpiont-tp24099613p24099613.html Sent from the Camel - Users mailing list archive at Nabble.com.