Hi all, >From mono 0.29 I write a web service with a method "myservice" that return a DataSet. Now from the client side I wont marge this in a Client stucture. DataSet dataset = new DataSet(); dataset.Merge(ws.myservice()); but the Merge method don't work. Is there another way? Alessandro.