Re: HTTPS client configuration using JaxWsProxyFactoryBean

2014-06-11 Thread Bob Ross
); tlsParams.setCertAlias(/*CERT_ALIAS_MATCHING_IN_KEYSTORE*/); conduit.setTlsClientParameters(tlsParams); [/CODE] Hope this helps someone else who runs into this problem... -- View this message in context: http://cxf.547215.n5.nabble.com/HTTPS-client-configuration-using-JaxWsProxyFactoryBean

FW: HTTPS client configuration using JaxWsProxyFactoryBean

2011-10-19 Thread David Sills
Sorry, this got replied to the wrong address. -Original Message- From: David Sills Sent: Wednesday, October 19, 2011 7:06 AM To: 'Daniel Kulp' Subject: RE: HTTPS client configuration using JaxWsProxyFactoryBean Daniel: Many thanks for the suggestions. I have tried using

HTTPS client configuration using JaxWsProxyFactoryBean

2011-10-18 Thread David Sills
All: Is it possible to configure the JaxWsProxyFactoryBean to use HTTPS? It looks as though it should be, but I can't quite figure out how to connect up the bits. I have added this to the Spring configuration file: http:conduit

Re: HTTPS client configuration using JaxWsProxyFactoryBean

2011-10-18 Thread Daniel Kulp
I think if you add a factory.setEndpointName() call to the appropriate qname used in the http:conduit, it should work. Alternatively, if you setup the address on the factory prior to calling create (factory.setAddress(...)), you can configure the http conduit via something like: