<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/soap/AustralianTourismWebService" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://tempuri.org/soap/AustralianTourismWebService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/soap/AustralianTourismWebService">
      <s:element name="CommandHandler">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributorKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CommandName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CommandParameters" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CommandHandlerResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CommandHandlerResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QueryProductRecords">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributorKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductCategoryList" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductDescription" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CountryName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="StateName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="AreaName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="CityName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="SuburbName" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="MarketingRegion" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductAttribute" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductAttributeOperation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ServiceAttribute" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ServiceAttributeOperation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ValidityDateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ValidityDateTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="RateFrom" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="RateTo" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="StartLocation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="StartLocationOperation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductClassificationList" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductClassificationListOperation" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ServiceClassificationList" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ServiceClassificationListOperation" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="QueryProductRecordsResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="QueryProductRecordsResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSpecificProductRecord">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributorKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DataGroups" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSpecificProductRecordResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSpecificProductRecordResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSpecificProductServiceRecord">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DistributorKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ProductID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="ServiceID" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="DataGroups" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSpecificProductServiceRecordResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSpecificProductServiceRecordResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CommandHandlerSoapIn">
    <wsdl:part name="parameters" element="tns:CommandHandler" />
  </wsdl:message>
  <wsdl:message name="CommandHandlerSoapOut">
    <wsdl:part name="parameters" element="tns:CommandHandlerResponse" />
  </wsdl:message>
  <wsdl:message name="QueryProductRecordsSoapIn">
    <wsdl:part name="parameters" element="tns:QueryProductRecords" />
  </wsdl:message>
  <wsdl:message name="QueryProductRecordsSoapOut">
    <wsdl:part name="parameters" element="tns:QueryProductRecordsResponse" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductRecordSoapIn">
    <wsdl:part name="parameters" element="tns:GetSpecificProductRecord" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductRecordSoapOut">
    <wsdl:part name="parameters" element="tns:GetSpecificProductRecordResponse" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductServiceRecordSoapIn">
    <wsdl:part name="parameters" element="tns:GetSpecificProductServiceRecord" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductServiceRecordSoapOut">
    <wsdl:part name="parameters" element="tns:GetSpecificProductServiceRecordResponse" />
  </wsdl:message>
  <wsdl:message name="CommandHandlerHttpGetIn">
    <wsdl:part name="DistributorKey" type="s:string" />
    <wsdl:part name="CommandName" type="s:string" />
    <wsdl:part name="CommandParameters" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CommandHandlerHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="QueryProductRecordsHttpGetIn">
    <wsdl:part name="DistributorKey" type="s:string" />
    <wsdl:part name="ProductCategoryList" type="s:string" />
    <wsdl:part name="ProductName" type="s:string" />
    <wsdl:part name="ProductDescription" type="s:string" />
    <wsdl:part name="CountryName" type="s:string" />
    <wsdl:part name="StateName" type="s:string" />
    <wsdl:part name="AreaName" type="s:string" />
    <wsdl:part name="CityName" type="s:string" />
    <wsdl:part name="SuburbName" type="s:string" />
    <wsdl:part name="MarketingRegion" type="s:string" />
    <wsdl:part name="ProductAttribute" type="s:string" />
    <wsdl:part name="ProductAttributeOperation" type="s:string" />
    <wsdl:part name="ServiceAttribute" type="s:string" />
    <wsdl:part name="ServiceAttributeOperation" type="s:string" />
    <wsdl:part name="ValidityDateFrom" type="s:string" />
    <wsdl:part name="ValidityDateTo" type="s:string" />
    <wsdl:part name="RateFrom" type="s:string" />
    <wsdl:part name="RateTo" type="s:string" />
    <wsdl:part name="StartLocation" type="s:string" />
    <wsdl:part name="StartLocationOperation" type="s:string" />
    <wsdl:part name="ProductClassificationList" type="s:string" />
    <wsdl:part name="ProductClassificationListOperation" type="s:string" />
    <wsdl:part name="ServiceClassificationList" type="s:string" />
    <wsdl:part name="ServiceClassificationListOperation" type="s:string" />
  </wsdl:message>
  <wsdl:message name="QueryProductRecordsHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductRecordHttpGetIn">
    <wsdl:part name="DistributorKey" type="s:string" />
    <wsdl:part name="ProductID" type="s:string" />
    <wsdl:part name="DataGroups" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductRecordHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductServiceRecordHttpGetIn">
    <wsdl:part name="DistributorKey" type="s:string" />
    <wsdl:part name="ProductID" type="s:string" />
    <wsdl:part name="ServiceID" type="s:string" />
    <wsdl:part name="DataGroups" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductServiceRecordHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="CommandHandlerHttpPostIn">
    <wsdl:part name="DistributorKey" type="s:string" />
    <wsdl:part name="CommandName" type="s:string" />
    <wsdl:part name="CommandParameters" type="s:string" />
  </wsdl:message>
  <wsdl:message name="CommandHandlerHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="QueryProductRecordsHttpPostIn">
    <wsdl:part name="DistributorKey" type="s:string" />
    <wsdl:part name="ProductCategoryList" type="s:string" />
    <wsdl:part name="ProductName" type="s:string" />
    <wsdl:part name="ProductDescription" type="s:string" />
    <wsdl:part name="CountryName" type="s:string" />
    <wsdl:part name="StateName" type="s:string" />
    <wsdl:part name="AreaName" type="s:string" />
    <wsdl:part name="CityName" type="s:string" />
    <wsdl:part name="SuburbName" type="s:string" />
    <wsdl:part name="MarketingRegion" type="s:string" />
    <wsdl:part name="ProductAttribute" type="s:string" />
    <wsdl:part name="ProductAttributeOperation" type="s:string" />
    <wsdl:part name="ServiceAttribute" type="s:string" />
    <wsdl:part name="ServiceAttributeOperation" type="s:string" />
    <wsdl:part name="ValidityDateFrom" type="s:string" />
    <wsdl:part name="ValidityDateTo" type="s:string" />
    <wsdl:part name="RateFrom" type="s:string" />
    <wsdl:part name="RateTo" type="s:string" />
    <wsdl:part name="StartLocation" type="s:string" />
    <wsdl:part name="StartLocationOperation" type="s:string" />
    <wsdl:part name="ProductClassificationList" type="s:string" />
    <wsdl:part name="ProductClassificationListOperation" type="s:string" />
    <wsdl:part name="ServiceClassificationList" type="s:string" />
    <wsdl:part name="ServiceClassificationListOperation" type="s:string" />
  </wsdl:message>
  <wsdl:message name="QueryProductRecordsHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductRecordHttpPostIn">
    <wsdl:part name="DistributorKey" type="s:string" />
    <wsdl:part name="ProductID" type="s:string" />
    <wsdl:part name="DataGroups" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductRecordHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductServiceRecordHttpPostIn">
    <wsdl:part name="DistributorKey" type="s:string" />
    <wsdl:part name="ProductID" type="s:string" />
    <wsdl:part name="ServiceID" type="s:string" />
    <wsdl:part name="DataGroups" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSpecificProductServiceRecordHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="AustralianTourismWebServiceSoap">
    <wsdl:operation name="CommandHandler">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Command Handler</wsdl:documentation>
      <wsdl:input message="tns:CommandHandlerSoapIn" />
      <wsdl:output message="tns:CommandHandlerSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="QueryProductRecords">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Query Product Records</wsdl:documentation>
      <wsdl:input message="tns:QueryProductRecordsSoapIn" />
      <wsdl:output message="tns:QueryProductRecordsSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductRecord">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Get Specific Product Record</wsdl:documentation>
      <wsdl:input message="tns:GetSpecificProductRecordSoapIn" />
      <wsdl:output message="tns:GetSpecificProductRecordSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductServiceRecord">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Get Specific Product Service Record</wsdl:documentation>
      <wsdl:input message="tns:GetSpecificProductServiceRecordSoapIn" />
      <wsdl:output message="tns:GetSpecificProductServiceRecordSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="AustralianTourismWebServiceHttpGet">
    <wsdl:operation name="CommandHandler">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Command Handler</wsdl:documentation>
      <wsdl:input message="tns:CommandHandlerHttpGetIn" />
      <wsdl:output message="tns:CommandHandlerHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="QueryProductRecords">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Query Product Records</wsdl:documentation>
      <wsdl:input message="tns:QueryProductRecordsHttpGetIn" />
      <wsdl:output message="tns:QueryProductRecordsHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductRecord">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Get Specific Product Record</wsdl:documentation>
      <wsdl:input message="tns:GetSpecificProductRecordHttpGetIn" />
      <wsdl:output message="tns:GetSpecificProductRecordHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductServiceRecord">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Get Specific Product Service Record</wsdl:documentation>
      <wsdl:input message="tns:GetSpecificProductServiceRecordHttpGetIn" />
      <wsdl:output message="tns:GetSpecificProductServiceRecordHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="AustralianTourismWebServiceHttpPost">
    <wsdl:operation name="CommandHandler">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Command Handler</wsdl:documentation>
      <wsdl:input message="tns:CommandHandlerHttpPostIn" />
      <wsdl:output message="tns:CommandHandlerHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="QueryProductRecords">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Query Product Records</wsdl:documentation>
      <wsdl:input message="tns:QueryProductRecordsHttpPostIn" />
      <wsdl:output message="tns:QueryProductRecordsHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductRecord">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Get Specific Product Record</wsdl:documentation>
      <wsdl:input message="tns:GetSpecificProductRecordHttpPostIn" />
      <wsdl:output message="tns:GetSpecificProductRecordHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductServiceRecord">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Australian Tourism Web Service - Get Specific Product Service Record</wsdl:documentation>
      <wsdl:input message="tns:GetSpecificProductServiceRecordHttpPostIn" />
      <wsdl:output message="tns:GetSpecificProductServiceRecordHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="AustralianTourismWebServiceSoap" type="tns:AustralianTourismWebServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CommandHandler">
      <soap:operation soapAction="http://tempuri.org/soap/AustralianTourismWebService/CommandHandler" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QueryProductRecords">
      <soap:operation soapAction="http://tempuri.org/soap/AustralianTourismWebService/QueryProductRecords" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductRecord">
      <soap:operation soapAction="http://tempuri.org/soap/AustralianTourismWebService/GetSpecificProductRecord" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductServiceRecord">
      <soap:operation soapAction="http://tempuri.org/soap/AustralianTourismWebService/GetSpecificProductServiceRecord" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="AustralianTourismWebServiceSoap12" type="tns:AustralianTourismWebServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CommandHandler">
      <soap12:operation soapAction="http://tempuri.org/soap/AustralianTourismWebService/CommandHandler" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QueryProductRecords">
      <soap12:operation soapAction="http://tempuri.org/soap/AustralianTourismWebService/QueryProductRecords" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductRecord">
      <soap12:operation soapAction="http://tempuri.org/soap/AustralianTourismWebService/GetSpecificProductRecord" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductServiceRecord">
      <soap12:operation soapAction="http://tempuri.org/soap/AustralianTourismWebService/GetSpecificProductServiceRecord" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="AustralianTourismWebServiceHttpGet" type="tns:AustralianTourismWebServiceHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="CommandHandler">
      <http:operation location="/CommandHandler" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QueryProductRecords">
      <http:operation location="/QueryProductRecords" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductRecord">
      <http:operation location="/GetSpecificProductRecord" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductServiceRecord">
      <http:operation location="/GetSpecificProductServiceRecord" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="AustralianTourismWebServiceHttpPost" type="tns:AustralianTourismWebServiceHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="CommandHandler">
      <http:operation location="/CommandHandler" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="QueryProductRecords">
      <http:operation location="/QueryProductRecords" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductRecord">
      <http:operation location="/GetSpecificProductRecord" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSpecificProductServiceRecord">
      <http:operation location="/GetSpecificProductServiceRecord" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="AustralianTourismWebService">
    <wsdl:port name="AustralianTourismWebServiceSoap" binding="tns:AustralianTourismWebServiceSoap">
      <soap:address location="http://national.atdw.com.au/soap/AustralianTourismWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="AustralianTourismWebServiceSoap12" binding="tns:AustralianTourismWebServiceSoap12">
      <soap12:address location="http://national.atdw.com.au/soap/AustralianTourismWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="AustralianTourismWebServiceHttpGet" binding="tns:AustralianTourismWebServiceHttpGet">
      <http:address location="http://national.atdw.com.au/soap/AustralianTourismWebService.asmx" />
    </wsdl:port>
    <wsdl:port name="AustralianTourismWebServiceHttpPost" binding="tns:AustralianTourismWebServiceHttpPost">
      <http:address location="http://national.atdw.com.au/soap/AustralianTourismWebService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>