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_Home/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. For more details, see the Interact API JavaDoc installed on the runtime server in Interact_Home/docs/apiJavaDoc. You can view the JavaDoc by opening the index.html file in that location with any web browser.
3.
To get an instance of the InteractAPI class, call the static method getInstance with the url of the Interact runtime server.