I have a Webservice that is running using visual studio.
I want to connect the Webservice to my k2 but the problem is that my web service is using object as input parameters
while in k2 it only accepts string or numbers.
Need help on how to overcome this scenario, for your guidance.
in my VS
Input Paremeters (id,password,text, text) but combine in object as input parameters.