Authentication
For each operation, it is necessary to include authentication information. This is specified by the required "authentication" element seen in every request type. Looking further in the WSDL, we see the following:
This complex type corresponds to this authentication element. The authentication type must contain two sub-elements: username and password, which are each of the type String. This is used by Cascade Server to authenticate the user making the SOAP request and to ensure that the user has the proper permissions to carry out that operation.
Example:
Last modified on Mon, 05 Nov 2007 11:04:49 -0500
Top / Previous / Next / Up / Table of Contents