I'm trying out Hessian for C++ to use RPC. I have managed to build the test application. So how can I modify the main function in the test project and generate a server. And how do i implement there the functions which I could call via RPC from the client?
greetings
Matthias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying out Hessian for C++ to use RPC. I have managed to build the test application. So how can I modify the main function in the test project and generate a server. And how do i implement there the functions which I could call via RPC from the client?
greetings
Matthias
You can't use HessianCPP as a Hessian server. The only server I'm aware of is Resin.
HTH,
Jose.