CDATA request into variables

I have to send a XML request in CDATA format, something like: <![CDATA[

I tried doing that in a SOAP request, created a variable for the parameters but it’s giving me a compiling error (end of expression expected). If I surround everything in “” or “” ""I get another error. Any ideas on how to send a cdata xml request using the soap activity?