Mock XML endpoint
A live endpoint that answers with a small XML body and any of 14 HTTP status codes, from 200 to 504. Common in SOAP, payment and legacy enterprise APIs. Good for testing XML parsers and namespaces. No signup, CORS enabled, nothing logged.
Try the 200 version
curl -i https://demo-xml-200.supercrontab.com/
Sample body (application/xml)
<?xml version="1.0" encoding="UTF-8"?> <response> <ok>true</ok> <id>42</id> </response>