I don't think that XMLParserLiaison exist in Apache Soap2.2, so what i did was comment out the line:
private XMLParserLiaison xpl = new XercesParserLiaison();
as "xpl" isn't used anywhere.
Hung
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 29, 2001 4:04 AM
To: [EMAIL PROTECTED]
Subject: generation Client stub using WSDL - error
I am working through a worksheet from the Web service revolution and is
getting an error using the WSDL to generate the CurrencyExchangeService
Client Stub. The error msg given is:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/soap/util/xml/XMLParserLiaison at
com.ibm.wsdl.Main.main(Main.java:30)
has anyone come across this or can offer some advise?
cheers
TC