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
ArunaAruna 

Reg : Generating Apex class from WSDL

Hello Experts ,

 

I have question it  may be basic question.

 

how to generate a Apex class from WSDlL i know one way is

 

click on the button "Generate from wsdl".

 

is there other way like wsdl2apex, i red  that we can generate the Apex class using wsdl2apex.

 

can any one clarify me on this.

 

if we can generate Apex  class using WSDL2Apex , what is the process to do that.

 

I Appreciate  we could provide me the process from starting how to generate Apex class using "WSDL2APex".

 

 and how to use HTTPHeader .

 

 

Thank you

 

Best Answer chosen by Admin (Salesforce Developers) 
ArunaAruna

OK , Thank you for the clarification.

 

 

 

 

All Answers

sfdeveloper9sfdeveloper9

There is only one way and that is Generate from wsdl. The Generate from WSDL uses wsdl2apex tool internally to generate the apex class.

ArunaAruna

OK , Thank you for the clarification.

 

 

 

 

This was selected as the best answer