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">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">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">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>Casper Span<br>