<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating a Web Service Powered Flex Application in One Minute</title>
	<atom:link href="http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/feed/" rel="self" type="application/rss+xml" />
	<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/</link>
	<description>Rich Internet Application Development by Adobe Flex</description>
	<lastBuildDate>Fri, 12 Mar 2010 04:47:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Daily Digest for March 8th at dandube.com</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1401</link>
		<dc:creator>Daily Digest for March 8th at dandube.com</dc:creator>
		<pubDate>Tue, 09 Mar 2010 04:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1401</guid>
		<description>[...] Shared Creating a Web Service Powered Flex Application in One Minute &#8211; Rich Internet Application Deve.... [...]</description>
		<content:encoded><![CDATA[<p>[...] Shared Creating a Web Service Powered Flex Application in One Minute &#8211; Rich Internet Application Deve&#8230;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vik</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1400</link>
		<dc:creator>Vik</dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1400</guid>
		<description>Well this script somehow didnt work for me. I mean I didnt get any error thats annoying. But it just would not return anything. Is it something related to crossdomain.xml?? I dnt knw, I am on it.</description>
		<content:encoded><![CDATA[<p>Well this script somehow didnt work for me. I mean I didnt get any error thats annoying. But it just would not return anything. Is it something related to crossdomain.xml?? I dnt knw, I am on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1396</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Sun, 31 Jan 2010 17:00:29 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1396</guid>
		<description>Hi Bryan,

Thanks for your excellent tutorial.I am eagerly waiting for your next series of this tutorial.

Regards,
Naveen.</description>
		<content:encoded><![CDATA[<p>Hi Bryan,</p>
<p>Thanks for your excellent tutorial.I am eagerly waiting for your next series of this tutorial.</p>
<p>Regards,<br />
Naveen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darren</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1344</link>
		<dc:creator>darren</dc:creator>
		<pubDate>Thu, 20 Aug 2009 10:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1344</guid>
		<description>I think it&#039;s a security issue.  If the swf and soap are on different servers you need special permissions - if I figure it out I&#039;ll post it here.

It works in debug mode since the security is relaxed, but when you deploy it you need to set up the security (I think).</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s a security issue.  If the swf and soap are on different servers you need special permissions &#8211; if I figure it out I&#8217;ll post it here.</p>
<p>It works in debug mode since the security is relaxed, but when you deploy it you need to set up the security (I think).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannansamynathan</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1343</link>
		<dc:creator>kannansamynathan</dc:creator>
		<pubDate>Thu, 20 Aug 2009 03:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1343</guid>
		<description>Hi darren,

Also I&#039;m facing the same problem, :(</description>
		<content:encoded><![CDATA[<p>Hi darren,</p>
<p>Also I&#8217;m facing the same problem, <img src='http://flextutorial.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darren</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1341</link>
		<dc:creator>darren</dc:creator>
		<pubDate>Wed, 19 Aug 2009 15:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1341</guid>
		<description>I&#039;ve been able to do this in my Flex Builder, but when I export a release build and put it on my server everything works except after the Send nothing happens in the ResultHandler or FaultHandler - just nothing comes back from the Send.

This all works in the Flex Builder when I click the Run or Debug, but once I create a release build it all works except the Send doesn&#039;t trigger the Result or Fault routines.

Ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been able to do this in my Flex Builder, but when I export a release build and put it on my server everything works except after the Send nothing happens in the ResultHandler or FaultHandler &#8211; just nothing comes back from the Send.</p>
<p>This all works in the Flex Builder when I click the Run or Debug, but once I create a release build it all works except the Send doesn&#8217;t trigger the Result or Fault routines.</p>
<p>Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannansamynathan</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1340</link>
		<dc:creator>kannansamynathan</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:16:31 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1340</guid>
		<description>Hi,

I have created a webservice in C# ASP.Net,

which will return a datatable.

How can I show the datatable - return by the .net web service through flex datagrid.

I used something like this,

------------------

public function mainMethod():void
{
	var gateway:WebService = new WebService();
	gateway.wsdl = &quot;../Service.asmx?wsdl&quot;;
 	gateway.loadWSDL();
 	
 	gateway.gettable.addEventListener(ResultEvent.RESULT,gettableHandler);
 	
 	gateway.gettable();		
}

public function gettableHandler(e:ResultEvent):void
{
	Alert.show(&quot;hi&quot;);
	var table:* = e.result.Tables.Table0.Rows;
	var AC_Temp:ArrayCollection=new ArrayCollection()
	var A_Revenues:Array=new Array()
	
	AC_Temp = table;
	A_Revenues=AC_Temp.toArray();
	DG1.dataProvider = A_Revenues;
	
}
--------------------

But its not working - gettableHandler() not getting a call.

Anyone kindly clarify my doubt as soon as possible.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have created a webservice in C# ASP.Net,</p>
<p>which will return a datatable.</p>
<p>How can I show the datatable &#8211; return by the .net web service through flex datagrid.</p>
<p>I used something like this,</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>public function mainMethod():void<br />
{<br />
	var gateway:WebService = new WebService();<br />
	gateway.wsdl = &#8220;../Service.asmx?wsdl&#8221;;<br />
 	gateway.loadWSDL();</p>
<p> 	gateway.gettable.addEventListener(ResultEvent.RESULT,gettableHandler);</p>
<p> 	gateway.gettable();<br />
}</p>
<p>public function gettableHandler(e:ResultEvent):void<br />
{<br />
	Alert.show(&#8220;hi&#8221;);<br />
	var table:* = e.result.Tables.Table0.Rows;<br />
	var AC_Temp:ArrayCollection=new ArrayCollection()<br />
	var A_Revenues:Array=new Array()</p>
<p>	AC_Temp = table;<br />
	A_Revenues=AC_Temp.toArray();<br />
	DG1.dataProvider = A_Revenues;</p>
<p>}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>But its not working &#8211; gettableHandler() not getting a call.</p>
<p>Anyone kindly clarify my doubt as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kannansamynathan</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1339</link>
		<dc:creator>kannansamynathan</dc:creator>
		<pubDate>Wed, 19 Aug 2009 14:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1339</guid>
		<description>Hi,

I have created a webservice in C# ASP.Net,

which will return a datatable.

How can I show the datatable - return by the .net web service through flex datagrid.

I used something like this,

------------------

public function mainMethod():void
{
	var gateway:WebService = new WebService();
	gateway.wsdl = &quot;../Service.asmx?wsdl&quot;;
 	gateway.loadWSDL();
 	
 	gateway.gettable.addEventListener(ResultEvent.RESULT,gettableHandler);
 	
 	gateway.gettable();		
}

public function gettableHandler(e:ResultEvent):void
{
	Alert.show(&quot;hi&quot;);
	var table:* = e.result.Tables.Table0.Rows;
	var AC_Temp:ArrayCollection=new ArrayCollection()
	var A_Revenues:Array=new Array()
	
	AC_Temp = table;
	A_Revenues=AC_Temp.toArray();
	DG1.dataProvider = A_Revenues;
	
}
--------------------

But its not working - gettableHandler() not getting a call.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have created a webservice in C# ASP.Net,</p>
<p>which will return a datatable.</p>
<p>How can I show the datatable &#8211; return by the .net web service through flex datagrid.</p>
<p>I used something like this,</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>public function mainMethod():void<br />
{<br />
	var gateway:WebService = new WebService();<br />
	gateway.wsdl = &#8220;../Service.asmx?wsdl&#8221;;<br />
 	gateway.loadWSDL();</p>
<p> 	gateway.gettable.addEventListener(ResultEvent.RESULT,gettableHandler);</p>
<p> 	gateway.gettable();<br />
}</p>
<p>public function gettableHandler(e:ResultEvent):void<br />
{<br />
	Alert.show(&#8220;hi&#8221;);<br />
	var table:* = e.result.Tables.Table0.Rows;<br />
	var AC_Temp:ArrayCollection=new ArrayCollection()<br />
	var A_Revenues:Array=new Array()</p>
<p>	AC_Temp = table;<br />
	A_Revenues=AC_Temp.toArray();<br />
	DG1.dataProvider = A_Revenues;</p>
<p>}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>But its not working &#8211; gettableHandler() not getting a call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1324</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Sun, 09 Aug 2009 20:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1324</guid>
		<description>Excellent example on webservices</description>
		<content:encoded><![CDATA[<p>Excellent example on webservices</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bryan</title>
		<link>http://flextutorial.org/2009/03/04/creating-a-web-service-powered-flex-application-in-one-minute/comment-page-1/#comment-1279</link>
		<dc:creator>Bryan</dc:creator>
		<pubDate>Fri, 17 Jul 2009 17:45:05 +0000</pubDate>
		<guid isPermaLink="false">http://flextutorial.org/?p=163#comment-1279</guid>
		<description>Thanks  Vanessa for your comment!  Hope to see you often on FlexTutorial.org.</description>
		<content:encoded><![CDATA[<p>Thanks  Vanessa for your comment!  Hope to see you often on FlexTutorial.org.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
