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

📄 504f2120b86b001b1edcc37df8b710ac

📁 《精通SOA:基于服务总线的Struts+EJB+Web Service整合应用开发》原书的实例代码
💻
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://localhost:7001/webModule/services/getUserListService" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:7001/webModule/services/getUserListService" xmlns:intf="http://localhost:7001/webModule/services/getUserListService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="urn:wsClient" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.4Built on Apr 22, 2006 (06:55:48 PDT)-->
 <wsdl:types>
  <schema targetNamespace="urn:wsClient" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://localhost:7001/webModule/services/getUserListService"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="UserAccountDTO">
    <sequence>
     <element name="email" nillable="true" type="xsd:string"/>
     <element name="loginName" nillable="true" type="xsd:string"/>
     <element name="name" nillable="true" type="xsd:string"/>
     <element name="password" nillable="true" type="xsd:string"/>
     <element name="phone" nillable="true" type="xsd:string"/>
     <element name="registrationFee" nillable="true" type="xsd:decimal"/>
     <element name="registrationTime" nillable="true" type="xsd:long"/>
     <element name="userAccountID" nillable="true" type="xsd:int"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://localhost:7001/webModule/services/getUserListService" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="urn:wsClient"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_tns1_UserAccountDTO">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="tns1:UserAccountDTO[]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
 </wsdl:types>
   <wsdl:message name="getUserListRequest">
   </wsdl:message>
   <wsdl:message name="getUserListResponse">
      <wsdl:part name="getUserListReturn" type="impl:ArrayOf_tns1_UserAccountDTO"/>
   </wsdl:message>
   <wsdl:portType name="GetUserListMgr">
      <wsdl:operation name="getUserList">
         <wsdl:input message="impl:getUserListRequest" name="getUserListRequest"/>
         <wsdl:output message="impl:getUserListResponse" name="getUserListResponse"/>
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="getUserListServiceSoapBinding" type="impl:GetUserListMgr">
      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
      <wsdl:operation name="getUserList">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="getUserListRequest">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:7001/webModule/services/getUserListService" use="encoded"/>
         </wsdl:input>
         <wsdl:output name="getUserListResponse">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:7001/webModule/services/getUserListService" use="encoded"/>
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:service name="GetUserListMgrService">
      <wsdl:port binding="impl:getUserListServiceSoapBinding" name="getUserListService">
         <wsdlsoap:address location="http://localhost:7001/webModule/services/getUserListService"/>
      </wsdl:port>
   </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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