• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 15, 2024, 09:29:01 am

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - mik

1
Feature Requests / KonaKart API
September 15, 2007, 12:55:39 pm
Hello,

First of all, I have to say that you have made excellent  job with KonaKart. I like especially SOAP interface...
I am now working on it and I have a question regarding searchForProducts methods. Could someone explain how to use it ? I wrote something like this:

DataDescriptor dataDesc = new DataDescriptor();
dataDesc.setCustom1("test");
ProductSearch prodSearch = new ProductSearch();
Products products = port.searchForProducts(null, dataDesc, prodSearch, -1);

And this returns 0 products (I have modified custom info for one of the product with "test"?
How should I use this methods to collect all products described by  "test" in custom1 field?

Generally speaking, what is missing for me is some kind of tutorial about using SOAP and maybe you could add new category in forum, e.g. "KonaKart Programming" because I wasn't really sure where to send my question...

Best regards,
Mik