<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Thanks Bart<br><br>That works within a URL in a browser, all I have to do is to modify the source code for world wind and add a temp fix until a patch is issued for Mapserver. How do I know when Mapserver has been updated? <br><br>Again many thanks<br><br>Derek<br><br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;">----- Original Message ----<br>From: "bartvde@osgis.nl" &lt;bartvde@osgis.nl&gt;<br>To: Derek Bain &lt;beartreeyoga@yahoo.co.uk&gt;<br>Cc: mapserver-users@lists.osgeo.org<br>Sent: Thursday, 14 August, 2008 11:01:43<br>Subject: Re: [mapserver-users] Re WFS server error. Incomplete WFS      request:SERVICE parameter missing<br><br>Hi Derek,<br><br>I can confirm this is a bug. Maybe Tom
 Kralidis or Daniel could comment on<br>this more?<br><br>The only way around it now is to add service=WMS to your request, but as<br>you indicate the OGC spec only requires this for GetCapabilities.<br><br>Best regards,<br>Bart<br><br>&gt; Hi<br>&gt;<br>&gt; I tried removing the ampesand as suggested by Jukka but that made no<br>&gt; difference. I downloaded an http debugger tool and checked the getmap<br>&gt; request, here it is split up over a number of lines for readability. I<br>&gt; checked with the WMS 1.1.1 spec and it complies with GetMap. It does not<br>&gt; require a SERVICE parameter and WFS is not specified. I also tried the GET<br>&gt; in a web browser and got the same error.<br>&gt;<br>&gt; Could one of the developers confirm that the GET conforms to what<br>&gt; mapserver requires for v1.1.1<br>&gt;<br>&gt; I need someone to give me some advice as I seem to be going around in<br>&gt; circles and not getting anywhere i.e. I can't see the
 wood for the trees<br>&gt;<br>&gt; many many many thanks in advance<br>&gt;<br>&gt; Derek<br>&gt; PS My map file is in my initial post if anyone wants to check it out<br>&gt;<br>&gt; GET /cgi-bin/mapserv.exe?<br>&gt; request=GetMap&amp;<br>&gt; layers=DEPCNT&amp;<br>&gt; TRANSPARENT=TRUE&amp;<br>&gt; BGCOLOR=0xFF00FF&amp;<br>&gt; map=d:/MyTestData/Shapes.map&amp;<br>&gt; srs=EPSG:4326&amp;<br>&gt; width=512&amp;<br>&gt; height=512&amp;<br>&gt; bbox=-81.5625,25.3125,-78.75,28.125&amp;<br>&gt; format=image/png&amp;<br>&gt; version=1.1.1&amp;<br>&gt; styles= HTTP/1.1<br>&gt;<br>&gt;<br>&gt; User-Agent: World Wind v1.4.0.0 (Microsoft Windows NT 5.1.2600 Service<br>&gt; Pack 3, en-GB)<br>&gt; Host: localhost:8082<br>&gt; Connection: Keep-Alive<br>&gt;<br>&gt;<br>&gt; HTTP/1.1 200 OK<br>&gt; Date: Thu, 14 Aug 2008 08:47:24 GMT<br>&gt; Server: Apache/2.2.9 (Win32)<br>&gt; Keep-Alive: timeout=5, max=100<br>&gt; Connection: Keep-Alive<br>&gt; Transfer-Encoding:
 chunked<br>&gt; Content-Type: text/xml<br>&gt;<br>&gt; &lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;<br>&gt; &lt;ows:ExceptionReport xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br>&gt; xmlns:ows="<a href="http://www.opengis.net/ows/1.1" target="_blank">http://www.opengis.net/ows/1.1</a>" version="1.1.1"<br>&gt; xml:lang="en-US" xsi:schemaLocation="<a href="http://www.opengis.net/ows/1.1" target="_blank">http://www.opengis.net/ows/1.1</a><br>&gt; <a href="http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd" target="_blank">http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd</a>"&gt;<br>&gt;&nbsp;  &lt;ows:Exception exceptionCode="service" locator="MissingParameterValue"&gt;<br>&gt;&nbsp; &nbsp;  &lt;ows:ExceptionText&gt;msWFSDispatch(): WFS server error. Incomplete WFS<br>&gt; request: SERVICE parameter missing&lt;/ows:ExceptionText&gt;<br>&gt;&nbsp; 
 &lt;/ows:Exception&gt;<br>&gt; &lt;/ows:ExceptionReport&gt;<br>&gt;<br>&gt; GET<br>&gt; /cgi-bin/mapserv.exe?request=GetMap&amp;layers=DEPCNT&amp;TRANSPARENT=TRUE&amp;BGCOLOR=0xFF00FF&amp;map=d:/SeeTrack_Missions/MyTestData/Shapes.map&amp;srs=EPSG:4326&amp;width=512&amp;height=512&amp;bbox=-84.375,25.3125,-81.5625,28.125&amp;format=image/png&amp;version=1.1.1&amp;styles=<br>&gt; HTTP/1.1<br>&gt; User-Agent: World Wind v1.4.0.0 (Microsoft Windows NT 5.1.2600 Service<br>&gt; Pack 3, en-GB)<br>&gt; Host: localhost:8082<br>&gt;<br>&gt;<br>&gt; HTTP/1.1 200 OK<br>&gt; Date: Thu, 14 Aug 2008 08:47:24 GMT<br>&gt; Server: Apache/2.2.9 (Win32)<br>&gt; Content-Length: 552<br>&gt; Content-Type: text/xml<br>&gt;<br>&gt; &lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;<br>&gt; &lt;ows:ExceptionReport xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>"<br>&gt; xmlns:ows="<a
 href="http://www.opengis.net/ows/1.1" target="_blank">http://www.opengis.net/ows/1.1</a>" version="1.1.1"<br>&gt; xml:lang="en-US" xsi:schemaLocation="<a href="http://www.opengis.net/ows/1.1" target="_blank">http://www.opengis.net/ows/1.1</a><br>&gt; <a href="http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd" target="_blank">http://schemas.opengis.net/ows/1.1.0/owsExceptionReport.xsd</a>"&gt;<br>&gt;&nbsp;  &lt;ows:Exception exceptionCode="service" locator="MissingParameterValue"&gt;<br>&gt;&nbsp; &nbsp;  &lt;ows:ExceptionText&gt;msWFSDispatch(): WFS server error. Incomplete WFS<br>&gt; request: SERVICE parameter missing&lt;/ows:ExceptionText&gt;<br>&gt;&nbsp;  &lt;/ows:Exception&gt;<br>&gt; &lt;/ows:ExceptionReport&gt;<br>&gt;<br>&gt; Send instant messages to your online friends <a href="http://uk.messenger.yahoo.com" target="_blank">http://uk.messenger.yahoo.com</a><br>&gt; _______________________________________________<br>&gt;
 mapserver-users mailing list<br>&gt; <a ymailto="mailto:mapserver-users@lists.osgeo.org" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a><br>&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a><br>&gt;<br><br><br></div></div></div><br>Send instant messages to your online friends http://uk.messenger.yahoo.com </body></html>