<?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"
	>
<channel>
	<title>Comments on: Some new SWX API methods for Flickr and Jaiku</title>
	<atom:link href="http://aralbalkan.com/976/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/976</link>
	<description>Aral on Flash, SWX, Flex, ActionScript, and life.</description>
	<pubDate>Thu, 28 Aug 2008 21:06:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/976#comment-59315</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Thu, 05 Jul 2007 10:43:18 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/976#comment-59315</guid>
		<description>Hi Kelvin,

I've just added far better error handling for this condition. You can read all about it here:

http://swxformat.org/44

I am going to be releasing the new version of the SWX Service Explorer today with SWX Beta 1.2. 

The version of the SWX Service Explorer in the SWX MAMP Bundle 1.2 will come with the correctly-configured URL. 

For all other users, the Service Explorer should bring up the Preferences window the first time it is used so that you can set the correct Gateway URL for your server. This may not have happened for you if you had already used the AMFPHP service browser (as they were using the same shared object). I've now changed that too so that the SWX Service Explorer uses its own shared object (so there won't be a conflict with the AMFPHP service browser).

Thanks so much again for reporting this and please do let me know if you continue to have issues with this or have any other problems.</description>
		<content:encoded><![CDATA[<p>Hi Kelvin,</p>
<p>I&#8217;ve just added far better error handling for this condition. You can read all about it here:</p>
<p><a href="http://swxformat.org/44" rel="nofollow">http://swxformat.org/44</a></p>
<p>I am going to be releasing the new version of the SWX Service Explorer today with SWX Beta 1.2. </p>
<p>The version of the SWX Service Explorer in the SWX MAMP Bundle 1.2 will come with the correctly-configured URL. </p>
<p>For all other users, the Service Explorer should bring up the Preferences window the first time it is used so that you can set the correct Gateway URL for your server. This may not have happened for you if you had already used the AMFPHP service browser (as they were using the same shared object). I&#8217;ve now changed that too so that the SWX Service Explorer uses its own shared object (so there won&#8217;t be a conflict with the AMFPHP service browser).</p>
<p>Thanks so much again for reporting this and please do let me know if you continue to have issues with this or have any other problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Towards a friendlier SWX Service Explorer at SWX: SWF Data Exchange Format</title>
		<link>http://aralbalkan.com/976#comment-59311</link>
		<dc:creator>Towards a friendlier SWX Service Explorer at SWX: SWF Data Exchange Format</dc:creator>
		<pubDate>Thu, 05 Jul 2007 10:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/976#comment-59311</guid>
		<description>[...] In the past few days, I've been working on making the SWX Service Explorer a friendlier beast. Today, prompted by the error Kelvin Luck reported, I added better error handling that should help with a common issue that people may run into with Beta 1.1: The problem with the incorrect default gateway URL. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] In the past few days, I&#8217;ve been working on making the SWX Service Explorer a friendlier beast. Today, prompted by the error Kelvin Luck reported, I added better error handling that should help with a common issue that people may run into with Beta 1.1: The problem with the incorrect default gateway URL. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/976#comment-59290</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Thu, 05 Jul 2007 09:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/976#comment-59290</guid>
		<description>Hey Kelvin,

Crap, I didn't read the error message fully. The problem's here:

&lt;blockquote&gt;details = "http://swxformat.org/php/gateway.php"&lt;/blockquote&gt;

I only recently got the source for the service browser (it's the same one in Amfphp but the source wasn't in the tree) and only this week got round to actually updating it. 

The problem is that it defaulted to the Amfphp default gateway (gateway.php). Since there are several gateways in SWX, including the SWX gateway (swx.php), JSON gateway (json.php), etc., I thought it made more sense to call the amf gateway amf.php. So the configuration URL for the service browser is pointing at the wrong gateway. 

You can change this yourself by clicking the preferences/configuration button and changing gateway.php to amf.php. 

In the latest version in SVN (http://svn1.cvsdude.com/osflash/swx/trunk), the default gateway is set to http://localhost:8888/php/amf.php (so that it works out of the box with the SWX MAMP Bundle without configuration). 

Today, I'm going to capture the error you received and have the service browser (now SWX Service Explorer), handle it in a friendly manner.

Thanks again for letting me know about this. Please do update me as to whether you were able to get it to work by changing the gateway URL in the service browser.</description>
		<content:encoded><![CDATA[<p>Hey Kelvin,</p>
<p>Crap, I didn&#8217;t read the error message fully. The problem&#8217;s here:</p>
<blockquote><p>details = &#8220;http://swxformat.org/php/gateway.php&#8221;</p></blockquote>
<p>I only recently got the source for the service browser (it&#8217;s the same one in Amfphp but the source wasn&#8217;t in the tree) and only this week got round to actually updating it. </p>
<p>The problem is that it defaulted to the Amfphp default gateway (gateway.php). Since there are several gateways in SWX, including the SWX gateway (swx.php), JSON gateway (json.php), etc., I thought it made more sense to call the amf gateway amf.php. So the configuration URL for the service browser is pointing at the wrong gateway. </p>
<p>You can change this yourself by clicking the preferences/configuration button and changing gateway.php to amf.php. </p>
<p>In the latest version in SVN (http://svn1.cvsdude.com/osflash/swx/trunk), the default gateway is set to <a href="http://localhost:8888/php/amf.php" rel="nofollow">http://localhost:8888/php/amf.php</a> (so that it works out of the box with the SWX MAMP Bundle without configuration). </p>
<p>Today, I&#8217;m going to capture the error you received and have the service browser (now SWX Service Explorer), handle it in a friendly manner.</p>
<p>Thanks again for letting me know about this. Please do update me as to whether you were able to get it to work by changing the gateway URL in the service browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin Luck</title>
		<link>http://aralbalkan.com/976#comment-59277</link>
		<dc:creator>Kelvin Luck</dc:creator>
		<pubDate>Thu, 05 Jul 2007 08:46:08 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/976#comment-59277</guid>
		<description>Hi Aral,

Sorry - slow response cos I didn't see your question...

Yeah, the error happens immediately I log on. Still happening now... Do you know of another remoting powered site I can try to see if it is the firewall here?</description>
		<content:encoded><![CDATA[<p>Hi Aral,</p>
<p>Sorry - slow response cos I didn&#8217;t see your question&#8230;</p>
<p>Yeah, the error happens immediately I log on. Still happening now&#8230; Do you know of another remoting powered site I can try to see if it is the firewall here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Petteri Koponen</title>
		<link>http://aralbalkan.com/976#comment-57471</link>
		<dc:creator>Petteri Koponen</dc:creator>
		<pubDate>Thu, 28 Jun 2007 20:48:57 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/976#comment-57471</guid>
		<description>Hi Aral --

Very cool!

If you want help with the Jaiku API, check the &lt;a href="http://jaiku.com/channel/devku" rel="nofollow"&gt;devku channel&lt;/a&gt; at Jaiku.</description>
		<content:encoded><![CDATA[<p>Hi Aral &#8211;</p>
<p>Very cool!</p>
<p>If you want help with the Jaiku API, check the <a href="http://jaiku.com/channel/devku" rel="nofollow">devku channel</a> at Jaiku.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coder</title>
		<link>http://aralbalkan.com/976#comment-57449</link>
		<dc:creator>Coder</dc:creator>
		<pubDate>Thu, 28 Jun 2007 19:10:04 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/976#comment-57449</guid>
		<description>Cool.

Thanks for sharing</description>
		<content:encoded><![CDATA[<p>Cool.</p>
<p>Thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aral</title>
		<link>http://aralbalkan.com/976#comment-57426</link>
		<dc:creator>aral</dc:creator>
		<pubDate>Thu, 28 Jun 2007 17:39:15 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/976#comment-57426</guid>
		<description>Hi Kelvin, 

It might just be a firewall issue. The Service Browser uses flash remoting to connect to the service... hmm... I haven't run into this and not sure how to recreate it. 

Do you get the error the moment you log on?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Kelvin, </p>
<p>It might just be a firewall issue. The Service Browser uses flash remoting to connect to the service&#8230; hmm&#8230; I haven&#8217;t run into this and not sure how to recreate it. </p>
<p>Do you get the error the moment you log on?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin Luck</title>
		<link>http://aralbalkan.com/976#comment-57421</link>
		<dc:creator>Kelvin Luck</dc:creator>
		<pubDate>Thu, 28 Jun 2007 17:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/976#comment-57421</guid>
		<description>Hi Aral,

I keep getting this error when I hit the service browser page:

(mx.rpc::Fault)#0
  errorID = 0
  faultCode = "Client.Error.MessageSend"
  faultDetail = "Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed"
  faultString = "Send failed"
  message = "faultCode:Client.Error.MessageSend faultString:'Send failed' faultDetail:'Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed'"
  name = "Error"
  rootCause = (Object)#1
    code = "NetConnection.Call.Failed"
    description = "HTTP: Failed"
    details = "http://swxformat.org/php/gateway.php"
    level = "error"

Not sure if it's a firewall issue or something but I had the same problem yesterday. The internet in general seems to be working fine so not sure what's causing the problem...</description>
		<content:encoded><![CDATA[<p>Hi Aral,</p>
<p>I keep getting this error when I hit the service browser page:</p>
<p>(mx.rpc::Fault)#0<br />
  errorID = 0<br />
  faultCode = &#8220;Client.Error.MessageSend&#8221;<br />
  faultDetail = &#8220;Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed&#8221;<br />
  faultString = &#8220;Send failed&#8221;<br />
  message = &#8220;faultCode:Client.Error.MessageSend faultString:&#8217;Send failed&#8217; faultDetail:&#8217;Channel.Connect.Failed error NetConnection.Call.Failed: HTTP: Failed&#8217;&#8221;<br />
  name = &#8220;Error&#8221;<br />
  rootCause = (Object)#1<br />
    code = &#8220;NetConnection.Call.Failed&#8221;<br />
    description = &#8220;HTTP: Failed&#8221;<br />
    details = &#8220;http://swxformat.org/php/gateway.php&#8221;<br />
    level = &#8220;error&#8221;</p>
<p>Not sure if it&#8217;s a firewall issue or something but I had the same problem yesterday. The internet in general seems to be working fine so not sure what&#8217;s causing the problem&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
