Java serialization over HTTP prerequisites
1.
Before you can start working with the Java serialization adapter, you must add the following file to your CLASSPATH:
Interact_Runtime_Environment_Installation_Directory/lib/interact_client.jar
2.
All objects passed back and forth between the client and the server can be found in the package com.unicacorp.interact.api. See the Interact API JavaDoc for more details.
3.
To get an instance of the InteractAPI class, call the static method getInstance with the url of the Interact runtime server.