
The service wizard created a service project.
#Sample customer xml inbound file in aif update#
This service class hosts the different methods to invoke CRUD (Create Read Update Delete) operations on the datasource (in our case Course Rooms). The wizard takes the created document query (from the previous step) as input parameter and will create a corresponding service class (details omitted). The datasources of the document query will be exposed by the (WCF) service which will contain the appropriate XML message schema. This document query holds the appropriate data objects which will be exposed by the service. Step 1: Create a document queryĮach document service is based on a document query stored in the AOT (Application Object Tree) in AX.

This post assumes that the reader has some experience with the AX AIF (Application Integration Framework) which means that next steps briefly explains the creation, deployment and consumation of an AX document service. The remainder of the document explains the different steps to meet our goals. We want to expose a (document) service which makes it possible for external clients to exchange data (CRUD-operations) with AX. We take the class room (course rooms) administration module as an example.

For this purpose, the service will be hosted on the AOS (Application Object Server) instead of IIS.
#Sample customer xml inbound file in aif windows#
NET client (in our case Windows Client) can consume an AX WCF document service.
