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

How to bind java function name to webservice list input of CAF page

  • 1.  How to bind java function name to webservice list input of CAF page

    Posted Thu July 20, 2017 03:59 PM

    I have created a java function to return selected rows of an async table. Now, I need to bind this function as input to another webservice (created by flow service) in CAF page which is same as selected rows of async table. Please advise how to bind a function name to input list.


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


  • 2.  RE: How to bind java function name to webservice list input of CAF page

    Posted Thu July 20, 2017 04:06 PM

    Example :

    GetCustomer is a function I wrote in java class. This will return a list of selected rows in async table. (Document name is Customer). In customer document I have “Name”, “Age” as fields. I want to send the list of Customer document retrieved from GetCustomer function as input to another webservice “Delete Customer”. It takes list of customer document as input. Please advice how I can bind my GetCustomer function name as input to Customer list document of “Delete Customer” service.


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