简体   繁体   中英

Using Microsoft AX 2012 R2 published webservice

I am currently working on a pipeline program that has to interface with AX, and have just noticed that Ax does have an webservice accesible using on port 8101. http://localhost:8101/DynamicsAx/Services/ODataQueryService/ $metadata

But how do i retrieve meaningful data out?

And am I able to extract the same data, which is stored in the ax sql db?

.NET Business connector could be another option for you. It basically provides you an alternative to standard services provided by AX. https://docs.microsoft.com/en-us/dynamicsax-2012/developer/how-to-update-data-using-net-business-connector

Use this approach to write a connector to AX and then extract the data in any format you want.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM