Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

CKLThomco
CKLThomco
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by CKLThomco
Customize the badges you want to showcase on your profile
Re: Web Service Output - Adobe LiveCycle 13-07-2006
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

Views

186

Likes

0

Replies

0
Web Service Output - Adobe LiveCycle 13-07-2006
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...

Views

546

Likes

0

Replies

3