我在Workday中的几个Human Resources的Web 服务操作上遇到以下错误,例如这些对象:
错误:
The task submitted is not authorized
完全错误:
<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>
操作:
Get_Academic_Units
similar related Academic operations
和Get_Change_Government_IDs
这是因为我用来验证 API 的用户(管理员)没有访问权限。是否有任何适当的指南或链接可以帮助我为某些特定用户分配的安全组设置人力资源的所有 Web 服务操作?
我注意到为这些 Web 服务Implementers
分配了一个名为的安全组Secuirty Group Needed
,但我无法在该安全组中添加任何用户,这与其他用户不同。
我是工作日和工作日网络服务的新手,所以任何关于这方面的领导都会有帮助。
谢谢你。