<div dir="ltr"><div>Hi folks,</div><div>Thanks for the responses. Before write for the list, I read the specifications and the service param is not mandatory for the GetMap.<br></div><div>I was using qgis and openlayer and don't had problems, when I <span dir="ltr">went</span> to use the arcgis the problems <span dir="ltr">appeared. </span>The Arcgis don't send the service=wms when to make the getMap request. <br>

I go open an issue and  change the code for to test.<br><br></div><div>Regards,<br></div>

</div><div class="gmail_extra"><br clear="all"><div><span style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255);font-family:Tahoma">Diego Moreira Carvalho</span><br style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255);font-family:Tahoma">
<span style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255);font-family:Tahoma">Geógrafo - <span style="background-color:rgb(255,255,204)">CREA</span>: DF19935/D</span><br style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255);font-family:Tahoma">
<span style="color:rgb(34,34,34);font-size:13px;background-color:rgb(255,255,255);font-family:Tahoma">Rhumb Tecnologia</span>
</div>
<br><br><div class="gmail_quote">2013/5/13 Nash, Edward <span dir="ltr"><<a href="mailto:E.Nash@dvz-mv.de" target="_blank">E.Nash@dvz-mv.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">






<div link="blue" vlink="purple" lang="DE">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">Maybe the other way round? I had a look in WMS1.1.1 and WMS1.3.0, and it does appear that service=WMS is only required for the GetCapabilities
 operation: SERVICE is not listed either under the common request parameters or the GetMap-specific parameters (and the example requests don’t include it).<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">Obviously the majority of clients send the service parameter with every request, even though it isn’t required, otherwise this would have been
 spotted before.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US"><br>
Regards,<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d" lang="EN-US">Ed<u></u><u></u></span></p>
<p class="MsoNormal"><span lang="EN-US"><u></u> <u></u></span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">Von:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> <a href="mailto:mapserver-dev-bounces@lists.osgeo.org" target="_blank">mapserver-dev-bounces@lists.osgeo.org</a> [mailto:<a href="mailto:mapserver-dev-bounces@lists.osgeo.org" target="_blank">mapserver-dev-bounces@lists.osgeo.org</a>]
<b>Im Auftrag von </b>thomas bonfort<br>
<b>Gesendet:</b> Montag, 13. Mai 2013 10:24<br>
<b>An:</b> Diego Moreira<br>
<b>Cc:</b> MapServer Dev Mailing List<br>
<b>Betreff:</b> Re: [mapserver-dev] Problems with getMap request and mapCache<u></u><u></u></span></p><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">Hi Diego,<u></u><u></u></p>
<div>
<p class="MsoNormal">from what I recall, service=wms is required for wms >= 1.1.0, but not for wms 1.0.0 . Anyhow, for mapcache checking that service=wms is present if request=getmap is not essential and could be removed. Please open an issue for that and I'll
 take care of it for the next release.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">cheers,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">thomas<u></u><u></u></p>
</div>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On 10 May 2013 21:42, Diego Moreira <<a href="mailto:moreira.geo@gmail.com" target="_blank">moreira.geo@gmail.com</a>> wrote:<u></u><u></u></p>
<div>
<p class="MsoNormal">Hi devs,<u></u><u></u></p>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">I'm having a problem with mapcache. When I make the request GetMap, I receive the following error:<u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
"received wms request with no service param"<u></u><u></u></p>
</div>
<p class="MsoNormal">But, according to the OGC specifications, the service param is not needed in order to make the request getMap.<br>
<br>
<span style="font-size:8.0pt;font-family:"Tahoma","sans-serif";color:#333333">Examining
</span>the code in the file mapcache/lib/service_wms.c, in the function _mapcache_service_wms_parse_request, the service param was implemented as if it were needed.<br>
<br>
Shouldn't this implementation be corrected? Or am I doing something wrong?<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">Abs.<u></u><u></u></p>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
<br>
Diego Moreira Carvalho<br>
Geógrafo - CREA: DF19935/D<u></u><u></u></p>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
_______________________________________________<br>
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-dev</a><u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div>
</div>

</blockquote></div><br></div>