[protobuf] Re: Protobuf over HTTP

2010-11-25 Thread mvbaffa
Thanks Marc, Just one more question. Can I use protobuf-net for RPC Services If Yes can these services be written and driven by WCF services, with WsHttpBinding or TCPBinding ??? Thanks again, On Nov 24, 9:50 pm, Marc Gravell marc.grav...@gmail.com wrote: That all depends on how

Re: [protobuf] Re: Protobuf over HTTP

2010-11-25 Thread Marc Gravell
WCF can provide RPC, and protobuf-net can elbow it's way inside WCF *for some scenarios*. One option here is simply with some WCF configuration changes: http://marcgravell.blogspot.com/2009/11/controlling-wcf-protobuf-net-at.html It isn't specific to any particular binding - but works best for

[protobuf] Encoding/Decoding extension

2010-11-25 Thread Benoit Laurent
Hi, I've done some experiment using protocol buffers extension but I kind of wondering if I am doing things the right way. For the encoding I've seen some explanation on the multi message encoding, and what I am doing seems ok. On the other hand I am kind of suspicious about my decoding routine.

[protobuf] Re: Issue 239 in protobuf: Missing file

2010-11-25 Thread protobuf
Updates: Status: Invalid Comment #1 on issue 239 by temporal: Missing file http://code.google.com/p/protobuf/issues/detail?id=239 Please do not use protobuf directly from SVN. Use the most recent release package. We are well aware that the code in SVN is broken. We will fix these