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
SGulSGul 

Removal of Redundant Nodes while creating WSDL from Apex Class

Hi,

 

Whenever WSDL is being created from an APEX Class by clicking on Generate WSDL corres. to it, the generated WSDL contains some redundant elements such as DebuggingInfo, LogCategory, LogInfo, DebuggingHeader etc which are related to Debug/Log Information.

 

Is there any way by which these tags can be removed automatically when i click on generate WSDL and create the same?

 

Since Debug Headers are irrelevant and we dont want it to be there in generated WSDL , please let me know how to do it auomatically without changing it manually in generated WSDL.

 

Thanks,

Shipra