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.  How to send xmldoc to TN console?

    Posted Fri April 17, 2009 02:44 PM

    Hi,
    Looking for quick help regd sending the xml document to TN console.
    TN Configration:-
    I have created the trading partners sender & receiver wch are in active state & created documentType as well.
    i have set the Processing Rule where i set the Action tab as Change User status to =sucess & in criteria tab i have set sender & receiver,doc type.

    In Developer Configuration:-
    i have used 1 pub.xml.xmlStringToxmlNode & pass tht xml node to
    2 wm.tn.receive inbulit service after runing service durning runtime

    i have received output as TN_parms
    $contentType application/x-wmidatabin
    $contentEncoding null

    while i have chk in TN Console for Transaction Analaysis i am unable to see any document getting populated in TN Console.

    pls reply me bck with sugesstion?

    Tnx
    RJ


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


  • 2.  RE: How to send xmldoc to TN console?

    Posted Fri April 17, 2009 05:12 PM

    hi,

    you have to do in the developer:
    pub.xml: documenttoXMLString (input: the document that you want to send)
    pub.xml: xmlStringToXMLNode
    wn.tn: receive


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


  • 3.  RE: How to send xmldoc to TN console?

    Posted Sat April 18, 2009 08:38 PM

    Hi RJ,

    I hope u made a mistake while creating document type.

    Can u pls test the document with your sample xml message? Then you can easily found the problem.

    Pls let me know if you required any help

    Thanks


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


  • 4.  RE: How to send xmldoc to TN console?

    Posted Tue April 21, 2009 02:11 PM

    Thnx to smile & ndeye :slight_smile:
    Now i am able to see flow of document in TN Console.
    but i need one more favor from you guys.

    Can u tell me how to send xmldoc from 1TN console to other 2TN console.i have created sender,receiver partnerid,documenttype & processing rule in both TN Console?but still not able to get xmldata in second Tn cosole


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


  • 5.  RE: How to send xmldoc to TN console?

    Posted Tue April 21, 2009 03:17 PM

    You can try to post the data to the tn:receive service of the other TN as explained here [url]wmusers.com.
    Or in the invoked service (by processing rule in TN)try to post the content using http to the tn:receive service of the other TN.

    Cheers
    Guna


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


  • 6.  RE: How to send xmldoc to TN console?

    Posted Wed April 22, 2009 04:14 AM

    I would say try this option as suggested above:

    In the invoked service (by processing rule in TN)try to post the content using http to the tn:receive service of the other TN.

    HTH,
    RMG


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


  • 7.  RE: How to send xmldoc to TN console?

    Posted Wed April 22, 2009 10:23 AM

    Thnx Guna & RMg :slight_smile:
    Now i am able to see the flow of documents in both the TN server console


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