This sounds more like what I really want to do. I do not want to use SOAP, I never would have to upgrade asmx :)
Everything I write errors connecting to a WCF LOL. Error 1) Security Volation - resolved : cross domain file Error 2) IO Error 2032 - unresolved : ? So I am thinking nothing from Flex works with an extension of svc LOL Is this true? peace, inteliarchs --- In [email protected], Oleg Sivokon <olegsivo...@...> wrote: > > 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 > URLLoader and URLStream. Even though you may find ready made tools for > creating SOAP services, soap is very bloated, normally it would consume many > (many would be 10..100 times more) time more traffic then the same data > serialized to some binary format. >

