Hi,
 
I think that the problem is that your Tomcat is not able to find this class. (The System classPath and the ClassPath of the Servlet container (Tomcat in this case) are generally different.)Please see to it that The classes that you want to deploy as services are there in the classpath of Tomcat. The classpath of Tomcat can be updated by changing tomcat.bat in $TOMCAT_HOME/bin. You will have to update the CP variable in order to update the classpath.
 
please write back if the problem persists.
 
Regards
PD.
----- Original Message -----
From: Jyothi K
Sent: Friday, September 07, 2001 9:49 AM
Subject: RE: basic SOAP error : Unable to resolve target object

Hi,
       Did you deploy your classes also in tomcat in webapps/soap/web-inf/classes directory. Put your classes there and then try.
 
Thanks,
jyothi
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 06, 2001 9:03 PM
To: [EMAIL PROTECTED]
Subject: basic SOAP error : Unable to resolve target object


hi all, i do have this error when i call a service :

Fault= SOAP-ENV:Server.BadTargetObjectURI
       Unable to resolve target object: GetProj


GetProj is the name of my class, here is the way i deployed my service :

Provider Class                         GetProj
Use Static Class                false
Methods                         getList

The GetProj class contains getList method, that calls a method from an other class and retrieves a String to send it back to the client.


 in the documentation they say : "Basically the problem is that there is a classpath or other problem that prevents the server side from properly locating the object to deliver calls to"

I of course added the path to my classes into the classpath. and checked if the classpath was alright under DOS.

so what could be the reason of such an error ? what did i forget ? other web services where working well so what's wrong ?.... any idea ?
i use Tomcat 3.3  m4+ SOAP 2.2

regards,
Elise

Reply via email to