Hi,
We have a problem about data/FSFIELD_ too.
To create the form we have used a wsdl connection.
And when we make a process we have :
/process_data/demandeForm/object/data/xdp/datasets/data/FSFIELDS_
So we can't acces to elments of the wsdl form.
When we execute the process nothing happend, so we think it's normal because we don't have acces to elements.
We have tried to change the path :
/process_data/demandeForm/object//data/form1/Body/getRequestState/in0,
using the xml schema of the form ( form1/Body/getRequestState/in0 )
and we tried /process_data/demandeForm/object//data/in0
but this solution doesn't work.
(in0 is the field name).
Have you any idea ? please