Expand my Community achievements bar.

SOLVED

Using webServices and Interactive Statement

Avatar

Level 2

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!

1 Accepted Solution

Avatar

Correct answer by
Level 1

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

2 Replies

Avatar

Correct answer by
Level 1

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

Avatar

Level 2

Thank you man!

That solved my problem.

Regards!