Hi,<div><br></div><div>I am trying to use the WFS feature in my OpenLayers using the cgi-bin/proxy. I am getting the following error,</div><div><br></div><div>POST <a href="http://niles.iplantcollaborative.org/cgi-bin/proxy.cgi?url=http%3A%2F%2Fniles.iplantcollaborative.org%3A8080%2Fgeoserver%2FiPlant%2Fwfs">http://niles.iplantcollaborative.org/cgi-bin/proxy.cgi?url=http%3A%2F%2Fniles.iplantcollaborative.org%3A8080%2Fgeoserver%2FiPlant%2Fwfs</a> 404 (Not Found).</div>

<div><br></div><div>My script is on the Ubuntu Server 11.04. This is my code of WFS,</div><div><br></div><div><div>                        var QuebecSpecies = new OpenLayers.Layer.Vector("AllQuebecSpecies", {</div>

<div><span class="Apple-tab-span" style="white-space:pre">                      </span>strategies : [new OpenLayers.Strategy.Fixed()],</div><div><span class="Apple-tab-span" style="white-space:pre">                      </span>projection : new OpenLayers.Projection("EPSG:4326"),</div>

<div><span class="Apple-tab-span" style="white-space:pre">                      </span>visibility : true,</div><div><span class="Apple-tab-span" style="white-space:pre">                   </span>protocol : new OpenLayers.Protocol.WFS({</div><div><span class="Apple-tab-span" style="white-space:pre">                     </span>version : "1.1.0",</div>

<div><span class="Apple-tab-span" style="white-space:pre">                      </span>url : "<a href="http://niles.iplantcollaborative.org:8080/geoserver/iPlant/wfs">http://niles.iplantcollaborative.org:8080/geoserver/iPlant/wfs</a>",</div>

<div><span class="Apple-tab-span" style="white-space:pre">                      </span>featurePrefix : 'iPlant', //geoserver worspace name</div><div><span class="Apple-tab-span" style="white-space:pre">                  </span>featureType : "AllQuebecSpecies", //geoserver Layer Name</div>

<div><span class="Apple-tab-span" style="white-space:pre">                      </span>featureNS : "<a href="http://geoserver-iPlant">http://geoserver-iPlant</a>", // Edit Workspace Namespace URI</div><div><span class="Apple-tab-span" style="white-space:pre">                 </span>geometryName : "the_geom" // field in Feature Type details with type "Geometry"</div>

<div><span class="Apple-tab-span" style="white-space:pre">                      </span>})</div><div><span class="Apple-tab-span" style="white-space:pre">                   </span>});</div><div><br></div>-- <br>Thanks & Regards<div>Smaran Harihar</div>
<br>

</div>