Good afternoon everyone,
I have a WebMethod function (VB .NET) that receive a parameter (Order
#). I would like to be able to change my function so it can accept a bigger
list of order number (Let's say 300 - is it too much?). Then the
application that call my WebService could pass more than 1 order number and
a bigger xml resultset would be returned. How can I specify that in my
function; is it evenly possible?

Any help would be greatly appreciated.
Thanks.

Christian