Can I secure my inbound cxf:enpoint with
*<conduit name="{http://example.com/}HelloWorldServicePort.http-conduit"
xmlns:sec="http://cxf.apache.org/configuration/security"
xmlns="http://cxf.apache.org/transports/http/configuration">
<authorization>
<sec:UserName>myuser</sec:UserName>
<sec:Password>mypasswd</sec:Password>
<sec:AuthorizationType>Basic</sec:AuthorizationType>
</authorization>
</conduit>*
My Endpoint looks like
*
<cxf:cxfEndpoint id="MESEndpoint"
address="http://server:8181/mes/bw/MyFuseEndpointAddress"
serviceClass="company.pi.mes.id56.interface.PortDetails"
wsdlURL="wsdl/myWsdl.wsdl"
serviceName="p1:SI_ID56_MyFuseEndpointServiceAddress"
endpointName="p1:HTTPS_Port"
xmlns:p1="urn:company:pi:mes:id56:WSDLNamespace"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" />*
Could you please help me with this simple basic authentication.
I am really in need of the same.. and its quite urgent :-(
--
View this message in context:
http://camel.465427.n5.nabble.com/Securing-Inbound-WebService-Endpoint-tp5738816.html
Sent from the Camel - Users mailing list archive at Nabble.com.