UTFDataFormatException

2004-11-06 Thread Matthias Wessendorf
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

Re: UTFDataFormatException

2002-07-04 Thread Fred So
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 =

Re: UTFDataFormatException

2002-07-04 Thread Brian Ewins
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/

UTFDataFormatException

2002-07-04 Thread Fred So
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