FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getEULARequest

Description

A getEULARequest message contains an element of getEULA.

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  Organization ID.
Referenced By
Name  Type 
getEULA  Method 
XML Example

The following XML fragment illustrates an getEULARequest message:

      <esd:getEULARequest>
         <esd:DownloadPackageReference>
            <esd:Id>DP_030401_EULA_EC</esd:Id>
         </esd:DownloadPackageReference>
         <esd:OrganizationId>FlexQACustOrg1</esd:OrganizationId>     

      </esd:getEULARequest>