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
SanchitaSanchita 

How to use SOAP API to search apex class?

 

How to search through soap api? If in case, I want to search apex class through soap API, how can i achive this?
Thanks in advance

 

Bhawani SharmaBhawani Sharma
You need to query ApexClass object as you do for other object through SOAP.