3.1.4.4 GetApplicationInformation

This operation retrieves information about a database application from the protocol server.

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

 <wsdl:operation name="GetApplicationInformation" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input message="tns:GetApplicationInformationSoapIn"/>
   <wsdl:output message="tns:GetApplicationInformationSoapOut"/>
 </wsdl:operation>

The protocol client sends a GetApplicationInformationSoapIn (section 3.1.4.4.1.1) request message and the protocol server responds with a GetApplicationInformationSoapOut (section 3.1.4.4.1.2) response message as follows:

§ If an error occurs on the protocol server during this operation, the protocol server MUST respond with a SOAP fault, as specified by section 2.2.9.1.

§ Otherwise, the protocol server MUST respond with a GetApplicationInformationSoapOut response message that contains information about the requested database application.