soapUI: Set a value to NULL

Just do the following below.

Add the following in the header, like so:

xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:nil=”true”

And then:

<childtag xsi:nil=”true” />

That’s it!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.