ROTECTED]>
cc:
Subject: RE: generation Client stub using WSDL - error
Ouch, I don't think XMLParserLiaison exists in Apache 2.2.
> -Original Message-
> From: Catalin Tomescu [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 28, 2001 3:46 PM
> To: [EMAIL PROTECTED]
> Sub
Title: RE: generation Client stub using WSDL - error
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
-
I'm using SOAP Apache 2.1
I also had problems with Xerces 1.3.1 so I went back to Xerces 1.3.0
_
Get your FREE download of MSN Explorer at http://explorer.msn.com
Ouch, I don't think XMLParserLiaison exists in Apache 2.2.
> -Original Message-
> From: Catalin Tomescu [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 28, 2001 3:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: generation Client stub using WSDL - error
>
>
&
This is easy. The path to soap.jar is not in CLASSPATH. Just add the path to
your soap.jar file in the CLASSPATH.
Catalin
>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: generation Client stub using WSDL - error
>Date: Thu, 28 Jun 2001
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.ws