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

📄 stscustomer.wsdl.svn-base

📁 rmi server web service for a stock track systerm
💻 SVN-BASE
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:STSCustomer" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:STSCustomer" xmlns:intf="urn:STSCustomer" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="tsn:Customer" 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="tsn:Customer" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="CustomerEntity">
    <sequence>
     <element name="email" nillable="true" type="xsd:string"/>
     <element name="name" nillable="true" type="xsd:string"/>
     <element name="password" nillable="true" type="xsd:string"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>
   <wsdl:message name="updateRequest">
      <wsdl:part name="customer" type="tns1:CustomerEntity"/>
   </wsdl:message>
   <wsdl:message name="closeRequest">
      <wsdl:part name="username" type="xsd:string"/>
   </wsdl:message>
   <wsdl:message name="createResponse">
   </wsdl:message>
   <wsdl:message name="updateResponse">
   </wsdl:message>
   <wsdl:message name="findResponse">
      <wsdl:part name="findReturn" type="tns1:CustomerEntity"/>
   </wsdl:message>
   <wsdl:message name="createRequest">
      <wsdl:part name="customer" type="tns1:CustomerEntity"/>
   </wsdl:message>
   <wsdl:message name="findRequest">
      <wsdl:part name="username" type="xsd:string"/>
   </wsdl:message>
   <wsdl:message name="closeResponse">
   </wsdl:message>
   <wsdl:message name="loginRequest">
      <wsdl:part name="username" type="xsd:string"/>
      <wsdl:part name="password" type="xsd:string"/>
   </wsdl:message>
   <wsdl:message name="loginResponse">
      <wsdl:part name="loginReturn" type="xsd:boolean"/>
   </wsdl:message>
   <wsdl:portType name="CustomerPortType">
      <wsdl:operation name="login" parameterOrder="username password">
         <wsdl:input message="impl:loginRequest" name="loginRequest"/>
         <wsdl:output message="impl:loginResponse" name="loginResponse"/>
      </wsdl:operation>
      <wsdl:operation name="find" parameterOrder="username">
         <wsdl:input message="impl:findRequest" name="findRequest"/>
         <wsdl:output message="impl:findResponse" name="findResponse"/>
      </wsdl:operation>
      <wsdl:operation name="close" parameterOrder="username">
         <wsdl:input message="impl:closeRequest" name="closeRequest"/>
         <wsdl:output message="impl:closeResponse" name="closeResponse"/>
      </wsdl:operation>
      <wsdl:operation name="create" parameterOrder="customer">
         <wsdl:input message="impl:createRequest" name="createRequest"/>
         <wsdl:output message="impl:createResponse" name="createResponse"/>
      </wsdl:operation>
      <wsdl:operation name="update" parameterOrder="customer">
         <wsdl:input message="impl:updateRequest" name="updateRequest"/>
         <wsdl:output message="impl:updateResponse" name="updateResponse"/>
      </wsdl:operation>
   </wsdl:portType>
   <wsdl:binding name="STSCustomerSoapBinding" type="impl:CustomerPortType">
      <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
      <wsdl:operation name="login">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="loginRequest">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:input>
         <wsdl:output name="loginResponse">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="find">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="findRequest">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:input>
         <wsdl:output name="findResponse">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="close">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="closeRequest">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:input>
         <wsdl:output name="closeResponse">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="create">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="createRequest">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:input>
         <wsdl:output name="createResponse">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="update">
         <wsdlsoap:operation soapAction=""/>
         <wsdl:input name="updateRequest">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:input>
         <wsdl:output name="updateResponse">
            <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:STSCustomer" use="encoded"/>
         </wsdl:output>
      </wsdl:operation>
   </wsdl:binding>
   <wsdl:service name="CustomerService">
      <wsdl:port binding="impl:STSCustomerSoapBinding" name="STSCustomer">
         <wsdlsoap:address location="http://192.168.1.12:8080/axis/services/STSCustomer"/>
      </wsdl:port>
   </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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