Hessian
For NeoLoad to decode the Hessian requests and responses into XML, the required libraries must be declared.
Required libraries are Java objects that are transmitted over the network between client and server.
To be able to handle Hessian requests, you will need to purchase the optional Java Serialization module. This module is included in the demo version of NeoLoad.
- Tip: Hessian libraries can be drag-and-dropped from the file explorer into the declared libraries table.
- To declare one or more Hessian libraries
- Click the + button, and select the WAR file or the directory of the Web application being tested. NeoLoad automatically retrieves all the required JAR files. You may also manually select the JAR files used by the Hessian applications being tested.
- NeoLoad automatically repairs any Hessian requests flagged as incorrectly converted to XML.
- If the repair fails, you can find further information on the error in the relevant plugins.log.XXX log file (the logs directory can be accessed through Help > Open Logs Folder).
Home