Hi everyone,
Is there a way to return more than one object via a web service ?
For example, can I pass 2 tables to the web service method and get those 2 tables back with some changes ?
callWebServiceMethod(ref table1, ref table2);
Thanks.