OK, So i grabbed the Apollo alpha runtime, and installed the Apollo
extension for FB 2.0.1 on my Mac and went to try out the spiffy
article on labs: http://labs.adobe.com/wiki/index.php/
Apollo:Articles:Building_Your_First_Flex-based_Apollo_Application
But it seems something is fubar'd at the first step when I try to
debug the HTTPService call to the MXNA feed I get the following error:
[RPC Fault faultString="HTTP request error"
faultCode="Server.Error.Request" fau
ltDetail="Error: [IOErrorEvent type="ioError" bubbles=false
cancelable=false eve
ntPhase=2 text="Error #2032: Stream Error. URL: feed://
weblogs.macromedia.com/mx
na/xml/rss.cfm?query=byMostRecent" errorID=2032]. URL: feed://
weblogs.macromedia
.com/mxna/xml/rss.cfm?query=byMostRecent"]
at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/
internal::faultHan
dler()[C:\dev\enterprise_bali\frameworks\mx\rpc\AbstractInvoker.as:193]
at mx.rpc::Responder/fault()[C:\dev\enterprise_bali\frameworks\mx\rpc
\Responder
.as:56]
at mx.rpc::AsyncRequest/fault()[C:\dev\enterprise_bali\frameworks\mx
\rpc\AsyncR
equest.as:107]
at DirectHTTPChannel.as$139::DirectHTTPMessageResponder/errorHandler
()[C:\dev\e
nterprise_bali\frameworks\mx\messaging\channels\DirectHTTPChannel.as:
323]
at flash.events::EventDispatcher/
flash.events:EventDispatcher::dispatchEventFun
ction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
I've even tried cutting and pasting the code and removing the
'&languages=1' argument, i've tried cleaning and rebuilding and
relaunching FB but no luck so far.
I seem to get the 2032 Stream Error if I call any feed:// address.
However, if i replace the feed with say an address used in the Flex
2:TFTS book in a HTTPService call and debug it works just fine.
Any thoughts, or other people with this issue?