username=bagus wrote:
>
> What is the return type here? I'd like to return it as
an array .
>
Then your return type would be 'array'. But you will have to
convert
the query record set into an array of your choice. Simple
functions and
|or loops can easily be utilized to do this.
Otherwise you can set the return type as 'query' which is
translated by
most web service consumers as some type of specialized
array|hash
array|structure complex variable.