FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getComplianceAgreementRequest

Description

A getComplianceAgreementRequest message contains an element of getComplianceAgreement.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
DownloadPackageReference  DownloadPackageReference  1..1  The identifiers for a Download Package.
OrganizationId  string  1..1  lOrganization ID.
Referenced By
Name  Type 
getComplianceAgreement  Method 
XML Example

      <esd:getComplianceAgreementRequest>
         <!--Optional:-->
         <esd:DownloadPackageReference>
            <!--Optional:-->
            <esd:Id>DP_030401_EULA_EC</esd:Id>
         </esd:DownloadPackageReference>
         <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>
      </esd:getComplianceAgreementRequest>