| Previous | Next |
| WS_E_ADDRESS_IN_USE | WS_E_ENDPOINT_NOT_FOUND |
WS_E_ADDRESS_NOT_AVAILABLE
WS_E_ADDRESS_NOT_AVAILABLE is a Windows Web Services API HRESULT. It means that the address or binding requested for the operation is not available or is not valid for the current machine, interface, protocol, or network context.
What to check for WS_E_ADDRESS_NOT_AVAILABLE
- Verify the configured host, IP address, port, URI scheme and available local network interfaces.
- Check VPN, container, IPv4 or IPv6, DNS and service-account differences on the affected host.
- Avoid hard-coding an address that exists only in another environment.
Looking for a different code? Search another status or error code.
