Hi,

Somehow from my mail client I can't see the xml message, anyway, I currently get it from nabble.

Your current request is
<processOrder>
   <arg0>aaaaaaaa</arg0>
</processOrder>

this is incorrect, it miss namespace as the below message told you.
WARNING: Interceptor for {http://order.demo/}OrderProcessImplService#{http://order.demo/ }processOrder has thrown exception, unwinding now org.apache.cxf.interceptor.Fault: Unexpected wrapper element processOrder found. Expected {http://order.demo/}processOrder.
 it should be
               <tns:processOrder xmlns:tns="http://order.demo/";>
                <arg0>aaaaaaaa</arg0>
                </tns:processOrder>

Freeman
On 2011-4-7, at 下午6:02, pchakinala wrote:

Hi Freeman,

As per my earlier post i was able to call webservice successfully using
cxbbc:provider with given below soap format




                aaaaaaaa
                




My usecase flow is like below

HTTP Client ===> Http Consumer ===> CXFBC:PROVIDER ===> Calling outside
webservice

But as per my requirement HTTP Client send only Plain XML to HTTP Consumer and it will be transformed to SOAP format before publishing to Webservice.

HTTP Client is sending the Plain XML with below format.


  aaaaaaaa



WSDL:
--------




















































Please Suggest  me do i need to change the Plain XML Format.

Regards,
Praveen Chakinala



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/CXF-BC-Provider-SOAP-conversion-tp4286503p4288125.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

---------------------------------------------
Freeman Fang

FuseSource
Email:[email protected]
Web: fusesource.com
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
Connect at CamelOne May 24-26
The Open Source Integration Conference








Reply via email to