0

我正在尝试运行过去构建的工作室集成 - 所以无权访问工作室文件等。在运行集成时 - 遇到以下错误。

"Integration Failed.  com.capeclear.mediation.MediationException: application=wcc - Workday Out transport id=GetPageOfData encountered problem sending to endpoint 'https://wd3-impl-services1.workday.com/ccx/service/XXXXXXXX/Staffing/v21.0' with operation 'Get_Workers_Request'. Details: MSG_SENSITIVE:XXXXXXX application=wcc - Code: SOAP-ENV:Server.processingError, Reason: Processing error occurred. The task submitted is not authorized. Root Cause: BadRequestException : 
Error code : unknown
Response :<SOAP-ENV:Envelope xmlns:SOAP-ENV=""http://schemas.xmlsoap.org/soap/envelope/"">
<SOAP-ENV:Body>
<SOAP-ENV:Fault xmlns:wd=""urn:com.workday/bsvc"">
<faultcode>SOAP-ENV:Server.processingError</faultcode>
<faultstring>Processing error occurred. The task submitted is not authorized.</faultstring>
<detail>
<wd:Processing_Fault>
<wd:Detail_Message>The task submitted is not authorized.</wd:Detail_Message>
</wd:Processing_Fault>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
com.capeclear.cape. See the consolidated report for further details"

最初有一个没有所需权限的字段覆盖 - 添加了该字段,并且测试字段覆盖表示这些字段具有访问权限。所以我的问题是 - 这个错误是否意味着“GET_WORKERS_REQUSET”进程没有权限?还是这里有别的东西在起作用?

TIA。

4

0 回答 0