We have a legacy process (from LiveCycle 7.2.2) that we are attempting
to migrate into LiveCycle ES2. The process makes Web Service calls
throughout the workflow to a .NET web service that then directly access
the Oracle database to pull in the data from the form, do some complex
business logic (and persistent data retention operations) and stuff the
changed form data back into the database so that when it gets to the
next user, they see the updated data. We accomplished this by simply
accessing...