[flexcoders] Flex 2: Passing Custom Classes to .NET Web Service

2006-09-13 Thread John C. Bland II
Has anyone successfully done so? I found this blog (here: http://weblogs.asp.net/soever/archive/2005/10/29/428902.aspx) that showed how he did it with the mx:operation but I want to pass MyFunction(MyClassObject) and have it do what it needs to do. Any ideas?-- John C. Bland IIChief

Re: [flexcoders] Flex 2: Passing Custom Classes to .NET Web Service

2006-09-13 Thread Sam Shrefler
John: I just put together a little tutorial on using .NET (with AMF0) with WebOrb.NET Standard (free) to pass typed custom classes back and forth, you can check it out here: http://blog.shrefler.net/?p=6 Or, you can use JSON (both in flex and .net) with a .NET webService to serialize and