Example XML Request
The following is an example of an XML request for the
AddUserToSharePointSiteRole procedure of the Managed Windows-based
Hosting Namespace:
<request>
<procedure>
<execute namespace="Windows-based Hosting"
procedure="AddUsersToSharepointSiteRole" impersonate="1">
<executeData>
<org>LDAP://ou=alpineskihouse,ou=consolidatedmessenger,
ou=hosting,dc=fabrikam,dc=com</org>
<preferredDomainController>AD01-wh.fabrikam.com
</preferredDomainController>
<target>http://www.example6.com</target>
<roleName>Reader</roleName>
<users>
<user>
<userPrincipalName>WSS12@alpineskihouse.com
</userPrincipalName>
<name>WSS12</name>
<email>WSS12@alpineskihouse.com</email>
<notes>foo</notes>
</user>
</users>
<SiteName>example6</SiteName>
</executeData>
</execute>
</procedure>
</request>