Great thanks once again,
Last questions,
1) in my scenario, message have to go as a soap headed request,
is there a generic way to do so (otherwise I will do a freemaker
transformation...) ?
2) answer comes back as "<data>base64 content</data>"
How to have it as the text answer (with or without soap headers) ?
Regards,
Francois
Your cxfEndpoint should be
<cxf:cxfEndpoint id="wsEndpoint"
address="http://192.168.5.1:9767/services/version"
wsdlURL="http://192.168.5.1:9763/services/version?wsdl"
xmlns:s="http://ws.apache.org/axis2"
serviceName="s:getVersion"
endpointName="s:versionSOAP12port1">
<cxf:properties>
<entry key="dataFormat" value="MESSAGE"/>
</cxf:properties>
</cxf:cxfEndpoint>
Willem
--
View this message in context:
http://old.nabble.com/webservice-to-transform-enrich-content-tp28683162p28702004.html
Sent from the Camel - Users mailing list archive at Nabble.com.