Version 1.0 - July 22, 2005
SOAP Client (Top)
Introduction
Dependencies
Building the SOAP Client
Running the SOAP Client
Using the SOAP Client

SOAP Client

Introduction

This directory contains the files that make up the SOAP client Web application. It includes a client JSP page, the Java class that it uses, and an Ant script to build the project and to create a WAR ready for deployment to a J2EE Servlet container.

Dependencies

Building the SOAP Client

From the command line, navigate to the directory where you unzipped this sample. All subsequent commands will be run from this directory.

Then run the following command.

ant build-webapp

This will compile the required Java classes and then create a WAR file which will be placed in the dist folder.

Deploying the SOAP Client

Deploy the soap_client.war created above to your J2EE server using your particular application server's preferred methods.

Running the SOAP Client

To use the SOAP Client, start your application server and use a Web browser to visit this URL: http://localhost:8080/soap_client/index.jsp .

If your application server is not running at localhost:8080, modify the URL accordingly.

Using the SOAP Client

Follow the directions on the JSP page to invoke SOAP based web services.