Hi,
First of all, I am not really familiar with Navision as my company don't really use it. But I am working on a project that needs to integrate with Navision which our client uses. So I'm sorry if I get some of the concepts wrong.
I am calling a web service which i believe is a code unit function from a .net application. Now the web service function returns only string but I am expecting the service response to be an array of objects ( complexType).
My question is, is complex type allowed as a response?
0
Answers
But one solution is sure OK, that is you ask NAV side to put all return value to a table.
Another possible solution is adding a "byval parameter" in the codeunit function, and put all return value to that parameter, but I have never tried that.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!