3.1.4.23 RenderScorecard

The RenderScorecard operation generates HTML markup for a specific scorecard stored on the protocol server. The protocol client specifies which scorecard is to be rendered, and other parameters that affect the result’s HTML content.

 <wsdl:operation name="RenderScorecard" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/RenderScorecard" message="tns:IBIMonitoringServiceApplication_RenderScorecard_InputMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/>
   <wsdl:output wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/RenderScorecardResponse" message="tns:IBIMonitoringServiceApplication_RenderScorecard_OutputMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/>
   <wsdl:fault wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/RenderScorecardBpmExceptionFault" name="BpmExceptionFault" message="tns:IBIMonitoringServiceApplication_RenderScorecard_BpmExceptionFault_FaultMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/>
 </wsdl:operation>

The protocol client MUST send an IBIMonitoringServiceApplication_RenderScorecard_InputMessage request message (section 3.1.4.23.1.1) and the protocol server MUST respond with an IBIMonitoringServiceApplication_RenderScorecard_OutputMessage response message (section 3.1.4.23.1.2) containing the HTML markup for the scorecard.

Exceptions:

ErrorCode

Description

FCOReadFailed

See section 2.2.2.1.3 for the common list of error codes.

FCOReadFailedListAccess

See section 2.2.2.1.3 for the common list of error codes.

In case of any other failure, the ErrorCode MUST be one of the values specified in section 2.2.2.1.2. For a detailed specification of how exceptions are reported by the protocol server, see section 2.2.2.1.