1

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?

Kai Brummund
  • 3,538
  • 3
  • 23
  • 33
  • http://stackoverflow.com/questions/33718462/how-to-post-gzip-request-with-apache-jmeter.. This covers part of it. I am not sure it will compressed whole request or just xml. – zaheer akhter Jun 23 '16 at 20:03
  • http://stackoverflow.com/questions/38035670/how-to-use-java-program-in-bean-pre-processor. Solved. – zaheer akhter Jun 29 '16 at 21:34

0 Answers0