Unplanned
Last Updated: 16 Jun 2023 09:25 by Bob
Bob
Created on: 16 Jun 2023 09:25
Type: Bug Report
2
WebServiceDataSource turns all parameter values part of the request body into strings regardless of report parameter type

Setting values to the request body in the WebServiceDataSource component via inline parameters turns the values of the string regardless of what is passed in the design/runtime parameter expression.

For example, in the following image, I set the runtime expression to be =2000 which should embed that value as a number to my request's body on previewing the report. Instead, the value is sent as the string "2000":

0 comments