arghvark
10 years agoNew Contributor
Handling empty values returned from soap service
I have SoapUI pro reading values from an Excel spreadsheet, sending them to a Soap web service, and writing returned values to an output Excel spreadsheet. It's working ok, but any values that are blank on return from the web service are written to the spreadsheet as a namespace XML tag. If the service returns a string, then the string is written to the cell as I would suspect. Is there a way to just have blank returned values written as blank to the spreadsheet?