help to make vb client program for IS service.

Hi.

I generated VB Client code for calling IS Service.
but IS Service output value is document list.

in case of string , i can get value easly as below statment.

outputs.get(“isSendFtp”)

but the IS Service ouput is document list.

how can i get document list and values?

please give me advice.

Did not the client code wizard generate the code to get the document list (array)?

The wizard generated only input pipeline value.

Thank you.
I solved problem myself.

I just mapped output value to Variant Type Value.
It works good.