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

📄 echobadwrapped.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="urn:Echo"  xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"  xmlns:xsd="http://www.w3.org/2001/XMLSchema"  targetNamespace="urn:Echo" name="Foo">  <wsdl:types>    <xsd:schema targetNamespace="urn:Echo"      elementFormDefault="qualified" attributeFormDefault="qualified">      <!-- The types below aren't wrapped because they have attributes -->      <xsd:element name="echo2">        <xsd:complexType>          <xsd:sequence>            <xsd:element name="text" type="xsd:string" />          </xsd:sequence>          <xsd:attribute name="fooAttribute" type="xsd:string" />        </xsd:complexType>      </xsd:element>      <xsd:element name="echo2Response">        <xsd:complexType>          <xsd:sequence>            <xsd:element name="text" type="xsd:string" />          </xsd:sequence>          <xsd:attribute name="fooAttribute" type="xsd:string" />        </xsd:complexType>      </xsd:element>    </xsd:schema>  </wsdl:types>  <wsdl:message name="echo2">    <wsdl:part element="tns:echo2" name="parameters" />  </wsdl:message>  <wsdl:message name="echo2Response">    <wsdl:part element="tns:echo2Response" name="parameters" />  </wsdl:message>  <wsdl:portType name="EchoPortType">    <wsdl:operation name="echo2">      <wsdl:input message="tns:echo2" name="echo2" />      <wsdl:output message="tns:echo2Response" name="echo2Response" />    </wsdl:operation>  </wsdl:portType>  <wsdl:binding name="EchoHttpBinding" type="tns:EchoPortType">    <wsdlsoap:binding style="document"      transport="http://schemas.xmlsoap.org/soap/http" />    <wsdl:operation name="echo2">      <wsdlsoap:operation soapAction="urn:Echo/echo2" />      <wsdl:input name="echo2">        <wsdlsoap:body use="literal" />      </wsdl:input>      <wsdl:output name="echo2Response">        <wsdlsoap:body use="literal" />      </wsdl:output>    </wsdl:operation>  </wsdl:binding>  <wsdl:service name="Echo">    <wsdl:port binding="tns:EchoHttpBinding" name="EchoHttpPort">      <wsdlsoap:address        location="http://localhost:8080/xfire/services/Echo" />    </wsdl:port>  </wsdl:service></wsdl:definitions>

⌨️ 快捷键说明

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