This is the description of the error from the docu:
[i]00010083 Parameter not within value range.
Explanation In the EntireX IDL file value ranges are defined for data types. The value you are trying to send is outside of the defined range. For example, it is not possible to send
* a negative value with data type NU or PU
* a value greater than 127 and lesser than -128 with I1
* a value greater than 32767 and lesser than -32768 with I2
* a value greater than 2147483647 and lesser than -2147483648 with I4.
Action Check the program and correct the error.[/i]
Hope it helps.
#webMethods#Mainframe-Integration#EntireX