3.1.4.30 SearchParameterDisplayData
The SearchParameterDisplayData operation<14> retrieves an object of type ParameterSearchResultRecord (section 2.2.4.15) that represents the filter’s display data values that contain the specified search term.
-
<wsdl:operation name="SearchParameterDisplayData" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/SearchParameterDisplayData" message="tns:IBIMonitoringServiceApplication_SearchParameterDisplayData_InputMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/> <wsdl:output wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/SearchParameterDisplayDataResponse" message="tns:IBIMonitoringServiceApplication_SearchParameterDisplayData_OutputMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/> <wsdl:fault wsam:Action="http://www.microsoft.com/performancepoint/scorecards/IBIMonitoringServiceApplication/SearchParameterDisplayDataBpmExceptionFault" name="BpmExceptionFault" message="tns:IBIMonitoringServiceApplication_SearchParameterDisplayData_BpmExceptionFault_FaultMessage" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"/> </wsdl:operation>
The protocol client sends an IBIMonitoringServiceApplication_SearchParameterDisplayData_InputMessage (section 3.1.4.30.1.1) request message and the protocol server responds with an IBIMonitoringServiceApplication_SearchParameterDisplayData_OutputMessage (section 3.1.4.30.1.2) message as follows:
The protocol server receives the input data for a SearchParameterDisplayData WSDL operation as specified in section 3.1.4.30.
The protocol server creates the ParameterSearchResultRecord (section 2.2.4.15) using the Filter ([MS-PPSAS] section 2.2.4.98) DataSource and SubTypeId referenced by parameterLocation (section 3.1.4.30.2.1), the string referenced by searchTerm (section 3.1.4.30.2.1) and the WebPartContext (section 2.2.4.20) referenced by webPartContext (section 3.1.4.30.2.1).
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.12.2.2.1.