Hello Ole,

> I am POST:ing to a gSoap server which returns the following  http response:
> 
> Status: 200 OK\r\n
> Server: gSOAP/2.7\r\n
> Content-Type: text/xml; charset=utf-8\r\n
> Content-Length: 1361\r\n
> Connection: close\r\n \r\n

This is not an HTTP response. All HTTP responses start with HTTP/,
followed by the protocol version number. The status line must be
one of the following:

HTTP/1.1 200 OK
HTTP/1.0 200 OK

but surely not "Status:" anything.

> is there any setting in httpclient which enables
> it to handle the above response?

No.

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to