D
David Lozzi
Howdy,
I got the debug working great on a web service I'm writing. Currently, a
order number is requested, and it returns a vlaue from the order. Works
great! However, now that I got the connection down, how on earth do I format
the output of the web service into XML? I realize the output is XML, but I
need to make a bunch of elements and attributes and I can't seem to figure
out how. This is my first time with .Net and XMl (actually first time with
XML at all) so anything will help.
Do I use a XmlTextWriter? XmlWriter? How to I get the XML stream to return?
Thanks a ton!!
I got the debug working great on a web service I'm writing. Currently, a
order number is requested, and it returns a vlaue from the order. Works
great! However, now that I got the connection down, how on earth do I format
the output of the web service into XML? I realize the output is XML, but I
need to make a bunch of elements and attributes and I can't seem to figure
out how. This is my first time with .Net and XMl (actually first time with
XML at all) so anything will help.
Do I use a XmlTextWriter? XmlWriter? How to I get the XML stream to return?
Thanks a ton!!