Currently my webservice will return a response which queries for one specific record. A request has been made to allow for multiple similar records to be returned via the response message.
For Example:
I return name, address 1, address 2, postalcode for a specific person
They'd like to have a return of all names/addresses for the postalcode passed in. With that being said, my resultExtractor and response are doing single strings/ints currently. Is there any documentation out there explaining the process of using arrays with your response message?
Thanks!