User Guide
6 Web Service Tutorial: Macromedia Tips (Flash Professional Only)
4.
Enter the URL http://www.flash-mx.com/mm/tips/tips.cfc?WSDL and click OK.
5.
In the Web Services panel, inspect the methods, parameters, and results of the Macromedia Tips
web service.
The web service has one method, called
getTipByProduct. This method accepts a single
parameter called
product. The parameter is a string that tells the web service what
Macromedia product you want to see a tip for. In the next step, you bind this parameter with a
ComboBox instance in your application.
6.
Right-click the getTipByProduct method, and select Add Method Call from the context
menu.
An instance of the WebServiceConnector component is added to the Stage.