CompCodeBoy
Programmer
I want to create web service. I need to call a method and pass any number of parameters. That is, call a method (function) and pass one argument, two arguments up to 200.
I tried to declare the parameters in the web service method as objects and call that method from a client application passing different number of arguments but that did not work. Any help would be appreciated. Thanks.
I tried to declare the parameters in the web service method as objects and call that method from a client application passing different number of arguments but that did not work. Any help would be appreciated. Thanks.