You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by emengy <em...@hotmail.com> on 2010/02/21 11:06:39 UTC

Timeout when using setUseSeparateListener(true)

Hi,

I'd written an asynchronous client with axis2.4.1 . Since I want to execute
a long task on the server side I added the following lines:
stub._getServiceClient().engageModule("addressing");
stub._getServiceClient().getOptions().setUseSeparateListener(true);

Which as far as I understand use WS_ADDRESSING to create a "true" callback
from the server side and avoid connection timeouts. Surprisely I'm still
getting timeout after the default time defined in conf\axis2.xml

INFO: Unable to sendViaPost to
url[http://localhost:8080/JCG/services/MyService]
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)

Any idea why this happen?

Thanks 
-- 
View this message in context: http://old.nabble.com/Timeout-when-using-setUseSeparateListener%28true%29-tp27674248p27674248.html
Sent from the Axis - User mailing list archive at Nabble.com.