<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions
  targetNamespace="http://www.siteminder.com.au/pmsxchange"
  xmlns:tns="http://www.siteminder.com.au/pmsxchange"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
  xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:ws="http://www.siteminder.com.au/pmsxchange"
  xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"
  xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
  xmlns:ota="http://www.opentravel.org/OTA/2003/05">

  <wsdl:types>

    <xs:schema targetNamespace="http://www.siteminder.com.au/pmsxchange">
      <xs:include schemaLocation="../schema/siteminder/SM_HotelResPaymentReadRQ.xsd"/>
      <xs:include schemaLocation="../schema/siteminder/SM_HotelResPaymentReadRS.xsd"/>
      <xs:include schemaLocation="../schema/siteminder/SM_HotelResPaymentResultRQ.xsd"/>
      <xs:include schemaLocation="../schema/siteminder/SM_HotelResPaymentResultRS.xsd"/>
    </xs:schema>

    <xs:schema targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
      <xs:include schemaLocation="../schema/oasis-200401-wss-wssecurity-secext-1.0.xsd"/>
    </xs:schema>

    <xs:schema targetNamespace="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
      <xs:include schemaLocation="../schema/oasis-200401-wss-wssecurity-utility-1.0.xsd"/>
    </xs:schema>

  </wsdl:types>

  <wsdl:message name="SM_HotelResPaymentReadRQMessage">
    <wsdl:part name="Security" element="wsse:Security"/>
    <wsdl:part name="SM_HotelResPaymentReadRQ" element="ws:SM_HotelResPaymentReadRQ"/>
  </wsdl:message>

  <wsdl:message name="SM_HotelResPaymentReadRSMessage">
     <wsdl:part name="Security" element="wsse:Security"/>
    <wsdl:part name="SM_HotelResPaymentReadRS" element="ws:SM_HotelResPaymentReadRS"/>
  </wsdl:message>

  <wsdl:message name="SM_HotelResPaymentResultRQMessage">
    <wsdl:part name="Security" element="wsse:Security"/>
    <wsdl:part name="SM_HotelResPaymentResultRQ" element="ws:SM_HotelResPaymentResultRQ"/>
  </wsdl:message>

  <wsdl:message name="SM_HotelResPaymentResultRSMessage">
    <wsdl:part name="Security" element="wsse:Security"/>
    <wsdl:part name="SM_HotelResPaymentResultRS" element="ws:SM_HotelResPaymentResultRS"/>
  </wsdl:message>

  <wsdl:portType name="PmsXchangeService">

    <wsdl:operation name="SMHotelResPaymentReadRQ">
      <wsdl:input message="tns:SM_HotelResPaymentReadRQMessage"/>
      <wsdl:output message="tns:SM_HotelResPaymentReadRSMessage"/>
    </wsdl:operation>

   <wsdl:operation name="SMHotelResPaymentResultRQ">
      <wsdl:input message="tns:SM_HotelResPaymentResultRQMessage"/>
      <wsdl:output message="tns:SM_HotelResPaymentResultRSMessage"/>
    </wsdl:operation>

  </wsdl:portType>

  <wsdl:binding name="PmsXchangeServiceSoap11" type="tns:PmsXchangeService">

    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>

    <wsdl:operation name="SMHotelResPaymentReadRQ">
      <soap:operation soapAction="http://www.siteminder.com.au/pmsxchange/SMHotelResPaymentReadRQ"/>
      <wsdl:input>
        <soap:header message="tns:SM_HotelResPaymentReadRQMessage" part="Security" use="literal"/>
        <soap:body use="literal" parts="SM_HotelResPaymentReadRQ"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" parts="SM_HotelResPaymentReadRS"/>
      </wsdl:output>
    </wsdl:operation>

    <wsdl:operation name="SMHotelResPaymentResultRQ">
      <soap:operation soapAction="http://www.siteminder.com.au/pmsxchange/SMHotelResPaymentResultRQ"/>
      <wsdl:input>
        <soap:header message="tns:SM_HotelResPaymentResultRQMessage" part="Security" use="literal"/>
        <soap:body use="literal" parts="SM_HotelResPaymentResultRQ"/>
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" parts="SM_HotelResPaymentResultRS"/>
      </wsdl:output>
    </wsdl:operation>

  </wsdl:binding>

  <wsdl:service name="PmsXchangeService">
    <wsdl:port name="PmsXchangeServicePort" binding="tns:PmsXchangeServiceSoap11">
      <soap:address location="https://tpi-pmsx.preprod.siteminderlabs.com/webservices/{RequestorID}"/>
    </wsdl:port>
  </wsdl:service>

</wsdl:definitions>
