In MOPS 2007 there was an internal web service which was part of the MOPS PSI web services called "PWA".Primarily this web service contained optimised functions for the specific use of the PWA, but it did include a function called "RulesCreateRules". The web service description can be found at http://msdn.microsoft.com/en-us/library/office/ms488627(v=office.12).aspx, please refer to web service number 14. The specific method reference can be found at http://msdn.microsoft.com/en-us/library/office/ms774496(v=office.12).aspx#pj12_InternalPSI_PWA.<o:p></o:p>
This function can be used to create the auto approve rule programmatically. Wehave read that MOPS 2010 does not expose this web service, but this has not yet been confirmed.There have been people who have coded workarounds to create the auto approve rules, but this involves creating database entries directly into the MOPS publish database, which results in an unsupported environment.
We currently use the ASMX method of calling the web services versus the WCF method.So, we need to find out whether this is possible via the ASMX interface specifically!
Could anyone point us in the right direction to use custom event handlers?