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.  Cannot query TN ConversationID attribute

    Posted 01/08/08 02:01 PM

    As IDOCs are received from SAP into TN we are extracting the idoc number and stuffing it into the conversation ID attribute of the bizDoc. (For this doc type the conversation ID is just an unused field). A separate service is needed to query TN to find a specific idoc number but I can’t seem to find the correct attribName to use on wm.tn.query:createDocumentQuery.


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


  • 2.  RE: Cannot query TN ConversationID attribute

    Posted 01/08/08 02:13 PM

    Nevermind. Rather than using conversationID I created a custom attribute - idocNumber. To update the bizDoc I first use wm.tn.doc:setAttribute and then updateAttribute. The second flow service then uses wm.tn.query:createDocumentQuery with attribName set to “idocNumber”. Working very nicely…


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