In the past I've used Web Services internally and I've always passed objects. But how do I pass an XML document to a third party We've agreed on a schema, but I'm not sure how to represent the XML document in the method interface.
Although a string would work, I'd prefer to take the best approach.
Thanks,
Jake

How to pass an XML document
MicSup
The trick is to send and receive 'Bare' see below [1],[2],[3],[4],[5]
[1]http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwebservicesprotocolssoapdocumentmethodattributeclassparameterstyletopic.asp
[2]http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwebservicesprotocolssoapdocumentmethodattributeclassparameterstyletopic.asp
[3]http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwebservicesprotocolssoapdocumentmethodattributeclassparameterstyletopic.asp
[4] http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwebservicesprotocolssoapdocumentmethodattributeclassparameterstyletopic.asp
[5] http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemwebservicesprotocolssoapdocumentmethodattributeclassparameterstyletopic.asp