We are trying to create a working C# stub out of a Natural Subprogram, which has variable arrays defined in the parameter data area.
For example,
#ARRAYX (A5/1:V)
After, creating the C# stub and calling the method from an ASPX webform, we are getting the following SoftwareAG.EntireX.NETWrapper.Runtime error…
00010076: Server does not support RPC Protocol Version needed for Request.
We noticed that the C# stub created another class called arrayHandler?
Can anyone shed some light on this problem?