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