NoSuchElementException - Error parsing HTTP status line""
"Ching, Vivian M, ALABS" <[email protected]> Sun, 6 Mar 2005 20:22:07 -0600
| Newsgroups | gmane.text.xml.soap.devel |
|---|---|
| Message-ID | <456FD0E7B215B24ABBAD711614E4A7A20A0BB825@OCCLUST03EVS1.ugd.att.com> |
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