• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SOAP-ENV: Server.Bad TargetObjectURI

 
Ranch Hand
Posts: 226
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
working on Soap /tomcat

created hello application on tomcat and trying to run the client using

java hello.Client http://localhost:8080/apache-soap/servlet/rpcrouter
then its giving me

Generated fault:
Fault Code = SOAP-ENV:Server.BadTargetObjectURI
Fault String = Unable to resolve target object:

can anybody knows this issue.
 
Ranch Hand
Posts: 906
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fault Code = SOAP-ENV:Server.BadTargetObjectURI should also give the name of the object you are trying to reach. Are you sure there is no object name in the error message ?


Could you post a copy of your SOAP request, it could help to pinpoint the problem.
Moreover, a description of your environment would definitevely help.
(Language, Soap engine and version, and so forth..)
[ August 11, 2004: Message edited by: Jean-Louis Marechaux ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic