Java Serialization
For NeoLoad to decode the Java Serialization 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,
- the interfaces of the services called by the client application.
Java libraries can be drag-and-dropped from the file explorer into the declared libraries table.
- To declare one or more Java libraries
- Click on 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 Java Serialization applications being tested.
- NeoLoad automatically repairs any Java Serialization 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