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

📄 auth.wsdl

📁 WebService学习的一个非常不错的例子
💻 WSDL
字号:
<?xml version="1.0" encoding="utf-8"?>
<wsdl: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://interfaceforap.bnet.transfar" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://61.186.95.188/InterfaceForAp/services/Auth" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://61.186.95.188/InterfaceForAp/services/Auth" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://interfaceforap.bnet.transfar">
      <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
      <s:complexType name="AuthResult">
        <s:sequence>
          <s:element name="errorInfo" nillable="true" type="s:string" />
          <s:element name="result" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="AuthParameter">
        <s:sequence>
          <s:element name="apId" nillable="true" type="s:string" />
          <s:element name="corpId" nillable="true" type="s:string" />
          <s:element name="ipAddres" nillable="true" type="s:string" />
          <s:element name="serviceItemId" nillable="true" type="s:string" />
          <s:element name="sessionToken" nillable="true" type="s:string" />
          <s:element name="timeStamp" nillable="true" type="s:string" />
          <s:element name="userAccount" nillable="true" type="s:string" />
          <s:element name="userId" nillable="true" type="s:string" />
          <s:element name="userType" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="isUserLoginResponse">
    <wsdl:part name="isUserLoginReturn" type="s0:AuthResult" />
  </wsdl:message>
  <wsdl:message name="isUserLoginRequest">
    <wsdl:part name="p" type="s0:AuthParameter" />
  </wsdl:message>
  <wsdl:portType name="Auth">
    <wsdl:operation name="isUserLogin" parameterOrder="p">
      <wsdl:input name="isUserLoginRequest" message="tns:isUserLoginRequest" />
      <wsdl:output name="isUserLoginResponse" message="tns:isUserLoginResponse" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="AuthSoapBinding" type="tns:Auth">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
    <wsdl:operation name="isUserLogin">
      <soap:operation soapAction="" />
      <wsdl:input name="isUserLoginRequest">
        <soap:body use="encoded" namespace="http://61.186.95.188/InterfaceForAp/services/Auth" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:input>
      <wsdl:output name="isUserLoginResponse">
        <soap:body use="encoded" namespace="http://61.186.95.188/InterfaceForAp/services/Auth" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="AuthService">
    <wsdl:port name="Auth" binding="tns:AuthSoapBinding">
      <soap:address location="http://61.186.95.188/InterfaceForAp/services/Auth" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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