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.  Using Tree in CAF

    Posted Wed February 05, 2020 05:19 PM

    Hi,
    I have a web service, we called it ws which gave parent/childen relation.
    This web service as result given IDParent, IDChildren, ChildrenTitle.

    I create a ListTreeContentProvider in my Bindings (we called it provider) and I set it like that :
    Row variable = p
    Array Source = “#{ws.result.result}”
    Row ID expression = “#{p.IDChildren}”
    Row ID Parent = “#{p.IDParent}”

    my Action initialise has an Action :
    ws.Refresh

    And I Create a dataTree with the following attributes :
    Value = “#{provider}”
    Variable name = “row”

    And I have a treeToogle on it with a text with the value :“#{row.ChildrenTitle}”

    But it doesn’t work. I have no mistake but the tree is empty despite the web service gave values.


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