Hello community,

having Spring's JaxWsPortProxyFactoryBean, is it possible to ensure and configure a SSL/TLS authentication against a Webservice Provider - so that the underlying http-connection uses a custom SSLContext?

It's quite the same thing using Spring's HttpInvoker configured with a custom HttpRequestExecutor, described here: http://forum.springsource.org/showth...ht=certificate.

But in my case I'd like to set up this scenario against a Webservice-Endpoint, that is configured well. Apache CXF provides an easy way to provide the required custom SSLContext (by configuring a "http-conduit" bean with trustManager and keyManager);

... but using Spring's possibilities for now I am searching a way to do so with Spring's Jax-Ws client api / configuration...

Thanks in advance!

Cheers,
jenskreidler