<?xml version="1.0"?>
<wsdl:definitions
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:tns="http://www.opentravel.org/OTA/2003/05"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
targetNamespace="http://www.opentravel.org/OTA/2003/05"
name="wsOTA2010BServicePush">
<jxb:bindings version="1.0" xmlns:jxb="http://java.sun.com/xml/ns/jaxb">
<xsd:complexType name="objectFactory">
<xsd:annotation>
<xsd:appinfo>
<jxb:class name="MyObjectFactory" version="1.0" />
</xsd:appinfo>
</xsd:annotation>
</xsd:complexType>
</jxb:bindings>
<types>
<xsd:schema>
<xsd:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="OTA_NotifReportRQ.xsd"/>
<xsd:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="OTA_NotifReportRS.xsd"/>
<xsd:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="OTA_HotelAvailNotifRQ.xsd"/>
<xsd:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="OTA_HotelAvailNotifRS.xsd"/>
<xsd:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="OTA_HotelRateAmountNotifRQ.xsd"/>
<xsd:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="OTA_HotelRateAmountNotifRS.xsd"/>
<xsd:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="OTA_ReadRQ.xsd"/>
<xsd:import namespace="http://www.opentravel.org/OTA/2003/05" schemaLocation="OTA_ResRetrieveRS.xsd"/>
</xsd:schema>
</types>
<message name="AvailabilityUpdateRequest">
<part name="OTA_HotelAvailNotifRQ" element="tns:OTA_HotelAvailNotifRQ"/>
</message>
<message name="AvailabilityUpdateResponse">
<part name="OTA_HotelAvailNotifRS" element="tns:OTA_HotelAvailNotifRS"/>
</message>
<message name="RateUpdateRequest">
<part name="OTA_HotelRateAmountNotifRQ" element="tns:OTA_HotelRateAmountNotifRQ"/>
</message>
<message name="RateUpdateResponse">
<part name="OTA_HotelRateAmountNotifRS" element="tns:OTA_HotelRateAmountNotifRS"/>
</message>
<message name="RequestBookingsRequest">
<part name="OTA_ReadRQ" element="tns:OTA_ReadRQ"/>
</message>
<message name="RequestBookingsResponse">
<part name="OTA_ResRetrieveRS" element="tns:OTA_ResRetrieveRS"/>
</message>
<message name="BookingConfirmationRequest">
<part name="OTA_HotelResModifyNotifRQ" element="tns:OTA_NotifReportRQ"/>
</message>
<message name="BookingConfirmationResponse">
<part name="OTA_HotelResModifyNotifRS" element="tns:OTA_NotifReportRS"/>
</message>
<portType name="OTA2010BPortDEPTypePush">
<operation name="AvailabilityUpdate">
<input message="tns:AvailabilityUpdateRequest"/>
<output message="tns:AvailabilityUpdateResponse"/>
</operation>
<operation name="RequestBookings">
<input message="tns:RequestBookingsRequest"/>
<output message="tns:RequestBookingsResponse"/>
</operation>
<operation name="BookingConfirmation">
<input message="tns:BookingConfirmationRequest"/>
<output message="tns:BookingConfirmationResponse"/>
</operation>
<operation name="RateUpdate">
<input message="tns:RateUpdateRequest"/>
<output message="tns:RateUpdateResponse"/>
</operation>
</portType>
<binding name="OTA2010BPortDEPTypePushPortBinding" type="tns:OTA2010BPortDEPTypePush">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
<operation name="AvailabilityUpdate">
<soap:operation soapAction="OTA_HotelAvailNotifRQ"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
<operation name="RequestBookings">
<soap:operation soapAction="OTA_ReadRQ"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
<operation name="BookingConfirmation">
<soap:operation soapAction="OTA_HotelResModifyNotifRQ"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
<operation name="RateUpdate">
<soap:operation soapAction="OTA_HotelRateAmountNotifRQ"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
</operation>
</binding>
<service name="wsOTA2010BServicePush">
<port name="OTA2010BPortDEPTypePortPush" binding="tns:OTA2010BPortDEPTypePushPortBinding">
<soap:address location="http://localhost:8080/TesiproConOTA2010B/wsOTA2010BService"/>
</port>
</service>
</wsdl:definitions>