Forum Discussion

CWalker's avatar
CWalker
Occasional Contributor
8 years ago

Retaining Empty Optional XML Tags

Hi,

 

Does anyone know of a setting that will let me retain the empty optional tags in an XML payload?  Going back-and-forth between the xml view and the form editor removes them.  My Remove Empty Content Property is set to false and my Include Optional Preference is checked.

 

I'm using Ready API 1.8.0.

 

Thanks in advance,

Carl

 

2 Replies

  • Has this been addressed? I am seeing our empty tags being collapsed from

    <someTag></someTag>

    to

    </someTag>

     

    We have a situation where we need the first to be sent.

    We are doing these kinds of tests using Postman for now.