allon
11 years agoNew Contributor
Remove Empty Content in TestRequest properties
Hi,
Could anyone help me with the 'Remove Empty Content' feature in TestRequest properties ?
I am using SoapUI 4.6.3 and SoapUI 5.0.0 and
let's say I have this element in my RQ with empty attributes:
<SegmentIDRef PriceClassCode="" PriceClassName="">F1</SegmentIDRef>
By enabling this feature (setting property value to 'true'), I was expecting to get
<SegmentIDRef>F1</SegmentIDRef>
but I am getting this in both SoapUI versions:
<SegmentIDRef PriceClassName="">F1</SegmentIDRef>
Thanks,
Could anyone help me with the 'Remove Empty Content' feature in TestRequest properties ?
I am using SoapUI 4.6.3 and SoapUI 5.0.0 and
let's say I have this element in my RQ with empty attributes:
<SegmentIDRef PriceClassCode="" PriceClassName="">F1</SegmentIDRef>
By enabling this feature (setting property value to 'true'), I was expecting to get
<SegmentIDRef>F1</SegmentIDRef>
but I am getting this in both SoapUI versions:
<SegmentIDRef PriceClassName="">F1</SegmentIDRef>
Thanks,