kSOAP on Palm: avoiding UTF-8 error
Justin Shacklette <[email protected]> Mon, 22 Sep 2003 14:34:55 -0700 (PDT)
| Newsgroups | gmane.comp.java.enhydra.ksoap |
|---|---|
| Message-ID | <[email protected]> |
In order to get ksoap2 working with the Palm, I changed the setInput
line in HttpTransport.java from:
xp.setInput (is, null);
to:
xp.setInput (is, System.getProperty("microedition.encoding"));
This avoided the often reported "Unsupported Encoding" exception for
"UTF-8". Is there a better way to get ksoap2 running on PalmOS? Maybe
some envelope properties that can be set to change the encoding?
Thanks for any help, Justin
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com