How to encode the base64 format from compressed ( DEFLATE or GZIP compression)?
Steps that our application goes through for compression. (Clients do these steps in reverse)
1. Take contents of Body tag and compress it using deflate.
2. Base64 encode the comrpessed content
3. Write the CompressedBody tag with the Base64 + compressed content inside
Example message: The below compressed form came from body of the customer request. This was came while recording the Application pages interface with Jave script.
cQATbDiHYTuwTFhHqZsr9sAp4vVjupvsWOb8Pig3SgrBmgsn0pp4dervytybAG8ACnDjJjYvvat
I would like to know status about the below posts that was posted by Adikidran on 03-21-2011.
Re: Web Service SOAP + Compression Error During Recording
Using the DFE feature (which is already released with LoadRunner) you can write a DFE that will encode/decode the compression
for a future release we are working on a new API for decompressing...
Thanks,
Sheik