Reputation: 31
In W2O2 Micro Integrator, how do you preserve the following payload? In earlier versions of WSO2, the solution in the following stack overflow discussion worked. This no longer works in Micro Integrator 4.0.0.
Please refer to the stack overflow discussion: "WSO2 AM 1.9 - Keep CDATA in payload factory".
<soapenv:Body>
<![CDATA[
<?xml version="1.0" encoding="UTF-16"?>
<Test>
<abc>def</abc>
</Test>
]]></soapenv:Body>
WSO2 AM 1.9 - Keep CDATA in payload factory
Upvotes: 1
Views: 83
Reputation: 31
The steps in the "Keep CData in payload factory" discussion worked after upgrading to Micro Integrator 4.1.0.
Upvotes: 0