Previous Topic: User-Written Client ProgramsNext Topic: Java Client Program Objects and Parameters


How to Create a Client Stub

To enable a user-written client program to access Web Services, the client application developer must create a client stub, using the Web Services WSDL file. Then the client-side stub must be incorporated as an import package into the client program. The stub manages, sends, and receives SOAP messages to communicate with the web service.