Re: Placing of Java Classes

2003-12-05 Thread Dhanush Gopinath
TECTED]> Sent: Thursday, December 04, 2003 8:38 PM Subject: Re: Placing of Java Classes > 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 i

Re: Placing of Java Classes

2003-12-04 Thread Scott Nichol
AIL 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/rpc

Re: Placing of Java Classes

2003-12-04 Thread Dhanush Gopinath
t; <[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 classe

Re: Placing of Java Classes

2003-12-04 Thread Scott Nichol
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 J

Placing of Java Classes

2003-12-04 Thread Dhanush Gopinath
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 Dhanus