-
Triggered by a question regarding XML request logging in @ChromeDevTools, I created a small 🧼 SOAP API client demo: jagged-abrupt-baritone.glitch.me/. It's incredible we tended to do Web services this way. I used
fetch(), but what a missed opportunity to dig outXMLHttpRequestagain. -
(If you read the source code glitch.com/edit/#!/jagged-abrupt-baritone?path=script.js%3A1%3A0, don't judge me for lack of error handling and parsing XML with RegEx in the response, because this was just a demo and also: YOLO!)

