Java over HTTP Vuser Functions
Java over HTTP functions are used to make Java remote invocations over HTTP. Use them in conjunction with the Java language utility functions and the Java language web function.
Click one of the following functions for more information:
Serializes an object and sends it to the server. | |
JavaHTTP.readObject | Creates an object from a byte array. |
Reflects an object and returns the value of a field. | |
Reflects an object and sets the value of a field. | |
XmlBasedBinMemoObjectParsing.xml2bin | Reads an XML file and converts it to a byte array. |
XmlBasedBinMemoObjectParsing.xml2binFile | Reads an XML file, converts it to a byte array, and loads the byte array into a new file. |