cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service and CAF Application Services - How to return a table

Former Member
0 Kudos

Hello,

I'd like to build a CAF Application Service and expose it as a Web Service. This service should return an array or table which I'd like to display in a Visual Composer model.

I understand that there're limitations at CAF regarding supported data types.

Does anyone know how to get a workaround?

Any information is very appreciated.

Kind regards

Stefan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can return a list.

The standard way to do this is you have to create a complex data type for response.

Configure the cardinality of this data type to 1..n so as to accomodate a list.

In your implementation add your list to this response message and return the list.

This waly you can return collections.

Hope it helps.

Regards,

Srinivasan Subbiah

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

thanks very much. It works.

I give you points.

Kind regardes

Stefan