<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions name="FLIGHTWSService"
  targetNamespace="com.datadirect/FLIGHTWS"
  xmlns:wsdlns="com.datadirect/FLIGHTWS"
  xmlns="http://schemas.xmlsoap.org/wsdl/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"><types><schema 
            targetNamespace="com.datadirect/FLIGHTWS"
            xmlns="http://www.w3.org/2001/XMLSchema"
            xmlns:soap-enc="http://schemas.xmlsoap.org/soap/encoding/" 
            xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"    
            elementFormDefault="qualified"><element name="FLIGHTWSRequest" type="wsdlns:FLIGHTWSRequest_Type"/>
<complexType name="FLIGHTWSRequest_Type">
<sequence>
<element name="Flightid" type="wsdlns:Flightid_Type"/>
</sequence>
</complexType>
<element name="FLIGHTWSResponse" type="wsdlns:FLIGHTWSResponse_Type"/>
<complexType name="FLIGHTWSResponse_Type">
<sequence>
<element name="Flightdetail" type="wsdlns:Flightdetail_Type"/>
</sequence>
</complexType>
<complexType name="Flightid_Type">
<sequence>
<element name="Flightid_flightnumber" type="xsd:unsignedShort"/>
<element name="Flightid_companyname" type="xsd:string"/>
</sequence>
</complexType>
<complexType name="Flightdetail_Type">
<sequence>
<element name="Flightnumber" type="xsd:unsignedShort"/>
<element name="Companyname" type="xsd:string"/>
<element name="Origincity" type="xsd:string"/>
<element name="Destinationcity" type="xsd:string"/>
<element name="ArrayOfFrequency" type="wsdlns:ArrayOfFrequency_Type"/>
<element name="Fare" type="xsd:decimal"/>
<element name="Aircraft" type="xsd:string"/>
<element name="Departuretime" type="wsdlns:Departuretime_Type"/>
<element name="Arrivaltime" type="wsdlns:Arrivaltime_Type"/>
</sequence>
</complexType>
<complexType name="Departuretime_Type">
<sequence>
<element name="Departuretime_hh" type="xsd:unsignedShort"/>
<element name="Departuretime_mn" type="xsd:unsignedShort"/>
</sequence>
</complexType>
<complexType name="Arrivaltime_Type">
<sequence>
<element name="Arrivaltime_hh" type="xsd:unsignedShort"/>
<element name="Arrivaltime_mn" type="xsd:unsignedShort"/>
</sequence>
</complexType>
<complexType name="ArrayOfFrequency_Type">
<sequence>
<element name="Frequency" type="xsd:unsignedShort" minOccurs="0" maxOccurs="7"/>
</sequence>
</complexType></schema></types>
<message name="FLIGHTWSRequestMsg">
<part name="body" element="wsdlns:FLIGHTWSRequest"/>
</message>
<message name="FLIGHTWSResponseMsg">
<part name="body" element="wsdlns:FLIGHTWSResponse"/>
</message>
<portType name="FLIGHTWSServicePort_Type">
<operation name="FLIGHTWS">
<input message="wsdlns:FLIGHTWSRequestMsg"/>
<output message="wsdlns:FLIGHTWSResponseMsg"/>
</operation>
</portType>
<binding name="FLIGHTWSServiceBinding" type="wsdlns:FLIGHTWSServicePort_Type">
<soap:binding xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="FLIGHTWS">
<soap:operation xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="FLIGHTWS" style="document"/>
<input>
<soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace="com.datadirect/FLIGHTWS"/>
</input>
<output>
<soap:body xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" use="literal" namespace="com.datadirect/FLIGHTWS"/>
</output>
</operation>
</binding>
<service name="FLIGHTWSService">
<port name="FLIGHTWSServicePort" binding="wsdlns:FLIGHTWSServiceBinding">
<soap:address xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" location="http://127.0.0.1:9999/CICS/CWBA/CSCWKI2X/FLIGHTWX"/>
</port>
</service></definitions>