Currently I am using SOAP RPC. I would like to pass in an XML document as an argument to a method. How would this be done? What should be the type of the argument?
Why would you want to do this? It is basically missing the point of SOAP-RPC... if you are going down this route it really feels like you should be doing Document-based Web Services. Am I missing something?