Question
Web Service using SSL
Using Coldfusion 8, I am trying to connect to a .NET web
service that is secure with SSL v3.
I have added their cert to my CF keystore but still getting the same error.
I am able to connect to the webservice, but not execute any methods.
I can access the webservice and run the method when not using SSL.
But with SSL I am getting this error:
The fault returned when invoking the web service operation is:
AxisFault
faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.ConnectException: Connection timed out: connect
Any help greatly appreciated!!
I have added their cert to my CF keystore but still getting the same error.
I am able to connect to the webservice, but not execute any methods.
I can access the webservice and run the method when not using SSL.
But with SSL I am getting this error:
The fault returned when invoking the web service operation is:
AxisFault
faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.ConnectException: Connection timed out: connect
Any help greatly appreciated!!
