When a form is submitted directly from a browser to a Web service, the response the browser receives will itself be a SOAP envelope.
如果表单直接从浏览器提交给 Web 服务,浏览器收到的响应本身将是一个 SOAP 信封。
The server responds by returning a JSONObject containing the form data to the Web browser. Figure 6 shows an example server response from the AutoPopulateServlet Servlet.
服务器通过向Web服务器返回包含表单数据的JSONObject进行响应。
应用推荐