gpt4 book ai didi

java - 将 Java 应用程序连接到 Microsoft CRM 2013 或 2016 的方法

转载 作者:行者123 更新时间:2023-11-30 02:40:57 25 4
gpt4 key购买 nike

我想将 java 应用程序与 Microsoft CRM 2013 集成。为此,我已经看到 MS CRM 2013 提供了 Rest 以及 SOAP Web 服务,但经过大量努力却徒劳无功,所以我的问题是这些?

MS CRM 2013(和/或 2016)REST 服务是否不再向外部应用程序公开?

对于 SOAP Web 服务。我的 CRM 身份验证是通过 Active Directory(本地身份验证)进行的。为此,我在网上没有找到如何执行此操作的单个资源。我找到的仅适用于 MS CRM 2011

网上的一些链接建议安装一个 dotnet 服务或应用程序,使用 MS CRM 2013 连接到 CRM,然后创建一个 Web 服务,该服务将作为我的 java 应用程序和 MS CRM 之间的代理。唯一/最好的方法?

提前致谢。

最佳答案

CRM 2013

该支持对于非 .Net 项目来说并不好。

作为一名 .Net 开发人员,在使用组织服务 (SOAP) 时,我使用 SDK API 来简化开发。

组织数据(Rest)服务通常在 CRM 内的 JavaScript 中使用。

MSDN建议使用 WSDL 连接到组织服务

You can also access data from Microsoft Dynamics CRM 2013 using the Web Services Description Language (WSDL) from the web service.

奇怪的是,2013 年的 MSDN 没有任何进一步的解释。然而较旧的2011文章提供了进一步的阐述。

While the most common style of development for Microsoft Dynamics CRM 2011 is using the SOAP endpoint with early or late bound types, there are situations where you wish to use the Web Services Description Language (WSDL) endpoint directly. This is a light-weight endpoint that can be used from non-.NET languages. You can download the WSDL from the developer resources page. For more information, see Download the Endpoints Using the Dynamics CRM Developer Resources Page. For more information about Windows Communication Foundation (WCF) interoperability, see Web Service Interoperability.

The SDK download package contains sample code for authentication and use of the WSDL endpoint for Active Directory, Active Directory with Claims, Online (both Microsoft account and Microsoft Office 365), and for Internet-facing deployment (IFD). This is located in the SDK\SampleCode\CS\WsdlBasedProxies folder. For another example of a client application that uses web services only, see this example in the MSDN Code Samples Gallery: CRM Online 2011 WebServices - SOAP Only Client.

还有这个2011样本。

CRM 2016

我认为组织服务 (SOAP) 或组织数据(其余)的情况没有太大变化。

但是,现在有了新的 Web API这 promise 提供更好的支持。

The Web API, which is new for Microsoft Dynamics 365 (online & on-premises), provides a development experience that can be used across a wide variety of programming languages, platforms, and devices. The Web API implements the OData (Open Data Protocol), version 4.0, an OASIS standard for building and consuming RESTful APIs over rich data sources.

关于java - 将 Java 应用程序连接到 Microsoft CRM 2013 或 2016 的方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41715725/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com