Hi
I have little problem. I have created .dll that I generated from web service reference url.
One of the function returns array of objects and I need to know how to handle it in C\AL.
If I have the following DotNet object with the following method:
connecting.getArrayofpayments()
I know the size of the array that I get as a result. What is the best way to handle this. It is of course easy in C# code but casting is hard to do in C\AL.
Can anyone help?
0