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.  RoutingTransactions

    Posted 09/26/02 12:54 AM

    Hi,

    As you known, you can view the transaction list that come in to wm IS (Adapters-> Routing-> Transactions)

    This page shown this information:
    Date, TID, Sender, Receiver, Msg Type, State, Delete.

    1. Is there a function (Java API) that give me the transaction list ???
      By example, String Transactions = Server.getTransactions().
    2. I want to can manipulate this information, as a structure.

    I read the Java API Reference, but i don’t found any function can help me.

    Do yuo know what can i do ???
    Any idea is good for me.

    Thanks so much …
    Omar


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


  • 2.  RE: RoutingTransactions

    Posted 09/26/02 05:37 PM

    Omar - you can introspect the DSP file for that function and see the underlying service it is calling with any parameters. Then you can call that service directly from a Java wrapper using one of the Service.doInvoke() methods. You can then map the results to a record structure you create.

    Hope this helps.


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


  • 3.  RE: RoutingTransactions

    Posted 09/26/02 10:39 PM

    Hi,

    I found the function.
    Just i want to get a transactions list that come in to wm server.
    Then, i can manipule this information as a structure or record.

    The service is wm.PartnerMgr.xtn.admin and i get the information i want.

    Thanks so much for your help …
    Omar


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