Hessian Web Services

Hessian is a binary web services protocol from Caucho. It is lightweight, efficient and easy to use.

Parameters

These are some parameters and details on how to call Hessian web services:

  • The URL for Hessian requests is http://host[:port]/[context]/remoting/hessian/[service],
  • Parameters and returned objects APIs can be found from JavaDoc.