Handling array from DotNet Object web service

G8torG8tor Member Posts: 29
edited 2014-03-25 in NAV Three Tier
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?
Sign In or Register to comment.