-
1. Re: How to send the URI parameters to the REST web service via Teiid Spring Boot?
rareddy Jun 4, 2019 11:45 AM (in response to dieman.one)I have not thought about it, but you can enter JIRA at Teiid Spring Boot - JBoss Issue Tracker . I guess, you want these parameters to be dynamic, otherwise, you can enter on the endpoint itself.
-
2. Re: How to send the URI parameters to the REST web service via Teiid Spring Boot?
dieman.one Jun 4, 2019 12:06 PM (in response to rareddy)Tried to create an issue, but got the following error, related to default assignee (and it's not possible to change the assignee). My issue summary and description below
SUMMARY: Make it possible to pass URI-embedded parameters to REST web service
DESCRIPTION:
When a REST web service is integrated with Teiid as a data source, it is often necessary to include parameters into the HTTP call that Teiid will use under the hood to invoke the web service.
Example:
http://localhost:8082/artor?type=SUB&query=<query string>
It is often required to pass the query parameters from the "where" clause of SQL query generated in Teiid, and occasionally some additional parameters as well, so there should be some degree of flexibility as to which parameters are passed.
-
3. Re: How to send the URI parameters to the REST web service via Teiid Spring Boot?
rareddy Jun 4, 2019 1:14 PM (in response to dieman.one)Try again, try setting the "assigned" field to "unassigned".
-
4. Re: How to send the URI parameters to the REST web service via Teiid Spring Boot?
dieman.one Jun 5, 2019 6:13 AM (in response to rareddy)Sorry, that field is not visible to me at all.
-
6. Re: How to send the URI parameters to the REST web service via Teiid Spring Boot?
rareddy Jun 13, 2019 11:23 AM (in response to rareddy)It should be fixed on the master branch right now, will be available from 1.2.0 release.