Hi guys,
I am developing a SOAP webservice, in which i want to update the items in bulk. For this, i have create a table which will have the records of all the items which have to be updated.
Now the challenge which i m facing is, the input of the webservice will be the List of items e.g. if i created a table MyItems then on the input of this method i will have the List<MyItems> .
So how can i receive it in my method as a parameter? how can i treat it as list because in NAV we cannot make dynamics array.
Suggestions will be appreciated. Thanks
I am developing a SOAP webservice, in which i want to update the items in bulk. For this, i have create a table which will have the records of all the items which have to be updated.
Now the challenge which i m facing is, the input of the webservice will be the List of items e.g. if i created a table MyItems then on the input of this method i will have the List<MyItems> .
So how can i receive it in my method as a parameter? how can i treat it as list because in NAV we cannot make dynamics array.
Suggestions will be appreciated. Thanks