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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

Fetch datainto webmethods from SP and expose as GET API

  • 1.  Fetch datainto webmethods from SP and expose as GET API

    Posted 05/14/21 09:22 AM


  • 2.  RE: Fetch datainto webmethods from SP and expose as GET API

    Posted 05/14/21 10:18 AM

    This is pretty basic. Create a service that exposes the inputs you want to support. Use that input as input to the SP, if any. Have that service call the SP. Return the results in the format you want callers to use – probably JSON. Maybe XML. Maybe HTML.

    Don’t get too wrapped up in the “API” term (which is something of a meaningless buzzword these days) – it’s just an HTTP call. Parameters can be specified in the URL. Or as an form in the body. Or as JSON or XML in the body. You could be flexible and allow the caller to specify the response type via the Accept header.

    If you have more specific questions, please post them.


    #webMethods
    #webMethods-io-Integration
    #Integration-Server-and-ESB
    #Adapters-and-E-Standards