使用带有 HTML 和 javascript 的 CRM Web 服务
我在 Microsoft Dynamics CRM 4.0 SDK 中找到了一些示例代码,它要求我执行以下操作来测试肥皂调用
- 将以下代码粘贴到任何事件详细信息属性对话框中 盒子。
- 保存表单,然后单击“预览”菜单上的“创建表单”。
用户只有通过身份验证后才能使用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
- Paste the following code into any Event Detail Properties dialog
box. - 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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