Client Interfaces Guide > Connecting to TDV Server through Web Interfaces > SOAP Message Compression
 
SOAP Message Compression
TDV Web services supports GZIP compression of the SOAP message body.
The client making an HTTP request of a published TDV Web service needs to signal that it supports GZIP compression with a request header that includes:
Accept-Encoding: gzip
 
The response message sent to the client has a compressed message body, and the HTTP header looks like the following:
Content-Type: text/xml; charset=utf-8
Content-Encoding: gzip
Transfer-Encoding: chunked
Server: Jetty(6.2.11)