<?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://adascz.com/" 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://adascz.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://adascz.com/">
      <s:element name="GetFechaActualizacion">
        <s:complexType />
      </s:element>
      <s:element name="GetFechaActualizacionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="GetFechaActualizacionResult" type="s:dateTime" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPrecioPollo">
        <s:complexType />
      </s:element>
      <s:element name="GetPrecioPolloResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPrecioPolloResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPrecioGallina">
        <s:complexType />
      </s:element>
      <s:element name="GetPrecioGallinaResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPrecioGallinaResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPrecioHuevo">
        <s:complexType />
      </s:element>
      <s:element name="GetPrecioHuevoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPrecioHuevoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPreciosHuevo">
        <s:complexType />
      </s:element>
      <s:element name="GetPreciosHuevoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPreciosHuevoResult" type="tns:ArrayOfString" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfString">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetPrecioPolloAmarillo">
        <s:complexType />
      </s:element>
      <s:element name="GetPrecioPolloAmarilloResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPrecioPolloAmarilloResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPrecioPolloBlanco">
        <s:complexType />
      </s:element>
      <s:element name="GetPrecioPolloBlancoResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPrecioPolloBlancoResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPrecioHuevoConsumidores">
        <s:complexType />
      </s:element>
      <s:element name="GetPrecioHuevoConsumidoresResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPrecioHuevoConsumidoresResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetFechaActualizacionSoapIn">
    <wsdl:part name="parameters" element="tns:GetFechaActualizacion" />
  </wsdl:message>
  <wsdl:message name="GetFechaActualizacionSoapOut">
    <wsdl:part name="parameters" element="tns:GetFechaActualizacionResponse" />
  </wsdl:message>
  <wsdl:message name="GetPrecioPolloSoapIn">
    <wsdl:part name="parameters" element="tns:GetPrecioPollo" />
  </wsdl:message>
  <wsdl:message name="GetPrecioPolloSoapOut">
    <wsdl:part name="parameters" element="tns:GetPrecioPolloResponse" />
  </wsdl:message>
  <wsdl:message name="GetPrecioGallinaSoapIn">
    <wsdl:part name="parameters" element="tns:GetPrecioGallina" />
  </wsdl:message>
  <wsdl:message name="GetPrecioGallinaSoapOut">
    <wsdl:part name="parameters" element="tns:GetPrecioGallinaResponse" />
  </wsdl:message>
  <wsdl:message name="GetPrecioHuevoSoapIn">
    <wsdl:part name="parameters" element="tns:GetPrecioHuevo" />
  </wsdl:message>
  <wsdl:message name="GetPrecioHuevoSoapOut">
    <wsdl:part name="parameters" element="tns:GetPrecioHuevoResponse" />
  </wsdl:message>
  <wsdl:message name="GetPreciosHuevoSoapIn">
    <wsdl:part name="parameters" element="tns:GetPreciosHuevo" />
  </wsdl:message>
  <wsdl:message name="GetPreciosHuevoSoapOut">
    <wsdl:part name="parameters" element="tns:GetPreciosHuevoResponse" />
  </wsdl:message>
  <wsdl:message name="GetPrecioPolloAmarilloSoapIn">
    <wsdl:part name="parameters" element="tns:GetPrecioPolloAmarillo" />
  </wsdl:message>
  <wsdl:message name="GetPrecioPolloAmarilloSoapOut">
    <wsdl:part name="parameters" element="tns:GetPrecioPolloAmarilloResponse" />
  </wsdl:message>
  <wsdl:message name="GetPrecioPolloBlancoSoapIn">
    <wsdl:part name="parameters" element="tns:GetPrecioPolloBlanco" />
  </wsdl:message>
  <wsdl:message name="GetPrecioPolloBlancoSoapOut">
    <wsdl:part name="parameters" element="tns:GetPrecioPolloBlancoResponse" />
  </wsdl:message>
  <wsdl:message name="GetPrecioHuevoConsumidoresSoapIn">
    <wsdl:part name="parameters" element="tns:GetPrecioHuevoConsumidores" />
  </wsdl:message>
  <wsdl:message name="GetPrecioHuevoConsumidoresSoapOut">
    <wsdl:part name="parameters" element="tns:GetPrecioHuevoConsumidoresResponse" />
  </wsdl:message>
  <wsdl:portType name="ADAPreciosSoap">
    <wsdl:operation name="GetFechaActualizacion">
      <wsdl:input message="tns:GetFechaActualizacionSoapIn" />
      <wsdl:output message="tns:GetFechaActualizacionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPollo">
      <wsdl:input message="tns:GetPrecioPolloSoapIn" />
      <wsdl:output message="tns:GetPrecioPolloSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPrecioGallina">
      <wsdl:input message="tns:GetPrecioGallinaSoapIn" />
      <wsdl:output message="tns:GetPrecioGallinaSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPrecioHuevo">
      <wsdl:input message="tns:GetPrecioHuevoSoapIn" />
      <wsdl:output message="tns:GetPrecioHuevoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPreciosHuevo">
      <wsdl:input message="tns:GetPreciosHuevoSoapIn" />
      <wsdl:output message="tns:GetPreciosHuevoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPolloAmarillo">
      <wsdl:input message="tns:GetPrecioPolloAmarilloSoapIn" />
      <wsdl:output message="tns:GetPrecioPolloAmarilloSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPolloBlanco">
      <wsdl:input message="tns:GetPrecioPolloBlancoSoapIn" />
      <wsdl:output message="tns:GetPrecioPolloBlancoSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetPrecioHuevoConsumidores">
      <wsdl:input message="tns:GetPrecioHuevoConsumidoresSoapIn" />
      <wsdl:output message="tns:GetPrecioHuevoConsumidoresSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ADAPreciosSoap" type="tns:ADAPreciosSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetFechaActualizacion">
      <soap:operation soapAction="http://adascz.com/GetFechaActualizacion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPollo">
      <soap:operation soapAction="http://adascz.com/GetPrecioPollo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioGallina">
      <soap:operation soapAction="http://adascz.com/GetPrecioGallina" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioHuevo">
      <soap:operation soapAction="http://adascz.com/GetPrecioHuevo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPreciosHuevo">
      <soap:operation soapAction="http://adascz.com/GetPreciosHuevo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPolloAmarillo">
      <soap:operation soapAction="http://adascz.com/GetPrecioPolloAmarillo" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPolloBlanco">
      <soap:operation soapAction="http://adascz.com/GetPrecioPolloBlanco" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioHuevoConsumidores">
      <soap:operation soapAction="http://adascz.com/GetPrecioHuevoConsumidores" 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="ADAPreciosSoap12" type="tns:ADAPreciosSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetFechaActualizacion">
      <soap12:operation soapAction="http://adascz.com/GetFechaActualizacion" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPollo">
      <soap12:operation soapAction="http://adascz.com/GetPrecioPollo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioGallina">
      <soap12:operation soapAction="http://adascz.com/GetPrecioGallina" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioHuevo">
      <soap12:operation soapAction="http://adascz.com/GetPrecioHuevo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPreciosHuevo">
      <soap12:operation soapAction="http://adascz.com/GetPreciosHuevo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPolloAmarillo">
      <soap12:operation soapAction="http://adascz.com/GetPrecioPolloAmarillo" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioPolloBlanco">
      <soap12:operation soapAction="http://adascz.com/GetPrecioPolloBlanco" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetPrecioHuevoConsumidores">
      <soap12:operation soapAction="http://adascz.com/GetPrecioHuevoConsumidores" 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="ADAPrecios">
    <wsdl:port name="ADAPreciosSoap" binding="tns:ADAPreciosSoap">
      <soap:address location="http://www.adascz.com/ADAPrecios.asmx" />
    </wsdl:port>
    <wsdl:port name="ADAPreciosSoap12" binding="tns:ADAPreciosSoap12">
      <soap12:address location="http://www.adascz.com/ADAPrecios.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>