KonaKart Community Forum

Installation / Configuration => Configuration of KonaKart => Topic started by: paulh on June 06, 2007, 01:21:13 pm

Title: Admin App Web Service API
Post by: paulh on June 06, 2007, 01:21:13 pm
I was just wondering if there was a way of interacting with the admin functionality via WSDL and what the path is.

Thanks Paul
Title: Re: Admin App Web Service API
Post by: paolo on June 06, 2007, 01:39:52 pm
Yes there is Paul. Both the KonaKart eCommerce and Admin applications always use our APIs, either through Java or SOAP calls (they can be configured either way).

The Admin WSDL can be found at http://www.konakart.com/konakartadmin/services/KKWSAdmin?wsdl
The eCommerce WSDL can be found at http://www.konakart.com/konakart/services/KKWebServiceEng?wsdl

Both WSDLs are available in the download packages.

-Paolo