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/