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 on the links below for more information:

Serializes an object and sends it synchronously on HTTP with the given options.
JavaHTTP.readObjectCreates 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.
web.base64decodeDecodes a message encoded using base64 encoding.
web.base64encodeEncodes a message using base64 encoding.
web.url_decodeDecodes an encoded URL.
web.url_encodeEncodes a URL.
XmlBasedBinMemoObjectParsing.xml2binReads an XML from a file and converts it to a byte array.
XmlBasedBinMemoObjectParsing.xml2binFileReads an XML from a file, converts it to a byte array, and loads the byte array into a new file.