IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  How to consume REST API

    Posted Fri April 17, 2015 04:38 PM

    Hi All,

    I am trying to implement a service where it has to consume REST API and get back its results.

    How should I do it? I have not got much information on how to call the url when we use REST Services. Do I need to use create REST service GET. So, it will create _get with empty flow.

    What should I do next? use http in it?

    Can you please let me know if anyone has implemented this.

    Thanks a lot.


    #webMethods
    #soa
    #API-Management


  • 2.  RE: How to consume REST API

    Posted Tue April 21, 2015 05:46 PM

    You just have to use the pub.client.http and call the URL with the method they gave you (POST/PUT/GET/etc…)…

    SM


    #API-Management
    #soa
    #webMethods


  • 3.  RE: How to consume REST API

    Posted Fri April 24, 2015 07:58 AM

    Method PUT should do it? Any issues?


    #API-Management
    #webMethods
    #soa