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
- RE: basic SOAP error : Unable to resolve target object Elise_Dupont
- RE: basic SOAP error : Unable to resolve target obj... Christian Bernard
- RE: basic SOAP error : Unable to resolve target obj... Jyothi K
- Re: basic SOAP error : Unable to resolve target... ParamDeep Singh
- RE: basic SOAP error : Unable to resolve target obj... Elise_Dupont
- Re: basic SOAP error : Unable to resolve target... ParamDeep Singh
- Re: basic SOAP error : Unable to resolve target obj... Elise_Dupont
- Re: basic SOAP error : Unable to resolve target obj... Sekhar Nadella
- Re: basic SOAP error : Unable to resolve target obj... Elise_Dupont