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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Branch on Document Attribute

    Posted 10/01/09 02:20 PM

    Hello,
    maybe the issue is solved but how can I branch to a specific attribute value?
    For example the document is like this:
    resp/Trans/Message/@name
    resp/Trans/Message/@version

    and I want to branch to a specific sequence is the @name == “todo” and version == “1.0”

    How can I do this?


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: Branch on Document Attribute

    Posted 10/01/09 02:57 PM

    Insert a branch, set evaluate lables=True and write the logical expression into the label of a sequence under the branch (see the Developers Users Guide for Details)


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Branch on Document Attribute

    Posted 10/01/09 03:02 PM

    This is the current solution. But I was wondering if it is possible to branch with the following expression: /resp/Trans/Message/@version= && /resp/Trans/Message/@name = instead of just the value and then once again inside the sequence
    Capture24.09.2009-10.56.4201.10.2009-15.29.43.png


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Branch on Document Attribute

    Posted 10/02/09 01:06 PM

    The picture you posted does not show the soution I described. I wrote to put /resp/Trans/Message/@version= && /resp/Trans/Message/@name = in a label and set evaluate lables to true. You just use the standard branch wuth evaluate lables = no.


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 5.  RE: Branch on Document Attribute

    Posted 10/02/09 01:08 PM

    Ok. Understand.
    Thanks for your help


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services