最新消息:ww12345678 的部落格重装上线,希望大家继续支持。

使用Web API消费Dynamics AX 365FO数据实体(第1部分)/ Consuming Dynamics AX 365FO Data entities using Web API (Part 1)

网络文摘 William 2190浏览 0评论
Object is to read data from Dynamics ax 365FO data entities using Web Api project. This is first part of the blog series on consuming Data entities using Web api, in this blog i will be covering the configuration part of the projects Step 1: Download Dynamics ax integration sample project from GITHUB https://github.com/Microsoft/Dynamics-AX-Integration/tree/master/ServiceSamples                         Extract the project, you will see different samples. Step 2: We will copy two projects AuthenticationUtility and ODataUtility and move to the new web api project we are going to create.   New project structure will look like this.                             We also need to add the reference of dll of two projects  AuthenticationUtility and ODataUtility to our new projects. There is a class ClientConfiguration in AuthenticationUtility project that is required a configuration change and requires to set following attribute from your Azure subscription. UriString, UserName, Password, ActiveDirectoryResource, ActiveDirectoryTenant, ActiveDirectoryClientAppId, ActiveDirectoryClientAppSecret                         In the next blogs i will be covering
  1. How to setup web api project app on Azure and what are we needed to setup the app in Azure.
  2. I will be covering code side also on which i will demonstrate how we can consume OData entity.
Thanks Amir (Happy Daxing)
发表我的评论
取消评论

表情

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址