]
Matus Makovy closed TEIIDDES-2324.
----------------------------------
verified TD 9.0.1.Final
Rest Importer: Use invokeHTTP procedure with Named Parameters
-------------------------------------------------------------
Key: TEIIDDES-2324
URL:
https://issues.jboss.org/browse/TEIIDDES-2324
Project: Teiid Designer
Issue Type: Enhancement
Affects Versions: 8.6
Reporter: Ramesh Reddy
Assignee: Ted Jones
Fix For: 9.0, 8.6.1, 9.0.1
When generating the transformation for rest procedure, in the invokeHTTP procedure, use
named procedures. aka like
invokeHTTP (action=>'GET', endpoint=>qp, stream=>'true')
this way one can avoid putting the null parametes, as well as if there are additional
parameters added to invokeHTTP as did in TEIID-3016 the generated procedure will be error
free for next versions. I did see one error here with Teiid 8.9 Alpha, which is logged as
TEIID-3107