Client Interfaces Guide > Connecting to TDV Server through Web Interfaces > SOAP Message Optimization
 
SOAP Message Optimization
TDV Web services supports the FastInfoset encoding of SOAP messages.
The client application making an HTTP request of a published TDV Web service needs to signal that it supports FastInfoset encoding with a request header that includes:
Accept: application/fastinfoset
 
The response message sent to the client application has a binary message body, and the HTTP header looks like the following:
Content-Type: application/fastinfoset
Server: Jetty(6.2.11)