Hi All, I am planning to use hessian to communicate between two applications. To ensure the applications are loosely coupled , we generate the request and response classes from xsd in the consumer application and invoke the service. We do not want the interface to be present at the client to avoid distributing/maintaining the interfaces.
>From the hessian implementation , I understand that only below information is needed to invoke a service Hessian Service url Input arguments Output Class Type Method Name But there is no API exposed to invoke a remote service , provided the client has the above four information . We tried to extend the hessian proxy class but the visibility was restricted and extending the functionality was not possible. Has naybody tried out invoking a hessian remote service without having the interface class at the client ? Please revert if you have any suggestions. Thanks Lives
_______________________________________________ hessian-interest mailing list hessian-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/hessian-interest