GetRoutingRule java service

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

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.

wm.PartnerMgr.gateway.admin:getRoutingRule

The name = Sender/Receiver/MsgType

Omar

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?