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.  webservice result not displaying, not binding to output control fields

    Posted Tue March 20, 2012 01:06 AM

    I have a portlet view which makes 4 webservice calls to IS, actually 2 webservice calls with 4 different inputs. They work fine.

    I generated Managed Bean to invoke 3rd webservice. Clicked Refresh button, no output result displayed. I verified that the webservice call was made and the result object returned expected results. However, the output results property group (actually the output table under the property group) shows “Empty”.
    What’s going on?

    I found a similar thread, but it only applies to 7.1.2 Devloper Fix5. I am using IS 7.1.3, MWS 7.1.3, Designer 7.2


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS


  • 2.  RE: webservice result not displaying, not binding to output control fields

    Posted Tue March 20, 2012 01:34 AM

    One possible work around is to set the “Auto Refresh” property to true for the Managed Bean.


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 3.  RE: webservice result not displaying, not binding to output control fields

    Posted Tue March 20, 2012 01:40 PM

    But this autoRefresh is not good idea when there are multiple controls that bind to managed beans because I only want to refresh when a specific hideable panel is visible (toggle tab is used to unhide target panel). Help!


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 4.  RE: webservice result not displaying, not binding to output control fields

    Posted Wed March 21, 2012 04:50 PM

    With the autoRefresh set to true, I cannot pass input value to the web service. The input comes from another panel within the same view.
    If I initialize the value of the input parameter to the web service through faces-config.xml | ManagedBean | | Initialization, it works, but the value, but the input parameter cannot be set dynamically. Any idea?


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 5.  RE: webservice result not displaying, not binding to output control fields

    Posted Fri May 11, 2012 06:12 AM

    Either u must have not refreshed the page after webservice call, or Check if the output of the webservice is documnet>value structure. these are 2 case where we possible miss out the output…


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine