I am building a .Net application that needs to apply a retention policy based on the value of a custom attribute. After reading the javadocs for RM web services I guess I need to use IPolicyService apply method to apply a retention policy. For the life of me I cant find how to get a PolicyService object. It inherits from IContextHolder which can give a ServiceContext object but not PolicyService. I have googled the heck out of it and have got no results at all. Someone who has done this before, please help..
Thanks