Community
Participate
Working Groups
Build Identifier: 20110907 nightly build Number can not be the return type of function in EDT service. The error message is "IWN.VAL.7803.e 54/26 Loose datatypes are not supported for function parameters in a service or interface." Reproducible: Always Steps to Reproduce: 1.Create a EDT service file 2.Add function returnNumber(n number in) res number = 123; end 3.There will be compile error.
Correct the description, Number can not be the parameters in service
This error is correct. 0.7 does not support the use of Number or Decimal as parameter types to Services or Interfaces
Closed