soapmsgresponse.soap

来自「javaP2P技术内幕课程111213141516源代码」· SOAP 代码 · 共 13 行

SOAP
13
字号
HTTP/1.1 200 OK
Content-Type:text/xml;charset=utf-8
Content-Length:499
Date:Thu,24 Jan 2002 19:26:30 GMT
Server:Apache Tomcat/4.0.1 (HTTP/1.1 Connector)
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<SOAP-ENV:Body>
		<ns1:echoStringResponse xmlns:ns1="http://soapinterop.org/">
			<echoStringResult xsi:type="xsd:string ">Hello!</echoStringResult>
		</ns1:echoStringResponse>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

⌨️ 快捷键说明

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