Hello, I've posted on the soap-users list and haven't received any weblogic specific suggestions on resolving this. Hopefully one of you will have the answer. The one person that did reply mentioned about setting up the server and client certs but didn't know how this was done in Weblogic. Our technical architect didn't feel that the certs should be an issue and that we're able to manually send via HTTPS. So my first question is do I need to set up certificates if all I want to do is send via HTTPS in Apache SOAP? Also, doesn't the web server, in this case iPlanet, handle the SSL connection for Weblogic on incoming requests thus making the certs unnecessary in Weblogic?
So here is the error with the jsse jars (jsse.jar, jnet.jar, jcert.jar) in the classpath of Weblogic's startup script prepending them before the weblogic jars. This same code works fine if I send via http. SSL error print out:[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.SocketException: SSL implementation not available; targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.SocketException: SSL implementation not available] at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnectio n.java:354) at org.apache.soap.messaging.Message.send(Message.java:123) ... So am I missing a basic configuration piece or can SSL be sent via Weblogic 6.1sp4? Thanks in advance. Here's the env specific info: Apache SOAP 2.3.1, Weblogic 6.1sp4, Windows 2000 pro and Apache 2.0.39. Cheers, Marty Haught