3.1.4.18 GetSettingValue

The GetSettingValue operation retrieves the current value of a configuration setting.

 <wsdl:operation name="GetSettingValue" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/GetSettingValue" message="tns:IBIMonitoringServiceApplication_GetSettingValue_InputMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/>
   <wsdl:output wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/GetSettingValueResponse" message="tns:IBIMonitoringServiceApplication_GetSettingValue_OutputMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/>
   <wsdl:fault wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/GetSettingValueBpmExceptionFault" name="BpmExceptionFault" message="tns:IBIMonitoringServiceApplication_GetSettingValue_BpmExceptionFault_FaultMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/>
 </wsdl:operation>

The protocol client sends an IBIMonitoringServiceApplication_GetSettingValue_InputMessage request message (section 3.1.4.18.1.1) and the protocol server responds with an IBIMonitoringServiceApplication_GetSettingValue_OutputMessage response message (section 3.1.4.18.1.2) as follows:

  1. The protocol client sends a string identifying the setting to be retrieved.

  2. The protocol server responds with the string value of the corresponding setting.

Exceptions:

ErrorCode

Description

Unknown

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.