4.2 GetPublishedFeed

To get the feed entries back for this feed entity, the protocol client sends the following WSDL message:

 <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing">
   <s:Header>
     <a:Action s:mustUnderstand="1">http://Microsoft.Office.Server.UserProfiles/GetPublishedFeed</a:Action>
     <a:MessageID>urn:uuid:ae5e547d-5663-46f3-8574-daf7b774bd29</a:MessageID>
     <a:ReplyTo>
       <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
     </a:ReplyTo>
   </s:Header>
   <s:Body>
     <GetPublishedFeed xmlns="http://tempuri.org/">
       <fcTargetEntity xmlns:b="http://Microsoft/Office/Server/FeedCache" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
         <b:a>
           <b:ET>User</b:ET>
           <b:LID>61e7fd65-62f4-4321-8f44-945640eb2ce1</b:LID>
           <b:PID>0c37852b-34d0-418e-91c6-2ac25af4be5b</b:PID>
           <b:SID>354936ff-bb63-45a5-b08d-ba6373087cf7</b:SID>
           <b:Url>http://machine/my/personal/user</b:Url>
           <b:WID>6c00a125-2a29-44c3-97ea-7e6f2341000e</b:WID>
          </b:a>
          <b:d>0c37852b-34d0-418e-91c6-2ac25af4be5b</b:d>
         </fcTargetEntity>
         <fcViewingEntity xmlns:b="http://Microsoft/Office/Server/FeedCache" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
           <b:a>
             <b:ET>User</b:ET>
             <b:LID>61e7fd65-62f4-4321-8f44-945640eb2ce1</b:LID>
             <b:PID>0c37852b-34d0-418e-91c6-2ac25af4be5b</b:PID>
             <b:SID>354936ff-bb63-45a5-b08d-ba6373087cf7</b:SID>
             <b:Url>http://machine/my/personal/user</b:Url>
             <b:WID>6c00a125-2a29-44c3-97ea-7e6f2341000e</b:WID>
            </b:a>
            <b:d>0c37852b-34d0-418e-91c6-2ac25af4be5b</b:d>
           </fcViewingEntity>
           <fcRetOptions xmlns:b="http://Microsoft/Office/Server/FeedCache" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
             <b:d>20</b:d>
             <b:e>20</b:e>
             <b:f>20</b:f>
             <b:h>2011-10-28T16:37:53.266-07:00</b:h>
            </fcRetOptions>
          </GetPublishedFeed>
        </s:Body>
      </s:Envelope>

The protocol server responds with:

 <s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Header>
     <a:Action s:mustUnderstand="1">http://tempuri.org/IFeedCacheService/GetPublishedFeedResponse</a:Action>
     <a:RelatesTo>urn:uuid:ef48db0d-d770-4e13-8710-496c38a1f82c</a:RelatesTo>
     <ActivityId CorrelationId="6e89a29a-db76-4de4-8465-11c526e28acb" xmlns="http://schemas.microsoft.com/2004/09/ServiceModel/Diagnostics">00000000-0000-0000-0000-000000000000</ActivityId>
   </s:Header>
   <s:Body>
     <GetPublishedFeedResponse xmlns="http://tempuri.org/">
       <GetPublishedFeedResult xmlns:b="http://Microsoft/Office/Server/FeedCache" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
         <b:En>
           <b:P>
             <b:D1>entry</b:D1>
             <b:EID>ff2bc270089f4bf0a54690c30eae9d30</b:EID>
             <b:En>
               <b:ET>User</b:ET>
               <b:LID>61e7fd65-62f4-4321-8f44-945640eb2ce1</b:LID>
               <b:PID>0c37852b-34d0-418e-91c6-2ac25af4be5b</b:PID>
               <b:SID>354936ff-bb63-45a5-b08d-ba6373087cf7</b:SID>
               <b:Url>http://machine/my/personal/user</b:Url>
               <b:WID>6c00a125-2a29-44c3-97ea-7e6f2341000e</b:WID>
             </b:En>
             <b:M>2011-10-28T23:37:53.2668995Z</b:M>
             <b:MBD>1</b:MBD>
             <b:MBT>2</b:MBT>
           </b:P>
         </b:En>
         <b:M>20</b:M>
       </GetPublishedFeedResult>
     </GetPublishedFeedResponse>
   </s:Body>
 </s:Envelope>