One thing I noticed was that EasySOAP uses Expat parser whereas Java axis uses Xerces XML parser to parse the response. We also wrote a client application using EasySOAP (in C++ )and it worked fine. But we need the application in Java. Could there be any minor compatibility differences between Expat and Xerces?
Any pointers on this issue will be very useful as we need to get this working ASAP. Thanks - Ramya -----Original Message----- From: yuval goldstein [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 5:57 PM To: [EMAIL PROTECTED] Subject: RE: Very urgent: "Read timed out" error while parsing the response using JAxis 1-1 Did you manage to run an example with a simpler response? -----Original Message----- From: Ramya Manian [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 3:33 PM To: [EMAIL PROTECTED] Subject: RE: Very urgent: "Read timed out" error while parsing the response using JAxis 1-1 They are running on the same machine. - Ramya -----Original Message----- From: yuval goldstein [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 5:49 PM To: [EMAIL PROTECTED] Subject: RE: Very urgent: "Read timed out" error while parsing the response using JAxis 1-1 Try running the client and server on the same machine to eliminate the possibility that this is a network issue. Goodluck. -----Original Message----- From: Ramya Manian [mailto:[EMAIL PROTECTED] Sent: Monday, June 21, 2004 3:24 PM To: [EMAIL PROTECTED] Subject: Very urgent: "Read timed out" error while parsing the response using JAxis 1-1 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
