Getting "Socket read failed" exception while running the webservice client.
Following are the steps
1. Configured tomcat IIS redirection
2. From browser it is able to redirect.And application is running well.
3. Deployed web services in same context root [Configured axis for existing
web application.]
4. Web services are working fine on http on tomcat port.
5. Now I am trying to run the web services over https.
6. Implemented java client and Ignored the certificate validity check by
setting axis properties.
Interestingly when I configured the tomcat on 8443, web service over
https are working fine with java client. But with IIS redirection, I got
the "socket read failed" exception.
Application request flow with IIS will be as follows
[Client] ----> HTTP/S (80/443) ----> [IIS] ----> AJP (8009) ----> [Tomcat]
Please help to resolve this issue.
regards,
Praveen
--
View this message in context: http://www.nabble.com/webservice-over-https-tp21325616p21325616.html
Sent from the JAX-WS Development mailing list archive at Nabble.com.