FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getEULAResponse

Description

A getEULAResponse 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   
EULA  string  0..1  EULA.
exportDisclaimer  string  0..1  The content of export disclaimer.
Referenced By
Name  Type 
getEULA  Method 
XML Example

The following XML fragment illustrates an getEULAResponse message:

      <ns2:getEULAResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:EULA><![CDATA[<p><span style="color: #800000;"><em><strong>Accept the agreement to Proceed</strong></em></span></p>]]></ns2:EULA>
      </ns2:getEULAResponse>