[AWS] Soap with embedded xml

Björn Lundin b.f.lundin at gmail.com
Wed Nov 16 15:20:28 CET 2011


Hi!
I'm trying to pass a xml document as a parameter in a soap request.
There are some other parameter like date and id as well in the soap
body; the last one is called 'transactionContent'
and is defined as a string
What happens is that the xml content gets string translated so all xml
entities Are escaped to < and > and so on.

The receiver does not like this.

So, we embed it into a <![CDATA[ section but the content is still
translated to xml-entities like &lt;

Is that a correct behavior?

aws 2.8.0
xml/ada 3.1


Is there a way of telling AWS that this parameter should not be escaped?

Or should I convince the receiver that this is correct, and he should
start liking it?

-- 
/Björn


More information about the AWS mailing list