简体   繁体   English

如何通过C#从asp.net应用程序向Microsoft Dynamics Navision2016发送请求

[英]How to Send Request to Microsoft Dynamics Navision2016 from asp.net Application by C#

I am Working with Civil & Real Estate Domain ERP Application. 我正在使用民用和房地产领域ERP应用程序。 Now i want integrate our App with Microsoft Dynamics Navision. 现在,我想将我们的应用程序与Microsoft Dynamics Navision集成。 we bought that Nav Product and hosted in our server. 我们购买了该Nav产品并托管在我们的服务器中。 Now I want to know how to send request and receive response from NAV Server by using C# Language.such as creating a groups and Ledgers(For Finance Module) and Checking GL Exisiting or Not. 现在我想知道如何使用C#语言从NAV服务器发送请求和接收响应,例如创建组和分类帐(用于财务模块)以及检查是否存在GL。 and Particular Company is Existing and Sending Payment Data to Server through we Request etc.., Mainly I want to Know how to Communicate with NAV Server Using Web Requests. 特别是某公司正在通过我们的Request等向其发送付款数据并将其发送到服务器。 主要是我想知道如何使用Web Request与NAV Server进行通信。 any body Please Help Me.... 任何身体请帮助我。

You can communicate with dynamics nav via web-requests. 您可以通过网络请求与动态导航进行通信。 In order to use them, you need to enable them in the "web requests" page. 为了使用它们,您需要在“ Web请求”页面中启用它们。 if you have specific needs like getting the gl entries etc. you need to publish pages / codeunits in order to do so. 如果您有获取gl条目等特定需求,则需要发布页面/代码单元。 authorisation is done via http header. 授权是通过http标头完成的。 protocol can be soap starting with version navision 2009 SP1 or ODATA (basicly a rest api) i think from NAV 2015 on 协议可以是从navision 2009 SP1或ODATA(基本上是rest api)开始的肥皂,我认为是从NAV 2015开始的

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

相关问题 Microsoft Dynamics(Navision)与C#.NET - Microsoft Dynamics (Navision) vs C# .NET 如何使用 asp.net 和 c# 从 web 应用程序向手机发送短信? - how to send sms to mobile from web application using asp.net and c#? 如何 go 关于它:从 Microsoft Dynamics 365 CRM 同步/导出帐户数据并在第 3 方 web 应用程序中显示? 使用 WS 和 ASP.NET MVC/C# - How to go about it: sync/export data for Accounts from Microsoft Dynamics 365 CRM and show it in a 3rd party web app? Using WS and ASP.NET MVC/C# 如何在ASP.NET C#应用程序中使用Microsoft Enterprise Library for MySQL - How to use microsoft enterprise library in asp.net c# application for MySQL 从 ASP.NET MVC 项目后面的 C# 代码向另一个 web 站点发送 JSON 请求 - Send a JSON request to another web site from C# code behind in an ASP.NET MVC project ASP.NET & Microsoft Dynamics NAV 2009如何获取数据? - ASP.NET & Microsoft Dynamics NAV 2009 how get data? 将字符串从 c# windows 表单应用程序发送到 asp.net Z2567A5EC9705EB7AC2C984033E06 服务器 - send string from c# windows form application to asp.net web server 从C#+ ASP.NET发送免费短信 - send free SMS from C# + ASP.NET 从asp.net C#向iPhone发送推送通知 - send push notification to Iphone from asp.net C# 从C#应用程序到ASP.NET应用程序的通信 - Communication from a C# application to an ASP.NET application
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM