Title: RE: Soap Client Test Error
Aah I think I remember now. I think some of the class definitions from Apache and Sun are slightly different with the method names being slightly different. So make sure you have the same jar's for compiling and running the server. I remember I cou
I think I have all the jar files necessary in the
server class path including (xerces.jar 1.4.4,
soap.jar 2.2, mail.jar, activation.jar and xerces.jar
is the first one in the classpath) and I did the
server test with no error.
--- "Nortje, Andrew" <[EMAIL PROTECTED]> wrote:
> I think you may have
Title: RE: Soap Client Test Error
I think you may have some jar's missing in the server class path.
-Original Message-
From: Hong Jin [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 3:04 PM
To: [EMAIL PROTECTED]
Subject: Soap Client Test Error
Hello,
I ha