clarifications

I am facing the following issues with wsman. Your answers will be useful

Features not implemented:

1) There is no easy way to collect the provider capabilities, for eg. whether its a method provider, or indication provider etc. EnumerateClassNames only provides the list of class names and no other details about the particular classes
2) Wsman expects us to provide a namespace for every operation and takes root/cimv2 as the default namesapce. There is no api to get the various nemspaces available on the CIMOM through wsman. An api for enumerating namespaces would be needed
3) We need a way to map the CIMOM class names to the wsman namespace uri.

Bugs (Mostly due to sfcc):

1) GetClass returns the list of properties of the specified class, but does not list the methods implemented by the class
2) While invoking methods using wsman, the parameters are not getting passed correctly to the CIMOM.

Thanks
Vidhya