<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IZafiroUpdate_WSservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns1="urn:uZafiroUpdate_WSIntf">
  <types>
    <xs:schema targetNamespace="urn:uZafiroUpdate_WSIntf" xmlns="urn:uZafiroUpdate_WSIntf">
      <xs:complexType name="TUpdateResult">
        <sequence xmlns="http://www.w3.org/2001/XMLSchema">
          <xs:element name="TieneUpdate" type="xs:boolean"/>
          <xs:element name="NuevaVersion" type="xs:string"/>
          <xs:element name="URL" type="xs:string"/>
        </sequence>
      </xs:complexType>
    </xs:schema>
  </types>
  <message name="Verificar_ActualizarVersion0Request">
    <part name="pId_ClienteZafiro" type="xs:int"/>
    <part name="pVersionActual" type="xs:string"/>
  </message>
  <message name="Verificar_ActualizarVersion0Response">
    <part name="return" type="ns1:TUpdateResult"/>
  </message>
  <portType name="IZafiroUpdate_WS">
    <operation name="Verificar_ActualizarVersion">
      <input message="tns:Verificar_ActualizarVersion0Request"/>
      <output message="tns:Verificar_ActualizarVersion0Response"/>
    </operation>
  </portType>
  <binding name="IZafiroUpdate_WSbinding" type="tns:IZafiroUpdate_WS">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="Verificar_ActualizarVersion">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:uZafiroUpdate_WSIntf-IZafiroUpdate_WS#Verificar_ActualizarVersion" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uZafiroUpdate_WSIntf-IZafiroUpdate_WS"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:uZafiroUpdate_WSIntf-IZafiroUpdate_WS"/>
      </output>
    </operation>
  </binding>
  <service name="IZafiroUpdate_WSservice">
    <port name="IZafiroUpdate_WSPort" binding="tns:IZafiroUpdate_WSbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="http://update.zafirows.com.ar:8099/soap/IZafiroUpdate_WS"/>
    </port>
  </service>
</definitions>

