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
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 sen
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
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 thi
Hello list,
I am trying to install Apache-SOAP on a Mandrake Linux 9.2 with 2.4.22 kernel.
I have successfully executed jsp-examples and servlets-examples but I am getting
following errors (at the end of this mail) when I run
http://localhost/soap/servlet/rpcrouter. Looks like 'root cause' is
'
Oops! Forgot to mention that I am using jakarta-tomcat-5.0.14.
-Nishi
> -Original Message-
> From: Kapoor, Nishikant
> Sent: Thursday, December 04, 2003 2:45 PM
> To: [EMAIL PROTECTED]
> Subject: newbie needs installation help
>
>
> Hello list,
>
> I am trying to install Apache-SOAP o
Tomcat 5 almost certainly ignores the CLASSPATH of the environment from which it
starts. Tomcat 4 does.
You need to put mail.jar where Tomcat will load it. Check out the Tomcat classloading
docs at http://jakarta.apache.org/tomcat/tomcat-5.0-doc/class-loader-howto.html. You
would probably be
That did it. Thanks!!!
> -Original Message-
> From: Scott Nichol [mailto:[EMAIL PROTECTED]
> Sent: Thursday, December 04, 2003 3:01 PM
> To: [EMAIL PROTECTED]
> Subject: Re: newbie needs installation help
>
>
> Tomcat 5 almost certainly ignores the CLASSPATH of the
> environment from wh
Hello,
I am a graduate student at California State University Monterey Bay doing
a class paper on Web Service projects, who are implementing them and what
has caused them to succeed or fail. I am required to do primary research
on the topic and was hoping you could take a few minutes to fill out