4.6 GetClaims Response Message Example

 <?xml version="1.0" encoding="utf-8"?>
 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <soap:Body>
     <GetClaimsResponse xmlns="http://schemas.microsoft.com/ActiveDirectory/FederationService/2005/07/">
       <groupClaimCollection>
         <GroupClaim xsi:type="ActiveDirectoryGroupClaim" uuid="13f634f2-047b-4f31-a0a4-37e47770ab8c" Disabled="false" IsSensitive="false">
           Form Approver
           <GroupSid>S-1-5-21-364685705-101228684-3468600125-101099</GroupSid>
         </GroupClaim>
       </groupClaimCollection>
     </GetClaimsResponse>
   </soap:Body>
 </soap:Envelope>