Are you using the current code? I see an Integer.parseInt in
readHeadersFromSocket, but nothing similar in readFromSocket. The call
in readHeadersFromSocket is reading the HTTP status code, e.g. the 200
in
HTTP/1.1 200 OK
It would probably help folks immensely if you could capture the response
with tcpmon or a similar tool and post it here as well.
Scott Nichol
----- Original Message -----
From: "Paul Hunnisett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 30, 2002 4:01 AM
Subject: RE: HTTPSender
> Does no-one really know anything about this class? In it's
> readFromSocket() method it attempts to parse a String containing
> encoding information. When I run Axis on my server, this always
throws
> a NumberFormatException. Is there soemthing I should have implemented
> but haven't? Any ideas?
>
> Paul Hunnisett
> www.lombok.org.uk
>
>
>
>
>