FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE

FlexNet Operations Web Services Guide

Element: getEntitledOrganizationsResponse

Description

A getEntitledOrganizationsResponse message contains an element of getEntitledOrganizations.

Derived By

Restricting anyType

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    1..1   
OrganizationReference  OrganizationReference  0..*  Organization Reference.
Referenced By
Name  Type 
getEntitledOrganizations  Method 
XML Example

The following XML fragment illustrates an getEntitledOrganizationsResponse message:

      <ns2:getEntitledOrganizationsResponse xmlns:ns2="http://esdservice.esd.flexerasoftware.com">
         <ns2:OrganizationReference>
            <ns2:OrgId>MYORG</ns2:OrgId>
            <ns2:OrgName>My Organization</ns2:OrgName>
         </ns2:OrganizationReference>
      </ns2:getEntitledOrganizationsResponse>