XmlBasedBinMemoObjectParsing.xml2binFile
Example: Java over HTTP Action | Java over HTTP Vuser Functions |
Reads an XML from a file, converts it to a byte array, and loads the byte array into a new .bin file.
public static void xml2binFile(String xmlFilename, String binFilename)
Arguments
Argument | Description |
---|---|
xmlFilename | The name of the file containing the XML to be converted into a byte array. This file must be located in the same folder as the Vuser script. |
binFilename | The name of the new file into which the byte array is loaded. |
Parameterization
Parameterization is not applicable to this function.