3.1.4.34 GetPackage

This operation retrieves a package that represents a database application, including its objects and data.

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

 <wsdl:operation name="GetPackage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/IAccessServiceSoap/GetPackage" message="tns:IAccessServiceSoap_GetPackage_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/IAccessServiceSoap/GetPackageResponse" message="tns:IAccessServiceSoap_GetPackage_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:fault wsaw:Action="http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/IAccessServiceSoap/GetPackageAccessServerMessageFault" name="AccessServerMessageFault" message="tns:IAccessServiceSoap_GetPackage_AccessServerMessageFault_FaultMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IAccessServiceSoap_GetPackage_InputMessage (section 3.1.4.34.1.1) request message and the protocol server responds with an IAccessServiceSoap_GetPackage_OutputMessage (section 3.1.4.34.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.

  • Otherwise, the protocol server MUST respond with a IAccessServiceSoap_GetPackage_OutputMessage response message that contains the package.