Microsoft Dynamics AX V3 Connector > Microsoft Dynamics AX V3 Operations > Microsoft Dynamics AX V3 Operations Overview
  

Microsoft Dynamics AX V3 Operations Overview

Microsoft Dynamics AX V3 exposes the web service API that the Secure Agent uses to perform integration tasks through the SOAP protocol.
When you create a mapping, you can associate a Microsoft Dynamics AX V3 connection and an operation. Based on the Microsoft Dynamics AX 2012 WSDL you specify in the connection, the Secure Agent connects to the corresponding web service in Microsoft Dynamics AX 2012 to access, transform, or deliver data. The request and response are SOAP messages. The SOAP request and response messages contain hierarchical data, where the data follows an XML schema. If you want to write data to a relational target, the Secure Agent converts the hierarchical data fetched from Microsoft Dynamics AX 2012 to relational data.

Microsoft Dynamics AX V3 Source and Target Operations

The following table describes the source operations that you can perform with Microsoft Dynamics AX V3 Connector:
Operation Name
Description
read
Uses one or more IDs to read records from the database and returns the records.
readAll
Retrieves all the records from Microsoft Dynamics AX 2012 as an object or an XML document.
find
Queries the database for matching records and returns records as an object or an XML document.
findKeys
Uses criteria to query the database for matching records and returns a list of corresponding IDs for those records.
getKeys
Retrieves the IDs for documents based on the specified filter.
getChangedKeys
Retrieves the IDs for documents based on the specified filter and a date that is provided.
The following table describes the target operations that you can perform with Microsoft Dynamics AX V3 Connector:
Operation Name
Description
create
Uses an object or an XML document to create records in the database and returns a list of IDs for the new records.
delete
Uses one or more IDs to delete the specified records from the database.
update
Uses an object or an XML document to update records in the database.
When you perform an update operation, Microsoft Dynamics AX V3 Connector replaces all fields in the database tables with the fields from the submitted document.
Note: Microsoft Dynamics AX V3 Connector does not support partial update.