SOAP and CDATA xmlnode 64k limit
Hi,
Version: 10.2.0.1.0.
I have this situation. I have an xml that I am passing as a message body in a SOAP request. Since my message is an xml, we are passing it in the CDATA tag.
Now, this xml itself is more than 64k. But, when I put it as a CDATA tag , then, it is giving me a more than 64k error.ORA-31167: XML nodes over 64K in size cannot be inserted.
What could be the workaround for this size restriction so that I can send the XML as a message in the SOAP request?
I hope I am clear in asking the question.
Thank you.