Re: Re: Ksoap: Is there any HOWTO available?

Davide Inglima <[email protected]> Mon, 01 Mar 2004 14:57:15 +0100
Newsgroups gmane.comp.java.enhydra.ksoap
Message-ID <[email protected]>
Brian Woo wrote:

> Hi StonedMonk,
> Thanks for your links.  Instead of using IBM's
> Websphere, I am actually doing a school project and I
> am using Apache Tomcat (Free).  Is there any
> instructions on how to setting ksoap up with Tomcat? 
> Have anybody else done this before?  Thanks very much
> for your help.

Using Netbeans you have only to put the ksoap-servlet.jar and the 
kxml-(versionyouwant).jar under the META-INF/lib directory.

Then you have to refer to the ksoap/kxml classes from your servlet (or 
from the class that calls them).