Hi,
can you please give me a example how to use CXF_MESSAGE format?
http://camel.apache.org/cxf doesn't say much about it.
Trying it like
from("cxf:http://localhost:8080/service?dataFormat=CXF_MESSAGE") I'm getting
a NP exception.
And with providing a wsdl like
from("cxf:http://localhost:8050/SoapPluginCallback?wsdlURL=someurltoawsdl&dataFormat=CXF_MESSAGE")
I have the problem again that incoming soap messages doesn't match the
ecpected ones from the wsdl. ("Message part XXX was not recognized. (Does
it exist in service WSDL?)")
Regards.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-create-a-generic-SOAP-consumer-tp5731741p5732117.html
Sent from the Camel - Users mailing list archive at Nabble.com.