Title: RE: NoSuchElementException - Error parsing HTTP status line""

In my experience this error occurs at the client after an uncaught exception occurred on the server, look for NullPointerExceptions and the like. 

-----Original Message-----
From: Ching, Vivian M, ALABS [mailto:[EMAIL PROTECTED]]
Sent: 07 March 2005 02:22
To: [email protected]
Subject: NoSuchElementException - Error parsing HTTP status line""

Does anyone know what this exception indicates on a send?
The webservice I am connecting to does however receive my soap request and processes it but I get the following client SOAP exception when sending the request so the code does not try to receive the response.

[SOAPException: faultCode=SOAP-ENV:Client; msg=Error parsing HTTP status line "": java.util.NoSuchElementException; tar

getException=java.lang.IllegalArgumentException: Error parsing HTTP status line "": java.util.NoSuchElementException]
        at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:354)
        at org.apache.soap.messaging.Message.send(Message.java:123)

Thanks for any help.

Vivian

Reply via email to