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.  exclude null nodes from a document list

    Posted 02/04/14 03:48 AM

    Hello guys,

    What is the best practice for excluding null tags from a document list (obtained by parsing a xml file) ?

    Station
    -saleList
    --------saleLine – null
    --------saleLine ->> meets the conditional requirements
    --------saleLine – null

    Kind Regards,
    Sil


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


  • 2.  RE: exclude null nodes from a document list

    Posted 02/04/14 04:41 PM

    loop over document list
    branch on document / sale line
    null : do not copy
    default : copy to a tmp document list

    map tmp document list to original document list.


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