<?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="F_XTS088SP_RecuperaReservacion">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="P_coel" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="P_fore" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="F_XTS088SP_RecuperaReservacionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="F_XTS088SP_RecuperaReservacionResult">
              <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="F_XTS089SP_RecuperaCodigoPromocion">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="P_fore" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="P_ncia" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="P_cvpro" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="F_XTS089SP_RecuperaCodigoPromocionResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="F_XTS089SP_RecuperaCodigoPromocionResult">
              <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="DataSet" nillable="true">
        <s:complexType>
          <s:sequence>
            <s:element ref="s:schema" />
            <s:any />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="F_XTS088SP_RecuperaReservacionSoapIn">
    <wsdl:part name="parameters" element="tns:F_XTS088SP_RecuperaReservacion" />
  </wsdl:message>
  <wsdl:message name="F_XTS088SP_RecuperaReservacionSoapOut">
    <wsdl:part name="parameters" element="tns:F_XTS088SP_RecuperaReservacionResponse" />
  </wsdl:message>
  <wsdl:message name="F_XTS089SP_RecuperaCodigoPromocionSoapIn">
    <wsdl:part name="parameters" element="tns:F_XTS089SP_RecuperaCodigoPromocion" />
  </wsdl:message>
  <wsdl:message name="F_XTS089SP_RecuperaCodigoPromocionSoapOut">
    <wsdl:part name="parameters" element="tns:F_XTS089SP_RecuperaCodigoPromocionResponse" />
  </wsdl:message>
  <wsdl:message name="F_XTS088SP_RecuperaReservacionHttpGetIn">
    <wsdl:part name="P_coel" type="s:string" />
    <wsdl:part name="P_fore" type="s:string" />
  </wsdl:message>
  <wsdl:message name="F_XTS088SP_RecuperaReservacionHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="F_XTS089SP_RecuperaCodigoPromocionHttpGetIn">
    <wsdl:part name="P_fore" type="s:string" />
    <wsdl:part name="P_ncia" type="s:string" />
    <wsdl:part name="P_cvpro" type="s:string" />
  </wsdl:message>
  <wsdl:message name="F_XTS089SP_RecuperaCodigoPromocionHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="F_XTS088SP_RecuperaReservacionHttpPostIn">
    <wsdl:part name="P_coel" type="s:string" />
    <wsdl:part name="P_fore" type="s:string" />
  </wsdl:message>
  <wsdl:message name="F_XTS088SP_RecuperaReservacionHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="F_XTS089SP_RecuperaCodigoPromocionHttpPostIn">
    <wsdl:part name="P_fore" type="s:string" />
    <wsdl:part name="P_ncia" type="s:string" />
    <wsdl:part name="P_cvpro" type="s:string" />
  </wsdl:message>
  <wsdl:message name="F_XTS089SP_RecuperaCodigoPromocionHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:portType name="swEncuestasSoap">
    <wsdl:operation name="F_XTS088SP_RecuperaReservacion">
      <wsdl:input message="tns:F_XTS088SP_RecuperaReservacionSoapIn" />
      <wsdl:output message="tns:F_XTS088SP_RecuperaReservacionSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="F_XTS089SP_RecuperaCodigoPromocion">
      <wsdl:input message="tns:F_XTS089SP_RecuperaCodigoPromocionSoapIn" />
      <wsdl:output message="tns:F_XTS089SP_RecuperaCodigoPromocionSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="swEncuestasHttpGet">
    <wsdl:operation name="F_XTS088SP_RecuperaReservacion">
      <wsdl:input message="tns:F_XTS088SP_RecuperaReservacionHttpGetIn" />
      <wsdl:output message="tns:F_XTS088SP_RecuperaReservacionHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="F_XTS089SP_RecuperaCodigoPromocion">
      <wsdl:input message="tns:F_XTS089SP_RecuperaCodigoPromocionHttpGetIn" />
      <wsdl:output message="tns:F_XTS089SP_RecuperaCodigoPromocionHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="swEncuestasHttpPost">
    <wsdl:operation name="F_XTS088SP_RecuperaReservacion">
      <wsdl:input message="tns:F_XTS088SP_RecuperaReservacionHttpPostIn" />
      <wsdl:output message="tns:F_XTS088SP_RecuperaReservacionHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="F_XTS089SP_RecuperaCodigoPromocion">
      <wsdl:input message="tns:F_XTS089SP_RecuperaCodigoPromocionHttpPostIn" />
      <wsdl:output message="tns:F_XTS089SP_RecuperaCodigoPromocionHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="swEncuestasSoap" type="tns:swEncuestasSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="F_XTS088SP_RecuperaReservacion">
      <soap:operation soapAction="http://tempuri.org/F_XTS088SP_RecuperaReservacion" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="F_XTS089SP_RecuperaCodigoPromocion">
      <soap:operation soapAction="http://tempuri.org/F_XTS089SP_RecuperaCodigoPromocion" 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="swEncuestasSoap12" type="tns:swEncuestasSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="F_XTS088SP_RecuperaReservacion">
      <soap12:operation soapAction="http://tempuri.org/F_XTS088SP_RecuperaReservacion" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="F_XTS089SP_RecuperaCodigoPromocion">
      <soap12:operation soapAction="http://tempuri.org/F_XTS089SP_RecuperaCodigoPromocion" 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="swEncuestasHttpGet" type="tns:swEncuestasHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="F_XTS088SP_RecuperaReservacion">
      <http:operation location="/F_XTS088SP_RecuperaReservacion" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="F_XTS089SP_RecuperaCodigoPromocion">
      <http:operation location="/F_XTS089SP_RecuperaCodigoPromocion" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="swEncuestasHttpPost" type="tns:swEncuestasHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="F_XTS088SP_RecuperaReservacion">
      <http:operation location="/F_XTS088SP_RecuperaReservacion" />
      <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="F_XTS089SP_RecuperaCodigoPromocion">
      <http:operation location="/F_XTS089SP_RecuperaCodigoPromocion" />
      <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="swEncuestas">
    <wsdl:port name="swEncuestasSoap" binding="tns:swEncuestasSoap">
      <soap:address location="http://afmservicios.dyndns.org/swXTASEA/swEncuestas.asmx" />
    </wsdl:port>
    <wsdl:port name="swEncuestasSoap12" binding="tns:swEncuestasSoap12">
      <soap12:address location="http://afmservicios.dyndns.org/swXTASEA/swEncuestas.asmx" />
    </wsdl:port>
    <wsdl:port name="swEncuestasHttpGet" binding="tns:swEncuestasHttpGet">
      <http:address location="http://afmservicios.dyndns.org/swXTASEA/swEncuestas.asmx" />
    </wsdl:port>
    <wsdl:port name="swEncuestasHttpPost" binding="tns:swEncuestasHttpPost">
      <http:address location="http://afmservicios.dyndns.org/swXTASEA/swEncuestas.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>