I am creating a web service that will output an XML document.
Should my web method return an XMLDocument type or XMLDataDocument
type?
I want to offer the better return type to consumers.
What are the implications of using each type?
Should my web method return an XMLDocument type or XMLDataDocument
type?
I want to offer the better return type to consumers.
What are the implications of using each type?
Comment