6 Replies Latest reply on Jun 13, 2019 11:23 AM by rareddy

    How to send the URI parameters to the REST web service via Teiid Spring Boot?

    dieman.one

      My REST web service requires a couple of URI-embedded parameters.

       

      I was assuming (probably wrongly) that the query parameter will be embedded by Teiid into the Web service call as a URL parameter, but my DEBUG logging shows that Teiid makes a cal exactly as described in @sonTable annotation with no parameters.

       

      The I thought  that URI parameters can be embedded using @RestConfiguration annotation - but the purpose of this is sending HTTP header parameters, it seems.

       

      In short: how to make sure that parameters I need to pass to the web service get embedded in the URI Teiid used to invoke my REST web service I am trying to integrate with Teiid?

       

      Thanks!