[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Mapserver-users] WFS client howto
- Subject: [Mapserver-users] WFS client howto
- From: stigmata@blackangel.net (Gregor Mosheh)
- Date: Tue, 1 Jun 2004 11:41:03 -0700 (PDT)
Also, I noticed that in the WFS Client Howto,
they give a connection string of:
http://my.wfs.com/cgi-bin/mapserv?map=mywfs.map&SERVICE=WFS&VERSION=1.0.0&TYPENAME=mypoints
But there's a mailing list entry that agrees with my experience, which was
that to get any response at all you need to specify a REQUEST variable as
well, e.g.:
http://my.wfs.com/cgi-bin/mapserv?map=mywfs.map&SERVICE=WFS&VERSION=1.0.0&TYPENAME=mypoints&REQUEST=GetFeature
Is this an error in the documentation, or am I missing something?