Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I'd like to know how can I get information about how to create an Interactive statement that use a webservice.
I can't find something useful on this topic on internet or the official documentation...
Any help?
Regards!
Solved! Go to Solution.
Whether inside an Interactive Statement or not, the use of a webservice in Flex is the same:
Step 1. Find a webservice you want to use.
(Here is a public wsdl connection for testing/proof of concept: http://www.webservicex.net/WeatherForecast.asmx?WSDL )
Step 2. Use it, as shown in this example: http://www.cflex.net/showFileDetails.cfm?ObjectID=582
More info on how to use Flex webservices:
http://tv.adobe.com/watch/flex-in-a-week-day-2/retrieving-and-handling-data-using-webservice/
http://blogs.4point.com/brad.white/2008/12/4-ways-to-invoke-a-webservice-in-flex-with-mxml-and-actio...
http://blog.flexexamples.com/2008/04/14/calling-a-simple-web-service-from-flex-using-the-webservice-...
Hope it helps,
Oana
View solution in original post
Thank you man!
That solved my problem.
Views
Likes
Replies