Issue with ![CDATA[ in SOAP inbound response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2022 06:44 PM
Hi All,
I am working on scripted soap api and after processing the incoming soap api request, I need to trigger response back to source application with custom response nodes.
Below is the same response format where I am facing issue.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<abc>
<Message>The Call retrieved.</Message>
<xyz><![CDATA[<result>some xml data format
</result>]]>
</xyz>
</abc>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Where <xyz> is another xml that I am pushing in the response. and it is ended up by adding 