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

📄 apserviceweb.wsdl

📁 c#做的WEB disk
💻 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://218.88.76.6/wlup" 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://218.88.76.6/wlup" xmlns="http://schemas.xmlsoap.org/wsdl/">
  <types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://218.88.76.6/wlup">
      <s:element name="corpServiceImpower">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="secret" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="corpServiceImpowerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="corpServiceImpowerResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="corpUserServiceImpower">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="secret" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="corpUserServiceImpowerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="corpUserServiceImpowerResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </types>
  <message name="corpServiceImpowerSoapIn">
    <part name="parameters" element="s0:corpServiceImpower" />
  </message>
  <message name="corpServiceImpowerSoapOut">
    <part name="parameters" element="s0:corpServiceImpowerResponse" />
  </message>
  <message name="corpUserServiceImpowerSoapIn">
    <part name="parameters" element="s0:corpUserServiceImpower" />
  </message>
  <message name="corpUserServiceImpowerSoapOut">
    <part name="parameters" element="s0:corpUserServiceImpowerResponse" />
  </message>
  <message name="corpServiceImpowerHttpGetIn">
    <part name="secret" type="s:string" />
  </message>
  <message name="corpServiceImpowerHttpGetOut">
    <part name="Body" element="s0:string" />
  </message>
  <message name="corpUserServiceImpowerHttpGetIn">
    <part name="secret" type="s:string" />
  </message>
  <message name="corpUserServiceImpowerHttpGetOut">
    <part name="Body" element="s0:string" />
  </message>
  <message name="corpServiceImpowerHttpPostIn">
    <part name="secret" type="s:string" />
  </message>
  <message name="corpServiceImpowerHttpPostOut">
    <part name="Body" element="s0:string" />
  </message>
  <message name="corpUserServiceImpowerHttpPostIn">
    <part name="secret" type="s:string" />
  </message>
  <message name="corpUserServiceImpowerHttpPostOut">
    <part name="Body" element="s0:string" />
  </message>
  <portType name="ApServiceWebSoap">
    <operation name="corpServiceImpower">
      <input message="s0:corpServiceImpowerSoapIn" />
      <output message="s0:corpServiceImpowerSoapOut" />
    </operation>
    <operation name="corpUserServiceImpower">
      <input message="s0:corpUserServiceImpowerSoapIn" />
      <output message="s0:corpUserServiceImpowerSoapOut" />
    </operation>
  </portType>
  <portType name="ApServiceWebHttpGet">
    <operation name="corpServiceImpower">
      <input message="s0:corpServiceImpowerHttpGetIn" />
      <output message="s0:corpServiceImpowerHttpGetOut" />
    </operation>
    <operation name="corpUserServiceImpower">
      <input message="s0:corpUserServiceImpowerHttpGetIn" />
      <output message="s0:corpUserServiceImpowerHttpGetOut" />
    </operation>
  </portType>
  <portType name="ApServiceWebHttpPost">
    <operation name="corpServiceImpower">
      <input message="s0:corpServiceImpowerHttpPostIn" />
      <output message="s0:corpServiceImpowerHttpPostOut" />
    </operation>
    <operation name="corpUserServiceImpower">
      <input message="s0:corpUserServiceImpowerHttpPostIn" />
      <output message="s0:corpUserServiceImpowerHttpPostOut" />
    </operation>
  </portType>
  <binding name="ApServiceWebSoap" type="s0:ApServiceWebSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <operation name="corpServiceImpower">
      <soap:operation soapAction="http://218.88.76.6/wlup/corpServiceImpower" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
    <operation name="corpUserServiceImpower">
      <soap:operation soapAction="http://218.88.76.6/wlup/corpUserServiceImpower" style="document" />
      <input>
        <soap:body use="literal" />
      </input>
      <output>
        <soap:body use="literal" />
      </output>
    </operation>
  </binding>
  <binding name="ApServiceWebHttpGet" type="s0:ApServiceWebHttpGet">
    <http:binding verb="GET" />
    <operation name="corpServiceImpower">
      <http:operation location="/corpServiceImpower" />
      <input>
        <http:urlEncoded />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
    <operation name="corpUserServiceImpower">
      <http:operation location="/corpUserServiceImpower" />
      <input>
        <http:urlEncoded />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  <binding name="ApServiceWebHttpPost" type="s0:ApServiceWebHttpPost">
    <http:binding verb="POST" />
    <operation name="corpServiceImpower">
      <http:operation location="/corpServiceImpower" />
      <input>
        <mime:content type="application/x-www-form-urlencoded" />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
    <operation name="corpUserServiceImpower">
      <http:operation location="/corpUserServiceImpower" />
      <input>
        <mime:content type="application/x-www-form-urlencoded" />
      </input>
      <output>
        <mime:mimeXml part="Body" />
      </output>
    </operation>
  </binding>
  <service name="ApServiceWeb">
    <port name="ApServiceWebSoap" binding="s0:ApServiceWebSoap">
      <soap:address location="http://localhost/wlup/apserviceweb.asmx" />
    </port>
    <port name="ApServiceWebHttpGet" binding="s0:ApServiceWebHttpGet">
      <http:address location="http://localhost/wlup/apserviceweb.asmx" />
    </port>
    <port name="ApServiceWebHttpPost" binding="s0:ApServiceWebHttpPost">
      <http:address location="http://localhost/wlup/apserviceweb.asmx" />
    </port>
  </service>
</definitions>

⌨️ 快捷键说明

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