I have a calling system that I cannot easily change. It sends an http request (actually SOAP) with two elements in the wrong order.
This is easy to fix with an XSL transform.
I'd like to implement a proxy web server that transforms the request via XSL. Apache or nginx for the web server, ideally, but I can look at others.
Suggestions?