Hi,
When trying to use SSL in my Axis2 client (using ADB) I get the following
error:
---------------------------------------------------------------------------
org.apache.axis2.AxisFault: Transport error: 417 Error: Expectation Failed
at
org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:298)
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:192)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:327)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:206)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:374)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at
dk.logica.glrchr.cvr.CVRWebServiceStub.getLegalUnitSeek(CVRWebServiceStub.java:880)
at dk.logica.glrchr.cvr.test.Test.testADB(Test.java:36)
at dk.logica.glrchr.cvr.test.Test.main(Test.java:48)
I set up the trusted keystore like this:
System.setProperty("javax.net.ssl.trustStore", "d:\\testmedca.jks");
System.setProperty("javax.net.ssl.trustStorePassword", "Secret");
Any suggestions ?
Best regards
Martin Elkjær
--
View this message in context:
http://www.nabble.com/Axis2-SSL-problem-tp17231692p17231692.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]