Re: [flexcoders] AS3 to .NET 3.5 WCF Service

2010-05-14 Thread Oleg Sivokon
You can use Protobuf serialization or just write AMF serialization yourself - depends on how much time you want to spend on it. I didn't like that how AMF encodes strings by default and so I made some very simple AMF-like encoder and decoder and that wasn't really difficult. I would look into URLLo

Re: [flexcoders] AS3 to .NET 3.5 WCF Service

2010-05-13 Thread Peeyush Tuli
Use SOAP? googling can give you a lot of sample code. Peeyush Tuli Adobe Certified Expert http://www.metadesignsolutions.com On Fri, May 14, 2010 at 12:41 AM, inteliarchs wrote: > > > Hello, > > Thank you for your response. Has anyone ventured down the path of writing a > AS3 to WCF Service wit

[flexcoders] AS3 to .NET 3.5 WCF Service

2010-05-13 Thread inteliarchs
Hello, Thank you for your response. Has anyone ventured down the path of writing a AS3 to WCF Service without using FluorineFx or WebORB? I have a project requirement not to use these tools (yikes) :) Please provide me with an example if you have done this so I can hit the ground running.