Hessian web services can optionally implement the ElementService interface which has one method: setRequestElement(Element element). When the service is processed, the request element instance will automatically be provided through this method and the service will be able to access all element methods freely (retrieve inputs and submissions, check http values, etc etc).
The same will later be implemented for Axis SOAP services.