303 lines
No EOL
12 KiB
XML
303 lines
No EOL
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://websitepanel.net/services" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://websitepanel.net/services" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:types>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="http://websitepanel.net/services">
|
|
<s:element name="GetReleaseFileInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="componentCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="version" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetReleaseFileInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetReleaseFileInfoResult">
|
|
<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="GetFileChunk">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="fileName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="offset" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="size" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetFileChunkResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetFileChunkResult" type="s:base64Binary" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetFileSize">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="fileName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetFileSizeResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="GetFileSizeResult" type="s:long" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAvailableComponents">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="GetAvailableComponentsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetAvailableComponentsResult">
|
|
<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="GetLatestComponentUpdate">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="componentCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetLatestComponentUpdateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetLatestComponentUpdateResult">
|
|
<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="GetComponentUpdate">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="componentCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="release" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetComponentUpdateResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="GetComponentUpdateResult">
|
|
<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>
|
|
</wsdl:types>
|
|
<wsdl:message name="GetReleaseFileInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetReleaseFileInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetReleaseFileInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetReleaseFileInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFileChunkSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetFileChunk" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFileChunkSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetFileChunkResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFileSizeSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetFileSize" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetFileSizeSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetFileSizeResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAvailableComponentsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAvailableComponents" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAvailableComponentsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAvailableComponentsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLatestComponentUpdateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetLatestComponentUpdate" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetLatestComponentUpdateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetLatestComponentUpdateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetComponentUpdateSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetComponentUpdate" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetComponentUpdateSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetComponentUpdateResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="InstallerServiceSoap">
|
|
<wsdl:operation name="GetReleaseFileInfo">
|
|
<wsdl:input message="tns:GetReleaseFileInfoSoapIn" />
|
|
<wsdl:output message="tns:GetReleaseFileInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFileChunk">
|
|
<wsdl:input message="tns:GetFileChunkSoapIn" />
|
|
<wsdl:output message="tns:GetFileChunkSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFileSize">
|
|
<wsdl:input message="tns:GetFileSizeSoapIn" />
|
|
<wsdl:output message="tns:GetFileSizeSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAvailableComponents">
|
|
<wsdl:input message="tns:GetAvailableComponentsSoapIn" />
|
|
<wsdl:output message="tns:GetAvailableComponentsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLatestComponentUpdate">
|
|
<wsdl:input message="tns:GetLatestComponentUpdateSoapIn" />
|
|
<wsdl:output message="tns:GetLatestComponentUpdateSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetComponentUpdate">
|
|
<wsdl:input message="tns:GetComponentUpdateSoapIn" />
|
|
<wsdl:output message="tns:GetComponentUpdateSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="InstallerServiceSoap" type="tns:InstallerServiceSoap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="GetReleaseFileInfo">
|
|
<soap:operation soapAction="http://websitepanel.net/services/GetReleaseFileInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFileChunk">
|
|
<soap:operation soapAction="http://websitepanel.net/services/GetFileChunk" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFileSize">
|
|
<soap:operation soapAction="http://websitepanel.net/services/GetFileSize" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAvailableComponents">
|
|
<soap:operation soapAction="http://websitepanel.net/services/GetAvailableComponents" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLatestComponentUpdate">
|
|
<soap:operation soapAction="http://websitepanel.net/services/GetLatestComponentUpdate" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetComponentUpdate">
|
|
<soap:operation soapAction="http://websitepanel.net/services/GetComponentUpdate" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="InstallerServiceSoap12" type="tns:InstallerServiceSoap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="GetReleaseFileInfo">
|
|
<soap12:operation soapAction="http://websitepanel.net/services/GetReleaseFileInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFileChunk">
|
|
<soap12:operation soapAction="http://websitepanel.net/services/GetFileChunk" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetFileSize">
|
|
<soap12:operation soapAction="http://websitepanel.net/services/GetFileSize" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAvailableComponents">
|
|
<soap12:operation soapAction="http://websitepanel.net/services/GetAvailableComponents" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetLatestComponentUpdate">
|
|
<soap12:operation soapAction="http://websitepanel.net/services/GetLatestComponentUpdate" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetComponentUpdate">
|
|
<soap12:operation soapAction="http://websitepanel.net/services/GetComponentUpdate" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="InstallerService">
|
|
<wsdl:port name="InstallerServiceSoap" binding="tns:InstallerServiceSoap">
|
|
<soap:address location="http://www.websitepanel.net/Services/InstallerService.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="InstallerServiceSoap12" binding="tns:InstallerServiceSoap12">
|
|
<soap12:address location="http://www.websitepanel.net/Services/InstallerService.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions> |