Expand my Community achievements bar.

rpc error from flash player driving me insane!!

Avatar

Level 1
Hi everyone,

Anytime I try and run a flex application that tries to access
date through various methods httpservice, remoteobject etc. I get
the error below. I have tried running the applications locally and
on other servers it won't work anywhere. I feel like this is a
flash player error but I have all the security turned off. I have
searched google and forums for days and found no global answers.
Some people seem to suggest adding some imports statements to the
mxml code but since this is happening on sample applications that I
didn't write, it doesn't make sense. Do I have some service turned
off or something. I have looked everywhere for an answer and can't
find anything that makes sense. Here is the error and thanks to
anyone who can offer some help and suggestions!



[RPC Fault faultString="Default decoder could not decode
result" faultCode="Client.CouldNotDecode" faultDetail="null"]

at mx.rpc.http::HTTPService/
http://www.adobe.com/2006/flex/mx/internal::processResult()

at mx.rpc::AbstractInvoker/
http://www.adobe.com/2006/flex/mx/internal::resultHandler()

at mx.rpc::Responder/result()

at mx.rpc::AsyncRequest/acknowledge()

at ::DirectHTTPMessageResponder/completeHandler()

at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at flash.net::URLLoader/flash.net:URLLoader::onComplete()

1 Reply

Avatar

Level 3
Hi,



I think it is caused by the httpservice return a bad xml. Use
a browser to navigate to the httpservice to verify the data is in
good format



William Chan