FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getContentResponse

Description

A getContentResponse message contains an element of getContent.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
Content  string  1..1  HTML Content.
DocumentName  string  1..1  HTML Content name.
Referenced By
Name  Type 
getContent  Method 
XML Example

The following XML fragment illustrates an getContentResponse message:

      <ns2:getContentResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:Content>List of Administrators.</ns2:Content>
         <ns2:DocumentName>AdministratorsContent</ns2:DocumentName>
      </ns2:getContentResponse>