<wadl:application xmlns:wadl="http://research.sun.com/wadl/2006/10" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <wadl:doc xmlns:enunciate="http://enunciate.codehaus.org/" enunciate:generatedBy="Enunciate-1.20"/>
  <wadl:grammars>
    <wadl:include href="ns0.xsd"/>
  </wadl:grammars>
  <wadl:resources base="http://www.agentrank.com/api">
    <wadl:resource path="/rest/agents/find">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a partial list of agent profiles using the city & state or ZIP code]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="start_index" style="query">
            <wadl:doc>
              <![CDATA[a zero-based page number]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="max_results" style="query">
            <wadl:doc>
              <![CDATA[number of profiles included in results]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of agent profiles]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/agents/find">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a partial list of agent profiles using the city & state or ZIP code]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="start_index" style="query">
            <wadl:doc>
              <![CDATA[a zero-based page number]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="max_results" style="query">
            <wadl:doc>
              <![CDATA[number of profiles included in results]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of agent profiles]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/agents/find">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a partial list of agent profiles using the city & state or ZIP code]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="start_index" style="query">
            <wadl:doc>
              <![CDATA[a zero-based page number]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="max_results" style="query">
            <wadl:doc>
              <![CDATA[number of profiles included in results]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of agent profiles]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/forecasts/market">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Fetch median sale price forecasts for a specific market.  These are individual data points recorded by agents.]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="width" style="query">
            <wadl:doc>
              <![CDATA[width of chart.  defaults to 200 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="height" style="query">
            <wadl:doc>
              <![CDATA[height of chart  defaults to 125 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[subset of market forecasts in descending order of create date]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/forecasts/market">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Fetch median sale price forecasts for a specific market.  These are individual data points recorded by agents.]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="width" style="query">
            <wadl:doc>
              <![CDATA[width of chart.  defaults to 200 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="height" style="query">
            <wadl:doc>
              <![CDATA[height of chart  defaults to 125 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[subset of market forecasts in descending order of create date]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/forecasts/market">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Fetch median sale price forecasts for a specific market.  These are individual data points recorded by agents.]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="width" style="query">
            <wadl:doc>
              <![CDATA[width of chart.  defaults to 200 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="height" style="query">
            <wadl:doc>
              <![CDATA[height of chart  defaults to 125 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[subset of market forecasts in descending order of create date]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/market/get">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a full list of market forecasts using location text]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of market forecasts]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/market/get">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a full list of market forecasts using location text]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of market forecasts]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/market/get">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a full list of market forecasts using location text]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of market forecasts]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/profiles/find">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a partial list of agent profiles using the city & state or ZIP code]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="start_index" style="query">
            <wadl:doc>
              <![CDATA[a zero-based page number]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="max_results" style="query">
            <wadl:doc>
              <![CDATA[number of profiles included in each page]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of agent profiles]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/profiles/find">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a partial list of agent profiles using the city & state or ZIP code]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="start_index" style="query">
            <wadl:doc>
              <![CDATA[a zero-based page number]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="max_results" style="query">
            <wadl:doc>
              <![CDATA[number of profiles included in each page]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of agent profiles]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/profiles/find">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a partial list of agent profiles using the city & state or ZIP code]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="location" style="query">
            <wadl:doc>
              <![CDATA[city & state or ZIP code]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="start_index" style="query">
            <wadl:doc>
              <![CDATA[a zero-based page number]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="max_results" style="query">
            <wadl:doc>
              <![CDATA[number of profiles included in each page]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of agent profiles]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/agent/contact/{username}">
      <wadl:method name="POST">
        <wadl:doc>
          <![CDATA[Contact an agent.]]>
        </wadl:doc>
        <wadl:request/>
        <wadl:response>
          <wadl:doc>
            <![CDATA[contact status]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/agent/contact/{username}">
      <wadl:method name="POST">
        <wadl:doc>
          <![CDATA[Contact an agent.]]>
        </wadl:doc>
        <wadl:request/>
        <wadl:response>
          <wadl:doc>
            <![CDATA[contact status]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/agent/contact/{username}">
      <wadl:method name="POST">
        <wadl:doc>
          <![CDATA[Contact an agent.]]>
        </wadl:doc>
        <wadl:request/>
        <wadl:response>
          <wadl:doc>
            <![CDATA[contact status]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/agent/get/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's profile using their unique identity for RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's current profile]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/agent/get/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's profile using their unique identity for RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's current profile]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/agent/get/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's profile using their unique identity for RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's current profile]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/forecasts/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a list of median sale price forecasts made by an individual agent]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="width" style="query">
            <wadl:doc>
              <![CDATA[width of chart.  defaults to 200 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="height" style="query">
            <wadl:doc>
              <![CDATA[height of chart  defaults to 125 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of market forecasts]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/forecasts/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a list of median sale price forecasts made by an individual agent]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="width" style="query">
            <wadl:doc>
              <![CDATA[width of chart.  defaults to 200 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="height" style="query">
            <wadl:doc>
              <![CDATA[height of chart  defaults to 125 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of market forecasts]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/forecasts/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get a list of median sale price forecasts made by an individual agent]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="width" style="query">
            <wadl:doc>
              <![CDATA[width of chart.  defaults to 200 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="height" style="query">
            <wadl:doc>
              <![CDATA[height of chart  defaults to 125 pixels. (optional)]]>
            </wadl:doc>
          </wadl:param>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[API key.  This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[list of market forecasts]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/profile/get/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's profile using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's current profile]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/profile/get/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's profile using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's current profile]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/profile/get/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's profile using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's current profile]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/reviews/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's reviews using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's client reviews]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/reviews/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's reviews using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's client reviews]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/reviews/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Get an agent's reviews using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[agent's client reviews]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/sales/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Retreive an agent's sale transactions using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[array of agent sales]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/sales/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Retreive an agent's sale transactions using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[array of agent sales]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/sales/agent/{username}">
      <wadl:method name="GET">
        <wadl:doc>
          <![CDATA[Retreive an agent's sale transactions using their unique identifier on RealtyBaron.com]]>
        </wadl:doc>
        <wadl:request>
          <wadl:param name="api_key" style="query">
            <wadl:doc>
              <![CDATA[This identifies your application.  Please email <a href="mailto:help@agentrank.com">help@agentrank.com</a> to request an API key.]]>
            </wadl:doc>
          </wadl:param>
        </wadl:request>
        <wadl:response>
          <wadl:doc>
            <![CDATA[array of agent sales]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/rest/user/add/{role}">
      <wadl:method name="POST">
        <wadl:doc>
          <![CDATA[Add a new user account]]>
        </wadl:doc>
        <wadl:request/>
        <wadl:response>
          <wadl:doc>
            <![CDATA[new user]]>
          </wadl:doc>
          <wadl:representation mediaType="*/*" element="response"/>
          <wadl:representation mediaType="application/xml" element="response"/>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/xml/user/add/{role}">
      <wadl:method name="POST">
        <wadl:doc>
          <![CDATA[Add a new user account]]>
        </wadl:doc>
        <wadl:request/>
        <wadl:response>
          <wadl:doc>
            <![CDATA[new user]]>
          </wadl:doc>
          <wadl:representation mediaType="application/xml" element="response"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
    <wadl:resource path="/json/user/add/{role}">
      <wadl:method name="POST">
        <wadl:doc>
          <![CDATA[Add a new user account]]>
        </wadl:doc>
        <wadl:request/>
        <wadl:response>
          <wadl:doc>
            <![CDATA[new user]]>
          </wadl:doc>
          <wadl:representation mediaType="application/json"/>
        </wadl:response>
      </wadl:method>
    </wadl:resource>
  </wadl:resources>
</wadl:application>
