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

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

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

2001-12-08 Thread Sandy Liu
try with websphere as your webserver/appserver. thanks Sastry --- Sandy Liu [EMAIL PROTECTED] wrote: 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

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. theoreticallyyou can deploytheabstractversion of the WSDLsomewhereon 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 market

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