📄 echo.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlns="http://esd.esoapcg.com/wsdlns/" xmlns:typens="http://schemas.esoap.com/types/xsd" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:esd="http://esd.esoapcg.com/esd/" name="echo" targetNamespace="http://tempuri.com/"> <wsdl:message name="RequestEcho"> <wsdl:part name="i" type="xsd:int"/> </wsdl:message> <wsdl:message name="ResponseEcho"> <wsdl:part name="return" type="xsd:int"/> </wsdl:message> <wsdl:portType name="Echo"> <wsdl:operation name="echo"> <wsdl:input message="wsdlns:RequestEcho"/> <wsdl:output message="wsdlns:ResponseEcho"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="BindingEcho" type="wsdlns:Echo"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="echo"> <soap:operation soapAction="http://tempuri.com/"/> <wsdl:input> <soap:body use="encoded" namespace="http://tempuri.com/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:input> <wsdl:output> <soap:body use="encoded" namespace="http://tempuri.com/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="echo"> <wsdl:port name="Echo" binding="wsdlns:BindingEcho"> <soap:address location="http://localhost:5000/rpcrouter"/> </wsdl:port> </wsdl:service></wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -