Hi Vipul, if you have web service to pass serialized strings, then use the WriteXml method of DataSet after loading the data into the dataset to write into a string and return the string from the webservice.
In the component where you have consumed the web service, create a new dataset instance and use ReadXml method to deserialize the xml content into dataset. This is just a simple approach. Thanks, Sravan On Tue, Jun 2, 2009 at 1:40 PM, VB <[email protected]> wrote: > > Hi, > I have data in dataset on server and parallely my other application > which is running on other server required this dataset. How can I > fetch data from this dataset by another server's application? > Pls suggest... > > Thanks, > Vipul >
