Page 1 of 1
Web Services
Posted: Wed Dec 29, 2010 5:39 pm
by mskurnik
I need some way to manage users and license keys for digital goods via a web service. I have a custom cd key generation system in place that has a webservice and usernames. I need to push sync these two systems when items change. I also need to add keys to the digital good based on the digital good name and if there are less than 10 keys left in the list.
Is this possible?
Re: Web Services
Posted: Thu Dec 30, 2010 8:48 am
by mazhar
Yes its doable. If you want to keep two system in sync then one possibility might be to write your custom licensing provider. Read following thread
http://wiki.ablecommerce.com/index.php/ ... ing_Module
If you look at
AcquireSerialKey() method in licensing module you will see here we are handling the serial keys from Database. In your case you can implement this method for your custom provider in a way where it will grab serial key from web service and will return it in response.
Re: Web Services
Posted: Thu Dec 30, 2010 11:41 am
by mskurnik
What about for user syncronization across multiple systems?