RE: Execution error

2002-08-01 Thread Mike \(Internal\)
: Execution error Mike put mail.jar, activation.jar, xerces.jar and soap.jar in %JAVA_HOME% \jre\lib\ext... You JVM is not finding these files which should be in the classpath of the JVM... Try it out.. Nishant

Re: Execution error

2002-08-01 Thread Nishant_Awasthi
Mike put mail.jar, activation.jar, xerces.jar and soap.jar in %JAVA_HOME% \jre\lib\ext... You JVM is not finding these files which should be in the classpath of the JVM... Try it out.. Nishant Awasthi Corporate

Re: execution error while running SOAP client-server

2002-07-05 Thread Scott Nichol
The class file for your service (hello.HelloService) must be available to a WAS class loader. I am not familiar enough with WAS to know how to set this up. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 6:47 AM Subject: ex

Re: Execution error while running SOAP request

2002-07-05 Thread Scott Nichol
You may want to try this message on [EMAIL PROTECTED], as that package uses Axis, not Apache SOAP. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 04, 2002 9:41 AM Subject: Execution error while running SOAP request > hi, > > whe