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

📄 helloservice.wsdl

📁 JavaeeTutorial5的源代码。
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://endpoint.helloservice/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://endpoint.helloservice/" name="HelloService">  <types>    <xsd:schema>      <xsd:import namespace="http://endpoint.helloservice/" schemaLocation="http://127.0.0.1:8080/helloservice/HelloService/__container$publishing$subctx/WEB-INF/wsdl/HelloService_schema1.xsd" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>    </xsd:schema>  </types>  <message name="sayHello">    <part name="parameters" element="tns:sayHello"/>  </message>  <message name="sayHelloResponse">    <part name="parameters" element="tns:sayHelloResponse"/>  </message>  <portType name="Hello">    <operation name="sayHello">      <input message="tns:sayHello"/>      <output message="tns:sayHelloResponse"/>    </operation>  </portType>  <binding name="HelloPortBinding" type="tns:Hello">    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>    <operation name="sayHello">      <soap:operation soapAction=""/>      <input>        <soap:body use="literal"/>      </input>      <output>        <soap:body use="literal"/>      </output>    </operation>  </binding>  <service name="HelloService">    <port name="HelloPort" binding="tns:HelloPortBinding">      <soap:address location="http://127.0.0.1:8080/helloservice/HelloService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"/>    </port>  </service></definitions>

⌨️ 快捷键说明

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