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><?xml version='1.0' encoding="ISO-8859-1" standalone="no" ?><br>
<!DOCTYPE ServiceExceptionReport SYSTEM "<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>"><br><ServiceExceptionReport version="1.1.0"><br>
<ServiceException code="StyleNotDefined"><br>msWMSLoadGetMapParams(): WMS server error. Style (undefined) not defined on layer.<br></ServiceException><br></ServiceExceptionReport><br><br><br>My control :<br>
<br> var _wmsControl = new OpenLayers.Control.WMSGetFeatureInfo({ <br> url : _mapfilex, <br> title: 'Click on the map to get information on layers', <br> queryVisible: true, <br>
infoFormat: 'application/vnd.ogc.wms_xml' <br> });<br><br><br>All layers on my mapfile have Style defined... <br><br>Any idea?<br><br>Thanks<br><br>Stella<br>