bizdoc | Object The document to process. The document must be an instance of com.wm.app.tn.doc.BizDocEnvelope. |
rule | Object The processing rule to use to process the specified document. The processing rule must be an instance of com.wm.app.tn.route.RoutingRule. |
If rule specifies… | The wm.tn.route:route service returns: |
Execute a Service action (but not the Respond with action) | The output from the executed service |
Respond with action | $-responseTime and $responseBytes if the service was invoked by a client (for example, a Java client or C/C++ client). If the service was invoked by a browser client, the wm.tn.route:route service returns nothing. |
Other | Nothing |