I have a server which accepts JSON format. I have successfully embedded XML in JSON . But now I need to send this XML in Gzip format. Is there any way to do this in JMeter?
{
"MessageId": "null:,
"Data": "Here is the xml message",
"SourceMessageIdentifier": "String"
}
I mean I need to just gzip the Data, not the whole request. Is there any way to do that?