You can use the following methods to integrate Microsoft Dynamics AX with
other applications:
• Services and the Application Integration Framework: Services
are the preferred option for integration with Microsoft Dynamics
AX. Services in Microsoft Dynamics AX are used to expose its
functionality through WCF-based services. Microsoft Dynamics AX
code and external applications can consume Microsoft Dynamics AX
services. AIF supports the processing of inbound and outbound
messages such as message transforms and value lookups. Together,
services and AIF provide the programming model, tools, and
infrastructure support for XML-based integration with external
applications and data.
• .NET interop to X++: You can use the .NET interop to X++ feature
to call X++ code using C# or another managed language. A proxy is
an automatically generated .NET class, in C# or another managed
language, that mimics an X++ class of Microsoft Dynamics AX.
• .NET interop from X++: The .NET interop from X++ (also known
as the CLR Interop in the previous release) provides interoperability
with external .NET components and you can execute managed-code
components from within X++ code. .NET interop from X++ is useful
when you want your X++ code to access functionality provided by a
CLR-managed assembly. This includes assemblies that are installed
with the .NET Framework and any assemblies that you create with a
language such as C# or Visual Basic.NET.
• Consume external web services: You can use the Microsoft
Dynamics AX programming model to consume external web
services from within X++ code. To consume an external web service
from X++, you must first create a reference to the web service. After
creating a reference to the web service, you can invoke it from X++
and view the available methods with IntelliSense. Calling and
managing external web services is done completely within Microsoft
Dynamics AX.
The following figure shows how the AIF integration components interact with
Microsoft Dynamics AX through the AOS.
Regards,
Hossein Karimi
Wednesday, July 25, 2018
Integrating with Applications
Labels:
AX 2012,
Installation
+10 years of experience with hands-on lead-level background in the full life cycle of software development with demonstrated cross-functional team leadership skills.
Programming:
• ERP :Microsoft Dynamics AX 2012
• Language :X++, C#, C++, XAML, Asp.Net, Html, VB.Net, Android
• Environment : Windows XP, Windows 8, Windows 10, Windows Server
• DataBase : Oracle 9i,10g,11g and SqlServer and SQLlite
Subscribe to:
Post Comments (Atom)
Configure the Firewall on the Enterprise Portal Server
After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...
-
To integrate Microsoft Dynamics AX and Analysis Services, you must connect Analysis Services to the Application Object Server (AOS). To do s...
-
The below select query will give the both the Sales Line record count and the sum of sales quantity. static void Test_Data(Args _args) ...
-
In Reporting Services, reports and resources are processed under the security identity of the user who is running the report. If the report ...
No comments:
Post a Comment