<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="GetUpdateList">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="req" type="tns:Req" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Req">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="NBTop" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Country" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Category" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetUpdateListResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetUpdateListResult" type="tns:Task" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="Task" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetUpdateListSoapIn">
    <wsdl:part name="parameters" element="tns:GetUpdateList" />
  </wsdl:message>
  <wsdl:message name="GetUpdateListSoapOut">
    <wsdl:part name="parameters" element="tns:GetUpdateListResponse" />
  </wsdl:message>
  <wsdl:portType name="WizaratiSoap">
    <wsdl:operation name="GetUpdateList">
      <wsdl:input message="tns:GetUpdateListSoapIn" />
      <wsdl:output message="tns:GetUpdateListSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="WizaratiHttpGet" />
  <wsdl:portType name="WizaratiHttpPost" />
  <wsdl:binding name="WizaratiSoap" type="tns:WizaratiSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetUpdateList">
      <soap:operation soapAction="http://tempuri.org/GetUpdateList" 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="WizaratiSoap12" type="tns:WizaratiSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetUpdateList">
      <soap12:operation soapAction="http://tempuri.org/GetUpdateList" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="WizaratiHttpGet" type="tns:WizaratiHttpGet">
    <http:binding verb="GET" />
  </wsdl:binding>
  <wsdl:binding name="WizaratiHttpPost" type="tns:WizaratiHttpPost">
    <http:binding verb="POST" />
  </wsdl:binding>
  <wsdl:service name="Wizarati">
    <wsdl:port name="WizaratiSoap" binding="tns:WizaratiSoap">
      <soap:address location="http://78.136.40.187/CR16/distribution_HP/wizarati.asmx" />
    </wsdl:port>
    <wsdl:port name="WizaratiSoap12" binding="tns:WizaratiSoap12">
      <soap12:address location="http://78.136.40.187/CR16/distribution_HP/wizarati.asmx" />
    </wsdl:port>
    <wsdl:port name="WizaratiHttpGet" binding="tns:WizaratiHttpGet">
      <http:address location="http://78.136.40.187/CR16/distribution_HP/wizarati.asmx" />
    </wsdl:port>
    <wsdl:port name="WizaratiHttpPost" binding="tns:WizaratiHttpPost">
      <http:address location="http://78.136.40.187/CR16/distribution_HP/wizarati.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>