简体   繁体   English

使用Microsoft AX 2012 R2发布的Web服务

[英]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 我目前正在研究必须与AX进行交互的管道程序,并且刚刚注意到Ax确实在端口8101上使用了可访问的Web服务。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? 我是否能够提取存储在ax sql db中的相同数据?

.NET Business connector could be another option for you. .NET Business连接器可能是您的另一个选择。 It basically provides you an alternative to standard services provided by AX. 它基本上为您提供了AX提供的标准服务的替代方法。 https://docs.microsoft.com/en-us/dynamicsax-2012/developer/how-to-update-data-using-net-business-connector https://docs.microsoft.com/zh-cn/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. 使用这种方法将连接器写入AX,然后以所需的任何格式提取数据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我的AIF Web服务中的SalesAgreementHeader [AX 2012]更新失败 - The update from my AIF Webservice for SalesAgreementHeader [AX 2012] fails 是否可以更改AX 2012 AIF WebService的目标名称位置? - Is it possible to change the target namesplace of an AX 2012 AIF WebService? 在第81页Gen_日记行中使用NAV 2013 R2 Web服务时出错 - Error using NAV 2013 R2 Webservice with page 81 Gen_ Journal Line 如何在调用使用 SOAP 的外部 Web 服务后获得响应。 - 动态 AX 2012 R3 - How to get a response after calling an external Web Service that's using SOAP. - Dynamics AX 2012 R3 Server 2008 R2 64bit上的asmx webservice错误 - asmx webservice error on server 2008 r2 64bit 如何将PHP Web服务连接到SQL Server 2008 R2 - How to connect php webservice to sql server 2008 r2 SSRS 2008 R2升级-Web服务访问问题-未经授权的401 - SSRS 2008 R2 upgrade - webservice access issue - 401 unauthorized 在Windows Server 2012 R2上发送http / 2请求 - send http/2 request on windows server 2012 R2 如何在Windows Server 2012 R2上调试NTLM身份验证 - How to debug NTLM authentication on Windows Server 2012 r2 Windows Server 2012 R2上的意外崩溃WCF服务 - Unexpected crash WCF Service on Windows Server 2012 R2
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM