| Previous | Next |
| SDIAG_E_ROOTCAUSE | WS_E_OBJECT_FAULTED |
WS_E_INVALID_FORMAT
WS_E_INVALID_FORMAT is a Windows Web Services API HRESULT. It means that the Windows Web Services API could not parse or accept the supplied XML, message content, endpoint data, or another input value in the expected representation.
What to check
- Validate the message structure, namespaces, element order and value encoding against the service contract.
- Check the endpoint URL, headers and serialization settings used by the client and service.
- Keep a safe copy of the failing payload or a redacted trace so the exact parsing point can be identified.
Looking for a different code? Search another status or error code.
