Posted By:
V_I
Posted On:
Tuesday, April 22, 2008 01:23 PM
Hi, I have a test client app (Axis Java generated by WSDL). When I send out a request for a 'product' I get the SocketTimeoutException/Read timed out (please, see below.), but it happens only when I request that particular product for the very first time. Subsequent requests return the expected results in less than one second. Question - what does this "timeout on a first try only" mean? Is there any kind of caching that occurs? If yes, where should I look for settings/config? Please, help. (It's been a support nightmare) Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode:
More>>
Hi,
I have a test client app (Axis Java generated by WSDL). When I send out a request for a 'product' I get the SocketTimeoutException/Read timed out (please, see below.), but it happens only when I request that particular product for the very first time. Subsequent requests return the expected results in less than one second.
Question -
what does this "timeout on a first try only" mean?
Is there any kind of caching that occurs? If yes, where should I look for settings/config?
Please, help. (It's been a support nightmare)
Exception in thread "main" AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
faultSubcode:
faultString: java.net.SocketTimeoutException: Read timed out
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:java.net.SocketTimeoutException:
Read timed out
Thanks,
<<Less