[AWS] Merging XML as a SOAP payload/response
Marc Criley
mc at mckae.com
Mon Aug 6 15:02:21 CEST 2007
I'd like to be able to build an XML document fragment and provide that to the
SOAP build routines to embed as a payload or response message.
(I don't think AWS, at least as of AWS 2.0, supports this, but I'd be happy to be
informed that I'm incorrect.)
The best I seem to be able to do now is provide the XML fragment as a string,
which SOAP then encodes as an xsd:string, i.e., the fragment ends up as text
instead of as an XML element. So it doesn't get automatically XML-parsed by the
recipient, because they were informed that the content is a string, rather than XML.
So, if there's a way to do this, great, please let me know; or if not, consider
it a suggested enhancement.
Thanks,
Marc A. Criley
McKae Technologies
www.mckae.com
More information about the AWS
mailing list