Hi,
We have used lists.asmx and versions.asmx to get version specific data.
But the performance of this is slow as expected because it makes a call to lists.asmx to get version collection for every property of each record.
Can we reduce number of calls by using any other approach?
deploying a custom web service with Server object model is not a possible solution here
Regards,
Harika
harika kakkireni