KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: baroninn on October 24, 2016, 04:01:20 pm

Title: is it possible to getproduct with url
Post by: baroninn on October 24, 2016, 04:01:20 pm
Is it possible to get informations about a product from konakart with URL ?

ive been trying to figure it out with
https://netverslun.is/konakart/services/KKWebServiceEng?wsdl
or
https://netverslun.is/konakart/konakartjson
or
https://netverslun.is/konakart/konakartjson?getProduct=1

But cannot seem to find any way....
Maybe it isnt possible ?
Title: Re: is it possible to getproduct with url
Post by: julie on October 25, 2016, 08:36:00 pm
You can use the APIs (JSON, SOAP, RMI or POJO). If you want to use a URL then you can create a servlet that's invoked by your URL, that then makes an API call and returns the product object either as a JSON or XML string.