Generating an Apex Class Using the SOAP Tooling API and MetadataContainer
QESTION It’s fairly easy to create an ApexClass in the SOAP Tooling API: This immediately creates the class in your org. However, I would like to be able to utilize the MetadataContainer functionality to create classes in this manner: When I try this, I get an error as follows: Adding a line to populate the Content field …
Generating an Apex Class Using the SOAP Tooling API and MetadataContainer Read More »