Talk:Webservice
From Axaptapedia
AX2009: If the wsdl defines an array as a parameter, it is not possible to create items of it. For example if the webservice has a method .get_Items(Items[] items) and you will create an array with = new Items[1](); it will fail with the message "Assembly of Type XXX.Items not referenced"...