Hi list, <br><br>I&#39;m using ExtJS, OpenLayers and GeoExt and try to create a grid view of WFS features and follow basically the tutorial from OpenGeo &quot;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&#39;t show up.</div>
<div><br></div><div>Here is the <br><br><font class="Apple-style-span" color="#660000">      OpenLayers.ProxyHost=&quot;proxy.cgi?url=&quot;;<br><br>      var layer = new OpenLayers.Layer.Vector(&quot;vector&quot;, {<br><br>
     strategies: [new OpenLayers.Strategy.Fixed()],<br><br>      protocol: new OpenLayers.Protocol.WFS({<br><br>         url: &quot;<a href="http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer">http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer</a>&quot;,<br>
<br>         version: &quot;1.1.0&quot;,<br><br>         featureType: &quot;SoilDatabase_wgs84&quot;,<br><br>         featureNS: &quot;<a href="http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer">http://greenway:8399/arcgis/services/SFAFNR00/soil_wfs/GeoDataServer/WFSServer</a>&quot;,<br>
<br>         featurePrefix : &quot;soil_wfs&quot;,<br><br>         geometryName: &quot;Shape&quot;,<br><br>         srsName: &quot;EPSG:4326&quot;<br><br>     })<br><br>});</font></div>