<?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: Passing parameters to an HTTPService</title>
	<atom:link href="http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/</link>
	<description>Just a bunch of Adobe Flex Examples</description>
	<lastBuildDate>Sat, 11 Feb 2012 11:51:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Prashanth</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-10347</link>
		<dc:creator>Prashanth</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-10347</guid>
		<description>Can u tell about the data base connectivity in Flex?</description>
		<content:encoded><![CDATA[<p>Can u tell about the data base connectivity in Flex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m0j1</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-8530</link>
		<dc:creator>m0j1</dc:creator>
		<pubDate>Fri, 05 Nov 2010 20:55:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-8530</guid>
		<description>thanks, your examples are great . has saved me lots of times and thought me lots of things . but if you add some comments to your codes that explains the code it would be lot more understandable . 
thanks</description>
		<content:encoded><![CDATA[<p>thanks, your examples are great . has saved me lots of times and thought me lots of things . but if you add some comments to your codes that explains the code it would be lot more understandable .<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-7606</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 29 Apr 2010 09:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-7606</guid>
		<description>it will overwrite. if  you need the multiple name you need to serialize the value</description>
		<content:encoded><![CDATA[<p>it will overwrite. if  you need the multiple name you need to serialize the value</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-5970</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 08 Oct 2009 21:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-5970</guid>
		<description>I typed &quot;Ação&quot;
The return was: AÃ...

How to troubleshoot problems with Latin characters?</description>
		<content:encoded><![CDATA[<p>I typed &#8220;Ação&#8221;<br />
The return was: AÃ&#8230;</p>
<p>How to troubleshoot problems with Latin characters?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jhon</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-4821</link>
		<dc:creator>Jhon</dc:creator>
		<pubDate>Wed, 29 Jul 2009 17:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-4821</guid>
		<description>I have a problem with the latin character, I can´t insert into data base mysql the values á,í,,,,,,,ñ,etc. Can you help me.</description>
		<content:encoded><![CDATA[<p>I have a problem with the latin character, I can´t insert into data base mysql the values á,í,,,,,,,ñ,etc. Can you help me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter deHaan</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-1711</link>
		<dc:creator>Peter deHaan</dc:creator>
		<pubDate>Thu, 19 Mar 2009 01:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-1711</guid>
		<description>jayanthi,

I&#039;ve never tried that. It may depend on the server configuration. I imagine sending X number of parameters with the same name will either overwrite the previous parameter&#039;s value, or else if you&#039;re lucky the server may convert the duplicate parameters into an array/list (so the server may convert the name to &quot;testName1,testName2,testName2&quot;.

You&#039;d have to experiment with your specific server and see what the behavior is.

Peter</description>
		<content:encoded><![CDATA[<p>jayanthi,</p>
<p>I&#8217;ve never tried that. It may depend on the server configuration. I imagine sending X number of parameters with the same name will either overwrite the previous parameter&#8217;s value, or else if you&#8217;re lucky the server may convert the duplicate parameters into an array/list (so the server may convert the name to &#8220;testName1,testName2,testName2&#8243;.</p>
<p>You&#8217;d have to experiment with your specific server and see what the behavior is.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayanthi</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-1710</link>
		<dc:creator>jayanthi</dc:creator>
		<pubDate>Wed, 18 Mar 2009 09:39:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-1710</guid>
		<description>http://www.flash-mx.com/mm/greeting.cfm?name=testName1&amp;name=testName2&amp;name=testName2
how can i send request parameters with the same name?</description>
		<content:encoded><![CDATA[<p><a href="http://www.flash-mx.com/mm/greeting.cfm?name=testName1&#038;name=testName2&#038;name=testName2" rel="nofollow">http://www.flash-mx.com/mm/greeting.cfm?name=testName1&#038;name=testName2&#038;name=testName2</a><br />
how can i send request parameters with the same name?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-1718</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Sun, 25 Jan 2009 05:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-1718</guid>
		<description>BTW, I had a problem in which I tried to pass an XML object as a parameter using Flex 3 and it wouldn&#039;t appear at the server. What I did was to create another object with its only key-value pair containing the string representation of the XML object.

Thanks for the blog.</description>
		<content:encoded><![CDATA[<p>BTW, I had a problem in which I tried to pass an XML object as a parameter using Flex 3 and it wouldn&#8217;t appear at the server. What I did was to create another object with its only key-value pair containing the string representation of the XML object.</p>
<p>Thanks for the blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-1712</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Mon, 24 Nov 2008 18:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-1712</guid>
		<description>Hi,

Your site has been really helpful to learn Flex, appreciate your time. I&#039;m learning flex and I&#039;m stuck here, not sure how to debug this issue. I do not get any error, but the DB is not getting inserted with the value. Any help on fixing the issue, will be great.

Below are the key codes:

 submit button code:


 addAnnouncement function code:

 private function addAnnouncement( evt:Event) :void{
 var selArr:Array = [];
 var oRequest:Object = new Object();
 var idx:int;
 var len:int = userRequest. lastResult. partners. partner.length;
 for (idx=0; idx




 INSERT INTO tblAnnouncement
 (strTitle, strContent, dtmOpenDate,
 dtmCloseDate, dtmAssignmentDueDat e )
 VALUES
 (,
  ,
  ,
  ,

 )



 i&#039;m stuck here..not sure, where to look for the bug..i do not see
 any error..any help is really appreciated.

 -NB</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your site has been really helpful to learn Flex, appreciate your time. I&#8217;m learning flex and I&#8217;m stuck here, not sure how to debug this issue. I do not get any error, but the DB is not getting inserted with the value. Any help on fixing the issue, will be great.</p>
<p>Below are the key codes:</p>
<p> submit button code:</p>
<p> addAnnouncement function code:</p>
<p> private function addAnnouncement( evt:Event) :void{<br />
 var selArr:Array = [];<br />
 var oRequest:Object = new Object();<br />
 var idx:int;<br />
 var len:int = userRequest. lastResult. partners. partner.length;<br />
 for (idx=0; idx</p>
<p> INSERT INTO tblAnnouncement<br />
 (strTitle, strContent, dtmOpenDate,<br />
 dtmCloseDate, dtmAssignmentDueDat e )<br />
 VALUES<br />
 (,<br />
  ,<br />
  ,<br />
  ,</p>
<p> )</p>
<p> i&#8217;m stuck here..not sure, where to look for the bug..i do not see<br />
 any error..any help is really appreciated.</p>
<p> -NB</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo</title>
		<link>http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/comment-page-1/#comment-1715</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Tue, 04 Nov 2008 03:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flexexamples.com/2007/10/29/passing-parameters-to-an-httpservice/#comment-1715</guid>
		<description>Hello, nice tutorial!

but why flashvars????

Tks!</description>
		<content:encoded><![CDATA[<p>Hello, nice tutorial!</p>
<p>but why flashvars????</p>
<p>Tks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

