4.2.2 ScorecardSupportsExportFormat

The protocol client then calls ScorecardSupportsExportFormat to see if the scorecard can be exported in the given format.

The protocol client creates and sends the following message (whitespace added for readability):

 <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing"
             xmlns:s="http://www.w3.org/2003/05/soap-envelope">
 <s:Header>
   <a:Action s:mustUnderstand="1">
     http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/
     ScorecardSupportsExportFormat
   </a:Action>
   <a:MessageID>urn:uuid:02e8da36-4611-424e-ad45-578e0561271a</a:MessageID>
   <a:ReplyTo>
     <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
   </a:ReplyTo>
   <webSiteID xmlns="PPSMA">9edb0749-0b51-4377-b810-d3891c1ac81d</webSiteID>
   <WebSiteAbsoluteUrl xmlns="PPSMA">http://boi-ppsbeta1/</WebSiteAbsoluteUrl>
   <CurrentCultureName xmlns="PPSMA">en-US</CurrentCultureName>
   <CurrentUICultureName xmlns="PPSMA">en-US</CurrentUICultureName>
 </s:Header>
 <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema">
   <ScorecardSupportsExportFormat xmlns=" http://www.microsoft.com/performancepoint/scorecards/">
     <itemFormat>PowerPoint</itemFormat>
     <scorecardLocation 
       ItemUrl="/Lists/Dashboard Content/15_.000" 
       ItemType="None" 
       ItemGuid="00000000000000000000000000000000" 
       SpSiteCollectionGuid="00000000000000000000000000000000" 
       SpSiteGuid="00000000000000000000000000000000" 
       SpListGuid="00000000000000000000000000000000">
     </scorecardLocation>
   </ScorecardSupportsExportFormat>
 </s:Body>
 </s:Envelope>

The protocol server responds with the following (whitespace added for readability):

 <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" 
             xmlns:s="http://www.w3.org/2003/05/soap-envelope">
   <s:Header>
     <a:Action s:mustUnderstand="1">
        http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/
                                ScorecardSupportsExportFormatResponse</a:Action>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
           xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <ScorecardSupportsExportFormatResponse xmlns=" http://www.microsoft.com/performancepoint/scorecards/">
       <ScorecardSupportsExportFormatResult>
         true
       </ScorecardSupportsExportFormatResult>
     </ScorecardSupportsExportFormatResponse>
   </s:Body>
 </s:Envelope>