[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

[protobuf] Re: Protobuf over HTTP

2010-11-24 Thread mvbaffa
I will look for the threads, Thank you. I have a huge legacy in WCF/JSON and WCF/WsHttpBinding. I need to make it work with Flex. I have already used Fluorine but I would like to use protobuf now for my services. I intend to use protobuf-net in the server and protobuf-actionscript3 in the

Re: [protobuf] Re: Protobuf over HTTP

2010-11-24 Thread Marc Gravell
As yet, there is no single common RPC standard for use with protobuf. Protobuf-net hacks itself into WCF by swapping out some WCF guts, but while that will work with WCF-to-WCF it won't make sense to flex. That is why I suggested just sending a byte-array, since this is easily represented by

[protobuf] Re: Protobuf over HTTP

2010-11-24 Thread mvbaffa
I supposed I could send information from Flex using ProtoBuf- Actionscript and a WCF Service using a ProtoBufSerializationBehavior, from protobuf-net, could receive and deserialize the information. In that case I would need only to make avaiable the same services I already have with a diferent

[protobuf] Re: Issue 83 in protobuf: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008

2010-11-24 Thread protobuf
Comment #17 on issue 83 by heydunne: protobuf does not compile cleanly in 64-bit mode in Visual Studio 2008 http://code.google.com/p/protobuf/issues/detail?id=83 My apologies; the functions did not change; I was reading an *internally* patched version of 2.2.0. FWIW, we modified

Re: [protobuf] Re: Protobuf over HTTP

2010-11-24 Thread Marc Gravell
That all depends on how ProtoBuf-Actionscript encodes the payload. I know nothing about that, so can't really comment. On 24 November 2010 19:28, mvbaffa mvba...@gmail.com wrote: pposed I could send information from Flex using ProtoBuf- Actionscript -- Regards, Marc -- You received

[protobuf] Issue 239 in protobuf: Missing file

2010-11-24 Thread protobuf
Status: New Owner: ken...@google.com Labels: Type-Defect Priority-Medium New issue 239 by fraser.hutchison: Missing file http://code.google.com/p/protobuf/issues/detail?id=239 It appears that the file \google\protobuf\compiler\java\java_string_field.cc is missing from the libprotoc project