jaikishpai
9 years agoOccasional Contributor
Output Field in Exponential Format
I am facing some issue while testing a web service via SOAP UI. The output field is of datatype float. The problem is, the value is getting converted to scientific notation in the response.
Example: expecting [26106884.0], actual output is [2.6106884E7].
Is there a way to avoid this other than changing the datatype of the field?
I see the data displayed appropriately in RESTCLIENT too.