What is intriguing is that the WSDL specify explicitly the style to document.

...
<wsdl:binding name="OfferServiceHttpBinding"
type="tns:OfferServicePortType">
<wsdlsoap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http"/>

<wsdl:operation name="makeProposal">
<wsdlsoap:operation soapAction=""/>
...

I tested it successfully with SOAPUI. It detects it in document mode.
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/CxfBinding-Document-Style-tp1045335p1045345.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to