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.  flatfile send to tn

    Posted Sat October 25, 2008 01:06 PM

    hi all,

    i am new to webMethods i dont know how to send flatfile to tn, i read all pdf but i did’t understood can any body help me regarding this, if any body
    having ppt or packages pls post me(documentgateway service)


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


  • 2.  RE: flatfile send to tn

    Posted Mon October 27, 2008 04:22 PM

    The WmTNSamples package (available from Advantage) has a gateway service example.


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


  • 3.  RE: flatfile send to tn

    Posted Mon October 27, 2008 04:29 PM

    neethu,

    Here are the steps to follow:

    pub.file:getFile (setloadA=stream)
    Map TN_PARAMS—
    wm.tn.doc.ff:routeFlatFile (map ffdata stream object,TN_PARAMS)–gateway service routes FF to TN

    OR

    pub.flatfile:convertToString (map ffValues)
    pub.string:stringtobytes
    pub.io:bytetoStream
    wm.tn.doc.ff:routeFlatFile (map ffdata stream object,TN_PARAMS)–gateway service routes to TN

    For map TN_PARAMS use setValue in the map step:(case sensitive)

    TN_PARAMS/
    DoctypeName
    SenderID
    ReceiverID

    Step thru your flow for testing.

    HTH,
    RMG


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