문제

We are planning to integrate Magento with Microsoft AX 2009 (Product and Customers).Since I am a C# developer I am confused how to get started. On exploring I came to know that best way to integrate is through WCF. But I would like to know

  1. How do I create web services in AX.
  2. Extensibility of available services .

I couldn't find a good resource for this in the web .So can any one suggest a good resources or which is the best way to do it.

도움이 되었습니까?

해결책

You write WebServices in Dynamics AX 2009 (and 2012) in X++. The overall sub-system for webservices and more ways to integrate is called AIF. In order to use it you need to set it up first as described here. On how to create the simple WebService is shown in a great video here. And you can download a Microsoft guide with tips on how to do it better from here.

Here you can find development center with a lot of helpful resources.

Inside Microsoft Dynamics AX 2009 (here) describes AIF on Chapter 17th. All MS books on later versions do the same.

Tip: Microsoft employees are encouraged and motivated to answer AX questions on MS website.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top