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 Doc Recognition

    Posted Tue October 13, 2009 10:02 AM

    I need to recognize a doc like

    <?xml version="1.0"?> xml 20091009030405 Inbound ZZZ Shipment <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 1000029126

    based on <SAMPLE_SHIP> tab , if it exists !!

    But in TN Doc Type Identify Tab, I am not able to recognize this Tab, though I am able to recognoze all the tabs within STA2AHeader.

    Please suggest !!


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


  • 2.  RE: TN Doc Recognition

    Posted Wed October 14, 2009 07:42 AM

    Hi

    What are you setting for the root tag? An Xml document in TN is identified by its root tag.

    Reagrds,
    Pranith


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


  • 3.  RE: TN Doc Recognition

    Posted Wed October 14, 2009 07:44 PM

    Chirag,

    I noticed there is a typo in your XML tag above,missing ST in the root tag.

    Try load this XML in the DocumentType section Identify tab and it should recognize now and select Root Tag:TNSTA2A

    <?xml version="1.0"?>

    <TNSTA2A>

    xml
    20091009030405
    Inbound
    ZZZ
    Shipment

    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <SAMPLE_SHIP>
    <ORDER_ID>1000029126</ORDER_ID>
    </SAMPLE_SHIP>

    HTH,
    RMg


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