web api for integration into 3rd party online store

I am looking for a more concrete example of how to integrate LimeLM with a 3rd party store - specifically Cleverbridge. CB provides for a Web Key Generator so that as a purchase takes place, it can via the web service call a keygen system that returns a license key and then provides to the end customer. Can you direct me to more concrete examples of how this might be done.

We have examples for PHP, C#, and VB.NET showing how to call the LimeLM function limelm.pkey.generate and then parse the response to get the product key. You can see the exact code by downloading the LimeLM Web API Pack and looking at the code inside PaymentSettings.cs (for C#), PaymentSettings.vb (for VB.NET), or PaymentSettings.php (for PHP).

We don't have an example specific to Cleverbridge, but we can help you write it if you need one. Also, if you're not using PHP, C#, or VB.NET we can help you write it for whatever language you are using. Does Cleverbridge run code that you post, or do they call external URLs an parse the response?

With CB, configuring a web based key generator uses the following information: Path - Enter the full URL to the license generator. Use Authentication - If the Key Generator requires a Username and Password, check the box and enter the appropriate information in the corresponding fields. Interface - Select 'Type1' Additional interfaces (APIs) are available, please contact cleverbridge for information. Char Encoding - Shows character encoding. Western European (ISO) is the standard choice. Use Romanized Contact Values - Check this box to guarantee that western letters for the Company, First Name, and Last Name values are used even for non-Roman languages like Chinese, Japanese, and Russian. Call Only Once Per Purchase - If this box is checked, cleverbridge calls the license generator only once per shopping cart. If unchecked, the generator is called once per product . Uses XML Client Notification - XML data is submitted to the key generator.

As we are not currently a LimeLM customer (still looking at our options), I was not able to access the Web API Pack (as it requires a logon to access). Based on the above CB information, how difficult do you think it will be to call your web API?

Based on the above CB information, how difficult do you think it will be to call your web API?

Integrating with Cleverbridge shouldn't be difficult at all. And, as I said before, we'll be happy to assist you in integrating with CB.

If you have any other questions I'll be glad to help you.

How can i integrate LimeLM api into my wordpress site.Please leave a positive response

See: How to generate product keys after an order.

If you have specific questions we'll be glad to help. But wordpress is a big product. And my guess is that you're using some sort of ecommerce plugin, correct? This is a long way of saying you need to provide a whole lot more information if you want useful help.