A small followup... I&#39;ve found out a few things in the meantime. For starters, I had a missing proxy. I&#39;ve added this into apache now, so it forwards everything nicely from port 80 to port 8080 to geoserver.<br><br>
My layer had a few changes as well:<br><br>    wfs = new OpenLayers.Layer.Vector(&quot;Editable Features&quot;, {<br>        strategies: [new OpenLayers.Strategy.BBOX()],<br>        projection: new OpenLayers.Projection(&quot;EPSG:28992&quot;),<br>
        protocol: new OpenLayers.Protocol.WFS({<br>            version: &quot;1.1.0&quot;,<br>            srsName: &quot;EPSG:28992&quot;,<br>            url: &quot;<a href="http://casp-geoserver/geoserver/wfs">http://casp-geoserver/geoserver/wfs</a>&quot;,<br>
            featureNS :  &quot;<a href="http://casp-geoserver/">http://casp-geoserver/</a>&quot;,<br>            featureType: &quot;locatiedossiers&quot;,<br>            geometryName: &quot;geometry&quot;,<br>            schema: &quot;<a href="http://casp-geoserver/geoserver/wfs/DescribeFeatureType?version=1.1.0&amp;typename=gs:locatiedossiers">http://casp-geoserver/geoserver/wfs/DescribeFeatureType?version=1.1.0&amp;typename=gs:locatiedossiers</a>&quot;<br>
        })<br>    }); <br><br>This is basically just the WFS Transactional sample from OL, with my server adres and layer in it. I have doublechecked all the url&#39;s, namespaces, etc. I really don&#39;t know what to check next. Firebug tries to get something from WFS &quot;OPTIONS wfs&quot;, but the reponse is empty. That&#39;s the only WFS related line on the NET tab in FireBug. <br>
<br>I can serve the layer through WMS without any problems. The WMS is also served through the proxy, so that should work properly.<br><br>I&#39;m currently using GeoServer 2.1 RC2, OL 2.10. This problem is the same for Firefox 4, Chrome 12 and IE8.<br>
<br>I really hope I&#39;m missing just a small thing, because I&#39;ve been at this problem for a few days already...<br><br>Regards,<br>Casper Span<br><br><br><div class="gmail_quote">On Thu, May 26, 2011 at 11:22 AM, Casper Span <span dir="ltr">&lt;<a href="mailto:info@spatially-oriented.com">info@spatially-oriented.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi list,<br><br>I know this question has been asked before (many times I guess), but somehow I just can&#39;t get this thing to work. Unfortunately, Google isn&#39;t my friend either.<br>
<br>So, I have this setup:<br>- Oracle Spatial database<br>
- Geoserver serving WFS and WMS and setup with a single layer<br>- OpenLayers<br><br>So nothing fancy there.<br><br>I created a layer using the samples and docs. It came down to this:<br>  var locdos = new OpenLayers.Layer.Vector(&quot;Locatiedossiers&quot;, {<br>

              strategies: [new OpenLayers.Strategy.BBOX()],<br>              projection: new OpenLayers.Projection(&quot;EPSG:28992&quot;),<br>              protocol: new OpenLayers.Protocol.WFS({<br>                      version: &quot;1.1.0&quot;,<br>

                      url: &quot;<a href="http://roxit-geoserver:8080/geoserver/wfs" target="_blank">http://roxit-geoserver:8080/geoserver/wfs</a>&quot;, <br>                      featureType: &quot;Locatiedossiers&quot;,<br>
                      geometryName: &quot;GEOMETRIE&quot;,<br>
                      featureNS: &quot;<a href="http://www.roxit.nl" target="_blank">http://www.roxit.nl</a>&quot;,<br>                      srsName: &quot;EPSG:28992&quot;,<br>                      schema: &quot;<a href="http://roxit-geoserver:8080/geoserver/wfs/DescribeFeatureType?version=1.1.0&amp;featuretype=Locatiedossiers" target="_blank">http://roxit-geoserver:8080/geoserver/wfs/DescribeFeatureType?version=1.1.0&amp;featuretype=Locatiedossiers</a>&quot;<br>

                      }),<br><br>              });<br><br>So I added that to my map and booted firefox. Nothing is being loaded. Looking at firebug: OL does a request to /wfs and gets an empty response. The geoserver setup works like a charm when I use it with, for example uDig and Gaia.<br>

<br>I&#39;ve tried adding the prefix with the featureType, but removed that after reading a post from Bart vd Eijnden saying it should be removed. <br><br><br>I&#39;m most likely missing something trivial, but I just can&#39;t find it. Any suggestions?<br>

<br><br>Regards,<br><font color="#888888">Casper Span<br>
</font></blockquote></div><br>