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.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. | |
| web.base64decode | Decodes a message encoded using base64 encoding. |
| web.base64encode | Encodes a message using base64 encoding. |
| web.url_decode | Decodes an encoded URL. |
| web.url_encode | Encodes a URL. |
| XmlBasedBinMemoObjectParsing.xml2bin | Reads an XML from a file and converts it to a byte array. |
| XmlBasedBinMemoObjectParsing.xml2binFile | Reads an XML from a file, converts it to a byte array, and loads the byte array into a new file. |

