As a side question, our forms generally use about 5-10 calls to
different operations on a single web service. They are implemented in
LiveCycle Designer as different connections for each operation, even
though they are on the same web service. Is that appropriate or how
something changed that would allow them to be a single connection with
multiple operations, each operation still having binding capabilities to
form fields for request and response capabilities? It looks like the
model for the co...