-
Sep 5th, 2012, 10:53 AM
#1
Spring's JAX-WS Client and SSL/TLS authentication
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules