开发者

using .net classes obtained form web services in flex

开发者 https://www.devze.com 2022-12-25 07:20 出处:网络
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 a

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.


To use custom classes with WebServices they need to be registered with SchemaTypeRegistry. You'll need to map the namespace and local name from the wsdl to an AS3 class.

0

精彩评论

暂无评论...
验证码 换一张
取 消