<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://webservices" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://webservices" xmlns:intf="http://webservices" 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://webservices" 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://rpc.xml.coldfusion" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://webservices"/>
   <import namespace="http://xml.apache.org/xml-soap"/>
   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
   <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>
   <complexType name="CFCInvocationException">
    <sequence/>
   </complexType>
  </schema>
  <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
   <import namespace="http://webservices"/>
   <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="getLanguagesRequest">

   </wsdl:message>

   <wsdl:message name="getLanguagesResponse">

      <wsdl:part name="getLanguagesReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getSearchHistoryRequest">

   </wsdl:message>

   <wsdl:message name="getFeedsByCategoryResponse">

      <wsdl:part name="getFeedsByCategoryReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getMostPopularPostsRequest">

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

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

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

   </wsdl:message>

   <wsdl:message name="getPostsByFeedResponse">

      <wsdl:part name="getPostsByFeedReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getAggregateLanguageDataResponse">

      <wsdl:part name="getAggregateLanguageDataReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getPostsBySmartCategoryResponse">

      <wsdl:part name="getPostsBySmartCategoryReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getSmartCategoriesResponse">

      <wsdl:part name="getSmartCategoriesReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getPostsByFeedRequest">

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

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

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

   </wsdl:message>

   <wsdl:message name="searchRequest">

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

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

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

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

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

   </wsdl:message>

   <wsdl:message name="searchResponse">

      <wsdl:part name="searchReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getFeedsResponse">

      <wsdl:part name="getFeedsReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getFeedsByCategoryRequest">

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

   </wsdl:message>

   <wsdl:message name="getPostsByCategoryResponse">

      <wsdl:part name="getPostsByCategoryReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getPostsByCategoryRequest">

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

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

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

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

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

   </wsdl:message>

   <wsdl:message name="getCategoriesRequest">

   </wsdl:message>

   <wsdl:message name="getAggregateLanguageDataRequest">

   </wsdl:message>

   <wsdl:message name="getMostProlificFeedsResponse">

      <wsdl:part name="getMostProlificFeedsReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getMostPopularPostsResponse">

      <wsdl:part name="getMostPopularPostsReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getMostRecentPostsRequest">

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

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

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

   </wsdl:message>

   <wsdl:message name="getMostRecentPostsResponse">

      <wsdl:part name="getMostRecentPostsReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getCategoriesResponse">

      <wsdl:part name="getCategoriesReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getMostProlificFeedsRequest">

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

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

   </wsdl:message>

   <wsdl:message name="getSmartCategoriesRequest">

   </wsdl:message>

   <wsdl:message name="getFeedsByLanguageRequest">

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

   </wsdl:message>

   <wsdl:message name="getFeedsRequest">

   </wsdl:message>

   <wsdl:message name="CFCInvocationException">

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

   </wsdl:message>

   <wsdl:message name="getFeedsByLanguageResponse">

      <wsdl:part name="getFeedsByLanguageReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getSearchHistoryResponse">

      <wsdl:part name="getSearchHistoryReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:message name="getPostsBySmartCategoryRequest">

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

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

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

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

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

   </wsdl:message>

   <wsdl:message name="getMostPopularFeedsRequest">

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

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

   </wsdl:message>

   <wsdl:message name="getMostPopularFeedsResponse">

      <wsdl:part name="getMostPopularFeedsReturn" type="tns1:QueryBean"/>

   </wsdl:message>

   <wsdl:portType name="mxna2">

      <wsdl:operation name="search" parameterOrder="limit offset searchTerms sortBy languageIds">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getMostRecentPosts" parameterOrder="limit offset languageIds">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getPostsByCategory" parameterOrder="limit offset categoryId languageIds sincepost">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getPostsByFeed" parameterOrder="limit offset feedId">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getPostsBySmartCategory" parameterOrder="limit offset smartCategoryId smartCategoryKey languageIds">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getMostPopularPosts" parameterOrder="daysBack limit categoryId">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getCategories">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getSmartCategories">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getLanguages">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getMostPopularFeeds" parameterOrder="daysBack limit">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getMostProlificFeeds" parameterOrder="daysBack limit">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getFeeds">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getFeedsByCategory" parameterOrder="categoryId">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getSearchHistory">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getFeedsByLanguage" parameterOrder="languageId">

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

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

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

      </wsdl:operation>

      <wsdl:operation name="getAggregateLanguageData">

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

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

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

      </wsdl:operation>

   </wsdl:portType>

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

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

      <wsdl:operation name="search">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="searchRequest">

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

         </wsdl:input>

         <wsdl:output name="searchResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getMostRecentPosts">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getMostRecentPostsRequest">

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

         </wsdl:input>

         <wsdl:output name="getMostRecentPostsResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getPostsByCategory">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getPostsByCategoryRequest">

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

         </wsdl:input>

         <wsdl:output name="getPostsByCategoryResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getPostsByFeed">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getPostsByFeedRequest">

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

         </wsdl:input>

         <wsdl:output name="getPostsByFeedResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getPostsBySmartCategory">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getPostsBySmartCategoryRequest">

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

         </wsdl:input>

         <wsdl:output name="getPostsBySmartCategoryResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getMostPopularPosts">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getMostPopularPostsRequest">

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

         </wsdl:input>

         <wsdl:output name="getMostPopularPostsResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getCategories">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getCategoriesRequest">

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

         </wsdl:input>

         <wsdl:output name="getCategoriesResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getSmartCategories">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getSmartCategoriesRequest">

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

         </wsdl:input>

         <wsdl:output name="getSmartCategoriesResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getLanguages">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getLanguagesRequest">

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

         </wsdl:input>

         <wsdl:output name="getLanguagesResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getMostPopularFeeds">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getMostPopularFeedsRequest">

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

         </wsdl:input>

         <wsdl:output name="getMostPopularFeedsResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getMostProlificFeeds">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getMostProlificFeedsRequest">

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

         </wsdl:input>

         <wsdl:output name="getMostProlificFeedsResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getFeeds">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getFeedsRequest">

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

         </wsdl:input>

         <wsdl:output name="getFeedsResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getFeedsByCategory">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getFeedsByCategoryRequest">

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

         </wsdl:input>

         <wsdl:output name="getFeedsByCategoryResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getSearchHistory">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getSearchHistoryRequest">

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

         </wsdl:input>

         <wsdl:output name="getSearchHistoryResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getFeedsByLanguage">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getFeedsByLanguageRequest">

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

         </wsdl:input>

         <wsdl:output name="getFeedsByLanguageResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

      <wsdl:operation name="getAggregateLanguageData">

         <wsdlsoap:operation soapAction=""/>

         <wsdl:input name="getAggregateLanguageDataRequest">

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

         </wsdl:input>

         <wsdl:output name="getAggregateLanguageDataResponse">

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

         </wsdl:output>

         <wsdl:fault name="CFCInvocationException">

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

         </wsdl:fault>

      </wsdl:operation>

   </wsdl:binding>

   <wsdl:service name="mxna2Service">

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

         <wsdlsoap:address location="http://feeds.adobe.com/webservices/mxna2.cfc"/>

      </wsdl:port>

   </wsdl:service>

</wsdl:definitions>
