That's the whole data set. To save space in the code Itrimmed it down.
RIght now the input parameter is not used in theCFC, its going to retunt
the same XML regardless.I was just saving space in the post
I have a CFC with access="remote" that returns the follownigXML
: Named Insured
s36 text ABC
Daycare Insured Address
12 text 123 Main
StreetI have ServiceCapture running and can
verify that the XML isbeing generated.In my Flex app I create the WS :
{textData.text}
But when I try to set the results into a
text area :xmlTextNew.text = fXML.getXML.lastResult;nothing displays at
all.If I change it to fXML.getXML.lastResult.section;I get the error
TypeError: Error #1009: Cannot access aproperty...