I have written a (LotusScript) web service which receives a scalar array as one of the input parameters.
This service receives an array of inventory descriptions, determines the type of inventory item from the description, and returns a complex array of decoded inventory items.
The input array is defined as STRINGARRAY_HOLDER, and the service runs fine, but I really want to write my own LS class to handle this input array, and then learn how to extend it to a vector array.
I have tried to write a couple of classes, but I really don’t know how to get a handle on the array from within the function. I have searched everywhere on this site and through Google, but only come back to the “Web Service Array” thread, which I have already added to.
More info about this can be found at a page I set up at “http://www.fchservices.com/fch/services.nsf/WSExamplePage”.
This has got to be a common problem, but I can’t find any practical examples.
Any help would be appreciated.
Thanks, Brian