Re: problems with kSOAP on Nokia 6600

Stefan Haustein <[email protected]> Fri, 06 Feb 2004 13:59:02 +0100
Newsgroups gmane.comp.java.enhydra.ksoap
Message-ID <[email protected]>
Daniela Florescu wrote:
> Hi,
> 
> - Nokia 6600 receives all of this message. And for it, the second part 
> should be actually the XML content, which is not ! So the application 
> generate an Exception, because of an unexpected ParseEvent (128 = TEXT). 
> Of course it is so... because the parser expects <?xml =......> and gets 
> ...."HTTP/1.1. 200 Continue ..... "

That looks like a problem in the Nokia HTTP implementation: The string HTTP/1.1 
200 Continue is part of the header and should not be visible to the application 
at all.

The workaround seems sound. Does anyone know whether other devices are effected 
or if the problem can be fixed with a firmware upgrade?

Best,
Stefan