6 Replies Latest reply on Nov 30, 2015 7:45 PM by ramandeep

    how to use Switchyard Http  and Rest easy Binding

    ramandeep

      Hi ,

       

      I have a do a POC wherein there a HTTP url which the client would hit

      e.g http://localhost:8080/rest/rest/getIDDetails?IDfNumber=2&IDResets=0&IDRow=1&

       

      I have you use this information to call rest-easy API which is exposed. Basically we have to integrate 2 systems.

       

      Now I am thinking to use Http binding to get HTTP header information and than use rest easy binding to consume exposed API's .

       

      I am quite new to switchyard . So am I going in right direction . Also I am not clear on how to use rest-easy in switchyard ,didnt find much material on that .