Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

Step of Integrations Dynamics AX 2012

$
0
0

The integration process sends data through AIF, which creates a Web Service for exchanging data between systems. The step are as follows.

  1. On the Microsoft Dynamics AX side, the user enters the AOT page. The user needs to create a class for the data from Integration. The class consists of a variety of methods, such as Selecting Data. From table
  2. Create a service, then select Properties at the service that the builder. The user selects the desired class to put in the service.
  3. After Add Class to Service, right-click Add Operation, then choose Operation method name. (The method in this section is the method you created in the class.
  4. Create a Service Group and select Properties. In this section, the user can choose to Deploy (AutoDeploy), then right-click choses New Service Node Reference and add the service name that the user created. In step 2, enter Service Group and select Deploy Service Group.
  5. Create a Web Service by entering Application Dynamics AX and selecting System Administration -> Setup -> Services and Application Integration Framework -> Inbound ports -> Select the adapter as NetTcp, then click on Service operations. Activate

After this 5 steps, the WSDL link will be created. URI: This will be the link for the Integration.

----------------------------------------  Microsoft Dynamics AX ----------------------------------------

From the system of other system will send the data is Restful API, Web Service from the side of Dynamics AX is soap, so users use Visual Studio to help to convert soap into Rest API.

  1. Create a Web API using an ASP.net framework. Using the development language is C #
  2. Add the Web Service obtained from Dynamics AX by right-clicking on the reference, selecting Add Service Reference, and then adding the Web Service of Dynamics AX.
3.     Create a Project Select ASP.NET Core Web Application.
 
4.      How to Run a Service

Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>