Hi everybody,
I'm writing a Load test that send Time Stamping Requests to a Time Stamping
Autority.
This is a standard protocol, described in rfc3161. This require a POST
execution, sending a small ASN1 object, that is binary.
Now, I have written the groovy part that set up the ASN1 object, and that creates the *bytes[] array*, but I cannot copy to a
variable, because the casting to a string *modifies* the content. However I cannot find any other way to pass this content.
Given the amount of traffic I have to generate, writing to a file and then
attach it is not a viable solution.
Is there any other way to work around this issue?
Thank you in advance!
--
Ing. Sergio Boso
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]