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

DRT_Chris
DRT_Chris
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
0

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by DRT_Chris
Customize the badges you want to showcase on your profile
Re: mxml package for HTTPService - Adobe LiveCycle 05-03-2009
I suggest that you use adobe's example as it provides anHTTPService exercise and instructions for using their "starter.zip"file. They offer free online video training here:http://www.adobe.com/devnet/flex/videotraining/

Views

165

Likes

0

Replies

0
Handling Event Results please help! - Adobe LiveCycle 05-03-2009
I'm new to Flex and I am using web services to make a call tomy server. This is working. My problem is that I don't know how tostore the value of the result to a variable.When I put a break point at the end of my ResultHandler()function and run the application in debugging mode, I can expandthe variables tab and see that the server is successfully returninga string of text to Flex. The string is stored in the "value"column for event.result.However, my attempts to access this string of informatio...

Views

467

Likes

0

Replies

1
Re: Calling Web Service from Flex (to PeopleSoft) - Adobe LiveCycle 05-03-2009
Hi Jim,I just started using Flex this week so I haven't tried makingcalls using the method that you are (by importing the WSDL through Data > Import Web Service (WSDL)...), but I have been successful inmaking calls via another method. To make the call, you would use the send() method on youroperation ("operationName" in the example above). Let's just sayyou want to send the request on a button click. The code would looklike:Please note that "operationName.send()" will not work alone -you nee...

Views

181

Likes

0

Replies

0
Re: Cant Get Web Service to work - help please - Adobe LiveCycle 05-03-2009
Hi Darragh, I think your problem is with your wsdl. the urlyou provided as your wsdl does not work. Also, are you trying to send parameters through your call?There's a slightly outdated (but still relevant) article onformatting your .mxml to use the web service here: http://www.ibm.com/developerworks/webservices/library/ws-macroflex/

Views

145

Likes

0

Replies

0