I am facing an issue with running a studio integration that was previously built, so I don't have access to the original studio files. When running the integration, I encountered the following error:
"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/xхxxхxхx/Staffing/v21.0' with operation 'Get_Workers_Request'. Details: MSG_SENSITIVE:xхxxхxX 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"
At first, there was a field override that did not have the necessary permission. However, it was added and the Test Field override confirms that the fields now have access. My question is whether this error indicates that the "GET_WORKERS_REQUEST" process lacks the required permissions, or if there is something else causing the issue?