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

📄 webservice1.~wsdl

📁 《Delphi 2005程序设计及其应用开发》源代码
💻 ~WSDL
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://tempuri.org/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="ContractInfo">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Contract" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ContractInfoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ContractInfoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MonthlyPay">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Money" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="Period" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="Rate" type="s:float" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="MonthlyPayResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="MonthlyPayResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </types>
  <message name="ContractInfoSoapIn">
    <part name="parameters" element="s0:ContractInfo" />
  </message>
  <message name="ContractInfoSoapOut">
    <part name="parameters" element="s0:ContractInfoResponse" />
  </message>
  <message name="MonthlyPaySoapIn">
    <part name="parameters" element="s0:MonthlyPay" />
  </message>
  <message name="MonthlyPaySoapOut">
    <part name="parameters" element="s0:MonthlyPayResponse" />
  </message>
  <portType name="TWebService1Soap">
    <operation name="ContractInfo">
      <input message="s0:ContractInfoSoapIn" />
      <output message="s0:ContractInfoSoapOut" />
    </operation>
    <operation name="MonthlyPay">
      <input message="s0:MonthlyPaySoapIn" />
      <output message="s0:MonthlyPaySoapOut" />
    </operation>
  </portType>
  <binding name="TWebService1Soap" type="s0:TWebService1Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="ContractInfo">
      <soap:operation soapAction="http://tempuri.org/ContractInfo" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    <operation name="MonthlyPay">
      <soap:operation soapAction="http://tempuri.org/MonthlyPay" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="TWebService1">
    <port name="TWebService1Soap" binding="s0:TWebService1Soap">
      <soap:address location="http://localhost/Loan/webservice1.asmx" />
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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