How to implement SOAP/HTTP compression

How to implement SOAP/HTTP compression

book

Article ID: KB0094361

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Resolution
========
Using "Compression proxy".  
  
1). Create a compression proxy.
2). Make all incoming SOAP Requests point to the proxy. The proxy redirects the incoming SOAP Request with all headers and SOAP XML Message payloads to the actual SOAP Server.
3). The proxy compresses the SOAP Response via Java code. 
4). At the end, the proxy sends back the compressed SOAP Response to the client by a Send HTTP Response Activity.
  
   .

Issue/Introduction

How to implement SOAP/HTTP compression

Additional Information

Find the attached example for reference

Attachments

How to implement SOAP/HTTP compression get_app