I need to be able to receive a array (preferably a two dim array) in one of my functions in my webservice. I've tried looking on the internet, but could not find a example piece of code.
Using arrays is fine and normal, but do not have an idea how to make my webservice access them as part of the function parameters. It only needs to be oneway as I will return a string as the function results.
Any help would be appreciated.
Thank you