Error message

The following error message is reported in the case of an exception when the provider returns data during serialization:
Serilization error during serialize response.

Solution

Check the hsf.log file of the provider and search for must implement java.io.Serializable. If the log file contains "must implement java.io.Serializable", implement a serializable interface on the domain object (DO).