You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Syntax
setTransactionID() = aString
SemanticsSets the current transaction ID to the specified String value.
Examples
setTransactionID(a_TID_from_caller);
setTransactionID(concat(a_TID_from_caller, aStringAttribute));

MultiExcerpt named transactionID was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro For more information on how to provide a transaction ID in the SOAP header refer to SOAP Adapter Reference.

In E2E Analyzer, the transaction log of an xUML service will be sorted by transaction ID.

  • No labels