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.  TN Document Attribute

    Posted Wed February 27, 2008 09:59 AM

    Hi,

    Currently for the TN Attribute Conversation ID,I am extracting the value from a PIP field(Pip3A7PurchaseOrderUpdateNotification/thisDocumentIdentifier/ProprietaryDocumentIdentifier)
    by using the extract option in the particular TN Document type.

    My requirement is that I want the conversation ID to consist of two PIP fields concatenated with each other
    (Pip3A7PurchaseOrderUpdateNotification/thisDocumentIdentifier/ProprietaryDocumentIdentifier)
    and
    (Pip3A7PurchaseOrderUpdateNotification[0]/PurchaseOrderUpdate[0]/PurchaseOrder[0]/ProductLineItem[0]/buyerLineItem[0]/LineNumber[0])

    Also the concatenated values should have an “_” seperating them.

    Is there any way I can concatenate two PIP fields in the extract option of TN Document type seperated by an “_”

    Also can you provide me the exact query for using this…


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


  • 2.  RE: TN Document Attribute

    Posted Wed February 27, 2008 05:08 PM

    Randy which version of TN are you using ? Have to looked into using the custom service to query the specific attribute ? you can create your own service in which you can query different nodes and concatenate them per your requirement.

    HTH


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


  • 3.  RE: TN Document Attribute

    Posted Wed February 27, 2008 05:42 PM

    I forgot the actual XQL syntax for concatenation…wish i could remember…

    Alternative you have is using the service level to update the attribute(TN DocumentID) of your format choice using the concat service logic etc…

    Please check this thread on updating process…
    http://www.wmusers.com/forum/showthread.php?t=11498&highlight=extraction

    HTH,
    RMG


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