Example XML Request
The following is an example of an XML request for the
AddResources procedure of the Live Communications Resource Manager
Namespace:
<?xml version="1.0" encoding="iso-8859-1" ?>
<request>
<procedure>
<execute namespace="Live Communications Resource Manager" procedure="AddResources" impersonate="1">
<executeData>
<serverPools>
<serverPool>
<name>LCSPool01</name>
<capacity>100000</capacity>
</serverPool>
<serverPool>
<name>LCSPool02</name>
<capacity>100000</capacity>
</serverPool>
</serverPools>
<preferredDomainController>AD01.fabrikam.com </preferredDomainController>
</executeData>
<after source="executeData" destination="data" mode="merge"/>
</execute>
</procedure>
</request>
Example XML Response
No example XML response.