8 Replies Latest reply on Mar 28, 2014 4:14 PM by shawkins

    Odata query to call a stored procedure

    madhurika_sharma

      I have imported a stored procedure from my database (lets say , abc) in my Source model in Teiid.

      I have created a view for this procedure (lets say , abcView), for which VDB has been created (abcViewVDB).

      Now i want to call this stored procedure through Odata and i am giving the url as http://localhost:8080/odata/abcViewVDB/abcView

       

      This is giving me an error.

       

      Can anyone please tell me the right way to query the stored procedure ?