Web Service and CDATA sending

Hi
I have a consuming Web Service Descriptor with one operation myOperation.
This consumer sends following data (a flow Doeumnt) to serive provider :

tns:myOperation
tns:mXMLdata
tns:myId

The data looks like following:
mXMLdata= blablablalbalbabla ]]>
myId = 0123456789
Unfortunatelly the IS is removing automatically the <![CDATA[
part from my data! So the web service at backend is becominig following data below and responces with error:
xmlData = <?xml version="1.0" encoding="ISO-8859-1"?> blablablalbalbabla
myId = 0123456789

How can avoide this?
Brg

Resolved this issue after rempped the variables


Hi,
I dont get it . Can you tell in detail please if you dont mind

Thanks,
Sathya