Passing XML in a RPC Parameter

Ryan Champlin <[email protected]> Tue, 6 Jan 2004 12:47:24 -0600
Newsgroups gmane.comp.windows.devel.soap.general
Message-ID <095A307E4B8A1541B29248EABD4D4D40048B65EE@exchange-lax1.firstlogic.com>
Is it possible to pass an XML document in a parameter of an RPC style web
service method that is expecting a string?  If so what is the
proper procedure for doing this?

When testing various clients we are finding out that we need to encode the
entire XML string in order for this to work.  The web service itself was
developed
using the .Net platform.

Thanks,
Ryan