Hello,I'm trying to convert a version 8 process to a version 9 process
that merges XML data with an XDP form. A brief overview of how things
are actually structured.I have a process (version that invokes the sub
process which performs the merge (version 9) and then updates the
corresponding row in the database. The input parameter to the merge
process are a token which identifies the row, the xdp file and data that
it is to be merged. These are variable pieces of inputUnder the version
8 process...