XML Write to a string
Hi there,
Hopefully this is a simple question (I am new to .NET)
I want to pass the contents of a xml file to a web service.
I assume I therefore need to:-
read the contents of an existing XML document into a string and pass this to the web service.
How would I go about doing this?
Thanks
|