function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
David_WuDavid_Wu 

How to implement the SOAP Compression with C#

Hi,all.
   In our org,we call apex api to query large data from salesforce with C#.Because of the large data,the process run very slowly.In the apex api docs,there is some way to compress soap message and make the work faster,but no any sample for c#. Who can tell me how to implement the SOAP Compression with C#?
   Thanks very much.

SuperfellSuperfell
http://www.pocketsoap.com/weblog/2006/12/1717.html
David_WuDavid_Wu
Thanks.

It works.
AlwaysConfusedAlwaysConfused
Hmmm ... cheers :)