Hi,
In the documentation of the component camel-cxf, it is mentioned that we can
define the dataformat. When I set this parameter in my spring DSL, I receive
the following error :
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute
'dataFormat' is not allowed to appear in element 'cxf:cxfEndpoint'.
<!-- webservice endpoint -->
<cxf:cxfEndpoint id="reportIncident"
address="http://localhost:8080/camel-example/incident"
wsdlURL="wsdl/report_incident.wsdl"
dataFormat="PAYLOAD"
serviceClass="#reportIncidentEndpoint"
endpointName="s:ReportIncidentPort"
serviceName="s:ReportIncidentService"
xmlns:s="http://reportincident.example.camel.apache.org"
/>
Is it a mistake of me or an error ?
Regards,
-----
Charles Moulliard
SOA Architect
My Blog : http://cmoulliard.blogspot.com/ http://cmoulliard.blogspot.com/
--
View this message in context:
http://www.nabble.com/camel-cxf---dataformat-tp22332652p22332652.html
Sent from the Camel - Users mailing list archive at Nabble.com.