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
;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:
//
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
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
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