Search Flex Components Free

Custom Search

January 1, 2008

Insert a WebService component


<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0" style="font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#000000 ">
<tr>
<td>
<table width="100%" align="center" cellpadding="10" cellspacing="0" style="border-style:dashed;border-color:#666666;border-width:1px; background-color:#FEFFF2;padding:10px;font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:normal; color:#009933 ">
<tr>
<td height="114"> <p> You use the Flex WebService component to access a SOAP-based web service and retrieve information about recent blog posts.</p>
<p>In Source mode, enter the following &lt;mx:WebService&gt; tag immediately after the opening &lt;mx:Application&gt; tag:&lt;mx:WebService id=&quot;wsBlogAggr&quot; <br>
wsdl=&quot;http://weblogs.macromedia.com/mxna/webservices/mxna2.cfc?wsdl&quot;<br>
useProxy=&quot;false&quot;&gt;<br>
&lt;/mx:WebService&gt;</p>
<p>The wsdl property specifies the location of the WSDL file for the web service. As of this writing, the location was still valid, but you should check to make sure it hasn't changed. You can find the latest WSDL file location on the developers page at www.adobe.com/go/mxna_developers, under Web Services.</p>
<p>NOTE<br>
<br>
If you want, you can also use the following alias in the component:

Related Flex Tutorials