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

📄 apservice.wsdl

📁 c#做的WEB disk
💻 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:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://soap.model.service.harmony.runway.com" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://soap.model.service.harmony.runway.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://soap.model.service.harmony.runway.com">
      <s:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
      <s:complexType name="AuthorizationInfo">
        <s:sequence>
          <s:element name="loginID" nillable="true" type="s:string" />
          <s:element name="permission" nillable="true" type="s:string" />
          <s:element name="planType" nillable="true" type="s:string" />
          <s:element name="returnCode" type="s:int" />
          <s:element name="returnInfo" nillable="true" type="s:string" />
          <s:element name="sessionID" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ProductInfo">
        <s:sequence>
          <s:element name="admin" type="s:boolean" />
          <s:element name="loginID" nillable="true" type="s:string" />
          <s:element name="orgID" nillable="true" type="s:string" />
          <s:element name="prodID" nillable="true" type="s:string" />
          <s:element name="purchaseID" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfProductInfo">
        <s:complexContent mixed="false">
          <s:restriction base="soapenc:Array">
            <s:attribute wsdl:arrayType="tns:ProductInfo[]" ref="soapenc:arrayType" />
          </s:restriction>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="ValidateInfo">
        <s:sequence>
          <s:element name="productInfos" nillable="true" type="tns:ArrayOfProductInfo" />
          <s:element name="valid" type="s:boolean" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="PropertyData">
        <s:sequence>
          <s:element name="dataName" nillable="true" type="s:string" />
          <s:element name="dataValue" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfPropertyData">
        <s:complexContent mixed="false">
          <s:restriction base="soapenc:Array">
            <s:attribute wsdl:arrayType="tns:PropertyData[]" ref="soapenc:arrayType" />
          </s:restriction>
        </s:complexContent>
      </s:complexType>
      <s:complexType name="OperateResult">
        <s:sequence>
          <s:element name="errorInfo" nillable="true" type="s:string" />
          <s:element name="resultCode" type="s:int" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="accountingRequest">
    <wsdl:part name="loginID" type="s:string" />
    <wsdl:part name="accountID" type="s:string" />
    <wsdl:part name="prodID" type="s:string" />
    <wsdl:part name="purchaseID" type="s:string" />
    <wsdl:part name="type" type="s:int" />
    <wsdl:part name="startTime" type="s:string" />
    <wsdl:part name="stopTime" type="s:string" />
    <wsdl:part name="charge" type="s:long" />
    <wsdl:part name="useTime" type="s:int" />
    <wsdl:part name="clientIP" type="s:string" />
    <wsdl:part name="details" type="tns:ArrayOfPropertyData" />
  </wsdl:message>
  <wsdl:message name="authenticationResponse">
    <wsdl:part name="authenticationReturn" type="tns:ValidateInfo" />
  </wsdl:message>
  <wsdl:message name="authenticationRequest">
    <wsdl:part name="ticket" type="s:string" />
  </wsdl:message>
  <wsdl:message name="authorizationResponse">
    <wsdl:part name="authorizationReturn" type="tns:AuthorizationInfo" />
  </wsdl:message>
  <wsdl:message name="accountingResponse">
    <wsdl:part name="accountingReturn" type="tns:OperateResult" />
  </wsdl:message>
  <wsdl:message name="authorizationRequest">
    <wsdl:part name="loginID" type="s:string" />
    <wsdl:part name="sessionID" type="s:string" />
    <wsdl:part name="prodID" type="s:string" />
    <wsdl:part name="purchaseID" type="s:string" />
    <wsdl:part name="type" type="s:string" />
    <wsdl:part name="ip" type="s:string" />
  </wsdl:message>
  <wsdl:portType name="HarmonyService">
    <wsdl:operation name="authorization" parameterOrder="loginID sessionID prodID purchaseID type ip">
      <wsdl:input name="authorizationRequest" message="tns:authorizationRequest" />
      <wsdl:output name="authorizationResponse" message="tns:authorizationResponse" />
    </wsdl:operation>
    <wsdl:operation name="authentication" parameterOrder="ticket">
      <wsdl:input name="authenticationRequest" message="tns:authenticationRequest" />
      <wsdl:output name="authenticationResponse" message="tns:authenticationResponse" />
    </wsdl:operation>
    <wsdl:operation name="accounting" parameterOrder="loginID accountID prodID purchaseID type startTime stopTime charge useTime clientIP details">
      <wsdl:input name="accountingRequest" message="tns:accountingRequest" />
      <wsdl:output name="accountingResponse" message="tns:accountingResponse" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ApServiceSoapBinding" type="tns:HarmonyService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
    <wsdl:operation name="authorization">
      <soap:operation soapAction="" />
      <wsdl:input name="authorizationRequest">
        <soap:body use="encoded" namespace="http://soap.impl.service.harmony.runway.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:input>
      <wsdl:output name="authorizationResponse">
        <soap:body use="encoded" namespace="http://soap.model.service.harmony.runway.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="authentication">
      <soap:operation soapAction="" />
      <wsdl:input name="authenticationRequest">
        <soap:body use="encoded" namespace="http://soap.impl.service.harmony.runway.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:input>
      <wsdl:output name="authenticationResponse">
        <soap:body use="encoded" namespace="http://soap.model.service.harmony.runway.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="accounting">
      <soap:operation soapAction="" />
      <wsdl:input name="accountingRequest">
        <soap:body use="encoded" namespace="http://soap.impl.service.harmony.runway.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:input>
      <wsdl:output name="accountingResponse">
        <soap:body use="encoded" namespace="http://soap.model.service.harmony.runway.com" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="HarmonyServiceService">
    <wsdl:port name="ApService" binding="tns:ApServiceSoapBinding">
      <soap:address location="http://server.jl.kdsw.cn/services/ApService" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

⌨️ 快捷键说明

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