SOAP Response Validator
Validate SOAP response: well-formed XML and valid Envelope with Body or Fault. Paste raw HTTP or SOAP XML.
About this tool
Accepts a raw HTTP response (status, headers, body) or plain SOAP XML. Checks that the body is well-formed XML and has a valid SOAP envelope: root Envelope (SOAP 1.1 or 1.2) with exactly one Body or one Fault. Use after calling a SOAP API or in CI.
To validate XML against an XSD schema: XSD Schema Checker.
Click "Validate" to check your code
You might also need