Share via


3.1.4.50 GetReportView

The GetReportView operation retrieves a ReportView complex type (section 2.2.4.160) from the server (2).

The following is the WSDL port type specification of the GetReportView WSDL operation.

 <wsdl:operation name="GetReportView" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetReportViewSoapIn"/>
   <wsdl:output message="tns:GetReportViewSoapOut"/>
 </wsdl:operation>

The protocol client sends a GetReportViewSoapIn request message (section 3.1.4.50.1.1), and the server (2) responds with a GetReportViewSoapOut response message (section 3.1.4.50.1.2) as follows:

  • The protocol client sends a RepositoryLocation complex type (section 2.2.4.161) for the ReportView to be retrieved.

  • The server (2) sends the corresponding ReportView.

  • In the event that a ReportView cannot be retrieved, the server (2) SHOULD<38> return a SOAP fault response, as detailed in section 2.2.2.1.

Exceptions:

Error code

Description

FCOReadFailed

See Common List of Error Codes (section 2.2.2.1.3).

FCOReadFailedListAccess

See Common List of Error Codes (section 2.2.2.1.3).

In case of any other failure, the error code MUST be one of the values specified in section 2.2.2.1.2. A detailed specification of how exceptions are reported by the server (2) is in section 2.2.2.1.