PICOF SOAP Fault governedError HTTP 406 When Launching Integration
What it means
The PICOF integration returns a raw SOAP fault, SOAP-ENV:Server.governedError, over HTTP 406, with an empty fault string. This is Workday's generic governance/throttling fault. It fires when the request hitting the integration's endpoint is being rejected before it reaches normal business validation, most often due to a security or governance policy blocking that specific request.
Troubleshooting
- Check the integration system user's security group and domain access for the PICOF integration to confirm it still has the permissions the integration needs.
- Look at recent tenant-level changes (security policy updates, IP allowlist changes, or governance rule changes) around the time the fault started.
- Try the same integration run against a different, known-good integration system user to isolate whether the fault is user-specific or integration-wide.
Re-run the integration with an integration system user known to have full, unrestricted access to confirm whether the governedError is permission-related.
Document and lock down the exact security group and domain grants the PICOF integration user needs, so future security policy changes don't silently strip access and trigger this generic fault again.