Forum Discussion

thotchkiss's avatar
thotchkiss
New Contributor
8 years ago

How to prevent Soap UI property transfer from wrapping decimals in quotes for JSON payload?

Property transfer always wraps decimals and Int64 database fields from JDBC MS SQL data source in double quote when applying to JSON request fields. This causes IEEE 754 compatibility issues when posting to a Web API 2.2 OData v4 web service. How can I tell property transfer to treat decimals as numbers and not strings?