Hi Praveen, Maybe you can use the "useSOAPEnvelope" property in the endpoint configuration [1].
c&p from the docs: "Specifies if the endpoint expects soap messages when useJBIWrapper is false" Hope this helps, Regards, Agus [1] http://servicemix.apache.org/servicemix-cxf-bc.html 2011/4/6 pchakinala <[email protected]>: > Hi, > My usecase is like beloew > > HTTPClient ===> Http Consumer ===> cxfbc :provider ===> call outside > webservice > > > When i post the soap message from HTTPClient it is calling webservice > successfully. > > But As per the requirement from HTTPClient i get only plain XML (i.e not > wrapped with SOAP Format) > > Please update me how can i convert from plain XML to SOAP format xml. > > Is there any utility available. > > HTTP Consumer: > > > > > > > CXF BC : > > > Regards, > Praveen Chakinala > > > -- > View this message in context: > http://servicemix.396122.n5.nabble.com/CXF-BC-Provider-SOAP-conversion-tp4286503p4286503.html > Sent from the ServiceMix - User mailing list archive at Nabble.com. >
