Description
Here is how endpointName and serviceName are declared in XSD.
<xsd:attribute name="endpointName" type="xsd:QName" /> <xsd:attribute name="serviceName" type="xsd:QName" />
So the xml parser fails to parse the following element
<cxf:cxfEndpoint id="service" address="${http.service.endpoint.path}" wsdlURL="${http.service.wsdl.path}" serviceName="${http.service.serviceName}" endpointName="${http.service.portName}"> </cxf:cxfEndpoint>
Attachments
Attachments
Issue Links
- is related to
-
CAMEL-3510 cxf namespace should support Camel properties placeholder out of the box
- Resolved