RE: WSDL , Apache Soap question

2002-01-13 Thread Sandy Liu
After testing apache soap for a while, I decided to swithch to GLUE(http://www.themindelectric.com/products/glue/glue.html). It's very easy to use, almost fool proof. WSDL file is automatically generated when you publish a soap service. It also has a tool called wsdl2java, which generates the inte

RE: Getting javax.wsdl.WSDLException while generating proxy class

2001-12-08 Thread Sandy Liu
not updating > properly thosefiles. If any one has working version of > these config files can you pass them for reference > > > Anyway I will try to install again with default > websphere option.. Let us see if it works.. Did you > try with websphere as your webserve

RE: Getting javax.wsdl.WSDLException while generating proxy class

2001-12-08 Thread Sandy Liu
Which web server are you working with? I ran into the same problem before. If you are not using IBM Websphere, you have to configure your web server first. For example, if you are using Tomcat, you have to run the configuration program and select Tomcat as your web server. Then, you need to modify

RE: How to know the method parameters in Apache SOAP implementation.

2001-11-29 Thread Sandy Liu
That is where WSDL (Web Service Description Language) comes to play. theoretically you can deploy the abstract version of the WSDL somewhere on your website, and the client who wants to use your service can build the client according to this document.  There are some tools available in the

using IBM Web Service Tool Kit(wstk2.4) with tomcat4.0/soap2.2

2001-11-28 Thread Sandy Liu
Hi, I installed Tomcat 4.0 along with Apache Soap 2.2. Everything was working fine. Recently, I installed the IBM web service tool kit (wstk2.4) and I had a hard time to get it working right. Is there anyone had this experience before? Here's the instruction I followed, which is given by an artic