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 load balancer and isa there is this exception. I've already tried this solution from amila's blog: http://amilachinthaka.blogspot.com/2009/05/improving-axis2-client-http-transport.html by using cleanup, cleanupTransport and shutdown on httpConnectionManager, but nevertheless with the same result the connection is not closed, at least this is the analisys of the network team. Actually the isa firewall is setted to force closing the connection in my place. What's wrong ? There is a best solution compared to amila's ?
Walter contact the IIS admin on their server with a few brief questions: Are they implementing HTTP 1.0 or HTTP 1.1 connections? is their HTTP communication occuring Synchronously or Asynchronously? anyone on the list have pointers to config IIS timeouts? Martin -- View this message in context: http://old.nabble.com/read-timeout-tp29971310p29988404.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
