<?xml version="1.0" encoding="UTF-8"?>
<definitions name="OTA_HotelAvail" targetNamespace="http://xmlns.oracle.com/OTA_HotelAvail" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/OTA_HotelAvail" xmlns:ns1="http://www.opentravel.org/OTA/2003/05" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:ns2="http://www.example.org" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/OTA_HotelAvail">
    <types>
        <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/OTA_HotelAvail" xmlns:ns1="http://www.opentravel.org/OTA/2003/05" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
            <import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="xsd/OTA_HotelAvailRQ.xsd"/>
        </schema>
        <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/OTA_HotelAvail" xmlns:ns1="http://www.opentravel.org/OTA/2003/05" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
            <import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="xsd/OTA_HotelAvailRS.xsd"/>
        </schema>
    </types>
    <message name="OTA_HotelAvailRequestMessage">
        <part name="payload" element="ns1:OTA_HotelAvailRQ"/>
    </message>
    <message name="OTA_HotelAvailResponseMessage">
        <part name="payload" element="ns1:OTA_HotelAvailRS"/>
    </message>
    <portType name="OTA_HotelAvail">
        <operation name="process">
            <input message="tns:OTA_HotelAvailRequestMessage"/>
            <output message="tns:OTA_HotelAvailResponseMessage"/>
        </operation>
    </portType>
    <binding name="OTA_HotelAvailBinding" type="tns:OTA_HotelAvail">
        <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
        <operation name="process">
            <soap:operation style="document" soapAction="process"/>
            <input>
                <soap:body use="literal"/>
            </input>
            <output>
                <soap:body use="literal"/>
            </output>
        </operation>
    </binding>
    <service name="OTA_HotelAvail">
        <port name="OTA_HotelAvailPort" binding="tns:OTA_HotelAvailBinding">
            <soap:address location="http://pruebaoracle.oracle.com:7778/orabpel/Clientes/OTA_HotelAvail/1.0"/>
        </port>
    </service>
  <plnk:partnerLinkType name="OTA_HotelAvail">
    <plnk:role name="OTA_HotelAvailProvider">
      <plnk:portType name="tns:OTA_HotelAvail"/>
    </plnk:role>
  </plnk:partnerLinkType>
</definitions>

