<?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: gofr (AS3 Web Service) Extensions</title>
	<atom:link href="http://labs.alducente.com/2007/11/15/gofr-as3-web-service-extensions/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.alducente.com/2007/11/15/gofr-as3-web-service-extensions/</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 00:43:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Sander</title>
		<link>http://labs.alducente.com/2007/11/15/gofr-as3-web-service-extensions/comment-page-1/#comment-231</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Fri, 04 Jan 2008 12:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=14#comment-231</guid>
		<description>Carlo,

I&#039;ve got a solution to use the Flex RPC classes within flash, check out my post:
http://labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash</description>
		<content:encoded><![CDATA[<p>Carlo,</p>
<p>I&#8217;ve got a solution to use the Flex RPC classes within flash, check out my post:<br />
<a href="http://labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash" rel="nofollow" onclick="urchinTracker('/outgoing/labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash?referer=');">http://labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Jester</title>
		<link>http://labs.alducente.com/2007/11/15/gofr-as3-web-service-extensions/comment-page-1/#comment-230</link>
		<dc:creator>Craig Jester</dc:creator>
		<pubDate>Thu, 20 Dec 2007 23:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=14#comment-230</guid>
		<description>Awesome job.  We are encountering the same no available methods while trying to access a .net web service. Connects fine and I see the methods get dropped in the ConstructSchema when schema.length is zero (2nd for loop).</description>
		<content:encoded><![CDATA[<p>Awesome job.  We are encountering the same no available methods while trying to access a .net web service. Connects fine and I see the methods get dropped in the ConstructSchema when schema.length is zero (2nd for loop).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Barber</title>
		<link>http://labs.alducente.com/2007/11/15/gofr-as3-web-service-extensions/comment-page-1/#comment-229</link>
		<dc:creator>Nigel Barber</dc:creator>
		<pubDate>Sun, 16 Dec 2007 21:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=14#comment-229</guid>
		<description>Hi Carlo. That would be great. I like what you&#039;ve done with the dynamic method creation. You&#039;ve inspired me...


Cheers,
      Nigel.</description>
		<content:encoded><![CDATA[<p>Hi Carlo. That would be great. I like what you&#8217;ve done with the dynamic method creation. You&#8217;ve inspired me&#8230;</p>
<p>Cheers,<br />
      Nigel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alducente</title>
		<link>http://labs.alducente.com/2007/11/15/gofr-as3-web-service-extensions/comment-page-1/#comment-228</link>
		<dc:creator>alducente</dc:creator>
		<pubDate>Sun, 16 Dec 2007 04:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=14#comment-228</guid>
		<description>The WSDL parser is currently not able to parse through the amazon WSDL documents because there is a slight difference in structure between regular WSDL and Amazon WSDL. I&#039;ll have to look through it in more detail and figure out how to fix it.</description>
		<content:encoded><![CDATA[<p>The WSDL parser is currently not able to parse through the amazon WSDL documents because there is a slight difference in structure between regular WSDL and Amazon WSDL. I&#8217;ll have to look through it in more detail and figure out how to fix it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Barber</title>
		<link>http://labs.alducente.com/2007/11/15/gofr-as3-web-service-extensions/comment-page-1/#comment-227</link>
		<dc:creator>Nigel Barber</dc:creator>
		<pubDate>Sun, 16 Dec 2007 04:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://labs.alducente.com/?p=14#comment-227</guid>
		<description>Hi. Impressive piece of coding. I&#039;ve been trying to use this class to interface with Amazon&#039;s S3 SOAP API, using this WSDL file http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl

However, after loading availableMethods() is empty. Does WSDL.as need enhancing?


Thanks for your time,
            Nigel.</description>
		<content:encoded><![CDATA[<p>Hi. Impressive piece of coding. I&#8217;ve been trying to use this class to interface with Amazon&#8217;s S3 SOAP API, using this WSDL file <a href="http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl" rel="nofollow" onclick="urchinTracker('/outgoing/s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl?referer=');">http://s3.amazonaws.com/doc/2006-03-01/AmazonS3.wsdl</a></p>
<p>However, after loading availableMethods() is empty. Does WSDL.as need enhancing?</p>
<p>Thanks for your time,<br />
            Nigel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

