3.1.4.17 GetWorkbookConnections

Returns a list of data connection names in the workbook.

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

 <wsdl:operation name="GetWorkbookConnections" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetWorkbookConnectionsSoapIn"/>
   <wsdl:output message="tns:GetWorkbookConnectionsSoapOut"/>
 </wsdl:operation>

The protocol client sends a GetWorkbookConnectionsSoapIn request WSDL message, and the protocol server responds with a GetWorkbookConnectionsSoapOut response WSDL message, as follows:

  • The protocol server returns a list of the data connection names.

  • If there was an application error on the protocol server during the operation, the protocol server MUST return a SOAP fault response, which SHOULD be one of the subcodes specified in section 2.2.9.2, but MAY instead contain any subcode specified in section 2.2.9.1 or any other subcode.