添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Forum Discussion

rkkandah
Occasional Visitor
5 years ago

How to understand what is causing SoapUI to add a CDATA wrapper?

I am using SoapUI to do a GET against a REST based API.  SoapUI is wrapping the entire response in a CDATA wrapper.  The raw data does not have this wrapper nor is it present when calling the API using a tool such as Postman or CURL.

How can I either find out what element SoapUI is identifying as unparsable or is there an option to disable the the CDATA wrapper all together?

I don't see any unescaped special characters in the response back such as & > < etc.