get_temp.esd
来自「ESOAP是一款专注于嵌入式web service开发的工具 压缩包里提供了基」· ESD 代码 · 共 27 行
ESD
27 行
<?xml version="1.0" encoding="utf-8"?><esd:Service xmlns:esd="http://esd.esoapcg.com/esd/"
xmlns:typens="http://schemas.esoap.com/types/xsd"
xmlns="http://esd.esoapcg.com/esd/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:cfg="http://schemas.esoap.com/config/"
name="TemperatureService"
targetNamespace="http://www.xmethods.net/sd/TemperatureService.wsdl"
typeNamespace=""> <esd:Interface name="TemperaturePortType"
soapAction=""
namespace="urn:xmethods-Temperature"
typens=""
location="http://services.xmethods.net:80/soap/servlet/rpcrouter"> <esd:Method name="getTemp"> <esd:InParam name="getTempRequest"> <esd:item name="zipcode" type="xsd:string" builtin="true" array="false" inout="false"/> </esd:InParam> <esd:OutParam name="getTempResponse"> <esd:item name="return" type="xsd:float" builtin="true" array="false" inout="false"/> </esd:OutParam> </esd:Method> </esd:Interface></esd:Service>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?