SOAP 1.2 HTTP Binding rules are applied. See the HTTP request header line: Content-Type.
It has a value of "application/soap+xml", and parameter of "action=...".
SOAP 1.2 Message rules are applied. See the envelope namespace value in both request message
and response message: xmlns:env="http://www.w3.org/2003/05/soap-envelope.
SOAP 1.2 RPC Presentation rules are applied. See the "result" sub element in the response element
of the response message. But SOAP Extension does not put the returning value directly in this sub element.
It inserts a second sub element in the response element, and puts the returning value in this second element.
The value in the required "result" element is just a reference to the second element. This seems to be violating
the SOAP 1.2 RPC Presentation specifications.