Ver Mensaje Individual
  #1 (permalink)  
Antiguo 08/09/2005, 14:32
Avatar de jose_d
jose_d
 
Fecha de Ingreso: enero-2003
Ubicación: Cali
Mensajes: 220
Antigüedad: 22 años
Puntos: 4
Consumir Web Services

Hola a todos tengo un problema, hay un web service que quiero utilizar pero este me devuelve los datos de una manera que no puedo implementar o no se como la verdad no me parece logico hacer un proceso tan largo viendo que tiene una estruct xml.
Código PHP:
<NewDataSet>
<
Table>
    <
Country>Colombia</Country>
    <
City>Armenia El Eden</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Puerto Asis</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Bucaramanga Palonegro</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Bogota Eldorado</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Barranquilla Ernestocortissoz</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Buenaventura</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Cucuta Camilo Daza</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Cartagena Rafael Nunez</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Cali Alfonso Bonillaaragon</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Barrancabermeja Yariguies</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Ibague Perales</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Ipiales San Luis</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Apartado Los Cedros</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Leticia Vasquez Cobo</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Medellin Olaya Herrera</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Monteria Los Garzones</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Mitu</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Neiva Benito Salas</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Puerto Carreno AGuauquea</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Pereira Matecana</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Popayan Guillermo</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Pasto Antonio Narin</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Providencia Isla El Embrujo</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Rionegro JMCordova</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Riohacha Almirante Padilla</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>San Jose Del Guaviare</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Santa Marta Simon Bolivar</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>San Andres Isla Sesquicentenario</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Arauca Santiago Perez</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Quibdo El Carano</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Valledupar Alfonso Lopez</City>
</
Table>
<
Table>
    <
Country>Colombia</Country>
    <
City>Villavicencio Vanguardia</City>
</
Table>
</
NewDataSet
Espero me puedan ayudar.

he utilizado el readxml de un dataset. y me saca error de caracteres, la idea es que el servicio llega en formato string.
__________________
El leer te da el poder de mejorar