Saturday, March 27, 2010

Can't figure out how to access SOAP...

Problem: SOAP response message has complex data arrays typed
as ''tns2''. These arrays are pointers to data stored elsewhere in
the xml structure. CF doesn't seem to have a way to reassemble the
arrays, short of heroic brute force.



Does anyone know how to do this?



You can see a cfdump of the XML at
http://www.uwri.org/soaptest/testdetails.cfm



Find the element called ''phones'' and you'll see it's data of
type soapenc:Array. Is there an easy/elegant way to put this array
of values together? Note that the values (phoneNum, type, desc) are
elsewhere in the XML...

No comments:

Post a Comment