Hmmmm...

got it fixed.  I feel dumb... it was a mistyped line....

Thanks for the pointers though.

Laura

> -----Original Message-----
> From: Keith Hatton [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 24, 2003 10:11 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [axis-user] another SSL question
> 
> 
> Could it be that the WSDL2Java-generated code does the 
> required System.setProperty to configure the HTTPS handler, 
> based on the WSDL that was available at compile time?
> 
> In which case, you might try adding
> System.setProperty("java.protocol.handler.pkgs", 
> "com.sun.net.ssl.internal.www.protocol");
> to your dynamic client code.
> 
> Check the JSSE docs for other things you might have to code 
> by hand, such as adding a security provider on the client side.
> 
> Keith
> 

Reply via email to