<?xml version="1.0" encoding="UTF-8"?>

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://tourconex.de/WebServices/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TourConexWebService" targetNamespace="http://tourconex.de/WebServices/">  
  <wsdl:types> 
    <xsd:schema targetNamespace="http://tourconex.de/WebServices/"> 
      <xsd:include schemaLocation="https://dpairtuerk.flightconex.de/tourconex/webservices/XsdServlet?ACCESSKEY=Xrx1oati4L"/>  
      <xsd:element name="bookingRequest" type="tns:bookingRequest"/>  
      <xsd:element name="bookingResponse" type="tns:bookingResponse"/>  
      <xsd:element name="byLocatorPullPnrRequest" type="tns:byLocatorPullPnrRequest"/>  
      <xsd:element name="byLocatorPullPnrResponse" type="tns:byLocatorPullPnrResponse"/>  
      <xsd:element name="pingRequest" type="tns:pingRequest"/>  
      <xsd:element name="pingResponse" type="tns:pingResponse"/>  
      <xsd:element name="pnrLessPricingRequest" type="tns:pnrLessPricingRequest"/>  
      <xsd:element name="pnrLessPricingResponse" type="tns:pnrLessPricingResponse"/> 
    </xsd:schema> 
  </wsdl:types>  
  <wsdl:message name="bookingRequest"> 
    <wsdl:part element="tns:bookingRequest" name="bookingRequest"/> 
  </wsdl:message>  
  <wsdl:message name="bookingResponse"> 
    <wsdl:part element="tns:bookingResponse" name="bookingResponse"/> 
  </wsdl:message>  
  <wsdl:message name="byLocatorPullPnrRequest"> 
    <wsdl:part element="tns:byLocatorPullPnrRequest" name="byLocatorPullPnrRequest"/> 
  </wsdl:message>  
  <wsdl:message name="byLocatorPullPnrResponse"> 
    <wsdl:part element="tns:byLocatorPullPnrResponse" name="byLocatorPullPnrResponse"/> 
  </wsdl:message>  
  <wsdl:message name="pingRequest"> 
    <wsdl:part element="tns:pingRequest" name="pingRequest"/> 
  </wsdl:message>  
  <wsdl:message name="pingResponse"> 
    <wsdl:part element="tns:pingResponse" name="pingResponse"/> 
  </wsdl:message>  
  <wsdl:message name="pnrLessPricingRequest"> 
    <wsdl:part element="tns:pnrLessPricingRequest" name="pnrLessPricingRequest"/> 
  </wsdl:message>  
  <wsdl:message name="pnrLessPricingResponse"> 
    <wsdl:part element="tns:pnrLessPricingResponse" name="pnrLessPricingResponse"/> 
  </wsdl:message>  
  <wsdl:portType name="TourConexWebService"> 
    <wsdl:operation name="doBooking"> 
      <wsdl:input message="tns:bookingRequest"/>  
      <wsdl:output message="tns:bookingResponse"/> 
    </wsdl:operation>  
    <wsdl:operation name="doByLocatorPullPnr"> 
      <wsdl:input message="tns:byLocatorPullPnrRequest"/>  
      <wsdl:output message="tns:byLocatorPullPnrResponse"/> 
    </wsdl:operation>  
    <wsdl:operation name="doPing"> 
      <wsdl:input message="tns:pingRequest"/>  
      <wsdl:output message="tns:pingResponse"/> 
    </wsdl:operation>  
    <wsdl:operation name="doPnrLessPricing"> 
      <wsdl:input message="tns:pnrLessPricingRequest"/>  
      <wsdl:output message="tns:pnrLessPricingResponse"/> 
    </wsdl:operation> 
  </wsdl:portType>  
  <wsdl:binding name="TourConexWebServiceSOAP" type="tns:TourConexWebService"> 
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>  
    <wsdl:operation name="doBooking"> 
      <soap:operation soapAction="https://dpairtuerk.flightconex.de/tourconex/bookingRequest"/>  
      <wsdl:input> 
        <soap:body parts="bookingRequest" use="literal"/> 
      </wsdl:input>  
      <wsdl:output> 
        <soap:body parts="bookingResponse" use="literal"/> 
      </wsdl:output> 
    </wsdl:operation>  
    <wsdl:operation name="doByLocatorPullPnr"> 
      <soap:operation soapAction="https://dpairtuerk.flightconex.de/tourconex/byLocatorPullPnrRequest"/>  
      <wsdl:input> 
        <soap:body parts="byLocatorPullPnrRequest" use="literal"/> 
      </wsdl:input>  
      <wsdl:output> 
        <soap:body parts="byLocatorPullPnrResponse" use="literal"/> 
      </wsdl:output> 
    </wsdl:operation>  
    <wsdl:operation name="doPing"> 
      <soap:operation soapAction="https://dpairtuerk.flightconex.de/tourconex/pingRequest"/>  
      <wsdl:input> 
        <soap:body parts="pingRequest" use="literal"/> 
      </wsdl:input>  
      <wsdl:output> 
        <soap:body parts="pingResponse" use="literal"/> 
      </wsdl:output> 
    </wsdl:operation>  
    <wsdl:operation name="doPnrLessPricing"> 
      <soap:operation soapAction="https://dpairtuerk.flightconex.de/tourconex/pnrLessPricingRequest"/>  
      <wsdl:input> 
        <soap:body parts="pnrLessPricingRequest" use="literal"/> 
      </wsdl:input>  
      <wsdl:output> 
        <soap:body parts="pnrLessPricingResponse" use="literal"/> 
      </wsdl:output> 
    </wsdl:operation> 
  </wsdl:binding>  
  <wsdl:service name="TourConexWebService"> 
    <wsdl:port binding="tns:TourConexWebServiceSOAP" name="TourConexWebServiceSOAP"> 
      <soap:address location="https://dpairtuerk.flightconex.de/tourconex/services/TourConexWebService"/> 
    </wsdl:port> 
  </wsdl:service> 
</wsdl:definitions>
