You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Santosh Kumar <sa...@wipro.com> on 2001/05/16 07:18:40 UTC

What is BadTargetObjectURI?

C:\>java Client2
invoke service
  URL= http://localhost:8070/soap/servlet/rpcrouter
  URN= urn:javasource:purchasing
Fault= SOAP-ENV:Server.BadTargetObjectURI, Unable to resolve target object:

Whats happenning here?

Regards,
Santosh



RE: What is BadTargetObjectURI?

Posted by Priya <pr...@yahoo.com>.
Hi Santosh ,
the Fault  indicates that  SOAP is unable to locate your deployed service.
Please check to see if you have,in fact, deployed a service with the id
"urn:javasource:purchasing"....the problem may simply be due to a typo...
Commandline  : java org.apache.soap.server.ServiceManagerClient list

hope this helps...
regards,
Priya
  -----Original Message-----
  From: soap-dev-return-5806-pmarwa=orbit-e.com@xml.apache.org
[mailto:soap-dev-return-5806-pmarwa=orbit-e.com@xml.apache.org]On Behalf Of
Santosh Kumar
  Sent: Wednesday, May 16, 2001 10:49 AM
  To: soap-dev@xml.apache.org
  Subject: What is BadTargetObjectURI?



  C:\>java Client2
  invoke service
    URL= http://localhost:8070/soap/servlet/rpcrouter
    URN= urn:javasource:purchasing
  Fault= SOAP-ENV:Server.BadTargetObjectURI, Unable to resolve target
object:

  Whats happenning here?

  Regards,
  Santosh