Brian
05-12-2003, 01:09 PM
Is there a way to return an XML file through a web service using asp.net?
I have an XML file that is created on the server based on what the client
is requesting. Now I would like to take that file and return it as a string.
I do not build the XML file that gets saved to the server I use the WriteXML
method of the dataset to perform this task.
Thanks in advance.
I have an XML file that is created on the server based on what the client
is requesting. Now I would like to take that file and return it as a string.
I do not build the XML file that gets saved to the server I use the WriteXML
method of the dataset to perform this task.
Thanks in advance.