[RESOLVED]empty elements </> auto converted to null <xsi:nil="true">
hi all,
if i set an element in my request to 'empty':
soapui will automatically reformat the element to null:
our application treats the two options above different, the first 'empty' request does nothing, the second 'null' request will actually null out the field.
is there a way to stop soapui from auto formating this request element?