[protobuf] Protobuf over HTTP

2010-11-24 Thread mvbaffa
Hi, I have a Flex 4 client and I want to make it talk to a WCF/JSON Service. I have read that protobuf-net fill the WCF part of my communication. I hope that some actionscript protobuf project can do the actionscript part. Sorry about asking this, maybe this is a basic question but I could not

Re: [protobuf] Protobuf over HTTP

2010-11-24 Thread Pavel Shramov
On Wed, Nov 24, 2010 at 02:54:58AM -0800, mvbaffa wrote: Do you have any reference of a real example sending and receiving information using, including HTTP protocol. Search mailing list for 'http'. It was discussed numerious times already. For example I'm using protobuf over http (with

Re: [protobuf] Protobuf over HTTP

2010-11-24 Thread Marc Gravell
Note that the protobuf-net *inside WCF* is going to be largely .NET/WCF specific. If you want to talk cross-platform, vanilla HTTP would be preferable, or alternatively just transfer a `byte[]` or `Stream` in your regular web-service tools of choice. (note also: MTOM may be helpful if your