Web Services

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
mskurnik
Ensign (ENS)
Ensign (ENS)
Posts: 18
Joined: Mon Nov 01, 2010 12:53 pm

Web Services

Post by mskurnik » Wed Dec 29, 2010 5:39 pm

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?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Web Services

Post by mazhar » Thu Dec 30, 2010 8:48 am

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.

mskurnik
Ensign (ENS)
Ensign (ENS)
Posts: 18
Joined: Mon Nov 01, 2010 12:53 pm

Re: Web Services

Post by mskurnik » Thu Dec 30, 2010 11:41 am

What about for user syncronization across multiple systems?

Post Reply