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
ArjunmcaArjunmca 

Not able to Generate the Class from WSDL

Hi,

 

 

I have a WSDL which was developed in Java, it has many packages and nested classes. 

How can i generate classes from that WSDL in salesforce platform.

 

Thanks.

 

 

pChan1412pChan1412

Hi,

 

Go to Your Name>App Setup>Develop>Apex Classes. Click on 'Generate From WSDL', load your WSDL file and click 'Parse WSDL'. Is this what you were looking for?

 

Regards,

Puneeth.

Srinath TeramSrinath Teram

Click on Setup>Develop>Apex Class. It should list out all classes and you could see "Generate from WSDL" button on the top. Upload your file and it should parse if no errors.

ArjunmcaArjunmca
My WSDL has external XML schema. So 'Generate from WSDL' option is not working.