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

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 =

Problem with axis client hitting Microsoft-based web services

2002-03-23 Thread Fred So
Hi I have been using Axis to retrieve information from a number of web services which are all Microsoft-based. I have been using alpha 3 version which works fine. However, when I tried on all the beta versions released so far, they all give an error message saying it does recognise http header S

Re: Problem with axis client hitting Microsoft-based web services

2002-03-23 Thread Fred So
e Tomcat 4.0. Other people have had a little > trouble with more recent > versions of Tomcat. (See archives.) > Good luck. > Stan > > - Original Message - > From: "Fred So" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Satur

Re: WSDL2Java bug (Service1.asmx)

2002-03-24 Thread Fred So
gt; > But! If you comment-out this line (which appears > twice in the wsdl file) > > then WSDL2Java works like a charm... > > > > > > Can somebody tell me...is this a bug in the > Microsoft wsdl emitter, or an > > issue for WSDL2Java

Re: WSDL2Java bug (Service1.asmx)

2002-03-24 Thread Fred So
r > stubs, as I explained in the other thread. Good > luck. > Stan > > - Original Message - > From: "Fred So" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, March 24, 2002 2:04 AM > Subject: Re: WSDL2Java bug (Service1.asmx) &g

Re: WSDL2Java bug (Service1.asmx)

2002-03-24 Thread Fred So
o > be changed to whatever > service you connect to ;) > > /Hakon > > >From: Fred So <[EMAIL PROTECTED]> > > > >Thanks Stan > > > >A question: Why the direct, simpler Call mechanism > >does not work any more ? Is that a bug with .Net or > is >