fault-response.xml

来自「随书的代码」· XML 代码 · 共 20 行

XML
20
字号
HTTP/1.0 500 Internal Server ErrorContent-Type: text/xml; charset="utf-8"Content-Length: 498<?xml version="1.0"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"  xmlns:stock="http://namespaces.cafeconleche.org/xmljava/ch2/">  <SOAP-ENV:Body>    <SOAP-ENV:Fault>      <faultcode>SOAP-ENV:Client</faultcode>      <faultstring>        There is no stock with the symbol ABCD.      </faultstring>      <faultdetail>        <stock:InvalidSymbol>ABCD</stock:InvalidSymbol>      </faultdetail>    </SOAP-ENV:Fault>  </SOAP-ENV:Body></SOAP-ENV:Envelope>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?