webMethods

webMethods

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.  Webmethods flow service calls with Flutter

    Posted Wed August 19, 2020 08:03 AM

    is it possible to integrate Flutter as front end with web methods for building single web page?


    #webMethods


  • 2.  RE: Webmethods flow service calls with Flutter

    Posted Wed August 19, 2020 09:58 AM

    Hi Ameya,

    can you provide some more details about your request please?
    Your question is not quite clear to me.

    Regards,
    Holger


    #webMethods


  • 3.  RE: Webmethods flow service calls with Flutter

    Posted Wed August 19, 2020 02:39 PM

    ok, so basically i had build a single web page using dsp.
    But i want to achieve the same web page by using flutter as front end. the data retrieval should be done through Flow Services and result should be passed to the font end.
    i.e. webMethods should be back-end system.


    #webMethods


  • 4.  RE: Webmethods flow service calls with Flutter

    Posted Wed August 19, 2020 02:20 PM

    Hi Ameya,

    Are you looking for using webMethods as a back end system for your Flutter UI framework? In turn, webMethods talking to your application database or some other end system to pull/store the data referenced on UI.

    Provide more information on this so that we can suggest our views.

    Regards,
    Firoz N


    #webMethods


  • 5.  RE: Webmethods flow service calls with Flutter

    Posted Wed August 19, 2020 02:40 PM

    Yes Firoz,
    this is exactly what i am looking for.


    #webMethods


  • 6.  RE: Webmethods flow service calls with Flutter

    Posted Wed August 19, 2020 02:43 PM

    Ameya,

    DSP does invoke webMethods flow services and is supported by default. but I’m not sure of Flutter on this.

    but if Flutter allows you to invoke HTTP/REST then you can invoke flow services using this HTTP/REST and then get the data from webMethods.

    But your front end code will become huge but that’s the way I see.

    Regards,
    Firoz N


    #webMethods


  • 7.  RE: Webmethods flow service calls with Flutter

    Posted Wed August 19, 2020 02:47 PM

    ok, ya flutter/dart supports HTTP calls.
    i was looking for more options on this topic because flutter has excellent state management methods. its interesting.
    i hope i will find more posts related to these topics .
    fingers crossed :slight_smile:

    Thank you firoz.


    #webMethods