KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: sureshbabubv on March 25, 2010, 05:43:15 am

Title: Admin WebService Examples
Post by: sureshbabubv on March 25, 2010, 05:43:15 am
Dear All,

Where can we get the examples on Accessing Konakart Admin webservices?

The example files in the "java_soap_examples" folder is using client side Konakart webservices only.


Thanks & Regards,
B.V.Suresh Babu
Title: Re: Admin WebService Examples
Post by: heidi on March 25, 2010, 07:55:21 am
It's very simple...  just study the examples and documentation for using the SOAP APIs generally:

http://www.konakart.com/docs/soapAPIs.html

The examples are for the application engine (KKWSEng)...  for the admin engine's web services just basically replace KKWSEng with KKWSAdmin and you're all set.