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
Kevin Yao 4Kevin Yao 4 

Parse Enterprise WSDL into Salesforce

There's a few of the SOAP functions that I want to use in apex, is there a better way then to try and load the Enterprise WSDL? The one we have is huge, and trying to manually trim it to only include the 3-4 soap api's doesn't seem to be the best method - I was wondering if there was either a easy way to grab a few specific SOAP functions, or a tool to trim the WSDL's.