Thanks Manuel & Kuntal.
Finally, got it to work.
I shutdown and restarted Tomcat and it
stopped complaining of the BadTargetObjectURI.
Thanks for your help.
Thanks,
Rahul.
--- "Das, Kuntal" <[EMAIL PROTECTED]> wrote:
> Is MySOAPTest.class ur client file, from where u r
> calling the SOAP Server ?
> If yes then I'd suggest u include the classpath of
> the Server also in the
> tomcat classpath, in fact that is what u should be
> having in tomcat's
> classpath. For instance if ur SOAP Service is say,
> AddressBook.class, and it
> is residing in c:\testingSOAP\Server, and ur sample
> client is in the
> directory c:\testingSOAP\samples, then tomcat should
> have
> c:\testingSOAP\Server in it's classpath, not
> c:\testingSOAP\samples. ANd
> from ur example I think that's what u r doing. But I
> faced the same problem,
> and I also scratched my head for the whole day. But
> once I included the
> classpath in the tomcat.bat file, it worked !!! So,
> best of luck.........
>
> Thanks,
> Kuntal Das
> Charles Schwab & Co., Inc.
> Wireless Technology
> 45 Fremont, SF
> Email : [EMAIL PROTECTED]
> Phone : (415)667-4322
> Live life to the brim.................
>
>
>
> -----Original Message-----
> From: Rahul Kirthivasan
> [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 01, 2001 2:11 AM
> To: [EMAIL PROTECTED]
> Subject: BadTargetObjectURI - very frustrating. Help
> !
>
>
> Hi there ,
>
> I've been battling all morning with this problem and
> I
> still don't have a solution. I am half dead trying
> to
> find the cause of this problem.
>
> I get a SOAP-ENV:Server.BadTargetObjectURI error
> "Unable to resolve target object: MySOAPTest"
>
> I guess this error is related to a class path
> problem.
> But I have included the folder containing this class
> in Tomcat's class path. The class does not belong to
> any package.
> So if I have the MySOAPTest.class in C:\MySamples
> folder, I have included C:\MySamples folder in
> Tomcat's classpath.
> I can see this class path displayed in the console
> when Tomcat starts up. Yet it is not able to find
> the
> class. C:\MySamples folder is also present in my
> system classpath.
>
> Tomcat classpath :
>
> -------------------------
> Using CLASSPATH:
>
D:\ApacheXerces\xerces-1_2_3\Xerces.jar;D:\ApacheSOAP\soap-2_1\
>
lib\soap.jar;D:\JavaSDK\JavaMail\javamail-1.2\mail.jar;D:\JavaSDK\JBActivati
> onFr
>
amework\jaf-1.0.1\activation.jar;C:\MySamples;D:\ApacheSOAP\soap-2_1;;d
>
:\ApacheTomcat\jakarta-tomcat-3.2.1\classes;d:\ApacheTomcat\jakarta-tomcat-3
> .2.1
>
\lib\ant.jar;d:\ApacheTomcat\jakarta-tomcat-3.2.1\lib\jaxp.jar;d:\ApacheTomc
> at\j
>
akarta-tomcat-3.2.1\lib\servlet.jar;d:\ApacheTomcat\jakarta-tomcat-3.2.1\lib
> \par
>
ser.jar;d:\ApacheTomcat\jakarta-tomcat-3.2.1\lib\webserver.jar;d:\ApacheTomc
> at\j
>
akarta-tomcat-3.2.1\lib\jasper.jar;;c:\jdk1.3\lib\tools.jar
> -------------------------
>
> I even tried moving the class to
> d:\ApacheTomcat\jakarta-tomcat-3.2.1\classes.
> But still I get the BadTargetObjectURI error.
>
> C:\>java org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/
> servlet/rpcrouter query URN:MySOAPTest
>
> <isd:service
>
xmlns:isd="http://xml.apache.org/xml-soap/deployment"
>
> id="URN:MySOAPTest">
> <isd:provider type="java" scope="Application"
> methods="Hello">
> <isd:java class="MySOAPTest" static="false"/>
> </isd:provider>
> </isd:service>
>
> Any help will be greatly appreciated .
>
> Thanks,
> Rahul
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail -
> only $35
> a year! http://personal.mail.yahoo.com/
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, email:
> [EMAIL PROTECTED]
>
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35
a year! http://personal.mail.yahoo.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]