Two Data Connections

I

Inquisitive

I have a need to use one data service to complete my form, then another which
retains the entries from the first service, but accepts an update/change to
one or many fields.

For example, the first service would query the address of a customer
(select), the second would submit changes to that customer's address (update)
as they moved.

Both services are found in the same WSDL directory...
 
Top