I followed the instruction at
http://xml.apache.org/websrc/cvsweb.cgi/~checkout~/xml-soap/java/docs/install/FAQ_Tomcat_SOAP_SSL.html
to use SSL over SOAP...
and I have this error when invoking service :
java.lang.reflect.InvocationTargetException: javax.net.ssl.SSLHandshakeException:
unknown CA
at java.lang.Throwable.<init>(Throwable.java:96)
at java.lang.Exception.<init>(Exception.java:44)
at java.io.IOException.<init>(IOException.java:49)
at javax.net.ssl.SSLException.<init>(Unknown Source)
at javax.net.ssl.SSLHandshakeException.<init>(Unknown Source)
at com.ibm.jsse.JSSESocket.install(Unknown Source)
at com.ibm.jsse.JSSESocket.startHandshake(Unknown Source)
at org.apache.soap.util.net.SSLUtils.buildSSLSocket(SSLUtils.java:93)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.soap.util.net.HTTPUtils.buildSocket(HTTPUtils.java:117)
at org.apache.soap.util.net.HTTPUtils.post(HTTPUtils.java:165)
at
org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:238)
at org.apache.soap.rpc.Call.invoke(Call.java:205)
Has anybody an idea ?
Thanks
Cecile Saint-Martin
[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]