Hi,
i'm starting using servicemix (release 3.3) an di have an issue configuring
soap-provider endpoint
Service fails when deplying on servicemix with error parameter
basicAuthentication not found?
Is SSL & basic authentication working on soap-provider endpoint ?
If no? Is there any workaround ?
Below my configuration
<http:soap-provider service="bertin:WSTransService"
endpoint="WSTransRequired_Port"
wsdl="classpath:service.wsdl"
validateWsdl="true"
locationURI="https://localhost/Service"
>
<http:basicAuthentication>
<http:basicAuthCredentials username="test"
password="test" />
</http:basicAuthentication>
<http:ssl>
<http:sslParameters
keyStore="classpath:/client.keystore"
keyStorePassword="test"
trustStore="classpath:/client.keystore"
keyStoreType="JKS"/>
</http:ssl>
</http:soap-provider>
Thanks for help.
--
View this message in context:
http://www.nabble.com/Servicemix-http-ssl---basic-authentication-tp23315027p23315027.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.