Hi Folks,
I developed a WebService with Axis on Serverside.
For the client I used J2ME and kSOAP.
On some mobile phones the WS works,
but I got an Exception (UTFDataFormatException: invalid byte 1010101)
very strange.
does anyone have an idea?!?
Thanks,
Matthias
Thanks Brian
Here is my code that uses the WSDL-generated stub:
public class NewsClient {
public static void main(String[] args) {
SQLDataSoap locator = null;
SQLDataSoapPortType service = null;
String sSRLFile = null, sRequestName = null, sKey =
null, sResult =
Fred,
what method of that service were you calling, and with what parameters?
Out of curiosity I tried reproducing your problem using the test client
here: http://www.xmlbus.com:9010/WSDLClient/WSDLDynamicTestClient.html
and information about the service you mentioned here:
http://soapclient.com/
When trying to access this news web service:
http://soapclient.com/xml/SQLDataSoap.wsdl
Axis (beta 2) gives the following error msg:
java.io.UTFDataFormatException: invalid byte 1 of
1-byte UTF-8 sequence (0x92)
This service returns results which are in HTML and I
suspect that is causing the p