WebService shoud return a collection

Hi, I’d like to create a webservice return a documentcollection.How can I do this?

Thanks

Subject: WebService shoud return a collection

From my understanding you would have to use your own complex type defined for use by the web service.

Have a look at this article:

It’s got a brief section on complex types.

Mike.

Subject: RE: WebService shoud return a collection

I read this paper in other opportunity, but my question was not in article.

Thanks

Subject: RE: WebService shoud return a collection

I guess what I wanted to stress is that you will have to create your own complex type for the document collection.

M.

Subject: RE: WebService shoud return a collection

Thanks… but I don´t know it… How can I do this?

Thanks