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
bcc: Nishant Awasthi) Subject: Execution error 08/01/2002 10:50 AM

Execution error

2002-08-01 Thread Mike Agius
New to SOAP Tomcat and SOAP set-up OK Trying out a test of soap. Client app in JBuilder5. This code: System.out.println("\n\nCalling the SOAP Server to say Hello\n\n"); URL url = new URL("http://localhost:8080/soap/servlet/rpcrouter";); String name = "Mike"; Call call

Re: execution error while running SOAP client-server

2002-07-05 Thread Scott Nichol
7 AM Subject: execution error while running SOAP client-server > Hi, > > i am trying to access a SOAP service from the WAS3.5 > server. > i have a server program as follows > - > public class HelloServer > { &g

execution error while running SOAP client-server

2002-07-05 Thread KavithaK
Hi, i am trying to access a SOAP service from the WAS3.5 server. i have a server program as follows - public class HelloServer { public String sayHelloTo(String name) { return ( name + new String("hello")); } } }

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 re

Execution error while running SOAP request

2002-07-04 Thread KavithaK
hi, when run the SoapRequest class i get the following execution error. Unable to create SOAP connection factory: Provider com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory not found I am using the "java_xml_pack-winter-01-dev" jaxm package with Webspherer application