What does HRESULT 0x803D000D (WS_E_ENDPOINT_NOT_FOUND) mean?

 
Previous Next
WS_E_ADDRESS_NOT_AVAILABLE WS_E_ENDPOINT_NOT_AVAILABLE

WS_E_ENDPOINT_NOT_FOUND

WS_E_ENDPOINT_NOT_FOUND is a Windows Web Services API HRESULT. It means that the requested remote endpoint does not exist at the resolved address or could not be found by the selected transport and endpoint configuration.

What to check for WS_E_ENDPOINT_NOT_FOUND

  • Verify the service URL, DNS result, port, path, virtual host and deployment route.
  • Inspect service discovery, load-balancer configuration and endpoint publication records.
  • Correct stale endpoint configuration before adding retries for an unchanged address.

Microsoft documentation

Diagnostic interpretation

This result has the HRESULT value 0x803D000D. AllStat records the condition as “The remote endpoint does not exist or could not be located.”.

Evidence to capture

  • Capture any IErrorInfo text, activity identifier, event-log entry, and subsystem trace that mentions this result or the ws / endpoint / found operation.
  • compare the failing machine with a working one at the same configuration boundary: component version, policy, registration, identity, and target resource.

Retry and recovery

” has changed.


Looking for a different code? Search another status or error code.