<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I am trying to display a simple WFS layer. This is my code for setting up WFS layer.<br><br> var layer = new OpenLayers.Layer.Vector("WFS", {<br>                strategies: [new OpenLayers.Strategy.BBOX()],<br>
                protocol: new OpenLayers.Protocol.WFS({<br>                    version: "1.1.0",<br>                    url:  "<a href="http://demo.opengeo.org/geoserver/wfs">http://demo.opengeo.org/geoserver/wfs</a>",<br>
                    featureType: "tasmania_roads",<br>                    featureNS: "<a href="http://www.openplans.org/topp">http://www.openplans.org/topp</a>",<br>                    geometryName: "the_geom"<br>
                })<br>            });<br><br></div>I have set up the proxyHost variable as follows and added '<a href="http://demo.opengeo.org">demo.opengeo.org</a>' and  '<a href="http://www.openplans.org">www.openplans.org</a>' to my proxy.cgi script.<br>
<br>OpenLayers.ProxyHost= "proxy.cgi?url=";<br><br></div>This does not show the required WFS features on the map. When I check it with firebug, I can see the POST request and it gives the response similar to the proxy.cgi script file, instead of an XML response.<br>
<br></div>Thanks,<br></div>Nipuni<br><div><div><div><div><div><div><div><br>-- <br><div><span>Nipuni Piyabasi Perera</span></div><span>Undergraduate</span><div>Department of Computer Science And Engineering</div><div>University of Moratuwa<div>
Sri Lanka</div></div>
</div></div></div></div></div></div></div></div>