The main problem with XML is that the encoding process is expensive and that, on most browsers, the decoding of the XML response is equally time consuming.
XML 的首要问题就是编码处理开销太大,并且在大多数浏览器上对 XML 响应的解码过程也同样地耗时。
Listing 2 shows one of many ways that my service could have encoded the response payload using SOAP Encoding.
清单2显示我的服务使用SOAP编码对响应有效负载进行编码时可能采用的许多方法之一。
A SOAP message is basically an HTTP request and response that complies with the SOAP encoding rules.
SOAP消息实质上是一个遵循soap编码规则的HTTP请求和响应。
应用推荐