Forum Discussion
3jtechtest
13 years agoOccasional Contributor
Hi Alex,
I have opened Support request but still didn't get resolution to the problem.
BTW, I am developing in JScript, as that's what the project is setup with.
Calling aqString.Format() in all 3 cases displays the value as expected: 0.00003. It's strange that in DelphiScript the 3rd case is not valid
However, when TC sends that value via param to the WebService seeing that it's a double data type it converts it using scientific notation number, which WebService doesn't like.
The data is read from the CSV file using DDT Value call and replaced with params to WS.
As previously stated, even when I hard code 0.00003 into a parameter to WS, it still gets rejected by the WS, as the TC sends it as 3E-5 number and not a decimal.
Regards,
I have opened Support request but still didn't get resolution to the problem.
BTW, I am developing in JScript, as that's what the project is setup with.
Calling aqString.Format() in all 3 cases displays the value as expected: 0.00003. It's strange that in DelphiScript the 3rd case is not valid
However, when TC sends that value via param to the WebService seeing that it's a double data type it converts it using scientific notation number, which WebService doesn't like.
The data is read from the CSV file using DDT Value call and replaced with params to WS.
As previously stated, even when I hard code 0.00003 into a parameter to WS, it still gets rejected by the WS, as the TC sends it as 3E-5 number and not a decimal.
Regards,