[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ksoap: problems with kSOAP on Nokia 6600


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