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.  Set ConversationID via wmtndocffrouteFlatFile

    Posted Mon May 03, 2004 11:15 PM

    Hi all.

    Quick question. I have created a Gateway service to submit an internal flat file document to Trading Networks. It all works fine, except for the ConversationID. I’d like to set one using TN_parms, which is part of the input signature for routeFlatFile. The documentation (Building_Your_Trading_Network.pdf - page 381 from the version 6.0.1 guide) says that one of the optional TN_parms “hints” is a ConversationID. But when I set it before invoking routeFlatFile, nothing seems to happen. The bizdoc is still submitted successfully, but my conversation id does not appear in the TN Console.

    Any ideas?

    Thanks.


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Set ConversationID via wmtndocffrouteFlatFile

    Posted Mon May 03, 2004 11:44 PM

    I think you have to extract the conversation id. Go to your document type and go the extract section. Make sure you extract the conversation id as well.


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Set ConversationID via wmtndocffrouteFlatFile

    Posted Mon May 03, 2004 11:44 PM

    Chris,

    For accomplishing this make sure in the TNDoctypes section select your documenttype and under Extract/SystemAttributes select the ConversationID (Required)checkbox,same like you have done extraction for Sender/ReceiverID’s.

    HTH,


    #B2B-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Set ConversationID via wmtndocffrouteFlatFile

    Posted Tue May 04, 2004 12:12 AM

    Yep, that was it. Thanks guys. I didn’t realize that the only system attributes that TN extracted by default was the sender and receiver ids.

    Now I do.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration