Hi Willem,
now I'm able to create a @WebServiceProvider cxf endpoint, but when I send
soap request it parse the message and throw following exception :
"INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Message part {http://test.ws.com/}booking
was not recognized."
Message is :
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header>
<agv:test xmlns:agv="http://test.ws.com/">test</agv:test>
</soapenv:Header>
<soapenv:Body>
<agv:booking xmlns:agv="http://test.ws.com/">
<agv:from>New York</agv:from>
<agv:to>Dallas</agv:to>
</agv:booking>
</soapenv:Body>
</soapenv:Envelope>
--
View this message in context:
http://www.nabble.com/Add-ws-security-to-jetty-endpoint-tp17883208s22882p18129866.html
Sent from the Camel - Users mailing list archive at Nabble.com.