Have you tried the "TraceTarget" tag in mxml?
This allows you to see everything being sent across the wire and
everything coming back.

Under your <mx:Application> tag, set the following:

 <mx:TraceTarget/>

And then run the debugger.

Hope this gives you some clues.

Bob I.

--- In [email protected], "ben.clinkinbeard"
<[EMAIL PROTECTED]> wrote:
>
> Hello, we are seeing some weird behavior when calling an RPC encoded
> .NET web service. Unless we set resultFormat to e4x, we receive the
> following error:
> 
> fault: [FaultEvent fault=[RPC Fault faultString="Error #1009: Cannot
> access a property or method of a null object reference."
> faultCode="DecodingError" faultDetail="null"]
> messageId="BCCBBAB0-1457-00EA-5329-FE83F9158923" type="fault"
> bubbles=false cancelable=true eventPhase=2]
> 
> ServiceCapture shows that the call does return successfully, and the
> response contains data. A faultCode of "DecodingError" leads me to
> believe Flex is having trouble deserializing the response into
> objects, but I am not sure why that would be. Are there certain SOAP
> structures Flex is known to have problems with?
> 
> Thanks,
> Ben
>


Reply via email to