Hi David,
It is same with the MESSAGE data format, you have to set the SEI to the
endpoint.
Now , there is only one webservice component in Camel , it is camel-cxf
component.
But if you just want to the send the XML message out without SEI, you
can try out the camel-http component.
BTW, Here is another soap component in CXF which will take care of the
soap message handling(just put on or take off the soap header and body)
just with WSDL without SEI. May be you can check out the test[1] first.
[1]
https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/CxfSoapTest.java
Regards,
Willem
david_geary wrote:
What about MESSAGE data format - im trying to send just the xml message to
the endpoint, without the SEI java class - is this possible?
Ie is it possible to wire camel up to any type of web service? or does it
have to be a cxf web service?