I am sending xml response to other system via corba. I have a file which is needed to send as response. The file size is big and I want it to compress it and attach to xml.
Is it possible to attach compressed string to xml content in CDATA section
I tried with base64 but it’s not compressing the string much.