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

📄 b0931320b86b001b1edcc37df8b710ac

📁 《精通SOA:基于服务总线的Struts+EJB+Web Service整合应用开发》原书的实例代码
💻
字号:
<?xml version="1.0" encoding="UTF-8"?>
<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" xmlns:s1="http://schemas.xmlsoap.org/wsdl/soap/">
<types>
    <xsd:schema targetNamespace="urn:wsClient" xmlns="http://www.w3.org/2001/XMLSchema" 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">
      <xsd:import namespace="http://localhost:7001/webModule/services/getUserListService" schemaLocation=""/>
      <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation=""/>
      <xsd:complexType name="UserAccountDTO">
        <xsd:sequence>
          <xsd:element name="email" nillable="true" type="xsd:string"/>
          <xsd:element name="loginName" nillable="true" type="xsd:string"/>
          <xsd:element name="name" nillable="true" type="xsd:string"/>
          <xsd:element name="password" nillable="true" type="xsd:string"/>
          <xsd:element name="phone" nillable="true" type="xsd:string"/>
          <xsd:element name="registrationFee" nillable="true" type="xsd:decimal"/>
          <xsd:element name="registrationTime" nillable="true" type="xsd:long"/>
          <xsd:element name="userAccountID" nillable="true" type="xsd:int"/>
        </xsd:sequence>
      </xsd:complexType>
    </xsd:schema>
    <xsd:schema targetNamespace="http://localhost:7001/webModule/services/getUserListService" xmlns="http://www.w3.org/2001/XMLSchema" 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">
      <xsd:import namespace="urn:wsClient" schemaLocation=""/>
      <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" schemaLocation=""/>
      <xsd:complexType name="ArrayOf_tns1_UserAccountDTO">
        <xsd:complexContent>
          <xsd:restriction base="soapenc:Array">
            <xsd:attribute ref="soapenc:arrayType" wsdl:arrayType="tns1:UserAccountDTO[]"/>
          </xsd:restriction>
        </xsd:complexContent>
      </xsd:complexType>
    </xsd:schema>
  </types>
  <message name="getUserListRequest"/>
  <message name="getUserListResponse">
    <part name="getUserListReturn" type="s0:ArrayOf_tns1_UserAccountDTO"/>
  </message>
  <portType name="GetUserListMgr">
    <operation name="getUserList">
      <input message="s0:getUserListRequest"/>
      <output message="s0:getUserListResponse"/>
    </operation>
  </portType>
  <binding name="getUserListServiceSoapBinding" type="s0:GetUserListMgr">
    <s1:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getUserList">
      <s1:operation soapAction=""/>
      <input>
        <s1:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:7001/webModule/services/getUserListService" use="encoded"/>
      </input>
      <output>
        <s1:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:7001/webModule/services/getUserListService" use="encoded"/>
      </output>
    </operation>
  </binding>
  <service name="GetUserListMgrService">
    <port binding="s0:getUserListServiceSoapBinding" name="getUserListService">
      <s1:address location="http://localhost:7001/getUserListInbound"/>
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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