UpdateSvc.wsdl 11.1 KB
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.Shixintech.com/MyCMMI/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.Shixintech.com/MyCMMI/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.Shixintech.com/MyCMMI/">
      <s:element name="GetClientVersion">
        <s:complexType />
      </s:element>
      <s:element name="GetClientVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetClientVersionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetClientFileList">
        <s:complexType />
      </s:element>
      <s:element name="GetClientFileListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetClientFileListResult">
              <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="GetClientFile">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FileName" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetClientFileResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetClientFileResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetUpdateSwitch">
        <s:complexType />
      </s:element>
      <s:element name="GetUpdateSwitchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetUpdateSwitchResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="TestServiceUrl">
        <s:complexType />
      </s:element>
      <s:element name="TestServiceUrlResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="TestServiceUrlResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetServiceVersion">
        <s:complexType />
      </s:element>
      <s:element name="GetServiceVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetServiceVersionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetClientVersionSoapIn">
    <wsdl:part name="parameters" element="tns:GetClientVersion" />
  </wsdl:message>
  <wsdl:message name="GetClientVersionSoapOut">
    <wsdl:part name="parameters" element="tns:GetClientVersionResponse" />
  </wsdl:message>
  <wsdl:message name="GetClientFileListSoapIn">
    <wsdl:part name="parameters" element="tns:GetClientFileList" />
  </wsdl:message>
  <wsdl:message name="GetClientFileListSoapOut">
    <wsdl:part name="parameters" element="tns:GetClientFileListResponse" />
  </wsdl:message>
  <wsdl:message name="GetClientFileSoapIn">
    <wsdl:part name="parameters" element="tns:GetClientFile" />
  </wsdl:message>
  <wsdl:message name="GetClientFileSoapOut">
    <wsdl:part name="parameters" element="tns:GetClientFileResponse" />
  </wsdl:message>
  <wsdl:message name="GetUpdateSwitchSoapIn">
    <wsdl:part name="parameters" element="tns:GetUpdateSwitch" />
  </wsdl:message>
  <wsdl:message name="GetUpdateSwitchSoapOut">
    <wsdl:part name="parameters" element="tns:GetUpdateSwitchResponse" />
  </wsdl:message>
  <wsdl:message name="TestServiceUrlSoapIn">
    <wsdl:part name="parameters" element="tns:TestServiceUrl" />
  </wsdl:message>
  <wsdl:message name="TestServiceUrlSoapOut">
    <wsdl:part name="parameters" element="tns:TestServiceUrlResponse" />
  </wsdl:message>
  <wsdl:message name="GetServiceVersionSoapIn">
    <wsdl:part name="parameters" element="tns:GetServiceVersion" />
  </wsdl:message>
  <wsdl:message name="GetServiceVersionSoapOut">
    <wsdl:part name="parameters" element="tns:GetServiceVersionResponse" />
  </wsdl:message>
  <wsdl:portType name="UpdateSvcSoap">
    <wsdl:operation name="GetClientVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获得最新客户端的版本信息</wsdl:documentation>
      <wsdl:input message="tns:GetClientVersionSoapIn" />
      <wsdl:output message="tns:GetClientVersionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetClientFileList">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获得最新客户端的升级文件列表</wsdl:documentation>
      <wsdl:input message="tns:GetClientFileListSoapIn" />
      <wsdl:output message="tns:GetClientFileListSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetClientFile">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获得最新客户端的升级文件</wsdl:documentation>
      <wsdl:input message="tns:GetClientFileSoapIn" />
      <wsdl:output message="tns:GetClientFileSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetUpdateSwitch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获得自动升级开关值</wsdl:documentation>
      <wsdl:input message="tns:GetUpdateSwitchSoapIn" />
      <wsdl:output message="tns:GetUpdateSwitchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="TestServiceUrl">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获得当前版本信息</wsdl:documentation>
      <wsdl:input message="tns:TestServiceUrlSoapIn" />
      <wsdl:output message="tns:TestServiceUrlSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetServiceVersion">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获得当前版本信息</wsdl:documentation>
      <wsdl:input message="tns:GetServiceVersionSoapIn" />
      <wsdl:output message="tns:GetServiceVersionSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="UpdateSvcSoap" type="tns:UpdateSvcSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetClientVersion">
      <soap:operation soapAction="http://www.Shixintech.com/MyCMMI/GetClientVersion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetClientFileList">
      <soap:operation soapAction="http://www.Shixintech.com/MyCMMI/GetClientFileList" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetClientFile">
      <soap:operation soapAction="http://www.Shixintech.com/MyCMMI/GetClientFile" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUpdateSwitch">
      <soap:operation soapAction="http://www.Shixintech.com/MyCMMI/GetUpdateSwitch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestServiceUrl">
      <soap:operation soapAction="http://www.Shixintech.com/MyCMMI/TestServiceUrl" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetServiceVersion">
      <soap:operation soapAction="http://www.Shixintech.com/MyCMMI/GetServiceVersion" 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="UpdateSvcSoap12" type="tns:UpdateSvcSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetClientVersion">
      <soap12:operation soapAction="http://www.Shixintech.com/MyCMMI/GetClientVersion" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetClientFileList">
      <soap12:operation soapAction="http://www.Shixintech.com/MyCMMI/GetClientFileList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetClientFile">
      <soap12:operation soapAction="http://www.Shixintech.com/MyCMMI/GetClientFile" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetUpdateSwitch">
      <soap12:operation soapAction="http://www.Shixintech.com/MyCMMI/GetUpdateSwitch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="TestServiceUrl">
      <soap12:operation soapAction="http://www.Shixintech.com/MyCMMI/TestServiceUrl" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetServiceVersion">
      <soap12:operation soapAction="http://www.Shixintech.com/MyCMMI/GetServiceVersion" 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="UpdateSvc">
    <wsdl:port name="UpdateSvcSoap" binding="tns:UpdateSvcSoap">
      <soap:address location="http://10.10.3.92/WebService/UpdateSvc.asmx" />
    </wsdl:port>
    <wsdl:port name="UpdateSvcSoap12" binding="tns:UpdateSvcSoap12">
      <soap12:address location="http://10.10.3.92/WebService/UpdateSvc.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>