Re: SOAP and SSL HELP

2002-04-19 Thread Andrew Trieger
oh yeah, there are some great docs in the jsse. examples and stuff, check out the jdk1.4.0 docs at java.sun.com and find the jsse specific stuff. its not soap-specific, but enabling SSL in a java program has nothing to do with soap, the two are really nicely separated. Drew

Re: SOAP and SSL HELP

2002-04-19 Thread Andrew Trieger
;t enjoyed, I always get an Exception : Caught SOAPException (SOAP-ENV:Client): Error opening socket: null  Any ideas ! Regards  Pop Marius L. - Original Message - From:Andrew Trieger To: [EMAIL PROTECTED] Sent: Friday, April 19, 2002 2:16 PM Subject: Re: SOAP and SSL HELP  I did this:       //

Re: SOAP and SSL HELP

2002-04-19 Thread pop m
xception (SOAP-ENV:Client): Error opening socket: null     Any ideas !   Regards  Pop Marius L. - Original Message - From: Andrew Trieger To: [EMAIL PROTECTED] Sent: Friday, April 19, 2002 2:16 PM Subject: Re: SOAP and SSL HELP I did this:       // settings f

Re: SOAP and SSL HELP

2002-04-19 Thread Andrew Trieger
I did this:       // settings for client-auth via certs.     // Truststore     System.setProperty("javax.net.ssl.trustStore","/home/atrieger/workspaces/trieger_rootca_truststore.jks");     // missing type-setting here because default type is jks     System.setProperty("javax.net.ssl.trustStorePa

SOAP and SSL HELP

2002-04-19 Thread pop m
Hi !   I have the client.keystore and server.keystore files.   Can anyone send me a part of a soap client code example where SSl is being integrated with the code. My soap client looks like : ...   try {      Call call = new Call();      call.setTargetObjectURI("urn:" + m_s