I know this should be easy, but first time I've seen: Cfdump some xml response....and use this code to get the data out of the returned structure.
sImage = returnedcontentship2.shipmentacceptresponse.shipmentresults.packageresults.l abelimage.graphicimage.value; This would grab me everything allright if it was one package, but when I get back multiple packages and their respective numbers...the cfdump shows everything in a bluish hue...but right after the packageresults and inbetween the multiple label image containers...there is a GREEN container with numbers 1 2 3 etc. next to each new row of label images and respective data. How do I change the cfscript structure to grab it right, tried packageresults1.label blah ....I am tired and am missing something obvious I am sure. Thank you so much for your insight! Eric J Hoffman DataStream Connexion www.datastreamconnexion.com ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

