3.1.4.30 UpdateAccessObject

This operation updates an object in a database application.

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

 <wsdl:operation name="UpdateAccessObject" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/IAccessServiceSoap/UpdateAccessObject" message="tns2:IAccessServiceSoap_UpdateAccessObject_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/UpdateAccessObjectResponse" message="tns2:IAccessServiceSoap_UpdateAccessObject_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/UpdateAccessObjectAccessServerMessageFault" name="AccessServerMessageFault" message="tns2:IAccessServiceSoap_UpdateAccessObject_AccessServerMessageFault_FaultMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IAccessServiceSoap_UpdateAccessObject_InputMessage (section 3.1.4.30.1.1) request message and the protocol server responds with an IAccessServiceSoap_UpdateAccessObject_OutputMessage (section 3.1.4.30.1.2) response message as follows:

  • If an error occurs on the protocol server during this operation, the protocol server MUST respond with either a SOAP fault, as specified by section 2.2.9, or a ServiceError, as specified by [MS-AADT] section 2.2.4.13.

  • Otherwise, the protocol server MUST respond with an IAccessServiceSoap_UpdateAccessObject_OutputMessage response message that contains information about the updated object.