Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/05/2013, 17:08
alejomurillo
 
Fecha de Ingreso: mayo-2013
Mensajes: 1
Antigüedad: 11 años
Puntos: 0
leer y escribir web service con php auxilio

ho,a buen dia el problema que tengo es que necesito capturar estas variables que me arroja una consulta web services por medio de codigo php. si alguien tiene alguna idea le agradesco, este es el resultado del xml

<Widetech>
<Response>
<Status>
<code>100</code>
<description>OK</description>
</Status>
<Plate id="7474">
<hst id="51533" DateTimeGPS="2013/04/30 16:10:47" DateTimeServer="2013/05/27 14:32:56" Latitude="3.3737999999999997" Longitude="-76.538983333333334" Speed="5" Heading="Sur-Oriente" Location="CALI CL 11 CON CR 100 BARRIO LA PLAYA" EventID="18" Event="Reporte por tiempo (Movil Encendido)"></hst>
</Plate>
<Plate id="7001">
<hst id="61215" DateTimeGPS="2013/05/27 14:26:58" DateTimeServer="2013/05/27 14:27:01" Latitude="3.37384557" Longitude="-76.5390954" Speed="0" Heading="Norte" Location="CALI CR 100 CON CL 11 BARRIO LA PLAYA" EventID="13" Event="Localizacion"></hst>
</Plate>
<Plate id="7000">
<hst id="66893" DateTimeGPS="2013/05/27 14:22:49" DateTimeServer="2013/05/27 14:22:51" Latitude="3.3738216666666672" Longitude="-76.539053333333328" Speed="0" Heading="Norte" Location="CALI CL 11 CON CR 100 BARRIO LA PLAYA" EventID="13" Event="Reporte por tiempo (Movil Apagado)"></hst>
</Plate>
</Response>
</Widetech>