I want to use Hessian binary web protocol (http://hessian.caucho.com/) for a J2EE server and I need to communicate with the server using C code (low level hardware devices, that cannot handle C++ programs).
I understand that C is not the object oriented language, but is there available any (limited) library, that is possible to call some simple methods, e.g.:
void hello(int number, String name);