|
How to call methods of a web service in Flex 3. |
|
Written by Luca Bonacorsi
|
|
14 January 2009 |
|
Once the class 'WebService' has been istantiated and the WSDL document describing the web service operations has been loaded, trough the 'WebService' object it is possible to call the methods corresponding to the web service operations.
|
|
Read more...
|
|
How to use Flash CS3/Flash CS4 together with Flex Builder 3. |
|
Written by Daniele Cavion (leleguera)
|
|
23 December 2008 |
|
Under translation :)
|
|
Read more...
|
|
Introduction to the usage of web services in Flex 3. |
|
Written by Luca Bonacorsi
|
|
21 December 2008 |
|
Flex applications can exploit the power of web services. A web service provides an interface of methods in a WSDL document available as a URI and accessible at runtime. The transmission of requests and results (SOAP messages) is accomplished trough standard HTTP protocol.
Focusing the attention on MXML language rather than explicit ActionScript 3.0, the tag which enables the developer to use a web service is <mx.WebService>. Every time such a tag is used in a MXML document, the class 'WebService' is instantiated.
|
|
Read more...
|