Click to See Complete Forum and Search --> : Return an XML File


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.

Ajit
07-16-2003, 04:11 PM
"Brian" <bem@fuse.net> wrote:
>
>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.