]
Ramesh Reddy resolved TEIID-3745.
---------------------------------
Resolution: Done
Removed the custom code in favor of the code from Olingo library for parsing the Action
parameters.
Procedure input parsing enhancements
------------------------------------
Key: TEIID-3745
URL:
https://issues.jboss.org/browse/TEIID-3745
Project: Teiid
Issue Type: Enhancement
Components: OData
Affects Versions: 8.11
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Fix For: 8.12
Based on Olingo 4.0.0 release, the procedure parameter parsing needs to be re-visited as
some of it is written out side the framework in Teiid.
Also handling of the Stream object (XML Document) input may be still outside the
specification compliance for time being, as specification only allows procedure with
Edm.Stream objects as Bound operations, and Teiid procedures are all UnBound operations.