使用带有 HTML 和 javascript 的 CRM Web 服务

发布于 2024-12-28 20:28:08 字数 287 浏览 0 评论 0原文

我在 Microsoft Dynamics CRM 4.0 SDK 中找到了一些示例代码,它要求我执行以下操作来测试肥皂调用

  1. 将以下代码粘贴到任何事件详细信息属性对话框中 盒子。
  2. 保存表单,然后单击“预览”菜单上的“创建表单”。

用户只有通过身份验证后才能使用Web服务。 SOAP 请求包含要在标头中传递的 CrmAuthenticationToken。由于它不能匿名,我认为该服务只能在“CRM”内使用

是否可以从自托管 HTML 文件使用 CRM Web 服务?

I found some sample code in Microsoft Dynamics CRM 4.0 SDK which is asking me to do the following to test the soap call

  1. Paste the following code into any Event Detail Properties dialog
    box.
  2. Save the form and then click Create Form on the Preview menu.

The web service can only be used after the user is authenticated. The SOAP request contains CrmAuthenticationToken which is to be passed in the header. Since it cannot be anonymous I think the service can only be consumed within "CRM"

Is it possible to consume CRM web services from a self hosted HTML file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

海的爱人是光 2025-01-04 20:28:08

HTML 页面可以通过将 Web 服务作为 Web 资源上传来使用它。

此链接讨论相对路径和模拟目录
CRM 2011 Web 资源:模拟目录和相对路径的重要性

此链接讨论如何使用 jQuery 来使用 Web 服务
在 CRM 2011 中使用 jQuery

HTML pages can consume Web Services by uploading it as a Webresource.

This link talks about Relative Paths and Simulating Directories
CRM 2011 Web Resources: Simulating Directories and the Importance of Relative Paths

This link talks about using jQuery to consume Web services
Using jQuery in CRM 2011

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文