You could return the XML as a string then make it back into a file or return the binary data of the file as a byte array. Also, I suppose you could load the XML into a XML document object, and make that the return type of the webservice method.
-
Peter