What is the simplest SOAP example using Javascript?
To be as useful as possible, the answer should:
Simplest example would consist of:
Composing XML SOAP message similar to this
string
POSTing message to webservice url using XHR
Parsing webservice's XML SOAP response similar to this
...
...
...
...
...
Presenting results to user.
But it's a lot of hassle without external JavaScript libraries.