<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://cfcs.travel" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://cfcs.travel" xmlns:intf="http://cfcs.travel" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://rpc.xml.coldfusion" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<!--WSDL created by ColdFusion version 8,0,1,195765-->
 <wsdl:types>
  <schema targetNamespace="http://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://cfcs.travel"/>
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
   <complexType name="QueryBean">
    <sequence>
     <element name="columnList" nillable="true" type="impl:ArrayOf_xsd_string"/>
     <element name="data" nillable="true" type="impl:ArrayOfArrayOf_xsd_anyType"/>
    </sequence>
   </complexType>
  </schema>
  <schema targetNamespace="http://cfcs.travel" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="ArrayOf_xsd_string">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:string[]"/>
     </restriction>
    </complexContent>
   </complexType>
   <complexType name="ArrayOfArrayOf_xsd_anyType">
    <complexContent>
     <restriction base="soapenc:Array">
      <attribute ref="soapenc:arrayType" wsdl:arrayType="xsd:anyType[][]"/>
     </restriction>
    </complexContent>
   </complexType>
  </schema>
  <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://cfcs.travel"/>
   <import namespace="http://rpc.xml.coldfusion"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <complexType name="mapItem">
    <sequence>
     <element name="key" nillable="true" type="xsd:anyType"/>
     <element name="value" nillable="true" type="xsd:anyType"/>
    </sequence>
   </complexType>
   <complexType name="Map">
    <sequence>
     <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
    </sequence>
   </complexType>
  </schema>
 </wsdl:types>

   <wsdl:message name="getDealsXMLResponse">

      <wsdl:part name="getDealsXMLReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getDealsbyBusinessXMLResponse">

      <wsdl:part name="getDealsbyBusinessXMLReturn" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getDealsbyBusinessXMLRequest">

      <wsdl:part name="market" type="xsd:string"/>

      <wsdl:part name="lang" type="xsd:string"/>

      <wsdl:part name="BusinessID" type="xsd:string"/>

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

      <wsdl:part name="orderbyPrice" type="xsd:boolean"/>

      <wsdl:part name="currency_code" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getDealXMLRequest">

      <wsdl:part name="deal_uuid" type="xsd:string"/>

      <wsdl:part name="market" type="xsd:string"/>

      <wsdl:part name="dealAccessMode" type="xsd:string"/>

   </wsdl:message>

   <wsdl:message name="getDealXMLResponse">

      <wsdl:part name="getDealXMLReturn" type="xsd:anyType"/>

   </wsdl:message>

   <wsdl:message name="getDealsXMLRequest">

      <wsdl:part name="countryID" type="xsd:string"/>

      <wsdl:part name="market" type="xsd:string"/>

      <wsdl:part name="lang" type="xsd:string"/>

      <wsdl:part name="itemtype" type="xsd:string"/>

      <wsdl:part name="itemid" type="xsd:string"/>

      <wsdl:part name="traveldealtype" type="xsd:string"/>

      <wsdl:part name="randomiseDeals" type="xsd:boolean"/>

   </wsdl:message>

   <wsdl:message name="CFCInvocationException">

      <wsdl:part name="fault" type="tns1:CFCInvocationException"/>

   </wsdl:message>

   <wsdl:portType name="Traveldeal">

      <wsdl:operation name="getDealsXML" parameterOrder="countryID market lang itemtype itemid traveldealtype randomiseDeals">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getDealXML" parameterOrder="deal_uuid market dealAccessMode">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getDealsbyBusinessXML" parameterOrder="market lang BusinessID maxResults orderbyPrice currency_code">

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

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

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

      </wsdl:operation>

   </wsdl:portType>

   <wsdl:binding name="traveldeal.cfcSoapBinding" type="impl:Traveldeal">

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

      <wsdl:operation name="getDealsXML">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getDealsXMLRequest">

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

         </wsdl:input>

         <wsdl:output name="getDealsXMLResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://cfcs.travel" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getDealXML">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getDealXMLRequest">

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

         </wsdl:input>

         <wsdl:output name="getDealXMLResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://cfcs.travel" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getDealsbyBusinessXML">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getDealsbyBusinessXMLRequest">

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

         </wsdl:input>

         <wsdl:output name="getDealsbyBusinessXMLResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

            <wsdlsoap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="CFCInvocationException" namespace="http://cfcs.travel" use="encoded"/>

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="TraveldealService">

      <wsdl:port binding="impl:traveldeal.cfcSoapBinding" name="traveldeal.cfc">

         <wsdlsoap:address location="http://feeds.newzealand.com:8282/travel/cfcs/traveldeal.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>







	
	
	
	
		
			
		
	














	












	
	
	
		
		
	
	



	
	
	
	
	
	
	
	
	
	
	
		
		
	
	

	
	
	

	

	

	

		

		
	
	

		

				 

	
	
		

	

	

			

				 

	

	

	


	
		
