1

I am going to write a client-server application using Hessian protocol for binary serialization. Do you know if there is a way to do it with C++ server and Java client? I have found only vice versa examples (Java server and C++ client).

Thanks in advance.

  • 1
    If you are using a common protocoll, of course! – bash.d Mar 27 '13 at 13:47
  • As bash.d pointed out, it makes no difference what language you use for the client and server, as long as you are using the same protocol. Why would it? – JBentley Mar 27 '13 at 13:49
  • 1
    I see in hessiancpp code for client only support. I've seen example for server/client in C# implementation of hessian, but it's too old and I need C++. – Andrey Pervunin Mar 27 '13 at 23:20
  • @Andrey Pervunin: can you please post the source where you've found the examples? Thanks. – Nelly Apr 21 '16 at 08:48

0 Answers0