One thing that bothers me when coding against the openwsman client API is the amount of protocol knowledge needed. A simple enumeration call requires one to know about enumerate, pull and release. Not to mention keeping track of the context.
Having enjoyed the ActiveRecord pattern as implemented in Ruby On Rails, I collected some thoughts around using this for WS-Management client programming.