I am consuming a webservice and one of the methods takes a String parameter. This parameter is actually a well formed xml document in itself and the client sends an xml document.
Apart from the fact that it is going to be expensive to wire the xml document are there any obvious gotchas I should factor in?
I am using over SOAP over HTTP and the web service is exposed as a WSDL.