Good time of day, dear frieds!
I have the following problem with my CAF Web Application. I am trying to load a collection of datasets as an updatable table from a self-created web service. After the user had updated the datasets in the table, another web service should persist the udated sets in the database.
To allow manupulating the data in the table, I created a Basic Updatable Table Content Provider from the output of the first web service and changed the type of some controls from “text” to “text input”. This is working well: the needed data is loaded and the user can modify fields in the table. What I am going crazy about is that I cannot assign the data from the Table Content Provider as input parameters to another web service. The data structure of the output from the first web service and the input of the another is the same.
Does anyone know how to do it right?
Thanks for helping!
#webMethods-BPMS#webMethods#MWS-CAF-Task-Engine