Hi,
i try do pass soap services under HTTPS connection.
I'm using Orion, so I've modified the files server.xml to declare a new
website with (secure="true").
When a component tries to access a soap service, it gets the following error
:
[BackboneException: ; EmbededException=[SOAPException:
faultCode=SOAP-ENV:Client; msg=Error opening socket: null;
targetException=java.lang.IllegalArgumentException: Error opening socket:
null]]
at MyObject.syncCall(MyObject.java:113)
Anyone has an idea ?
Is there something special to do in the service call, now that is a https
connection ?
thanks
Ludovic