Perhaps this is a basic question. I need to put wrap some data in a “CDATA section” within an XML document. How do I accomplish that in webMethods (actually SAP Business Connector 4.8).
I have this:
TEST-PRODUCT-1
5
TEST-PRODUCT-2
4
I need this:
<=!=[=C=D=A=T=A=[
TEST-PRODUCT-1
5
TEST-PRODUCT-2
4
]=]=>
The SAP documentation has no references to this type of action that I could find.
Any help would be appreciated.
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services