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
Amit LathiAmit Lathi 

WSDL Parsing

Hi,

How can we parse any WSDL in APEX and extract the methods, parameters, complex types then based on that build the UI on the fly? I wanted to call any external service WSDL based on URL which is in Admin configuration. Please suggest.
NK@BITNK@BIT
Using "generate from WSDL" in Apex Classes