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.  GetRoutingRule java service

    Posted 08/16/02 08:25 PM

    Hi,

    Somebody knows how can i use the getRoutingRule java service ??
    This java service hopes a name (String).
    I supposed i have to write the routing rule, but how can i know the name of routing rule???

    Thansk so much …
    Omar


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: GetRoutingRule java service

    Posted 08/16/02 09:10 PM

    Can you provide the full name of the service you’re looking to use? I haven’t been able to find any reference to such a service in the core services nor in the TN services.


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: GetRoutingRule java service

    Posted 08/17/02 12:11 AM

    wm.PartnerMgr.gateway.admin:getRoutingRule

    The name = Sender/Receiver/MsgType

    Omar


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: GetRoutingRule java service

    Posted 08/17/02 12:48 AM

    Ah, the old partner package, the precursor to TN. Didn’t find it initially cuz I don’t have that package currently installed.

    getRoutingRule is an internal service that is not intended for use by us humble end-users. Basically, it’s something you shouldn’t need to use unless you’re doing something out of the ordinary.

    You do indeed have to build a routing rule. But you don’t invoke it directly, or even manipulate it directly, yourself by calling services. You submit a doc to the partner manager via the wm.PartnerMgr.gateway.transport.B2B:InboundProcess service and it does all the work of matching the doc to the right rule, invoking the rule, etc.

    Are you trying to do something special?


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB