using .net classes obtained form web services in flex
Posted
by zombiegx
on Stack Overflow
See other posts from Stack Overflow
or by zombiegx
Published on 2010-03-30T18:39:54Z
Indexed on
2010/03/30
18:43 UTC
Read the original article
Hit count: 372
from flex, when calling a .net web method that returns a custom class, I always recieve an ObjectProxy, even if I have the same class created on flex. How do I manage this ObjectProxy as the class I have?
thanks.
© Stack Overflow or respective owner