andi
6 years agoOccasional Contributor
JSON Response incomplete
Hello,
i have a rest webservice returning json data. The json reponse contains the key "class". Soap UI does not display the key. I can see the "class" in the raw data.
{
"class" : "ABC",
"id": "123",
....
Displayed as:
{
"id": "123",
....
Thanks
Andi