Ver Mensaje Individual
  #1 (permalink)  
Antiguo 25/05/2012, 15:09
Avatar de Heiroon
Heiroon
 
Fecha de Ingreso: junio-2010
Ubicación: Caracas, Venezuela - Por ahora...
Mensajes: 495
Antigüedad: 13 años, 11 meses
Puntos: 63
Exclamación Problema muy grave con WFS

Buenas tardes colegas,

de verdad estoy desesperado y no consigo extraer la información de este archivo que segun todas sus caracteristicas parece ser un XML.

He intentado recorrerlo usando simpleXML y XMLReader. En ambos casos sin exito alguno, debido a que me devuelve un objeto vacio, lo que me indica que no lo interpreta.

Ya de verdad no se que mas hacer, necesito extraer esta info. de una BD a traves de una petición a un WFS, recibirla e insertarla en otra BD. Lo que me devuelve, parece estar en GML que es un sublenguaje de XML.

Necesito ayuda de los mas duros de acá por favor. AUXILIO!

PD:

Este es una parte del archivo (con un solo registro).

Código XML:
Ver original
  1. <wfs:FeatureCollection xmlns:C1C_Mobile_c1c_mobile="http://imutc2/arcgis/services/C1C_Mobile/c1c_mobile/MapServer/WFSServer" xmlns:gml="http://www.opengis.net/gml" xmlns:wfs="http://www.opengis.net/wfs" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://imutc2/arcgis/services/C1C_Mobile/c1c_mobile/MapServer/WFSServer http://200.26.165.226/ArcGIS/services/C1C_Mobile/c1c_mobile/MapServer/WFSServer?request=DescribeFeatureType%26version=1.1.0%26typename=Eventos http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
  2. <gml:boundedBy>
  3. <gml:Envelope srsName="urn:ogc:def:crs:EPSG:6.9:3857">
  4. <gml:lowerCorner>-7493200.6969000008 1138783.0582999997</gml:lowerCorner>
  5. <gml:upperCorner>-7416878.3242000006 1184981.5566999987</gml:upperCorner>
  6. </gml:Envelope>
  7. </gml:boundedBy>
  8. <gml:featureMember>
  9. <C1C_Mobile_c1c_mobile:Eventos gml:id="F27__4">
  10. <C1C_Mobile_c1c_mobile:OBJECTID>4</C1C_Mobile_c1c_mobile:OBJECTID>
  11. <C1C_Mobile_c1c_mobile:Tutulo_del_Evento>CONFORMACIÓN DE CAMPO DEPORTIVO</C1C_Mobile_c1c_mobile:Tutulo_del_Evento>
  12. <C1C_Mobile_c1c_mobile:Direccion>La Charneca, San Agustin</C1C_Mobile_c1c_mobile:Direccion>
  13. <C1C_Mobile_c1c_mobile:Descripcion>
  14. la Alcaldía Metropolitana traslada 2 Tanques de Agua
  15. </C1C_Mobile_c1c_mobile:Descripcion>
  16. <C1C_Mobile_c1c_mobile:Fecha>2011-04-08T21:55:34</C1C_Mobile_c1c_mobile:Fecha>
  17. <C1C_Mobile_c1c_mobile:Hora>9:00 a.m.</C1C_Mobile_c1c_mobile:Hora>
  18. <C1C_Mobile_c1c_mobile:Estatus>0</C1C_Mobile_c1c_mobile:Estatus>
  19. <C1C_Mobile_c1c_mobile:Tipo_de_Evento>3</C1C_Mobile_c1c_mobile:Tipo_de_Evento>
  20. <C1C_Mobile_c1c_mobile:MUNICIPIO>1</C1C_Mobile_c1c_mobile:MUNICIPIO>
  21. <C1C_Mobile_c1c_mobile:PARROQUIA>1</C1C_Mobile_c1c_mobile:PARROQUIA>
  22. <C1C_Mobile_c1c_mobile:SHAPE>
  23. <gml:Point>
  24. <gml:pos>-7447172.5109000001 1174911.2608000003</gml:pos>
  25. </gml:Point>
  26. </C1C_Mobile_c1c_mobile:SHAPE>
  27. </C1C_Mobile_c1c_mobile:Eventos>
  28. </gml:featureMember>
  29. </wfs:FeatureCollection>
__________________
Gmail : [email protected]
Twitter: @heiroon

I'm back!