For a project I need to create a webservice server/client structure. The server will be java and client will (better - must) be c++.
I tent not to used SOAP because it's a bit heavy weight for this project. (connection over GSM) The hessian stuff from caucho seems to be a better choice. But they only have a java (and python) implementation :-/ I am wondering if anyone has some links or hints about marshalling/unmarshalling (java <-> c++) objects. Smells a little like CORBA. Don't know if I wanna go this road though... ...probably not much less heavy weight than SOAP appreciate any thoughts... -- Torsten -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
