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
Expand all | Collapse all

Delete processing via webmethods/java service?

  • 1.  Delete processing via webmethods/java service?

    Posted Fri March 15, 2013 02:23 PM

    Hi All,

    Can we delete processing rules via developer?
    if yes ,could you please advise.

    Thanks in advance.

    Vasanth Murali


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


  • 2.  RE: Delete processing via webmethods/java service?

    Posted Fri March 15, 2013 04:41 PM

    You can try using these services in steps:

    wm.tn.route:getRule (pass ruleName to get ruleID)
    wm.tn.route:delete (pass ruleID)

    But why do you want to do like this programmatically?

    HTH,
    RMG


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