Hiii !!<br><br>I´m using Mapserver WMS + Openlayers...<br>I created a WMSGetFeatureInfo control, when I try to use I got that error: <br><br>&lt;?xml version=&#39;1.0&#39; encoding=&quot;ISO-8859-1&quot; standalone=&quot;no&quot; ?&gt;<br>
&lt;!DOCTYPE ServiceExceptionReport SYSTEM &quot;<a href="http://schemas.opengis.net/wms/1.1.0/exception_1_1_0.dtd">http://schemas.opengis.net/wms/1.1.0/exception_1_1_0.dtd</a>&quot;&gt;<br>&lt;ServiceExceptionReport version=&quot;1.1.0&quot;&gt;<br>
&lt;ServiceException code=&quot;StyleNotDefined&quot;&gt;<br>msWMSLoadGetMapParams(): WMS server error. Style (undefined) not defined on layer.<br>&lt;/ServiceException&gt;<br>&lt;/ServiceExceptionReport&gt;<br><br><br>My control :<br>
<br> var _wmsControl = new OpenLayers.Control.WMSGetFeatureInfo({ <br>                    url : _mapfilex,                <br>                    title: &#39;Click on the map to get information on layers&#39;, <br>                    queryVisible: true, <br>
                    infoFormat: &#39;application/vnd.ogc.wms_xml&#39; <br>                });<br><br><br>All layers on my mapfile have Style defined... <br><br>Any idea?<br><br>Thanks<br><br>Stella<br>