Previous Topic: CA Endevor SCM SOAP Web ServicesNext Topic: Java Client Program Objects and Parameters


How to Create a Client Stub

The SOAP client design model requires a client stub to enable the 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.