hi, i am trying to make a webservice that gets an xml file from a web app and creates a dataset from it, so i can update a database from it.
im sending the xml as string (id like to know if there is any limitation on the size my string have)
and then im trying to create an xmlDocument, so i can populate a dataset from it, but it crushes all the time.
can anybody show me a way to do it??
i just need to populate a dataset from a xml string.
thank You very much
Eli
im sending the xml as string (id like to know if there is any limitation on the size my string have)
and then im trying to create an xmlDocument, so i can populate a dataset from it, but it crushes all the time.
can anybody show me a way to do it??
i just need to populate a dataset from a xml string.
thank You very much
Eli