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

📄 timeservice.wsdl

📁 精通Jboss——Ejb和Web Services开发精解的随书源代码
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:TimeService" xmlns:impl="urn:TimeService" xmlns:intf="urn:TimeService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">

   <wsdl:message name="getTimeRequest">

   </wsdl:message>

   <wsdl:message name="getTimeResponse">

      <wsdl:part name="getTimeReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:portType name="TimeService">

      <wsdl:operation name="getTime">

         <wsdl:input name="getTimeRequest" message="impl:getTimeRequest"/>

         <wsdl:output name="getTimeResponse" message="impl:getTimeResponse"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="TimeServiceSoapBinding" type="impl:TimeService">

      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>

      <wsdl:operation name="getTime">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getTimeRequest">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:TimeService"/>

         </wsdl:input>

         <wsdl:output name="getTimeResponse">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:TimeService"/>

         </wsdl:output>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="TimeServiceService">

      <wsdl:port name="TimeService" binding="impl:TimeServiceSoapBinding">

         <wsdlsoap:address location="http://localhost:8080/axis/services/TimeService"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>

⌨️ 快捷键说明

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