hi,
I want use the function WfsFeatureLayer for connect to WFS MAPSERVER.
My code is very simple :
WfsFeatureLayer wfs = new WfsFeatureLayer("127.0.0.1:8181/cgi-bin/mapse...in/wfs.map&", "zone");
wfs.Open();
...
but i never a reponse, column et feature are null
After compared the request with Quamtum GIS, Mapsuite insert the char "?" after the url for DescribeFeatureType and GetFeature
GET /cgi-bin/mapserv.exe?map=C:/ms4w/Apache/cgi-bin/wfs.map&?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=zone HTTP/1.1
GET /cgi-bin/mapserv.exe?map=C:/ms4w/Apache/cgi-bin/wfs.map&?SERVICE=WFS&VERSION=1.0.0&REQUEST=GetFeature&TYPENAME=zone&propertyname= HTTP/1.1
With a navigator, if delete the "?" MAPSERVER send to me the data.
What make ?
We use the mapSuiteCore 4.5.0.0. I try with teh last version 5.5.0.0 but the result is the same.
Thank for you return