function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SfDevForceSfDevForce 

Flex & apex.execute

I have a problem getting Contact SObject back to Flex.  Can I use the apex.execute webservice call to get complex data back? Thanks.
Ron HessRon Hess
so your webservice returns one contact, and the execute call returns null ? or a malformed soap message ? or an error ?

can you trace or dump out the returned object?

i've never tried what you are describing, i suspect it may be a seralizing issue.