⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 get_temp.esd

📁 ESOAP是一款专注于嵌入式web service开发的工具 压缩包里提供了基本的例子
💻 ESD
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -