<?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: Cairngorm Multiple Backend Example Update</title>
	<atom:link href="http://renaun.com/blog/2007/01/20/178/feed/" rel="self" type="application/rss+xml" />
	<link>http://renaun.com/blog/2007/01/20/178/</link>
	<description>Informtation on Flex, Flash, ColdFusion, and general RIA web develoment.</description>
	<pubDate>Thu, 11 Mar 2010 19:31:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: It&#8217;s all about RIA</title>
		<link>http://renaun.com/blog/2007/01/20/178/comment-page-1/#comment-461906</link>
		<dc:creator>It&#8217;s all about RIA</dc:creator>
		<pubDate>Mon, 30 Nov 2009 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/01/20/178/#comment-461906</guid>
		<description>[...] Renaun Erickson :: All in One - Cairngorm Store Example (ColdFusion, AMFPHP, AMFPHP 1.9, and WebServices) [...]</description>
		<content:encoded><![CDATA[<p>[...] Renaun Erickson :: All in One - Cairngorm Store Example (ColdFusion, AMFPHP, AMFPHP 1.9, and WebServices) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://renaun.com/blog/2007/01/20/178/comment-page-1/#comment-321959</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/01/20/178/#comment-321959</guid>
		<description>Thanks Cédric, I too was having this problems with a different web service.  It was asking about a parameter that didn't even exist.  

I wasn't calling the WSDL more than once and I was still getting this error.  However, when I changed it so that the WSDL was declared in the MXML instead of loaded in an initialization method it seems to have fixed this error.</description>
		<content:encoded><![CDATA[<p>Thanks Cédric, I too was having this problems with a different web service.  It was asking about a parameter that didn&#8217;t even exist.  </p>
<p>I wasn&#8217;t calling the WSDL more than once and I was still getting this error.  However, when I changed it so that the WSDL was declared in the MXML instead of loaded in an initialization method it seems to have fixed this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cédric</title>
		<link>http://renaun.com/blog/2007/01/20/178/comment-page-1/#comment-113846</link>
		<dc:creator>Cédric</dc:creator>
		<pubDate>Thu, 30 Nov 2006 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/01/20/178/#comment-113846</guid>
		<description>I had the same problem. I think there is a bug in flex version 2.0.1, so this problem can occur. But I fund a solution to resolve this problem.

In fact, my code was not perfect and that caused this bug. The problem is that I was loading the wsdl at each call on the same object WebServices.

Try to load only once the wsdl, and it could be good.

(take care, if you declare your webservice in a mxml file and if you use the attribute wsdl="yourfile.wsdl", the wsdl is loaded. Consequently, you don't need to use the loadWsdl() function)

Good luck anyway...</description>
		<content:encoded><![CDATA[<p>I had the same problem. I think there is a bug in flex version 2.0.1, so this problem can occur. But I fund a solution to resolve this problem.</p>
<p>In fact, my code was not perfect and that caused this bug. The problem is that I was loading the wsdl at each call on the same object WebServices.</p>
<p>Try to load only once the wsdl, and it could be good.</p>
<p>(take care, if you declare your webservice in a mxml file and if you use the attribute wsdl=&#8221;yourfile.wsdl&#8221;, the wsdl is loaded. Consequently, you don&#8217;t need to use the loadWsdl() function)</p>
<p>Good luck anyway&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Thornhill</title>
		<link>http://renaun.com/blog/2007/01/20/178/comment-page-1/#comment-111251</link>
		<dc:creator>Chris Thornhill</dc:creator>
		<pubDate>Tue, 30 Nov 2004 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/01/20/178/#comment-111251</guid>
		<description>I've encountered the same problem.  Has anyone determined the cause or resolved it?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve encountered the same problem.  Has anyone determined the cause or resolved it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Pfeiffer</title>
		<link>http://renaun.com/blog/2007/01/20/178/comment-page-1/#comment-80367</link>
		<dc:creator>Bill Pfeiffer</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/01/20/178/#comment-80367</guid>
		<description>Shawn, you may not get this, but, I just encountered the same error in the same situation (2nd pass through a web service call, I get the fault "Array of input arguments did not contain a required parameter at position 2")

Did you resolve this?</description>
		<content:encoded><![CDATA[<p>Shawn, you may not get this, but, I just encountered the same error in the same situation (2nd pass through a web service call, I get the fault &#8220;Array of input arguments did not contain a required parameter at position 2&#8243;)</p>
<p>Did you resolve this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://renaun.com/blog/2007/01/20/178/comment-page-1/#comment-24815</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Thu, 30 Nov 2000 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://renaun.com/blog/2007/01/20/178/#comment-24815</guid>
		<description>Have you ever seen a situation where you call a web service back to back you get the error below?  For example when I click on a button to get a user, it works.  But if I press it again I get an error.  I looked at your code and I'm doing the exact same thing and still get the error.  I am calling a web service on Jrun 4 but thought I would see if you had any suggestions on how to solve this problem.  One other thing.  It doesnt matter which method I call in a row, I get the same error.

[RPC Fault faultString="Array of input arguments did not contain a required parameter at position 2" faultCode="Client.Input" faultDetail="null"]
	at mx.rpc.soap::Operation/mx.rpc.soap:Operation::createFaultEvent()
	at mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::invokePendingCall()
	at mx.rpc.soap::Operation/send()
	at Function/http://adobe.com/AS3/2006/builtin::apply()
	at mx.rpc.soap.mxml::Operation/send()
	at Function/http://adobe.com/AS3/2006/builtin::apply()
	at mx.rpc::AbstractService/http://www.adobe.com/2006/actionscript/flash/proxy::callProperty()</description>
		<content:encoded><![CDATA[<p>Have you ever seen a situation where you call a web service back to back you get the error below?  For example when I click on a button to get a user, it works.  But if I press it again I get an error.  I looked at your code and I&#8217;m doing the exact same thing and still get the error.  I am calling a web service on Jrun 4 but thought I would see if you had any suggestions on how to solve this problem.  One other thing.  It doesnt matter which method I call in a row, I get the same error.</p>
<p>[RPC Fault faultString="Array of input arguments did not contain a required parameter at position 2" faultCode="Client.Input" faultDetail="null"]<br />
	at mx.rpc.soap::Operation/mx.rpc.soap:Operation::createFaultEvent()<br />
	at mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::invokePendingCall()<br />
	at mx.rpc.soap::Operation/send()<br />
	at Function/http://adobe.com/AS3/2006/builtin::apply()<br />
	at mx.rpc.soap.mxml::Operation/send()<br />
	at Function/http://adobe.com/AS3/2006/builtin::apply()<br />
	at mx.rpc::AbstractService/http://www.adobe.com/2006/actionscript/flash/proxy::callProperty()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
