Re: Passing XML in a RPC Parameter

Dick Brooks <[email protected]> Tue, 6 Jan 2004 14:17:08 -0500
Newsgroups gmane.comp.windows.devel.soap.general
Message-ID <009601c3d489$adf098a0$6500a8c0@farpoint>
Ryan,

        Try using Soap with Attachments (SwA) if you want to avoid encoding
XML documents and pass other types of documents as parameters. ebXML's
Messaging Service (www.ebxml.org) uses SwA for packaging XML and non-XML
parameters in a request-response (RPC) message exchange pattern. Check out
http://www.ebxml.org/tools/index.htm for more info and tools.

Dick Brooks
B2B Application Integration and CyberSecurity Consultant
http://www.tech-comm.com/dbc
Telephone: 602-684-1484



-----Original Message-----
From: Discussion of implementing SOAP applications today
[mailto:[email protected]] On Behalf Of Ryan Champlin
Sent: Tuesday, January 06, 2004 1:47 PM
To: [email protected]
Subject: [SOAP] Passing XML in a RPC Parameter


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