<div><br></div>Gracias por responder Gilberto:<br><br><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; color: rgb(51, 51, 51); ">Hace como 1 mes que no se encuentra la solución.<div class="im" style="color: rgb(80, 0, 80); ">
<div><br></div><div>¿Podrías dar más información técnica de tu problema? ¿A qué llamas servicios<br>que se adicionan?</div><div><br></div></div><div>- Es una funcionalidad que a partir del GetCapabilities el usuario puede seleccionar las capas que desea adicionar al sistema. El problema es cuando hago lo siguiente:</div>
<div><div> </div><div> var request = OpenLayers.Request.GET(</div><div><span style="white-space: pre; ">                                        </span>{</div><div><span style="white-space: pre; ">                                                </span>url: "XMLProxy?url="+escape(urlWMS+"?VERSION="+versionWMS+"&REQUEST=GetCapabilities&SERVICE=WMS"),</div>
<div><span style="white-space: pre; ">                                                </span>success: function(response){</div><div><span style="white-space: pre; ">                                                </span>try{</div><div><span style="white-space: pre; ">                                                        </span></div><div><span style="white-space: pre; ">                                                        </span>var XMLformat = new OpenLayers.Format.XML();</div>
<div><span style="white-space: pre; ">                                                        </span>var xml = XMLformat.read(response.responseText);</div><div><span style="white-space: pre; ">                                                        </span><span style="background-color: rgb(255, 0, 0); ">var CAPformat = new OpenLayers.Format.WMSCapabilities();</span></div>
<div><span style="white-space: pre; "><span style="background-color: rgb(255, 255, 255); ">                                                        </span></span><span style="background-color: rgb(255, 0, 0); ">this.cap = CAPformat.read(xml);</span></div><div><span style="white-space: pre; ">                                                        </span></div>
<div><span style="white-space: pre; ">                        </span></div><div><span style="white-space: pre; ">                                                </span>}catch(exc){</div><div><span style="white-space: pre; ">                                                        </span>alert("El servicio web no esta disponible");</div>
<div><span style="white-space: pre; ">                                                </span>}</div><div><span style="white-space: pre; ">                                        </span>},</div><div><span style="white-space: pre; ">                                        </span>failure: function(response){</div><div><span style="white-space: pre; ">                                                </span>alert("La URL del servicio es incorrecta o el servicio no esta disponible");</div>
<div><span style="white-space: pre; ">                                        </span>}</div><div><span style="white-space: pre; ">                                        </span>});</div><div><span style="white-space: pre; ">                </span>}catch(eee){</div><div><span style="white-space: pre; ">                        </span>alert('Excepcion '+eee.message);</div>
<div><span style="white-space: pre; ">                </span>}<span style="white-space: pre; ">        </span></div></div><div><br></div><div>Lo que se encuentra seleccionado en ROJO no me funciona, y el proxy está funcionando bien. Al parecer el problema se encuentra en las librerias de openlayers (Format.WMSCapabilities).</div>
<div><br></div><div>Esto sucede solo en cualquier versión de IE, con FF bien.</div><div><br></div><div>Gracias por su tiempo y espero su valiosa colaboración</div><div><br></div><div>--</div><div>Atentamente,</div><div>Jose Luis Gomez</div>
<div>Edgar Camacho</div><div><font class="Apple-style-span" color="#000000" face="arial"><span class="Apple-style-span" style="border-collapse: separate; font-size: small;"><font class="Apple-style-span" color="#333333" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br>
</span></font></span></font></div></span></div>