SharePoint 2013 SOAP - 提交文件方法

时间:2016-08-12 13:46:35

标签: sharepoint soap sharepoint-2013

我正在尝试使用SOAP客户端方法(通过WSDL提供)通过SharePoint提交文件。

SubmitFileResponse response = await client.SubmitFileAsync(content, property, filingLocation.Location, "", _authenticator.Credential.UserName);

然后是响应主体

"<ResultCode>InvalidArgument</ResultCode>"

方法签名(没有返回)是

SubmitFileAsync(byte[] fileToSubmit, GimmalAPI.Gimmal.RecordsRepositoryProperty[] properties, string recordRouting, string sourceUrl, string userName)

我唯一困惑的参数是recordRouting和sourceUrl。如果有人能帮我理解这些应该是什么,我将非常感激!

0 个答案:

没有答案