J
Jim Wilson [eMVP]
Can you elaborate on the problem?
Is the question that you need to pass multiple paramter pairs so that the
Stored Proc can be executed with multiple values?
If this is the case, I would define a class with two members, one for each
of the two parameters to be passed to the stored proc. Then define a Web
Service that accepts an array of that class type. In the web service, loop
through the array calling the stored proc once for each member of the array.
Jim Wilson, eMVP
http://www.jwhh.com
http://www.develop.com
Is the question that you need to pass multiple paramter pairs so that the
Stored Proc can be executed with multiple values?
If this is the case, I would define a class with two members, one for each
of the two parameters to be passed to the stored proc. Then define a Web
Service that accepts an array of that class type. In the web service, loop
through the array calling the stored proc once for each member of the array.
Jim Wilson, eMVP
http://www.jwhh.com
http://www.develop.com