Hi We have written our client using JAxis to send requests and our SOAP server uses EasySOAP library for providing the SOAP interface.
But the client throws a "Read timed out" error while parsing the response from the server. I tried increasing the timeout value but it did not work. The error occurs just before parsing the response using Xerces SAX parser. I also printed the contents of the response before sending it for parsing and it seemed to be complete and OK. I am not able to figure out what is causing the error. Any pointers on why is this occurring? Are there any compatibility issues between JAxis1-1 and EasySOAP or Xerces ? Are there any known issues that must be taken care of? We need answers to the questions ASAP. Thanks in advance Ramya
