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
sudhakar reddy 13sudhakar reddy 13 

WSDL class in apex and how it can be created

Ajay K DubediAjay K Dubedi
Hey, 
If you want to know how to make classes from wsdl, you can prefer these links:
https://help.salesforce.com/apex/HTViewHelpDoc?id=code_wsdl_to_package.htm&language=en (https://help.salesforce.com/apex/HTViewHelpDoc?id=code_wsdl_to_package.htm&language=en)
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_wsdl2apex.htm

Thanks.