RE: read timeout

2010-10-18 Thread Martin Gainty
: Mon, 18 Oct 2010 01:48:34 -0700 > From: [email protected] > To: [email protected] > Subject: RE: read timeout > > > Hi Martin, > thanks for your response. > i will try to be more detailed. > I've to contact a web service deployed on an iis server passing f

RE: read timeout

2010-10-18 Thread wolly
Hi Martin, thanks for your response. i will try to be more detailed. I've to contact a web service deployed on an iis server passing first through a load balancer and an isa firewall. If i invoke directly the iis the read timeout exception is not generated; but if i pass through from

RE: read timeout

2010-10-15 Thread Martin Gainty
nt donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 15 Oct 2010 06:02:38 -0700 > From: [email protected] > To: [email protected] > Subject: read timeout > > > Hi

read timeout

2010-10-15 Thread wolly
Hi all, I've a problem of read timeout when my stub tries to invoke the endpoint (a webservice deployed on iis). My application is deployed on jboss as 4.3 as an ejb (which contains the stub). >From a tcp point of view i found that the stub not send the FIN packet that end the connection

Testing Axis2 and Secure web service using a java client - read timeout exception

2010-03-30 Thread SM
Hello all,   I have created a simple HelloWorld axis2 webservice and it works perfectly when rampart is not engaged.  I made the web service a secure one implementing transport level security as indicated by Nandana in the following tutorial:   http://wso2.org/library/3190   When I invoke the se