FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getEntitledOrganizationsResponse message contains an element of getEntitledOrganizations.
Restricting anyType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
OrganizationReference | OrganizationReference | 0..* | Organization Reference. |
Name | Type |
---|---|
getEntitledOrganizations | Method |
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>