hello <br><br>i try simple  web maping with Openlayer/Mapserver   i can receive map with wms services  on SIS cardcop <br><br>but is not working in my web page <br><br><br>WMS server error Invalid Layer(s) given in LAYER parameter <br>
<br>May be i forgot somthing ? <br>this is my  layer <br><br>LAYER<br>        NAME &quot;Parcelles&quot;<br>        DATA &quot;parcelles.shp&quot;<br>        TYPE POLYGON<br>PROJECTION<br>        &quot;init=epsg:27572&quot;<br>
END #Projection<br>        METADATA<br>        WMS_TITLE &quot;Parcelles&quot;<br>        &quot;WMS_SRS&quot; &quot;EPSG:27572&quot;<br>        END<br>CLASS<br>NAME &quot;Parcelles&quot;<br>        STYLE<br>        SYMBOL 0<br>
        SIZE 2<br>        OUTLINECOLOR 0 0 0<br>        COLOR 255 255 0<br>        END<br>        END<br>END #Layer<br><br>