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

📄 dentalservice1.wsdl

📁 东软内部材料(三)程序设计导论
💻 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://microsoft.com/webservices/" 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://microsoft.com/webservices/" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/webservices/">
      <s:import namespace="http://www.w3.org/2001/XMLSchema" />
      <s:element name="GetAllDentists">
        <s:complexType />
      </s:element>
      <s:element name="GetAllDentistsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetAllDentistsResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDentistsByPostalCode">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strPostalCode" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetDentistsByPostalCodeResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetDentistsByPostalCodeResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </types>
  <message name="GetAllDentistsSoapIn">
    <part name="parameters" element="s0:GetAllDentists" />
  </message>
  <message name="GetAllDentistsSoapOut">
    <part name="parameters" element="s0:GetAllDentistsResponse" />
  </message>
  <message name="GetDentistsByPostalCodeSoapIn">
    <part name="parameters" element="s0:GetDentistsByPostalCode" />
  </message>
  <message name="GetDentistsByPostalCodeSoapOut">
    <part name="parameters" element="s0:GetDentistsByPostalCodeResponse" />
  </message>
  <portType name="DentalService1Soap">
    <operation name="GetAllDentists">
      <documentation>This XML Web Service method returns all the dentists</documentation>
      <input message="s0:GetAllDentistsSoapIn" />
      <output message="s0:GetAllDentistsSoapOut" />
    </operation>
    <operation name="GetDentistsByPostalCode">
      <documentation>This XML Web Service method returns thedentists from a supplied postal code.</documentation>
      <input message="s0:GetDentistsByPostalCodeSoapIn" />
      <output message="s0:GetDentistsByPostalCodeSoapOut" />
    </operation>
  </portType>
  <binding name="DentalService1Soap" type="s0:DentalService1Soap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="GetAllDentists">
      <soap:operation soapAction="http://microsoft.com/webservices/GetAllDentists" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    <operation name="GetDentistsByPostalCode">
      <soap:operation soapAction="http://microsoft.com/webservices/GetDentistsByPostalCode" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <service name="DentalService1">
    <documentation>This XML Web Service contains information about the dentist.</documentation>
    <port name="DentalService1Soap" binding="s0:DentalService1Soap">
      <soap:address location="http://localhost/DentalServiceCS/DentalService1.asmx" />
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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