本文介绍了如何读取WSDL到SharePoint列表的响应的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,



作为初学者,我正在尝试使用C#读取soap服务(wsdl)的响应并将其作为SharePoint 2013进入一个清单。



我一遍又一遍地搜索,但发现没有良好的开端。我想解决方案中有一些章节:



1.初始化wsdl连接并发送请求

2.在平原中接收答案xml(或......)

3.连接到SharePoint 2013

4.填充(或覆盖)列表



建议从哪里开始?



非常感谢。

Hi there,

as an beginner, I'm trying to read the response from a soap service (wsdl) using C# and get it into SharePoint 2013 as a list.

I searched over and over but found no good lead to start with. I guess there are some chapters in the solution:

1. Initialize the wsdl connection and send request
2. Receive the answer in plain xml (or...)
3. Connect to SharePoint 2013
4. Populate (or override) a list

Any suggestions where to start?

Thank you very much.

推荐答案


这篇关于如何读取WSDL到SharePoint列表的响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 19:06