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.