1. Did you restart Tomcat after copying the class file?

2. If the class is in a package, you must create a directory structure matching the 
package.  For example, if Exchange is in package myclasses, you would have

    %CATALINA_HOME%\webapps\soap\WEB-INF\classes\myclasses\Exchange.class

In this case, your deployment descriptor would need to specify the class as 
myclasses.Exchange.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message ----- 
From: "Dhanush Gopinath" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 04, 2003 9:21 AM
Subject: Re: Placing of Java Classes


> Scott
> 
> tried that
> 
> but still getting the fault . Any IDea ?
> 
> Thankx
> 
>  URL= http://localhost:8080/soap/servlet/rpcrouter
> URN= urn:WSDemo1:Exchange
> Fault = SOAP-ENV:Server.BadTargetObjectURI,Unable to resolve target object:
> Exchange
> 
> ----- Original Message -----
> From: "Scott Nichol" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, December 04, 2003 7:31 PM
> Subject: Re: Placing of Java Classes
> 
> > Your Web service classes belong in the Apache SOAP webapp.  For example,
> if you have the webapp installed on Tomcat at %CATALINA_HOME%\webapps\soap,
> your classes go under %CATALINA_HOME%\webapps\soap\WEB-INF\classes.
> >
> > The client classes can be anywhere in your CLASSPATH.
> >
> > Scott Nichol
> >
> > Do not send e-mail directly to this e-mail address,
> > because it is filtered to accept only mail from
> > specific mail lists.
> > ----- Original Message -----
> > From: "Dhanush Gopinath" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, December 04, 2003 7:41 AM
> > Subject: Placing of Java Classes
> >
> > > Hi All .
> > >
> > > I have to deploy a web service.
> > > Where should i Place the classes of the service method.
> > > Also where should be the Client class which invokes the webservice
> method.
> > >
> > > My route directory is D:\WS
> > >
> > > I have WebService methods Exchange.class and Java client Client.class
> > >
> > > Thanks In advance
> > >
> > > Dhanush
> > >
> > > **************************************************************
> > > Scanned by  eScan  Content-Security  and  Anti-Virus Software.
> > > Visit http://www.mwti.net for more info on eScan and MailScan.
> > > **************************************************************
> > >
> > > *********************************************************
> > > Disclaimer
> > >
> > > This message (including any attachments) contains
> > > confidential information intended for a specific
> > > individual and purpose, and is protected by law.
> > > If you are not the intended recipient, you should
> > > delete this message and are hereby notified that
> > > any disclosure, copying, or distribution of this
> > > message, or the taking of any action based on it,
> > > is strictly prohibited.
> > >
> > > *********************************************************
> > > Visit us at http://www.mahindrabt.com
> > >
> > >
> > >
> > >
> >
> > **************************************************************
> > Scanned by  eScan  Content-Security  and  Anti-Virus Software.
> > Visit http://www.mwti.net for more info on eScan and MailScan.
> > **************************************************************
> >
> >
> 
> **************************************************************
> Scanned by  eScan  Content-Security  and  Anti-Virus Software.
> Visit http://www.mwti.net for more info on eScan and MailScan.
> **************************************************************
> 
> *********************************************************
> Disclaimer
> 
> This message (including any attachments) contains 
> confidential information intended for a specific 
> individual and purpose, and is protected by law. 
> If you are not the intended recipient, you should 
> delete this message and are hereby notified that 
> any disclosure, copying, or distribution of this
> message, or the taking of any action based on it, 
> is strictly prohibited.
> 
> *********************************************************
> Visit us at http://www.mahindrabt.com
> 
> 
> 
>

Reply via email to