有什么区别
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ...>
Run Code Online (Sandbox Code Playgroud)
和
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" ...>
Run Code Online (Sandbox Code Playgroud)
以及如何在它们之间切换?
如何更改<SOAP-ENV:Envelope的响应以使用<soap:Envelope?