"Content is not allowed in prolog" exception

2004-06-30 Thread Ramya Manian
Hi I get a SAX parser exception as "Content is not allowed in prolog" while parsing the response. I have included the response that I receive from the server and the stack trace of the exception. Also there are no junk characters before or after the response. Can someone please explain what can c

RE: Very urgent: "Read timed out" error while parsing the response

2004-06-30 Thread Ramya Manian
rser.java:1178) at javax.xml.parsers.SAXParser.parse(SAXParser.java:345) at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContext Impl.java :272) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:554) ... 8 more " -Origin

RE: Very urgent: "Read timed out" error while parsing the response using JAxis 1-1

2004-06-22 Thread Ramya Manian
: [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

RE: Very urgent: "Read timed out" error while parsing the response using JAxis 1-1

2004-06-22 Thread Ramya Manian
uot; 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" err

RE: Very urgent: "Read timed out" error while parsing the response using JAxis 1-1

2004-06-21 Thread Ramya Manian
minate 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

RE: Very urgent: "Read timed out" error while parsing the response using JAxis 1-1

2004-06-21 Thread Ramya Manian
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" err

Very urgent: "Read timed out" error while parsing the response using JAxis 1-1

2004-06-21 Thread Ramya Manian
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 oc

Problems while parsing the SOAP response with JAxis

2004-06-16 Thread Ramya Manian
We have a soap interface using Easysoap library in our server. Our SOAP client uses JAxis 1.1 to send requests to server (client classes have been generated using wsdl). The first issue that we faced while using the two together was, JAxis sends the character set enclosed in double quotes whi