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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  createReceiptAcknowledgement - RN service

    Posted 01/16/09 02:05 PM

    Hi All,

    I am using wm.ip.rnif20.trp:createReceiptAck to send receiptAck.

    This service inturn is invoking another RN inbuilt service: ‘wm.ip.rnif20.util:getTrpInfo’ which does not take any input but supposed to give transportInfo as o/p, but in my case it displays as an empty document. This o/p is a must as it will be used further in the flow.

    Please could you explain where it is trying to read this info from(eg:TN, model,etc…) and how could I resolve this?

    Many Thanks
    Sue:)


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 2.  RE: createReceiptAcknowledgement - RN service

    Posted 01/19/09 08:38 PM

    this service is getting the setting from cache in memory, it contains what defined in the file: packages\WmRNIF20TRP\config\transport.cnf
    you can use:
    wm.ip.rnif20.util:init to initialized it(which should be one of the startup service for WmRNIF20TRP).
    Hope this helps


    #webMethods
    #Adapters-and-E-Standards
    #Integration-Server-and-ESB


  • 3.  RE: createReceiptAcknowledgement - RN service

    Posted 01/21/09 02:17 PM

    Hi tongwang,
    I had a look at transport.cnf. It says but does not mention the actual format of receiptAck. There is a document defined in rosettanet as ‘wm.ip.rnif20.rec.Acknowledgement:ReceiptAcknowledgment’. This just contains two optional fields (one for namespace and one for messageDigest)…

    I wanted to know how will a receiptAck actually look like…ie the actual tag fields. Please could someone send a sample receiptAck format which will have the actual possible fields. Please help!!

    Thanks
    Sue


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards