我正在尝试使用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。如果有人能帮我理解这些应该是什么,我将非常感激!