Dustin, First you will want to update to 3.3.2. You have a couple of issues with your configuration.<url>https://www.segland.com/ArcGIS/rest/services/WILDHORSE_POLK_COUNTY/MapServer/10/?token=AZjKCColLtfGWdUPGHI6dCxCzMREpfPjW_VM108WJA2JeGe0kJjqeIzo9GQa6zIw0TrPn2h9TLinlqHwYiX98w..</url>
Is this layer specified in your map and did you provide the token attribute for the layer in your Main config.xml?if you did and you are using 3.3.2 then your url tag should just be this:<url>https://www.segland.com/ArcGIS/rest/services/WILDHORSE_POLK_COUNTY/MapServer</url>
Your exclude layers are a little out of wack too.<excludelayer url="http://segland.com/ArcGIS/rest/services/WILDHORSE_POLK_COUNTY/MapServer/0"
id="0"/>
<excludelayer url="http://segland.com/ArcGIS/rest/services/WILDHORSE_POLK_COUNTY/MapServer/9"
id="9"/>
<!-- <excludelayer url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_LandRecords_Louisville/MapServer" id="2"/> -->
Notice in my commented out example of how to exclude a layer the url attribute should not contain the layer id. So yours should look like this:<excludelayer url="http://segland.com/ArcGIS/rest/services/WILDHORSE_POLK_COUNTY/MapServer"
id="0"/>
<excludelayer url="http://segland.com/ArcGIS/rest/services/WILDHORSE_POLK_COUNTY/MapServer"
id="9"/>
<!-- <excludelayer url="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_LandRecords_Louisville/MapServer" id="2"/> -->