Re: kSoap Problem - Nokia 7650
[email protected] (Torsten Straßer) Wed, 21 May 2003 18:31:15 +0200
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
Hi, i got the same problem with siemens phones. I use the kxml2-Parser and in the org.kxml2.io.KXmlParser.java it tries to get the encoding of the xml-doc by reading the first few bytes. Try to find this piece of code: setInput(new InputStreamReader(is, enc)) and change it to setInput(new InputStreamReader(is/*, enc */)) It's an ugly hack, but it works for me. Ciao, Torsten ----- Original Message ----- From: "A B" <[email protected]> To: <[email protected]> Sent: Thursday, May 15, 2003 12:59 PM Subject: Ksoap: kSoap Problem - Nokia 7650 > Hi all, > > I've developed a kSoap client for a webservice, everything > works fine in the SUN Emulator. When I install the application > in the Nokia 7650 my application throws an exception with > this message: > > "Encoding UTF_8 not found" > > I'm using the last version (source code) of kSoap and kObjects. > > Any idea about how can i solve the problem. > > Thanks in advance, > > Alora. > > _________________________________________________________________ > Hipotecas para todos los bolsillos con MSN Money. > http://money.msn.es/hipotecas/default.asp > > _______________________________________________ > Ksoap mailing list > [email protected] > http://www.enhydra.org/mailman/listinfo.cgi/ksoap >