Magento and Microsoft dynamics AX Integration
Asked Answered
E

1

11

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.

Endosperm answered 5/12, 2013 at 10:6 Comment(5)
you could check this link for start reading : msdn.microsoft.com/en-us/library/bb496535(v=ax.50).aspxMonometallism
Thanks for the responds Setiaji.Endosperm
This may add to bit more complexity, but you may want to create small services and not want to reply on Query based services. Check custom services: blogs.msdn.com/b/aif/archive/2008/12/16/…Apotropaic
this is too big a topic to explain here. I have done this but currently stuck at mapping different types of prices and discounts that navision offers.Tugman
Maybe this helps: i95dev.com/products/magento-ax-connectCacia
C
4

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.

Churl answered 20/3, 2014 at 0:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.