Or this question might be written as "how do I figure out what are the valid Api's that I can call?"
I'm completely new with the NetApp API but I've read through the SDK documentation.
Here's a simple example, looking at the DFM WSDL, I see that there's an operation called DfmAbout. However, all of the SDK sample code (regardless of language) create the NaServer and pass it an NaElement named "dfm-about". Are all operations patterned like that? e.g. DatasetUpdateProtectionStatus would be datasetup-update-protection-status?
Other than reading the WSDL, is there a better/different way to get a list of all of the api names?