Previous Topic: How to Create a Client StubNext Topic: Valid Operations for User-Written Client Programs


Java Client Program Objects and Parameters

A Java client program populates the objects with the following required parameters:

Example: Client Program in Java for the SubmitSCL Service

A Java client program invokes a stub (generated from the WSDL) and runtime (AXIS2/Java). The following sample program for the submitSCL service instantiates the loginProperties object, the SCL object, and the Attachments object. The client program populates the objects with the values required for a specific client request.

The request includes the login properties for access to a specified CA Endevor SCM repository. The request also includes the SCL statement and optional parameters, as well as a SOAP Attachment, used to submit an SCL statement and data to Web Services.

client stub