Previous Topic: How the STC Pool is ManagedNext Topic: How to Create a Client Stub


User-Written Client Programs

A client program that use Web Services is an object oriented program that instantiates and populates certain objects. A client stub is required to convert parameters passed between the client and Web Services.

The program developer writes the client program to collect the following information:

The program developer creates a client stub from the WSDL published by Web Services so that the program meets the requirements of the web service. The client stub is used to convert the parameters passed between the client application and the web server. After creating the stub, the developer incorporates the stub as an import package in the client program. The developer implements the client application's logic above the client stub.