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

📄 test.wsdl

📁 XDoclet 使自动生成部署描述符更为便利。XDoclet 是一个代码生成实用程序
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions   targetNamespace="http://test.jboss.org/handler"   xmlns:intf="http://test.jboss.org/handler"   xmlns="http://schemas.xmlsoap.org/wsdl/"   xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"   xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"   xmlns:xsd="http://www.w3.org/2001/XMLSchema">   <wsdl:message name="testResponse">   </wsdl:message>   <wsdl:message name="testRequest">   </wsdl:message>   <wsdl:portType name="HandlerPort">      <wsdl:operation name="test">         <wsdl:input message="intf:testRequest"/>         <wsdl:output message="intf:testResponse"/>      </wsdl:operation>   </wsdl:portType>   <wsdl:binding name="HandlerBinding" type="intf:HandlerPort">      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>      <wsdl:operation name="test">         <wsdlsoap:operation soapAction=""/>         <wsdl:input>            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://test.jboss.org/handler" use="encoded"/>         </wsdl:input>         <wsdl:output>            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://test.jboss.org/handler" use="encoded"/>         </wsdl:output>      </wsdl:operation>   </wsdl:binding>   <wsdl:service name="Handler">      <wsdl:port binding="intf:HandlerBinding" name="Handler">         <wsdlsoap:address location="http://dummy_location"/>      </wsdl:port>   </wsdl:service></wsdl:definitions>

⌨️ 快捷键说明

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