Example XML Request
The following is an example of an XML request for the
QueryServerPoolByUser procedure of the Live Communications Resource
Manager Namespace:
<request>
<procedure>
<execute namespace="Live Communications Resource Manager" procedure="QueryServerByUser">
<executeData>
<path>LDAP://CN=user@alpineskihouse.com,OU=alpineskihouse,
OU=consolidatedmessenger,OU=Hosting,DC=fabrikam,DC=Com</path>
<preferredDomainController>AD01.fabrikam.com</preferredDomainController>
</executeData>
</execute>
</procedure>
</request>
Example XML Response
The following is an example of an XML response for the
QueryServerPoolByUser procedure of the Live Communications Resource
Manager Namespace:
<response>
<data>
<path>LDAP://CN=user@alpineskihouse.com,OU=alpineskihouse,
OU=consolidatedmessenger,OU=Hosting,DC=fabrikam,DC=Com</path>
<preferredDomainController>AD01.fabrikam.com</preferredDomainController>
<serverPool>
<GUID>E9E0BE7F5575464CB6B46E9EE4878616</GUID>
<name>lcspool01</name>
<path>LDAP://CN=LC Services,CN=Microsoft,CN=LCSPool01,CN=Pools,CN=RTC Service,CN=Microsoft,CN=System,DC=fabrikam,DC=com</path>
</serverPool>
</data>
</response>