Unable to resolve this varaible using provided runtime information. 

Error building an argument list for: LOADXML


Anybody have a clue what this means or how I get it to go away and load
properly?  I get this if I try to use soxml tag (to convert xml response
to cf structure) or even if I use cfscript to do this:

strxml = objXMLHTTP.responseXML;
xmlDoc = CreateObject("Msxml2.DOMDocument");
xmlDoc.async = false;
//load the XML data return from verisign into the DOMDocument object 
xmlDoc.loadXML(strXML);

<banging head against wall!>


~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to