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
  • 1.  Connect UI Webpages to webMethods flow services

    Posted 07/15/22 02:38 AM

    IS 10.5

    Full version

    How can I connect my UI web pages to the webMethods flow services other than DSP
    OR How can I connect frontEnd pages to the webMethods Backend(flow services)?

    Just to confirm the above question also means how to consume REST(webMehtods) in HTML pages?

    Have you installed latest fixes for the products


    #API-Gateway
    #API-Portal
    #Flow-and-Java-services
    #API-Management
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Connect UI Webpages to webMethods flow services

    Posted 07/15/22 08:29 AM

    Hi Azhar,

    can you provide some more details on your request please?
    Where are the UI WebPages hosted?
    In which language are they developed?

    DSP are hosted directly on the IS.

    Regards,
    Holger


    #API-Gateway
    #webMethods
    #Flow-and-Java-services
    #API-Management
    #API-Portal
    #Integration-Server-and-ESB


  • 3.  RE: Connect UI Webpages to webMethods flow services

    Posted 07/15/22 09:02 AM

    Hi, Holger
    Suppose I have created webpages using html,css, ,javascript and we are hosting these pages on tomcat.


    #API-Management
    #Flow-and-Java-services
    #API-Gateway
    #API-Portal
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Connect UI Webpages to webMethods flow services

    Posted 07/15/22 09:30 AM

    Hi Azhar,

    if your services only have simple structured inputs you can just invoke them via URL and pass the inputs as parameters:
    /invoke/yourservicename?input1=somevalue&input2=someothervalue.

    For more complex structures it might be better to use REST or SOAP-WebServices.

    Regards,
    Holger


    #Flow-and-Java-services
    #webMethods
    #API-Portal
    #Integration-Server-and-ESB
    #API-Gateway
    #API-Management


  • 5.  RE: Connect UI Webpages to webMethods flow services