Hi, I am new to web services. I have tomcat5.0 server running on my m/c. I tried deploying my first helloservice and was successful. But when i tried to call that service it gives me the following error.
Hello SOAP Client Fault Occurred (details follow): Fault Code: SOAP-ENV:Server.BadTargetObjectURI Fault String: Unable to resolve target object: com.pspl.soap.SoapService Fault Occurred. No greeting for you!
following is my classpath detail. CLASSPATH=c:\jars\xerces.jar;c:\jars\activation.jar;c:\jars\mail.jar;c:\jars\soa p.jar;c:\jars\xercesImpl.jar;e:\junit3.8.1\junit.jar;C:\soap
I have service class file at location c:\soap. I think i have set all the classpath correctly. Even though its unable to find SoapService. Please help me..
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
What is the endpoint URL you are using? Is that endpoint listed as being available in the AXIS web app? Are the classes that implement it properly installed on the server?