I should have included the OpenLayers side of things:

layer = new OpenLayers.Layer.Vector("WFS", {
        strategies: [new OpenLayers.Strategy.BBOX()],
        protocol: new OpenLayers.Protocol.WFS({
                url:  "http://localhost/maps/mapserv.asp";,
                featureType: "MyFeatures",
                featureNS: "http://mapserver.gis.umn.edu/mapserver";,
                featurePrefix: "ms",
                geometryName: "msGeometry",
                version: '1.0.0'
        })
});

Regards,

Donald


-----Original Message-----
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Jeff McKenna
Sent: 09 December 2010 13:09
To: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] MSXML2.ServerXMLHTTP - POST not GET-
OpenLayers/Mapserver WFS


On 10-12-08 7:13 PM, Donald Kerr wrote:
>
> I am trying to port the setup so that it uses OpenLayers.Layer.Vector 
> with OpenLayers.Protocol.WFS which uses POST as opposed to GET. This 
> works fine with the setup that calls Apache directly on port 81 but 
> does not work using MSXML2.ServerXMLHTTP in the asp page. When I say 
> that it works fine with Apache, it returns valid GML but there's no 
> geometry which, I believe, is sorted in MapServer 5.6.4 - I am using 
> 5.6.3 in the latest MS4W package.
>

Note that MapServer version 5.6.5 is available through the MS4W 
downloads page 
(http://www.maptools.org/ms4w/index.phtml?page=downloads.html).

-jeff



-- 
Jeff McKenna
MapServer Consulting and Training Services http://www.gatewaygeomatics.com/


_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to