Eviware Forum

soapUI => soapUI => Topic started by: hanning on February 11, 2008, 06:35:11 pm



Title: Remove Empty Content and parent elements
Post by: hanning on February 11, 2008, 06:35:11 pm
When using the Remove Empty Content feature SoapUI 2.0 Pro is correctly removing empty (and whitespace only) elements.  However, is there a way to also remove parent elements if all sibling elements were removed?

I couldn't find an answer in the user guide (http://www.soapui.org/userguide/requests.html#Request_Details_Tab), so I hope I haven't missed anything obvious.

Right now I have inserted ahead of the request step in my test case a Groovy step which takes care of removing parent elements all the way up to the root element if need be.  Unfortunately, the script is not general purpose but has been taylored to the specific message schema.  I was hoping that there would be some built-in functionality to achieve the same thing.


Title: Re: Remove Empty Content and parent elements
Post by: omatzura on February 11, 2008, 11:18:29 pm
Hi!

unfortunately there is no such built in functionality, so a Groovy script as you describe is one way of achieving this. Another would be to create a custom RequestFilter (see http://www.soapui.org/architecture/extensions.html) that removes the remaining empty elements just before the request is sent.

regards,

/Ole
eviware.com