Yes this should be the case having a shared document that maps data from db to and from the form.
I have worked it out using a table datasource. Strangely this is much more flexible then the web service to jdbc adapter.
Once the datasource is defined with a query like(select * from id_data where id=?) you can actually grab the fields (inside the the datasource bean structure) and drag them to the caf form I have set the maximumRows=1. Also moved the refresh add a dummy value to the id value (so it didn’t set a binding error) and this how the first park is worked. BTW the fields were changed to editable labels.
Can you elaborate a bit more on this?
On this second part I created listeners for all the input fields on the form. Also created an action which is responsible for grabbing the data from the listeners and map it to an editable datasource which gets all the fields.
#webMethods#webMethods-BPMS#MWS-CAF-Task-Engine