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
stathostatho 

WSDL question - newbie

Hi all,

My API needs to be able de realize some actions, and needs to to them as faster as possible.

My question concerns the WSDL file. Can I cut some parts of the file to recover only the datas I need (In my case, the simple creation of task/event, update)? Will the process be accelerated ?

thanks :)
adamgadamg
Uh, not quite sure I understand your question, but if you are asking if modifying the WSDL will improve performance, the answer is no.  Beyond your code/queries, the best way to optomize performance is to make sure you are using compression.
stathostatho
You have well understood my question  :) And thanks for the answer
But I think I need more informations about compression. Because I don't know at all what it is ^^
Where can I get some ?
Tran ManTran Man
Read about it here.
stathostatho
Thanks a lot :)