I am trying to iterate through a UPnPDevice and find the appropriate Services that it has.
That was easy ... :)
Now I have the services, I want to iterate through and find the definitions for all the Actions. This I could not figure out how to do exactly.
Is there anyway to grab all the Actions supported by that service along with the incoming and outgoing arguments?
It seems upnpx is assuming that a child of SoapAction will be implemented for all actions.
I am hoping to be able to go a bit more generic, but I am struggling with finding the generic action definitions.