HI again,<br><br>Indeed it seems that the request is for a region that doesn&#39;t exist in the server (due to the wrong SRS). Try to add the EPSG to the layer constructor:<br><br>var wfs2 = new OpenLayers.Layer.WFS(
<br>                &quot;myLayer&quot;, 
<br>                &quot;<span><a rel="nofollow" href="http://myserver:81/geoserver/wfs" target="_blank">http://myserver:81/geoserver/wfs</a></span>&quot;,
<br>                {
<br>                 typename: &#39;myLayersNameInTheServer&#39;,
<br><br>                }
<br>            );<br><br> <br><br><div class="gmail_quote">2010/3/8 Sarah Schuessler <span dir="ltr">&lt;<a href="mailto:sarah_flip@yahoo.de">sarah_flip@yahoo.de</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>Hi,<br><br>thanks for your suggestion!<br>Name of the layer is correct. I use featureType: &quot;mylayer&quot; (without prefix) and/or <span>typename: &quot;gn:mylayer&quot; but neither worked.</span><br>
Firebug gave me:<br> gml:boundedby &gt;&lt;gml:null&gt;unknown&lt;/gml:null&gt;<br>I think because of different EPSG/coordinates. But don´t know how to manage best way.<br><br>best regards<br>Sarah<br></div></div></div></blockquote>
</div>