<div>Bart,</div>
<div> </div>
<div>No I can&#39;t think of a good reason to use Get over Post, I just wondered if it was possible.</div>
<div> </div>
<div>Thanks for your assistance</div>
<div> </div>
<div>Andrew<br><br></div>
<div class="gmail_quote">On 10 March 2010 11:52, <span dir="ltr">&lt;<a href="mailto:bartvde@osgis.nl">bartvde@osgis.nl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Andrew,<br><br>nope, only POST is supported. Why would you want GET? I had this<br>discussion with Tim Schaub in the past and I could not think of a good<br>
reason why I wanted GET if POST also works for the WFS product. Maybe you<br>have a good reason though?<br><br>Best regards,<br>Bart<br>
<div>
<div></div>
<div class="h5"><br>&gt; Bart,<br>&gt;<br>&gt; Thanks for that your first suggestion seems to have resolved the problem<br>&gt; and<br>&gt; I can now see the requests in Fiddler :)<br>&gt;<br>&gt; Is there a way to force the WFS layer to use HTTP Get rather than Post for<br>
&gt; requests?<br>&gt;<br>&gt; Thanks<br>&gt;<br>&gt; Andrew<br>&gt;<br>&gt; On 10 March 2010 10:29, &lt;<a href="mailto:bartvde@osgis.nl">bartvde@osgis.nl</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Hi,<br>&gt;&gt;<br>&gt;&gt; don&#39;t use the namespace prefix in the featuretype.<br>
&gt;&gt;<br>&gt;&gt;    {<br>&gt;&gt;        url:  &quot;/MyApp/Proxy.ashx&quot;,<br>&gt;&gt;        featureType: &quot;boundary&quot;,<br>&gt;&gt;        featurePrefix: &quot;mystore&quot;,<br>&gt;&gt;        version: &quot;1.1.0&quot;<br>
&gt;&gt;    })<br>&gt;&gt;<br>&gt;&gt; If this does not work, try specifying the featureNS (so the<br>&gt;&gt; corresponding<br>&gt;&gt; URI) explicityl.<br>&gt;&gt;<br>&gt;&gt; Best regards,<br>&gt;&gt; Bart<br>&gt;&gt;<br>
&gt;&gt; &gt; All,<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; I&#39;m relatively new to OpenLayers and I have downloaded version 2.8<br>&gt;&gt; from<br>&gt;&gt; &gt; the<br>&gt;&gt; &gt; website (Revision 9492) and I am attempting to use it with GeoServer<br>
&gt;&gt; &gt; 2.0.1.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; I have successfully added an OpenLayers.Layer.WFS layer using the<br>&gt;&gt; &gt; following:<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; var wfsLayer = new OpenLayers.Layer.WFS( &quot;WFS&quot;, &quot;/MyApp/Proxy.ashx&quot;,<br>
&gt;&gt; &gt; { typeName: &quot;mystore:boundary&quot; },<br>&gt;&gt; &gt; {projection: new OpenLayers.Projection(&quot;EPSG:27700&quot;), maxExtent: new<br>&gt;&gt; &gt; OpenLayers.Bounds(0, 0, 13000000, 13000000)}<br>&gt;&gt; &gt; );<br>
&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; However, I understand that OpenLayers.Layer.WFS is depreciated (from<br>&gt;&gt; the<br>&gt;&gt; &gt; documentation) and that I should use a vector layer, as such I have<br>
&gt;&gt; &gt; written<br>&gt;&gt; &gt; the following to add as a vector layer:<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; var wfsLayer = new OpenLayers.Layer.Vector( &quot;WFS&quot;, {<br>&gt;&gt; &gt;   strategies: [new OpenLayers.Strategy.BBOX()],<br>
&gt;&gt; &gt;   projection: new OpenLayers.Projection(&quot;EPSG:27700&quot;),<br>&gt;&gt; &gt;   maxExtent: new OpenLayers.Bounds(0, 0, 13000000, 13000000),<br>&gt;&gt; &gt;   protocol: new OpenLayers.Protocol.WFS(<br>&gt;&gt; &gt;    {<br>
&gt;&gt; &gt;        url:  &quot;/MyApp/Proxy.ashx&quot;,<br>&gt;&gt; &gt;        featureType: &quot;mystore:boundary&quot;,<br>&gt;&gt; &gt;        version: &quot;1.1.0&quot;<br>&gt;&gt; &gt;    })<br>&gt;&gt; &gt; });<br>
&gt;&gt; &gt;<br>&gt;&gt; &gt; My problem is that the first method works fine but the second method<br>&gt;&gt; &gt; doesn&#39;t<br>&gt;&gt; &gt; seem to do anything. I have tested using IE7 and Firefox and fiddler<br>&gt;&gt; &gt; doesn&#39;t<br>
&gt;&gt; &gt; report any traffic or requests to the Proxy URL.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; Any ideas?<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; Thanks<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; Andrew<br>&gt;&gt;  &gt; _______________________________________________<br>
&gt;&gt; &gt; Users mailing list<br>&gt;&gt; &gt; <a href="mailto:Users@openlayers.org">Users@openlayers.org</a><br>&gt;&gt; &gt; <a href="http://openlayers.org/mailman/listinfo/users" target="_blank">http://openlayers.org/mailman/listinfo/users</a><br>
&gt;&gt; &gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;<br><br><br></div></div></blockquote></div><br>