You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dancinllama Just looking at the Symbol Table types, for example the Method class, it doesn't appear to extend anything, i'm pretty sure last i looked at the WSDL it should? Did the new WSDL2Apex tool miss this one? I wanted to start to port the ToolingAPIDemo.cls over since the new version doesn't have this yet.
Don't believe that's the case. There's nothing in the WSDL that extends SymbolTable. All of the class types (ApexClassMember, ApexTriggerMember, etc) have a SymbolTable member variable, but they're all the same object, which I think is correct. I could be wrong though, as it's been awhile since I dug into the SymbolTable.
Yeah looks like a bit more tweaking is required for the SOAP types, if you look at Method from the REST wrapper and in the WSDL, it extends Constructor.
We need to port the old examples class to the new style SOAP edition version.
The text was updated successfully, but these errors were encountered: