Skip to Content
0
May 17, 2007 at 12:03 PM

Web Service : by reference objects

49 Views

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.