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
Expand all | Collapse all

restore (override) a flow service called by web service

  • 1.  restore (override) a flow service called by web service

    Posted Mon June 11, 2018 01:59 PM

    Hi,
    I have a flow service which is a method of a web service. There is 3 parameters

    When I put pipeline debug variable to Save in flow service, I call the web service (from soapUI for example), then I put pipeline debug variable to Restore (override) : only 2 of the three parameters are filled (and I am sure I have filled the three parameters by web service).
    Do you know where is the problem ?


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General


  • 2.  RE: restore (override) a flow service called by web service

    Posted Mon June 11, 2018 07:28 PM

    Just look what pipeline has been saved (I don’t remember exactly where they are stored), and you’ll see whether the third parameter has been correctly passed to the service. It might be that you mistyped a name or used the wrong case.


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: restore (override) a flow service called by web service

    Posted Tue June 12, 2018 09:51 AM

    OK found !
    Thanks for the tricks.
    I found the file for the saved pipeline and I understood what is the issue. The name of my variable is “fileName” and it is a special word in restore pipeline because fileName take the name of the service.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General