<div>Hi,</div>
<div>&nbsp;</div>
<div>I'm trying to add a WFS layer server by geoserver in the chameleon JSAPI sample.</div>
<div>When I put my connection url in the browser I get a valid form back; but when</div>
<div>putting it in a mapfile I get an error saying there's a problem near the beginning</div>
<div>of my layer declaration.</div>
<div>Can someone tell me what's wrong with folllowing syntax:</div>
<div>I've removed the metadata information (I've searched through the mapserver users mailing list and bumped accross</div>
<div>a post where deleting the map file was one of the options to do...)</div>
<div>&nbsp;</div>
<div>LAYER<br>&nbsp;&nbsp;&nbsp; GROUP &quot;Polygon&quot;<br>&nbsp;&nbsp;&nbsp; NAME aaltergrens<br>&nbsp;&nbsp;&nbsp; TYPE POLYGON<br>&nbsp;&nbsp;&nbsp; CONNECTIONTYPE WFS<br>&nbsp;&nbsp;&nbsp; CONNECTION<br>&quot;<a href="http://10.109.2.57:8080/geoserver/wfs?VERSION=1.1.1&amp;REQUEST=GetFeature&amp;TYPENAME=topp:alrgemarea">
http://10.109.2.57:8080/geoserver/wfs?VERSION=1.1.1&amp;REQUEST=GetFeature&amp;TYPENAME=topp:alrgemarea</a>&quot;<br>&nbsp;&nbsp;&nbsp; PROJECTION<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;init=epsg:31300&quot;<br>&nbsp;&nbsp;&nbsp; END<br>&nbsp;&nbsp;&nbsp; STATUS ON<br>&nbsp;&nbsp;&nbsp; DEBUG TRUE<br>&nbsp;&nbsp;&nbsp; CLASS
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME &quot;test&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 255 0 0<br>&nbsp;&nbsp;&nbsp; END<br>END<br>&nbsp;&nbsp; <br>PROJECTION<br>&nbsp;&nbsp;&nbsp; &quot;init=epsg:31300&quot;<br>END</div>