Re: Environment Needed To Run SOAP Client

2004-01-13 Thread Greg Pedder
Thanks again Scott. I would have thought the Client side would need to piggy back off of either a web server or a servlet container in order to send the actual request to the server where the service is deployed.       Scott Nichol said:  

Re: Environment Needed To Run SOAP Client

2004-01-13 Thread Scott Nichol
The installation instructions (http://ws.apache.org/soap/docs/install/index.html and included with the distribution) include the client. Basically, you need soap.jar, mail.jar, activation.jar and a JAXP compatible parser (e.g. Xerces) in your CLASSPATH. Scott Nichol Do not send e-mail directly