<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<application xmlns="http://research.sun.com/wadl/2006/10">
    <doc xmlns:jersey="http://jersey.dev.java.net/" jersey:generatedBy="Jersey: 1.5-ea04 11/12/2010 02:49 PM"/>
    <resources base="http://data.fcc.gov:80/api/frn/">
        <resource path="/">
            <resource path="/getInfo">
                <method name="GET" id="getInfo">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" style="query" name="frn"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" default="xml" type="xs:string" style="query" name="format"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" style="query" name="callback"/>
                    </request>
                    <response>
                        <representation mediaType="application/json"/>
                        <representation mediaType="application/xml"/>
                        <representation mediaType="application/x-javascript"/>
                    </response>
                </method>
            </resource>
            <resource path="/getList">
                <method name="GET" id="getList">
                    <request>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" style="query" name="stateCode"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:boolean" style="query" name="multiStateOperator"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" style="query" name="searchBy"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" default="xml" type="xs:string" style="query" name="format"/>
                        <param xmlns:xs="http://www.w3.org/2001/XMLSchema" type="xs:string" style="query" name="callback"/>
                    </request>
                    <response>
                        <representation mediaType="application/json"/>
                        <representation mediaType="application/xml"/>
                        <representation mediaType="application/x-javascript"/>
                    </response>
                </method>
            </resource>
        </resource>
    </resources>
</application>
