<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:axis12bug" xmlns:impl="urn:axis12bug" xmlns:intf="urn:axis12bug" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns1="http://plsql.axis12bug" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<!--WSDL created by Apache Axis version: 1.2.1
Built on Jun 11, 2005 (04:05:28 GMT+00:00)-->
 <wsdl:types>
  <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://plsql.axis12bug">
   <import namespace="urn:axis12bug"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="RawProcReturn">
    <sequence>
     <element name="paramOutParam" nillable="true" type="soapenc:base64Binary"/>
     <element name="paramInOutParam" nillable="true" type="soapenc:base64Binary"/>
    </sequence>
   </complexType>
  </schema>
  <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:axis12bug">
   <import namespace="http://plsql.axis12bug"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="DAOFactoryServiceException">
    <sequence>
     <element name="detailMessage" nillable="true" type="soapenc:string"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOf_soapenc_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="soapenc:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="WsdlElement">
    <sequence>
     <element name="column" nillable="true" type="xsd:anyType"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfWsdlElement">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:WsdlElement[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="WsdlRow">
    <sequence>
     <element name="rowColumns" nillable="true" type="impl:ArrayOfWsdlElement"/>
    </sequence>
   </complexType>
   <complexType name="ArrayOfWsdlRow">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="impl:WsdlRow[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="WsdlRowSet">
    <sequence>
     <element name="columnNames" nillable="true" type="impl:ArrayOf_soapenc_string"/>
     <element name="rows" nillable="true" type="impl:ArrayOfWsdlRow"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="serviceSqlFlightsQueryRequest">

      <wsdl:part name="in0" type="xsd:double"/>

   </wsdl:message>

   <wsdl:message name="servicePlsqlRawProcResponse">

      <wsdl:part name="servicePlsqlRawProcReturn" type="tns1:RawProcReturn"/>

   </wsdl:message>

   <wsdl:message name="serviceSqlFlightsQueryResponse">

      <wsdl:part name="serviceSqlFlightsQueryReturn" type="impl:WsdlRowSet"/>

   </wsdl:message>

   <wsdl:message name="servicePlsqlRawProcRequest">

      <wsdl:part name="in0" type="soapenc:base64Binary"/>

      <wsdl:part name="in1" type="soapenc:base64Binary"/>

   </wsdl:message>

   <wsdl:message name="DAOFactoryServiceException">

      <wsdl:part name="fault" type="impl:DAOFactoryServiceException"/>

   </wsdl:message>

   <wsdl:portType name="DAOFactoryServiceInterface">

      <wsdl:operation name="servicePlsqlRawProc" parameterOrder="in0 in1">

         <wsdl:input name="servicePlsqlRawProcRequest" message="impl:servicePlsqlRawProcRequest"/>

         <wsdl:output name="servicePlsqlRawProcResponse" message="impl:servicePlsqlRawProcResponse"/>

         <wsdl:fault name="DAOFactoryServiceException" message="impl:DAOFactoryServiceException"/>

      </wsdl:operation>

      <wsdl:operation name="serviceSqlFlightsQuery" parameterOrder="in0">

         <wsdl:input name="serviceSqlFlightsQueryRequest" message="impl:serviceSqlFlightsQueryRequest"/>

         <wsdl:output name="serviceSqlFlightsQueryResponse" message="impl:serviceSqlFlightsQueryResponse"/>

         <wsdl:fault name="DAOFactoryServiceException" message="impl:DAOFactoryServiceException"/>

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="DAOFactoryService" type="impl:DAOFactoryServiceInterface">

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

      <wsdl:operation name="servicePlsqlRawProc">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="servicePlsqlRawProcRequest">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:axis12bug"/>

         </wsdl:input>

         <wsdl:output name="servicePlsqlRawProcResponse">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:axis12bug"/>

         </wsdl:output>

         <wsdl:fault name="DAOFactoryServiceException">

            <wsdlsoap:fault name="DAOFactoryServiceException" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:axis12bug"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="serviceSqlFlightsQuery">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="serviceSqlFlightsQueryRequest">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:axis12bug"/>

         </wsdl:input>

         <wsdl:output name="serviceSqlFlightsQueryResponse">

            <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:axis12bug"/>

         </wsdl:output>

         <wsdl:fault name="DAOFactoryServiceException">

            <wsdlsoap:fault name="DAOFactoryServiceException" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:axis12bug"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="DAOFactoryServiceInterfaceService">

      <wsdl:port name="TESTAXIS_12BUG1" binding="impl:DAOFactoryService">

         <wsdlsoap:address location="http://localhost:8080/axis/services/TESTAXIS_12BUG1"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
