I had a list of records to be passed to C# WebService. So far I managed to pass normal string to the webservice. But how can I pass the value in a list to the Webservice? One of the parameters in my Webservice is a String[] type. Which had 2 columns in it [Col1, Col2] for each row. How can I do it?
I came across the "TYPE" structure. Can it be used to pass as 1 of the String[] to Webservice?
I came across the "TYPE" structure. Can it be used to pass as 1 of the String[] to Webservice?