Elegabalus
Programmer
This seems like a pretty straight forward question, but I can't seem to find any concrete info when I search.
I have a web service that I'd like to use to return an XML document to my clients.
I have to take into account that non-.NET clients may be consuming the service as well, so I can't just use a DataSet.
What is the best way to go here? What kind of object should I be returning to my client?
Any help is appreciated.
I have a web service that I'd like to use to return an XML document to my clients.
I have to take into account that non-.NET clients may be consuming the service as well, so I can't just use a DataSet.
What is the best way to go here? What kind of object should I be returning to my client?
Any help is appreciated.