CDATA Issue

Hello everyone, I would like to thank you for looking at my post. Well lets get into my issue. A client will be calling a webservice to get status on specfic documents. The issue is when i test the call of the webservice using soapui i see in the xml data a section called CDATA. Can someone explain this to me and why this is happening and how i can parse this data or not have it show up in the soap ui call.

THANK YOU ALL

Hi

When special characters are used in xml they are defined in CDATA section so that xml parser can ignore it.Any errors in webservice response or is response different from what it should be?

HTH!