Forum Discussion

naveen0911's avatar
naveen0911
New Contributor
8 years ago

hi. [ is getting replaced with ^ in my message. Please help me resolve this issue

hi. [ is getting replaced with ^ in my message. Please help me resolve this issue.

 

Whenever i get the response from a host. I see [ is getting replaced with ^. But when i see the message on Host side it looks good with [. But when i see on soap UI, it is converted to  ^. Please help me resolve this issue

4 Replies

  • nmrao's avatar
    nmrao
    Champion Level 3
    Would it be possible for you show Raw response ? What is soapui version and platform that you use?
    • naveen0911's avatar
      naveen0911
      New Contributor

      <data contentType="text/xml; charset=ISO-8859-1" contentLength="275"><![CDATA[<?xml version="1.0" ?>
      <CancelPickticketResponse id="CancelPickticket_2016-11-03-11.08.07.967000" version="1.0" timestamp="2016-11-03T11:08:07">
      <MessageId>PK60350</MessageId>
      <Message><!^CDATA^Session Timeout! Please login again.]]></Message>
      </CancelPickticketResponse>]]></data>

       

      The bold one is the wrong data

      • nmrao's avatar
        nmrao
        Champion Level 3
        Have you check if this is an issue with your application? SoapUI is just client, so it shows what ever it receives from the server response.

        If you see, there is a place where it shows correctly "[". So could be an application issue.