A
Alessandro
Hi !
I have a web service with a method which returns a dataset.getXML ( a
string), i want on a vb.application with COMPACT FRAMEWORK to create a
dataset from this string.
In Net.framework i just type: oDataset.readXML(new
system.xml.stringreader(stringReturnedByWebService)) and works....... but
not in compact framework.
Anyone have some idea how can do this ?
I doesn.t want to write the string returned into a xml file and then read
xml file and use it in readXML function of dataset.....
I have a web service with a method which returns a dataset.getXML ( a
string), i want on a vb.application with COMPACT FRAMEWORK to create a
dataset from this string.
In Net.framework i just type: oDataset.readXML(new
system.xml.stringreader(stringReturnedByWebService)) and works....... but
not in compact framework.
Anyone have some idea how can do this ?
I doesn.t want to write the string returned into a xml file and then read
xml file and use it in readXML function of dataset.....