<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font color="#ff0000">(This a "reduced" email)<br>
<br>
Hi!<br>
<br>
I'm trying to use "POST" with GetMap requests.<br>
I send a "XML" like this to the URL from GetCapabilities
"Getmap"-&gt;"Post"&nbsp; XML.</font><br>
<br>
<font face="Courier New, Courier, monospace">&lt;?xml version="1.0"
encoding="UTF-8"?&gt;<br>
&lt;ogc:GetMap xmlns=<a moz-do-not-send="true"
 class="moz-txt-link-rfc2396E" href="http://www.opengis.net/sld">"http://www.opengis.net/sld"</a>
xmlns:ogc=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://www.opengis.net/ows">"http://www.opengis.net/ows"</a>
xmlns:gml=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://www.opengis.net/gml">"http://www.opengis.net/gml"</a>
version="1.1.1" service="WMS"&gt;<br>
&lt;StyledLayerDescriptor version="1.0.0"
xmlns=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://www.opengis.net/sld">"http://www.opengis.net/sld"</a>
xmlns:gml=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://www.opengis.net/gml">"http://www.opengis.net/gml"</a>
xmlns:wfs=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://www.opengis.net/wfs">"http://www.opengis.net/wfs"</a>
xmlns:ogc=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://www.opengis.net/ogc">"http://www.opengis.net/ogc"</a>
xmlns:xlink=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://www.w3.org/1999/xlink">"http://www.w3.org/1999/xlink"</a>
xmlns:xsi=<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a>
xsi:schemaLocation=<a moz-do-not-send="true"
 class="moz-txt-link-rfc2396E"
 href="http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd">"http://schemas.opengis.net/sld/1.0.0/StyledLayerDescriptor.xsd"</a>&gt;<br>
&lt;NamedLayer&gt;&lt;Name&gt;SantaOlalla2000&lt;/Name&gt;&lt;UserStyle&gt;&lt;FeatureTypeStyle&gt;&lt;rule&gt;&lt;Name&gt;Rule0&lt;/Name&gt;&lt;PolygonSymbolizer&gt;&lt;Stroke&gt;&lt;CssParameter
name="stroke"&gt;#000000&lt;/CssParameter&gt;&lt;/Stroke&gt;&lt;Fill&gt;&lt;CssParameter
name="fill"&gt;#FF2200&lt;/CssParameter&gt;&lt;/Fill&gt;&lt;/PolygonSymbolizer&gt;&lt;/rule&gt;&lt;/FeatureTypeStyle&gt;&lt;/UserStyle&gt;&lt;/NamedLayer&gt;&lt;/StyledLayerDescriptor&gt;<br>
&lt;BoundingBox srsName="EPSG:23030"&gt;<br>
&lt;gml:coord&gt;&lt;gml:X&gt;190080.631389&lt;/gml:X&gt;&lt;gml:Y&gt;4098000.814418&lt;/gml:Y&gt;&lt;/gml:coord&gt;<br>
&lt;gml:coord&gt;&lt;gml:X&gt;191032.353934&lt;/gml:X&gt;&lt;gml:Y&gt;4098799.462511&lt;/gml:Y&gt;&lt;/gml:coord&gt;<br>
&lt;/BoundingBox&gt;<br>
&lt;Output&gt;<br>
&lt;Format&gt;image/png&lt;/Format&gt;<br>
&lt;Transparent&gt;false&lt;/Transparent&gt;<br>
&lt;BGcolor&gt;0x0&lt;/BGcolor&gt;<br>
&lt;Size&gt;<br>
&lt;Width&gt;840&lt;/Width&gt;<br>
&lt;Height&gt;705&lt;/Height&gt;<br>
&lt;/Size&gt;<br>
&lt;/Output&gt;<br>
&lt;ogc:Exceptions&gt;application/vnd.ogc.se+xml&lt;/ogc:Exceptions&gt;<br>
&lt;/ogc:GetMap&gt;</font><br>
<br>
<br>
<font color="#ff0000">And always returns error:</font><br>
<br>
&lt;HTML&gt;<br>
&lt;HEAD&gt;&lt;TITLE&gt;MapServer Message&lt;/TITLE&gt;&lt;/HEAD&gt;<br>
&lt;!-- MapServer version 5.2.1 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG
OUTPUT=WBMP OUTPUT=PDF OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG
SUPPORTS=FREETYPE SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER
SUPPORTS=WMS_CLIENT SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT
SUPPORTS=WCS_SERVER SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI
SUPPORTS=THREADS SUPPORTS=GEOS SUPPORTS=RGBA_PNG INPUT=JPEG
INPUT=POSTGIS INPUT=OGR INPUT=GDAL INPUT=SHAPEFILE --&gt;<br>
&lt;BODY BGCOLOR="#FFFFFF"&gt;<br>
mapserv(): Web application error. Traditional BROWSE mode requires a
TEMPLATE in the WEB section, but none was provided.<br>
&lt;/BODY&gt;&lt;/HTML&gt;<br>
<br>
<br>
<br>
<font color="#ff0000">The "map":</font><br>
<br>
MAP<br>
&nbsp;&nbsp;&nbsp; NAME "SantaOlalla"<br>
&nbsp;&nbsp;&nbsp; EXTENT 190080 4098001 191033 4098803 #Extensi&oacute;n del mapa<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; PROJECTION<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "init=epsg:23030"&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; END&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp; IMAGECOLOR 255 255 255&nbsp;&nbsp;&nbsp; #Color RGB que se usar&aacute; de fondo<br>
&nbsp;&nbsp;&nbsp; UNITS meters<br>
&nbsp;&nbsp;&nbsp; STATUS OFF&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; #Definimos los tipos JPEG y PNG para obtener los datos<br>
&nbsp;&nbsp;&nbsp; OUTPUTFORMAT<br>
&nbsp;&nbsp;&nbsp; &nbsp; NAME jpeg<br>
&nbsp;&nbsp;&nbsp; &nbsp; DRIVER "GD/JPEG"<br>
&nbsp;&nbsp;&nbsp; &nbsp; MIMETYPE "image/jpeg"<br>
&nbsp;&nbsp;&nbsp; &nbsp; IMAGEMODE RGB<br>
&nbsp;&nbsp;&nbsp; &nbsp; EXTENSION "jpg"<br>
&nbsp;&nbsp;&nbsp; &nbsp; FORMATOPTION "QUALITY=80"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #Calidad de la exportaci&oacute;n JPEG<br>
&nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; OUTPUTFORMAT<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME png<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DRIVER "GD/PNG"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; MIMETYPE "image/png"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IMAGEMODE RGB<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; EXTENSION "png"<br>
&nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; WEB&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; LOG "C:/mymapfile.log"&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; METADATA<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "map" &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
"/ms4w/apps/santaolalla/santaolalla.map"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "ows_title"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Santa Olalla 2000"<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "ows_onlineresource"&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
<a moz-do-not-send="true" class="moz-txt-link-rfc2396E"
 href="http://127.0.0.1/cgi-bin/mapserv_santaolalla.exe">"http://127.0.0.1/cgi-bin/mapserv_santaolalla.exe"</a><br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "wms_feature_info_mime_type"&nbsp; &nbsp;&nbsp;&nbsp; "text/html"&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "ows_srs"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "epsg:23030"&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "ows_extent" &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "190080 4098001 191033
4098803"&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #TEMPLATE "./data/templates/template.html"<br>
&nbsp;&nbsp;&nbsp; &nbsp; IMAGEPATH "/ms4w/tmp/ms_tmp/"<br>
&nbsp;&nbsp;&nbsp; &nbsp; IMAGEURL "/tmp/ms_tmp/"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; END &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; QUERYMAP<br>
&nbsp;&nbsp;&nbsp; &nbsp; STATUS ON<br>
&nbsp;&nbsp;&nbsp; &nbsp; STYLE NORMAL<br>
&nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; #SYMBOLSET "common/simbolos.sym"<br>
&nbsp;&nbsp;&nbsp; #FONTSET "fonts/fontset.txt"<br>
&nbsp;&nbsp;&nbsp; UNITS meters<br>
&nbsp;&nbsp;&nbsp; STATUS OFF&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; #Ejemplo R&aacute;ster<br>
&nbsp;&nbsp;&nbsp; LAYER<br>
&nbsp;&nbsp;&nbsp; &nbsp; NAME F103311&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #Nombre de la capa<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; PROJECTION<br>
&nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; "init=epsg:23030"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #C&oacute;digo epsg de
georef<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; END&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; METADATA<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "wms_title"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "F10331" &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #T&iacute;tulo&nbsp;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STATUS ON<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE RASTER&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DATA ./data/F103311.tif&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #Fichero R&aacute;ster<br>
&nbsp;&nbsp;&nbsp; END&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
<br>
&nbsp;&nbsp;&nbsp; #Ejemplo vectorial<br>
&nbsp;&nbsp;&nbsp; LAYER<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; NAME "SantaOlalla2000"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #Nombre de la
capa<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; METADATA<br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "wms_title" "Santa Olalla 2000 (Vect)"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;
#Nombre que se se le da en WMS<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; TYPE POLYGON&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #Tipo de SHP<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; STATUS ON<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DUMP TRUE&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #TRUE = Permitir&aacute;
GetFeatureInfo<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; PROJECTION<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "init=epsg:23030"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #C&oacute;digo epsg de georef<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; DATA ./data/solalla&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; #Sin extensi&oacute;n --&gt; Se usa
DBF (se permite hacer query)<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; METADATA<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "ows_title"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "Santa Olalla 2000" &nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; #Nombre OWS<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "ows_srs"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "epsg:23030"&nbsp;&nbsp;&nbsp; #C&oacute;digo
epsg de georef &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "ows_include_items" &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; "all"&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; END&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; &nbsp;HEADER "./common/header.html"<br>
&nbsp;&nbsp;&nbsp; &nbsp;FOOTER "./common/footer.html"<br>
<br>
&nbsp;&nbsp;&nbsp; END<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>
END #Fin de MAP&nbsp;&nbsp;&nbsp; <br>
<br>
<font color="#ff0000"></font><br>
<font color="#ff0000">I've tried a lot of things (add "mode=map",
differents XML types, use a "Template" file in "WEB", ...).<br>
For me, it's impossible to use the "POST" mode.<br>
<br>
The "Get" mode works ok:<br>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://127.0.0.1/cgi-bin/mapserv_santaolalla.exe?BBOX=190080.631389,4098000.814418,191032.353934,4098799.462511&amp;FORMAT=image/png&amp;HEIGHT=705&amp;LAYERS=SantaOlalla2000&amp;REQUEST=GetMap&amp;SERVICE=WMS&amp;SLD_BODY=%3cStyledLayerDescriptor%20version%3d%221%2e0%2e0%22%20xsi%3aschemaLocation%3d%22http%3a%2f%2fwww%2eopengis%2enet%2fsld%20StyledLayerDescriptor%2exsd%22%20xmlns%3d%22http%3a%2f%2fwww%2eopengis%2enet%2fsld%22%20xmlns%3aogc%3d%22http%3a%2f%2fwww%2eopengis%2enet%2fogc%22%20xmlns%3axlink%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f1999%2fxlink%22%20xmlns%3axsi%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2001%2fXMLSchema-instance%22%3e%3cNamedLayer%3e%3cName%3eSantaOlalla2000%3c%2fName%3e%3cUserStyle%3e%3cFeatureTypeStyle%3e%3crule%3e%3cName%3eRule0%3c%2fName%3e%3cPolygonSymbolizer%3e%3cStroke%3e%3cCssParameter%20name%3d%22stroke%22%3e%23000000%3c%2fCssParameter%3e%3c%2fStroke%3e%3cFill%3e%3cCssParameter%20name%3d%22fill%22%3e%23FF2200%3c%2fCssParameter%3e%3c%2fFi%0All%3e
%3c%2fPolygonSymbolizer%3e%3c%2frule%3e%3c%2fFeatureTypeStyle%3e%3c%2fUserStyle%3e%3c%2fNamedLayer%3e%3c%2fStyledLayerDescriptor%3e&amp;SRS=EPSG:23030&amp;STYLES=&amp;TRANSPARENT=FALSE&amp;VERSION=1.1.1&amp;WIDTH=840">http://127.0.0.1/cgi-bin/mapserv_santaolalla.exe?BBOX=190080.631389,4098000.814418,191032.353934,4098799.462511&amp;FORMAT=image/png&amp;HEIGHT=705&amp;LAYERS=SantaOlalla2000&amp;REQUEST=GetMap&amp;SERVICE=WMS&amp;SLD_BODY=%3cStyledLayerDescriptor%20version%3d%221%2e0%2e0%22%20xsi%3aschemaLocation%3d%22http%3a%2f%2fwww%2eopengis%2enet%2fsld%20StyledLayerDescriptor%2exsd%22%20xmlns%3d%22http%3a%2f%2fwww%2eopengis%2enet%2fsld%22%20xmlns%3aogc%3d%22http%3a%2f%2fwww%2eopengis%2enet%2fogc%22%20xmlns%3axlink%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f1999%2fxlink%22%20xmlns%3axsi%3d%22http%3a%2f%2fwww%2ew3%2eorg%2f2001%2fXMLSchema-instance%22%3e%3cNamedLayer%3e%3cName%3eSantaOlalla2000%3c%2fName%3e%3cUserStyle%3e%3cFeatureTypeStyle%3e%3crule%3e%3cName%3eRule0%3c%2fName%3e%3cP
olygonSymbolize
r%3e%3cStroke%3e%3cCssParameter%20name%3d%22stroke%22%3e%23000000%3c%2fCssParameter%3e%3c%2fStroke%3e%3cFill%3e%3cCssParameter%20name%3d%22fill%22%3e%23FF2200%3c%2fCssParameter%3e%3c%2fFill%3e%3c%2fPolygonSymbolizer%3e%3c%2frule%3e%3c%2fFeatureTypeStyle%3e%3c%2fUserStyle%3e%3c%2fNamedLayer%3e%3c%2fStyledLayerDescriptor%3e&amp;SRS=EPSG:23030&amp;STYLES=&amp;TRANSPARENT=FALSE&amp;VERSION=1.1.1&amp;WIDTH=840</a><br>
<br>
My "m4sw" version is 2008-12-01 (ms4w version 2.3.1).<br>
<br>
Any idea?</font><br>
<font color="#ff0000"><br>
Thx in advance!<br>
<br>
Javier.</font><br>
<br>
</body>
</html>