问题描述
这是我第一次希望通过SharePoint 2013使用外部Web服务.我发现了很多主题,其中大多数都在谈论SharePoint Designer for Workflow的Web服务消费.
Its the first time that I would like to consume an external web service by SharePoint 2013. I found many topics most of them talking about consuming web service by SharePoint Designer for Workflow.
实际上,我需要一些主题来通过SharePoint代码使用服务器对象模型,CSOM甚至Java脚本对象模型来使用Web服务.
Actually, I need some topic for consuming the web service by SharePoint code either Server Object Model, CSOM or even Java Script Object Model.
有帮助吗?
预先感谢
推荐答案
如果您想在Visual Studio解决方案中使用C#使用外部Web服务,请参考以下文章:
If you want to consume an external web service in Visual studio solution with C#, the following article for your reference:
在C#.Net Visual Studio中使用Web服务
如果您想使用JavaScript来使用外部Web服务,我们可以使用jQuery Ajax来实现.
If you want to consume and external web service using JavaScript, we can use jQuery Ajax to achieve it.
简单的jQuery客户端,用于调用SOAP Web服务
https://leonidius2010.wordpress.com/2011/05/16/98/
最好的问候,
这篇关于在SharePoint 2013中使用外部Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!