Specifications
Connect to a public web service 271
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.
7. In the Property inspector, enter the instance name tips_wsc.
The component is now configured and on the Stage. You can place the 
component anywhere on or off the Stage—it is invisible when you run 
the application.










