I need to create Web service (CODEUNIT with XMLPort) that accept one or more serial number to export record filtering table. I want to use XMLPort to build a parameter array but.. how I can do it?
Ho I can test it with wilder?
Just make the parameter of type text, and pass xml or json content. Or have 2 xmlports as parameter, on by ref containing the array. Think out of the box when working with externals, as not all data types is mapped.
Answers
Or have 2 xmlports as parameter, on by ref containing the array.
Think out of the box when working with externals, as not all data types is mapped.