Hi list, <br><br>I'm using ExtJS, OpenLayers and GeoExt and try to create a grid view of WFS features and follow basically the tutorial from OpenGeo "Leveraging OGC Services with GeoExt.<div><br></div><div>I have WFS service on a ArcGIS Server, and set all necessary parameter including the proxi.cgi but the attribute don't show up.</div>
<div><br></div><div>Here is the <br><br><font class="Apple-style-span" color="#660000"> OpenLayers.ProxyHost="proxy.cgi?url=";<br><br> var layer = new OpenLayers.Layer.Vector("vector", {<br><br>
strategies: [new OpenLayers.Strategy.Fixed()],<br><br> protocol: new OpenLayers.Protocol.WFS({<br><br> url: "<a href="http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer">http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer</a>",<br>
<br> version: "1.1.0",<br><br> featureType: "SoilDatabase_wgs84",<br><br> featureNS: "<a href="http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer">http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer</a>",<br>
<br> featurePrefix : "soil_wfs",<br><br> geometryName: "Shape",<br><br> srsName: "EPSG:4326"<br><br> })<br><br>});</font></div>