Hello,

I'm new to web services and trying to get an example to work. Server and Client class files compiled successfully, but I get the following error:

Fault Code:  SOAP-ENV:Server.BadTargetObjectURI
Fault String:  Unable to resolve target object: HelloService

My service is already deployed:
'urn:soap:helloservice' Service Deployment Descriptor
ID = urn:soap:helloservice
Scope = Request
Provider Type = java
Provider Class = HelloService
Use Static Class = false
Methods = sayHello


And this is a copy of my $CLASSPATH env variable: CLASSPATH=:/usr/local/jakarta-tomcat-5.0.19/common/lib/activation.jar: /usr/local/jakarta-tomcat-5.0.19/common/lib/xercesImpl.jar: /usr/local/jakarta-tomcat-5.0.19/common/lib/mail.jar: /usr/local/jakarta-tomcat-5.0.19/common/lib/soap.jar: /usr/local/jakarta-tomcat-5.0.19/common/lib/xalan.jar: /usr/local/jakarta-tomcat-5.0.19/webapps/soap <- Here are the classes!


Any help is very appreciated! --

_______________________
Mauricio Cuenca
www.sisfo.com

Reply via email to