4.5.2.1.2 Responses

The protocol server returns the following response for Martin Weber:

 <?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
     <GetUserMembershipsResponse xmlns="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService">
       <GetUserMembershipsResult>
         <MembershipData>
           <Source>SharePointSite</Source>
           <MemberGroup>
             <SourceInternal>8BB1220F-DE8B-4771-AC3A-0551242CF2BD</SourceInternal>
             <SourceReference>string</SourceReference>
           </MemberGroup>
           <Group>Marketing</Group>
           <DisplayName>Marketing</DisplayName>
           <Privacy>Public</Privacy>
           <MailNickname>Marketing</MailNickname>
           <Url></Url>
           <ID>1</ID>
           <MemberGroupID>1</MemberGroupID>
         </MembershipData>
         <MembershipData>
           <Source> DistributionList</Source>
           <MemberGroup>
             <SourceInternal> A88B9DCB-5B82-41E4-8A19-17672F307B95</SourceInternal>
             <SourceReference>string</SourceReference>
           </MemberGroup>
           <Group>Content Management</Group>
           <DisplayName>Content Management</DisplayName>
           <Privacy>Public</Privacy>
           <MailNickname>Content Management</MailNickname>
           <Url></Url>
           <ID>2</ID>
           <MemberGroupID>2</MemberGroupID>
         </MembershipData>
       </GetUserMembershipsResult>
     </GetUserMembershipsResponse>
   </soap:Body>
 </soap:Envelope>

The protocol server returns the following response for Cassie Hicks:

 <?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
     <GetUserMembershipsResponse xmlns="http://microsoft.com/webservices/SharePointPortalServer/UserProfileService">
       <GetUserMembershipsResult>
         <MembershipData>
           <Source>SharePointSite</Source>
           <MemberGroup>
             <SourceInternal>8BB1220F-DE8B-4771-AC3A-0551242CF2BD</SourceInternal>
             <SourceReference>string</SourceReference>
           </MemberGroup>
           <Group>Shipping</Group>
           <DisplayName>Shipping</DisplayName>
           <Privacy>Public</Privacy>
           <MailNickname>Shipping</MailNickname>
           <Url></Url>
           <ID>3</ID>
           <MemberGroupID>3</MemberGroupID>
         </MembershipData>
         <MembershipData>
           <Source>DistributionList</Source>
           <MemberGroup>
             <SourceInternal>A88B9DCB-5B82-41E4-8A19-17672F307B95</SourceInternal>
             <SourceReference>string</SourceReference>
           </MemberGroup>
           <Group>Content Management</Group>
           <DisplayName>Content Management</DisplayName>
           <Privacy>Public </Privacy>
           <MailNickname>Content Management</MailNickname>
           <Url></Url>
           <ID>2</ID>
           <MemberGroupID>2</MemberGroupID>
         </MembershipData>
       </GetUserMembershipsResult>
     </GetUserMembershipsResponse>
   </soap:Body>
 </soap:Envelope>