You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by "Ching, Vivian M, ALABS" <vm...@att.com> on 2005/03/07 03:22:07 UTC

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 &quot;&quot;: 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