| Previous | Next |
| WS_E_OPERATION_ABORTED | WS_E_OPERATION_TIMED_OUT |
WS_E_ENDPOINT_ACCESS_DENIED
WS_E_ENDPOINT_ACCESS_DENIED is a Windows Web Services API HRESULT. It means that the remote endpoint refused the request because the caller is not authorized or access is blocked by the endpoint policy.
What to check
- Inspect the returned HTTP or service fault details to determine the required identity and authorization policy.
- Verify credentials, token audience, claims, role assignments and endpoint permissions for the affected caller.
- Do not turn off endpoint authorization or reuse another account merely to bypass the denial.
Looking for a different code? Search another status or error code.