Hi All
I am new to soap, just trying to deploy Hello service,
1. I wrote a simple class to return what is passed
public String sayHelloTo(String name)
{
System.out.println("sayHelloTo(String name)");
return "Hello " + name + ", How are you doing?";
}
2. Used Admin tool to deploy the service
3. copied the class ( here i am not sure ) in Tomcat's classpath
# LOOKS LIKE ANOTHER CLASSPATH PROBLEM #
but when i run the client it says
Fault Code = SOAP-ENV:Server
Fault String = Method 'sayHelloTo' is not supported.
Config: Tomcat 4.01
Soap 2_2
In which directory should I put the class so that soap rpc router can find
it
But why does it shows 'sayHelloTo' in deployed in services list when it does
not know where is the class ??
Thanks in advance
This message may contain privileged and/or confidential information. If you
have received this e-mail in error or are not the intended recipient, you
may not use, copy, disseminate, or distribute it; do not open any
attachments, delete it immediately from your system and notify the sender by
e-mail promptly that you have done so. Thank You.