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

📄 oneway.wsdl

📁 Xfire文件 用于开发web service 的一个开源工具 很好用的
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"   xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"   xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"   xmlns:tns="http://xfire.codehaus.org/test/echo"   xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"   xmlns:xsd="http://www.w3.org/2001/XMLSchema"   targetNamespace="http://xfire.codehaus.org/test/echo" name="Echo">  <wsdl:types>    <xsd:schema targetNamespace="http://xfire.codehaus.org/test/echo" elementFormDefault="qualified"       attributeFormDefault="qualified">      <xsd:element name="sendMessage" type="xsd:string"/>    </xsd:schema>  </wsdl:types>  <wsdl:message name="sendMessage">    <wsdl:part element="tns:sendMessage" name="parameters"/>  </wsdl:message>  <wsdl:portType name="SendMessagePortType">    <wsdl:operation name="sendMessage">      <wsdl:input message="tns:sendMessage" name="sendMessage"/>    </wsdl:operation>  </wsdl:portType>  <wsdl:binding name="SendMessageHttpBinding" type="tns:SendMessagePortType">    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>    <wsdl:operation name="sendMessage">      <wsdlsoap:operation soapAction=""/>      <wsdl:input name="sendMessage">        <wsdlsoap:body use="literal"/>      </wsdl:input>    </wsdl:operation>  </wsdl:binding>  <wsdl:service name="SendMessage">    <wsdl:port binding="tns:SendMessageHttpBinding" name="SendMessageHttpPort">      <wsdlsoap:address location="http://localhost:8080/Echo"/>    </wsdl:port>  </wsdl:service></wsdl:definitions>

⌨️ 快捷键说明

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