tw
9 years agoNew Contributor
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 2000</hyp1:sFieldValue> Unfortunately SOAPUI 5.2.1 removes in the SOAP request. The snippet is part o...
- 9 years agoCan you try it enclosing in 'cdata' as shown below?
<hyp1:sFieldValue><![CDATA[Jahr 2000]]></hyp1:sFieldValue> - 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 2012]]></hyp1:sF
ieldValue> But you mentioned that you have tried
<hyp1:sFieldValue>![CDATA[Jahr 2012]]</hyp1:sF
ieldValue>