Table of Contents

Search

  1. Preface
  2. Performance Tuning Overview
  3. Target Optimization
  4. Source Optimization
  5. Transformation Optimization
  6. Mapping Optimization
  7. Partitioned Mapping Optimization
  8. Run-time Optimization
  9. SQL Data Service Optimization
  10. Web Service Optimization
  11. Connections Optimization
  12. Data Transformation Optimization

Performance Tuning Guide

Performance Tuning Guide

Web Service Message Compression

Web Service Message Compression

You can optimize web service performance by compressing large web messages that are passed to and from providers.
Consider the following solution for web service message bottlenecks:
Enable SOAP message compression for a web service client.
SOAP message compression enables the web service to compress web service to receive compressed web service client messages. The web service can accept a SOAP message with GZip compression from a web service client.
When the Data Integration Service receives the response from the web service, it checks the Content-Encoding HTTP header in the SOAP message and it decodes the message.

0 COMMENTS

We’d like to hear from you!