Q
Quick
Ok, please don't hold this against me, I know there are like 50 topics
out there about this, but none of them really address the basics of
this issue and I'm hoping there's someone around that can help.
I'm looking for help implementing a very basic example.
I have a web service with one web method that returns a DataSet that
contains 1 DataTable.
I want to pass back an XML representation of the DataSet or DataTable
(don't care which) to a .Net web app that's going to consume the web
service.
Once the XML gets passed to the client application i want to take it
and put it back into a DataTable.
Is there any reasonably straight forward way to accomplish this and if
so can someone give me an example?
For some reason I had the impression that you could move data between
DataSets as strings of XML using the GetXML() method and some other
method to get it back in, but I can't see how to pass the string
generated by the GetXML() method into some other DataSet object. I
know there's a ReadXML() method, but I can't figure that out at the
moment. I'd appreciate any help I could get on this.
Thanks,
-Quick
out there about this, but none of them really address the basics of
this issue and I'm hoping there's someone around that can help.
I'm looking for help implementing a very basic example.
I have a web service with one web method that returns a DataSet that
contains 1 DataTable.
I want to pass back an XML representation of the DataSet or DataTable
(don't care which) to a .Net web app that's going to consume the web
service.
Once the XML gets passed to the client application i want to take it
and put it back into a DataTable.
Is there any reasonably straight forward way to accomplish this and if
so can someone give me an example?
For some reason I had the impression that you could move data between
DataSets as strings of XML using the GetXML() method and some other
method to get it back in, but I can't see how to pass the string
generated by the GetXML() method into some other DataSet object. I
know there's a ReadXML() method, but I can't figure that out at the
moment. I'd appreciate any help I could get on this.
Thanks,
-Quick