Forum Discussion

tw's avatar
tw
New Contributor
9 years ago
Solved

Unfortunately SOAPUI 5.2.1 removes 
 in SOAP requests. Does anybody has a solution.

I'm requesting a Webservice via SOAPUI  and I need to transfer  <hyp1:sFieldValue>Jahr&#13;2000</hyp1:sFieldValue> Unfortunately SOAPUI 5.2.1 removes &#13; in the SOAP request. The snippet is part o...
  • nmrao's avatar
    9 years ago
    Can you try it enclosing in 'cdata' as shown below?

    <hyp1:sFieldValue><![CDATA[Jahr&#13;2000]]></hyp1:sFieldValue>
  • nmrao's avatar
    nmrao
    9 years ago

    Is there a confusion? There is a difference between what is suggested and tried or it must be a typo.

     

    Below is the one that is suggested

    <hyp1:sFieldValue><![CDATA[Jahr&#13;2012]]></hyp1:sFieldValue>

     

    But you mentioned that you have tried

    <hyp1:sFieldValue>![CDATA[Jahr&#13;2012]]</hyp1:sFieldValue>