client

PlWSMan - WBEM Client/Listener

PlWSMan is a WBEM client/listener implementation. Developed in Perl, and using the bindings provided by OpenWSMan, is a web-based GUI that allow the user/administrator to watch and execute actions on a remote computer system (remote manageability).

ActiveWsman - Proposal for a simple client API

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.