I am using the latest FlexBuilder (2.0 Beta 3) and trying to send a 
bean to/from a Microsoft Web Service. I've had some success, but 
sometimes [when I change code, I feel] it fails to 
serialize/deserialize. Has anybody found a good tool to help debug 
this environment (that runs either side?)

I've found I can send the bean from Flex (and it is received ok at 
the Microsoft side) but at this point I can no longer receive it, or 
if I can, I can no longer cast the result to my Flex class. 

I believed I had some luck (at some point) with this code. Does it 
stand a chance of working, or was I dreaming? Is there a way to 
deserialie into this class, and/or debug when it fails? [I am 
getting 'null' at the end of this, as if the object cannot be forged 
from the response. Is there a better way to do this?

public function postComplete(event:mx.rpc.events.ResultEvent) : void
{
        // Extract the entry            
        _Entry = event.result as acEntry;

Just for help in debugging, does anybody know how to:

1) Dump an object to it's serialized SOAP XML? 
2) Dump an object, to see what values it contains.
3) Heck, even ... turn on trace (I can't find an mm.cfg to 
configure. Is this from some older version of Flex?)

Thanks for your help.

regards

Adam





------------------------ Yahoo! Groups Sponsor --------------------~--> 
You can search right from your browser? It's easy and it's free.  See how.
http://us.click.yahoo.com/_7bhrC/NGxNAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to