<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="ITC" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="ITC" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="ITC">
      <s:element name="GetVersion">
        <s:complexType />
      </s:element>
      <s:element name="GetVersionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetVersionResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetImagen">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="nomenclatura" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetImagenResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetImagenResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetImagenWithDimensiones">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="nomenclatura" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="username" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="ancho" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="alto" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetImagenWithDimensionesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetImagenWithDimensionesResult" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
      <s:element name="base64Binary" nillable="true" type="s:base64Binary" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetVersionSoapIn">
    <wsdl:part name="parameters" element="tns:GetVersion" />
  </wsdl:message>
  <wsdl:message name="GetVersionSoapOut">
    <wsdl:part name="parameters" element="tns:GetVersionResponse" />
  </wsdl:message>
  <wsdl:message name="GetImagenSoapIn">
    <wsdl:part name="parameters" element="tns:GetImagen" />
  </wsdl:message>
  <wsdl:message name="GetImagenSoapOut">
    <wsdl:part name="parameters" element="tns:GetImagenResponse" />
  </wsdl:message>
  <wsdl:message name="GetImagenWithDimensionesSoapIn">
    <wsdl:part name="parameters" element="tns:GetImagenWithDimensiones" />
  </wsdl:message>
  <wsdl:message name="GetImagenWithDimensionesSoapOut">
    <wsdl:part name="parameters" element="tns:GetImagenWithDimensionesResponse" />
  </wsdl:message>
  <wsdl:message name="GetVersionHttpGetIn" />
  <wsdl:message name="GetVersionHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetImagenHttpGetIn">
    <wsdl:part name="nomenclatura" type="s:string" />
    <wsdl:part name="username" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetImagenHttpGetOut">
    <wsdl:part name="Body" element="tns:base64Binary" />
  </wsdl:message>
  <wsdl:message name="GetImagenWithDimensionesHttpGetIn">
    <wsdl:part name="nomenclatura" type="s:string" />
    <wsdl:part name="username" type="s:string" />
    <wsdl:part name="ancho" type="s:string" />
    <wsdl:part name="alto" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetImagenWithDimensionesHttpGetOut">
    <wsdl:part name="Body" element="tns:base64Binary" />
  </wsdl:message>
  <wsdl:message name="GetVersionHttpPostIn" />
  <wsdl:message name="GetVersionHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetImagenHttpPostIn">
    <wsdl:part name="nomenclatura" type="s:string" />
    <wsdl:part name="username" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetImagenHttpPostOut">
    <wsdl:part name="Body" element="tns:base64Binary" />
  </wsdl:message>
  <wsdl:message name="GetImagenWithDimensionesHttpPostIn">
    <wsdl:part name="nomenclatura" type="s:string" />
    <wsdl:part name="username" type="s:string" />
    <wsdl:part name="ancho" type="s:string" />
    <wsdl:part name="alto" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetImagenWithDimensionesHttpPostOut">
    <wsdl:part name="Body" element="tns:base64Binary" />
  </wsdl:message>
  <wsdl:portType name="ImagenDeParcelaServiceSoap">
    <wsdl:operation name="GetVersion">
      <wsdl:input message="tns:GetVersionSoapIn" />
      <wsdl:output message="tns:GetVersionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetImagen">
      <wsdl:input message="tns:GetImagenSoapIn" />
      <wsdl:output message="tns:GetImagenSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetImagenWithDimensiones">
      <wsdl:input message="tns:GetImagenWithDimensionesSoapIn" />
      <wsdl:output message="tns:GetImagenWithDimensionesSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ImagenDeParcelaServiceHttpGet">
    <wsdl:operation name="GetVersion">
      <wsdl:input message="tns:GetVersionHttpGetIn" />
      <wsdl:output message="tns:GetVersionHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetImagen">
      <wsdl:input message="tns:GetImagenHttpGetIn" />
      <wsdl:output message="tns:GetImagenHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetImagenWithDimensiones">
      <wsdl:input message="tns:GetImagenWithDimensionesHttpGetIn" />
      <wsdl:output message="tns:GetImagenWithDimensionesHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="ImagenDeParcelaServiceHttpPost">
    <wsdl:operation name="GetVersion">
      <wsdl:input message="tns:GetVersionHttpPostIn" />
      <wsdl:output message="tns:GetVersionHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetImagen">
      <wsdl:input message="tns:GetImagenHttpPostIn" />
      <wsdl:output message="tns:GetImagenHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetImagenWithDimensiones">
      <wsdl:input message="tns:GetImagenWithDimensionesHttpPostIn" />
      <wsdl:output message="tns:GetImagenWithDimensionesHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="ImagenDeParcelaServiceSoap" type="tns:ImagenDeParcelaServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetVersion">
      <soap:operation soapAction="ITC/GetVersion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetImagen">
      <soap:operation soapAction="ITC/GetImagen" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetImagenWithDimensiones">
      <soap:operation soapAction="ITC/GetImagenWithDimensiones" 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="ImagenDeParcelaServiceSoap12" type="tns:ImagenDeParcelaServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetVersion">
      <soap12:operation soapAction="ITC/GetVersion" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetImagen">
      <soap12:operation soapAction="ITC/GetImagen" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetImagenWithDimensiones">
      <soap12:operation soapAction="ITC/GetImagenWithDimensiones" 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="ImagenDeParcelaServiceHttpGet" type="tns:ImagenDeParcelaServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetVersion">
      <http:operation location="/GetVersion" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetImagen">
      <http:operation location="/GetImagen" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetImagenWithDimensiones">
      <http:operation location="/GetImagenWithDimensiones" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="ImagenDeParcelaServiceHttpPost" type="tns:ImagenDeParcelaServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetVersion">
      <http:operation location="/GetVersion" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetImagen">
      <http:operation location="/GetImagen" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetImagenWithDimensiones">
      <http:operation location="/GetImagenWithDimensiones" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="ImagenDeParcelaService">
    <wsdl:port name="ImagenDeParcelaServiceSoap" binding="tns:ImagenDeParcelaServiceSoap">
      <soap:address location="http://localhost:65449/Services/ImagenDeParcelaService.asmx" />
    </wsdl:port>
    <wsdl:port name="ImagenDeParcelaServiceSoap12" binding="tns:ImagenDeParcelaServiceSoap12">
      <soap12:address location="http://localhost:65449/Services/ImagenDeParcelaService.asmx" />
    </wsdl:port>
    <wsdl:port name="ImagenDeParcelaServiceHttpGet" binding="tns:ImagenDeParcelaServiceHttpGet">
      <http:address location="http://localhost:65449/Services/ImagenDeParcelaService.asmx" />
    </wsdl:port>
    <wsdl:port name="ImagenDeParcelaServiceHttpPost" binding="tns:ImagenDeParcelaServiceHttpPost">
      <http:address location="http://localhost:65449/Services/ImagenDeParcelaService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>