If you need to use SSL, perhaps you should formally step up to standard
JAXWS[1].  It's not that more difficult, and that will make your SSL
work[2] more standard and platform-independent.

HTH,
Glen

[1] http://www.javapassion.com/handsonlabs/wshelloworld/
[2] http://java.sun.com/developer/EJTechTips/2006/tt0527.html#1


Am Donnerstag, den 13.09.2007, 09:32 -0700 schrieb Chris Campbell:
> I cannot figure out how to use SSL in a simple front end client like
> the following
> 
> JaxWsProxyFactoryBean factory = new JaxWsProxyFactoryBean();
> factory.setBus( bus );                                
> factory.setAddress( "https://somewhere/service"; );            
> factory.setServiceClass( Service.class );
> Service = (Service) factory.create();
> 
> I see examples where people are adding new TLSClientParameters() to
> the HTTPConduit, but I cannot figure out how to get the HTTPConduit
> in this example.

Reply via email to