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

Populating data in a dropdown or combo box from webService

  • 1.  Populating data in a dropdown or combo box from webService

    Posted Tue June 17, 2008 02:30 PM

    I have created a webService by dragging and dropping in the canvas.
    The output of the service is a document list.
    I want to populate the values of this in a drop down or combo box.
    Can you please help me to create it.


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


  • 2.  RE: Populating data in a dropdown or combo box from webService

    Posted Fri June 20, 2008 02:53 AM

    Put the drop down control on the canvas
    Bind the value of the drop down to a results provider bean for the web service output
    Set the service autorefresh property to true so that the list is populated without having to click a command button


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