<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY TEXT="#1a1a1a" LINK="#0000ff" BGCOLOR="#ffffff" BACKGROUND="file:///home/ajuarez">
Thanks Andreas,<BR>
<BR>
I was change the code with your suggestion, and change the url for the ip, only my local examples.<BR>
I am checking with firebug, and send me a request rare, that request I am puting in the end of this mail.<BR>
<BR>
<FONT SIZE="2"><TT><I>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;DTD/xhtml1-strict.dtd&quot;&gt;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&lt;html xmlns=&quot;<A HREF="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</A>&quot;&gt;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&lt;head&gt;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>        &lt;title&gt;Prueba 1a&lt;/title&gt;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&lt;/head&gt;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I> &lt;script src=&quot;http://www.openlayers.org/dev/OpenLayers.js&quot; type=&quot;text/javascript&quot;&gt;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/script&gt;</I></TT></FONT><BR>
<BR>
<BR>
<FONT SIZE="2"><TT><I>&lt;body BGCOLOR=#CCCC98 onload=&quot;load();&quot;&gt;</I></TT></FONT><BR>
<BR>
<FONT SIZE="2"><TT><I>&lt;div id=&quot;map&quot; style=&quot;width: 800px; height: 500px; top:-3px; left:-350px; border: 9px solid #EBE9D4;&quot;&gt;&lt;/div&gt;</I></TT></FONT><BR>
<BR>
<FONT SIZE="2"><TT><I>&lt;script type=&quot;text/javascript&quot;&gt;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>function load() {</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>        format = 'image/png';</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>        var options = {</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>        </I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; controls:[</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>                        new OpenLayers.Control.Navigation(),</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>                        new OpenLayers.Control.PanZoomBar(),</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>                        new OpenLayers.Control.LayerSwitcher({'ascending':false}),</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>                        new OpenLayers.Control.ScaleLine(),</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>                        new OpenLayers.Control.MousePosition(),</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>                        new OpenLayers.Control.KeyboardDefaults() ],</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>                numZoomLevels: 31,units: 'm' };</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>        var map = new OpenLayers.Map(&quot;map&quot;, options);</I></TT></FONT><BR>
<BR>
<FONT SIZE="2"><TT><I>        l1 = new OpenLayers.Layer.WMS(</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Limites', &quot;<A HREF="http://172.16.23.21:8080/geoserver/wms">http://172.16.23.21:8080/geoserver/wms</A>&quot;,</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {layers: 'sde:SPF_CATASTRO.LMA',</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srs: 'EPSG:900913',</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>                        transparent: true,</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; format: format,</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tiled: 'true'</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; },{singleTile: true, isBaseLayer: true});</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>        l1.setVisibility(true); </I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.addLayer(l1);</I></TT></FONT><BR>
<BR>
<FONT SIZE="2"><TT><I>        var layer = new OpenLayers.Layer.Vector(&quot;WFS&quot;, {</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strategies: [new OpenLayers.Strategy.BBOX()],</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protocol: new OpenLayers.Protocol.WFS({</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; url:&nbsp; &quot;<A HREF="http://172.16.23.21:8080/geoserver/wfs">http://172.16.23.21:8080/geoserver/wfs</A>&quot;,</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featureType: &quot;sde:DTYT.SSC_RUTAS_2009&quot;,</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featureNS: &quot;<A HREF="http://geoserver.sf.net">http://geoserver.sf.net</A>&quot;,</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version: &quot;1.1.0&quot;,</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srsName: &quot;EPSG:4326&quot;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; })&nbsp;&nbsp; });</I></TT></FONT><BR>
<BR>
<FONT SIZE="2"><TT><I>/*        var layer2 = new OpenLayers.Layer.WFS( </I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'schools', &quot;<A HREF="http://172.16.23.21:8080/geoserver/wfs">http://172.16.23.21:8080/geoserver/wfs</A>&quot;,</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {typename: 'TYT:rutas_2009',maxfeatures: 10}, </I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; { featureClass: OpenLayers.Feature.WFS}); */</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map.addLayer(layer);</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>map.setCenter(new OpenLayers.LonLat(-99.854736328125,20.80875529543977), 9); </I></TT></FONT><BR>
<BR>
<FONT SIZE="2"><TT><I>}</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&lt;/script&gt;</I></TT></FONT><BR>
<BR>
<FONT SIZE="2"><TT><I>&lt;/body&gt;</I></TT></FONT><BR>
<FONT SIZE="2"><TT><I>&lt;/html&gt;</I></TT></FONT><BR>
<BR>
this is the request from firebug<BR>
<BR>
<BR>
<PRE>
<I><B><FONT SIZE="2">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</FONT></B></I>
<I><B><FONT SIZE="2">&lt;ows:ExceptionReport version=&quot;1.0.0&quot;</FONT></B></I>
<I><B><FONT SIZE="2">  xsi:schemaLocation=&quot;http://www.opengis.net/ows http://172.16.23.21:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd&quot;</FONT></B></I>
<I><B><FONT SIZE="2">  xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:ows=&quot;http://www.opengis.net/ows&quot;&gt;</FONT></B></I>
<I><B><FONT SIZE="2">  &lt;ows:Exception exceptionCode=&quot;NoApplicableCode&quot;&gt;</FONT></B></I>
<I><B><FONT SIZE="2">    &lt;ows:ExceptionText&gt;Could not locate {http://geoserver.sf.net}sde:DTYT.SSC_RUTAS_2009 in catalog.&lt;/ows:ExceptionText&gt;</FONT></B></I>
<I><B><FONT SIZE="2">  &lt;/ows:Exception&gt;</FONT></B></I>
<I><B><FONT SIZE="2">&lt;/ows:ExceptionReport</FONT></B></I><TT>&gt;</TT>
</PRE>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
-- <BR>
Arturo Ju&#225;rez Lima &lt;<A HREF="mailto:ajuarez@queretaro.gob.mx">ajuarez@queretaro.gob.mx</A>&gt;<BR>
GEQ
</TD>
</TR>
</TABLE>
<BR>
<BR>
El jue, 29-10-2009 a las 16:32 +0100, Andreas Hocevar escribi&#243;:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">var layer = new OpenLayers.Layer.Vector(&quot;WFS&quot;, {</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strategies: [new OpenLayers.Strategy.BBOX()],</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protocol: new OpenLayers.Protocol.WFS({</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; url:&nbsp; &quot;<A HREF="http://www.aplicanet.gob.mx:8080/geoserver/wfs">http://www.aplicanet.gob.mx:8080/geoserver/wfs</A>&quot;,</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featureType: &quot;DTYT.SSC_RUTAS_2009&quot;,</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featureNS: &quot;<A HREF="http://geoserver.sf.net">http://geoserver.sf.net</A>&quot;,</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version: &quot;1.1.0&quot;,</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srsName: &quot;EPSG:4326&quot;</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; })</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">&nbsp;&nbsp;&nbsp; });</FONT></TT>
</BLOCKQUOTE>
</BODY>
</HTML>