📄 apservice.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://soap.model.service.harmony.runway.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://soap.model.service.harmony.runway.com" xmlns:intf="http://soap.model.service.harmony.runway.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by Apache Axis version: 1.3
Built on Oct 05, 2005 (05:23:37 EDT)-->
<wsdl:types>
<schema targetNamespace="http://soap.model.service.harmony.runway.com" xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
<complexType name="ProductInfo">
<sequence>
<element name="orgID" nillable="true" type="soapenc:string"/>
<element name="loginID" nillable="true" type="soapenc:string"/>
<element name="prodID" nillable="true" type="soapenc:string"/>
<element name="admin" type="xsd:boolean"/>
<element name="purchaseID" nillable="true" type="soapenc:string"/>
</sequence>
</complexType>
<complexType name="ArrayOfProductInfo">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="impl:ProductInfo[]"/>
</restriction>
</complexContent>
</complexType>
<complexType name="ValidateInfo">
<sequence>
<element name="valid" type="xsd:boolean"/>
<element name="productInfos" nillable="true" type="impl:ArrayOfProductInfo"/>
</sequence>
</complexType>
<complexType name="PropertyData">
<sequence>
<element name="dataName" nillable="true" type="soapenc:string"/>
<element name="dataValue" nillable="true" type="soapenc:string"/>
</sequence>
</complexType>
<complexType name="ArrayOfPropertyData">
<complexContent>
<restriction base="soapenc:Array">
<attribute ref="soapenc:arrayType" wsdl:arrayType="impl:PropertyData[]"/>
</restriction>
</complexContent>
</complexType>
<complexType name="OperateResult">
<sequence>
<element name="errorInfo" nillable="true" type="soapenc:string"/>
<element name="resultCode" type="xsd:int"/>
</sequence>
</complexType>
<complexType name="AuthorizationInfo">
<sequence>
<element name="returnInfo" nillable="true" type="soapenc:string"/>
<element name="loginID" nillable="true" type="soapenc:string"/>
<element name="planType" nillable="true" type="soapenc:string"/>
<element name="permission" nillable="true" type="soapenc:string"/>
<element name="sessionID" nillable="true" type="soapenc:string"/>
<element name="returnCode" type="xsd:int"/>
</sequence>
</complexType>
</schema>
</wsdl:types>
<wsdl:message name="accountingRequest">
<wsdl:part name="loginID" type="soapenc:string"/>
<wsdl:part name="accountID" type="soapenc:string"/>
<wsdl:part name="prodID" type="soapenc:string"/>
<wsdl:part name="purchaseID" type="soapenc:string"/>
<wsdl:part name="type" type="xsd:int"/>
<wsdl:part name="startTime" type="soapenc:string"/>
<wsdl:part name="stopTime" type="soapenc:string"/>
<wsdl:part name="charge" type="xsd:long"/>
<wsdl:part name="useTime" type="xsd:int"/>
<wsdl:part name="clientIP" type="soapenc:string"/>
<wsdl:part name="details" type="impl:ArrayOfPropertyData"/>
</wsdl:message>
<wsdl:message name="authenticationResponse">
<wsdl:part name="authenticationReturn" type="impl:ValidateInfo"/>
</wsdl:message>
<wsdl:message name="authorizationResponse">
<wsdl:part name="authorizationReturn" type="impl:AuthorizationInfo"/>
</wsdl:message>
<wsdl:message name="authenticationRequest">
<wsdl:part name="ticket" type="soapenc:string"/>
</wsdl:message>
<wsdl:message name="accountingResponse">
<wsdl:part name="accountingReturn" type="impl:OperateResult"/>
</wsdl:message>
<wsdl:message name="authorizationRequest">
<wsdl:part name="loginID" type="soapenc:string"/>
<wsdl:part name="sessionID" type="soapenc:string"/>
<wsdl:part name="prodID" type="soapenc:string"/>
<wsdl:part name="purchaseID" type="soapenc:string"/>
<wsdl:part name="type" type="soapenc:string"/>
<wsdl:part name="ip" type="soapenc:string"/>
</wsdl:message>
<wsdl:portType name="HarmonyService">
<wsdl:operation name="authentication" parameterOrder="ticket">
<wsdl:input message="impl:authenticationRequest" name="authenticationRequest"/>
<wsdl:output message="impl:authenticationResponse" name="authenticationResponse"/>
</wsdl:operation>
<wsdl:operation name="accounting" parameterOrder="loginID accountID prodID purchaseID type startTime stopTime charge useTime clientIP details">
<wsdl:input message="impl:accountingRequest" name="accountingRequest"/>
<wsdl:output message="impl:accountingResponse" name="accountingResponse"/>
</wsdl:operation>
<wsdl:operation name="authorization" parameterOrder="loginID sessionID prodID purchaseID type ip">
<wsdl:input message="impl:authorizationRequest" name="authorizationRequest"/>
<wsdl:output message="impl:authorizationResponse" name="authorizationResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ApServiceSoapBinding" type="impl:HarmonyService">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="authentication">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="authenticationRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.model.service.harmony.runway.com" use="encoded"/>
</wsdl:input>
<wsdl:output name="authenticationResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.model.service.harmony.runway.com" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="accounting">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="accountingRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.model.service.harmony.runway.com" use="encoded"/>
</wsdl:input>
<wsdl:output name="accountingResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.model.service.harmony.runway.com" use="encoded"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="authorization">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="authorizationRequest">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.model.service.harmony.runway.com" use="encoded"/>
</wsdl:input>
<wsdl:output name="authorizationResponse">
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://soap.model.service.harmony.runway.com" use="encoded"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="HarmonyServiceService">
<wsdl:port binding="impl:ApServiceSoapBinding" name="ApService">
<wsdlsoap:address location="http://localhost:8080/axis/services/ApService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -