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
AndraskoAndrasko 

Generate apex code from WSDL - inheritance problem

Hy everyone!

 

I got a WSDL file and I generated apex code from this WSDL. After that I check the code and I found that the class inharitance is gone. (There is a custom userFull class, that extends a custom user class in the original code).

 

It is possible that salesforce not supported inheritance when generated apex code from wsdl?