As a guess, I would say that the XML has changed and Flex is having problems 
decoding the XML.

If at all possible, compare the XML that worked to the new XML to see what 
changed. Also, there may be an invalid character that Flex doesn't like but 
that the browser will display OK.


--- In flexcoders@yahoogroups.com, "Nate Pearson" <napearso...@...> wrote:
>
> I have a stock widget at my company that brings in stock quotes from yahoo.  
> It's been running fine for the last 3 months.  This morning I get the error 
> below when I try to get the stock info.  Doesn't work on server or my 
> desktop.  It uses an HTTP service.  If I just type in the URL i get the info 
> back.  Any ideas?!
> 
> -Nate
> 
> 
> [RPC Fault faultString="SOAP Response cannot be decoded. Raw response: " 
> faultCode="DecodingError" faultDetail="null"]
>       at 
> mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::processSOAP()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\soap\Operation.as:874]
>       at 
> mx.rpc.soap::Operation/http://www.adobe.com/2006/flex/mx/internal::processFault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\soap\Operation.as:805]
>       at 
> mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:218]
>       at 
> mx.rpc::Responder/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\Responder.as:53]
>       at 
> mx.rpc::AsyncRequest/fault()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103]
>       at 
> DirectHTTPMessageResponder/errorHandler()[C:\autobuild\3.2.0\frameworks\projects\rpc\src\mx\messaging\channels\DirectHTTPChannel.as:362]
>       at flash.events::EventDispatcher/dispatchEventFunction()
>       at flash.events::EventDispatcher/dispatchEvent()
>       at flash.net::URLLoader/onComplete()
>


Reply via email to