Read timeout implement for WebService HTTPS call
I am trying to implement read timeout(timeout after specified duration) for WebService call over HTTPS. Its w开发者_运维技巧orking fine over HTTP but its not over HTTPS. Any help will be appreciated.
I am using Axis 1.4
You can set the global timeout for the JVM through a system property. What have you done so far?
精彩评论