Tema: XML Hotusa
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/11/2006, 06:30
jmaribau
 
Fecha de Ingreso: enero-2004
Mensajes: 235
Antigüedad: 21 años, 3 meses
Puntos: 0
XML Hotusa

Alguien ha hecho la integración de XML Hotusa?
Tengo dificultades para tratar el XML que devuelve el servidor.

Intento cargar el XMl con un:

Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.load(XMLHotusa)

No hay manera.

Gracias.