RE: NoSuchElementException - Error parsing HTTP status line""
"Francis, Chris" <[email protected]> Mon, 7 Mar 2005 12:42:22 -0000
| Newsgroups | gmane.text.xml.soap.devel |
|---|---|
| Message-ID | <[email protected]> |
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.ja va:354) at org.apache.soap.messaging.Message.send(Message.java:123) Thanks for any help. Vivian