This content has been marked as final.
Show 1 reply
-
1. Re: Update query to execute a method on a external Rest Controller via VDB
rareddy Jul 6, 2017 11:57 AM (in response to cristianolimiti)You can implement a POST call on the service with an updated record as document (xml or json) then when it reaches the Teiid/JDV, you can parse input document and issue an insert/update call.
Alternatively, you can use OData to access and update records with defined semantics in the specification.
Ramesh..