Hi,

I'm building an ASP.NET web service and one of the methods returns an XML
document (actually an XmlNode) and I'd like to associate the return type
with it's schema (defined in an XSD) on the server side. Is there a way to
do this without custom coding WSDL, perhaps an attribute?

Thanks!

James