<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">All,<br>
<br>
I have this MAPFILE which works fine for a Map image, but how do I get a WMS legend from the upstream WMS service?  Do I need to set up a LAYER (like) definition inside of a LEGEND block for a mode=legend to work downstream.  Right now I get a blank image.<br>
<br>
I don't see any information on the topic in this page: <br>
<br>
http://mapserver.org/ogc/wms_client.html#mapfile-configuration<br>
<br>
About WMS Legend pass-through . . .<br>
<br>
Thanks<br>
<br>
bobb<br>
<br>
<br>
------------<br>
<br>
<span style="font-family: Courier New;">MAP</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">      NAME 'WS_Distribution_Mains'</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">      SIZE 800 650</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">      EXTENT 593133.398829 170094.734526 593893.148973 170712.010326</span><br style="font-family: Courier New;">
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">      STATUS ON</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">      UNITS FEET</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">      IMAGETYPE PNG24</span><br style="font-family: Courier New;">
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">      PROJECTION</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">        "init=epsg:200068"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">      END</span><br style="font-family: Courier New;">
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">      LAYER</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            NAME "WS distribution Mains"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            TYPE RASTER</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            STATUS DEFAULT</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            CONNECTION "http://XXX.stpaul.city/ArcGIS/services/AUTOCAD/MapServer/WMSServer?"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            CONNECTIONTYPE WMS</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">    </span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            METADATA</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">                "wms_srs" "EPSG:4326"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">                "wms_name" "2"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">                "wms_server_version" "1.1.1"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">                "wms_format" "image/png24"</span><br style="font-family: Courier New;">
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">            "ows_title" "0"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            "gml_include_items" "all"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            END</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">    </span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            PROJECTION</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">                "init=epsg:4326"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">            END</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">      END #layer </span><br style="font-family: Courier New;">
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">    ##CONFIG "MS_ERRORFILE" "/tmp/trying2.txt"</span><br style="font-family: Courier New;">
<span style="font-family: Courier New;">    ##DEBUG 5</span><br style="font-family: Courier New;">
<br style="font-family: Courier New;">
<span style="font-family: Courier New;">END</span><br>
</div>
</body>
</html>