Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WBRIDGE and version 21.1.4
Div
Classe2e-refDiv
Rp
Syntax
Code Block
languagenone
setTransactionID() = aString
Semantics

Sets the current transaction ID to the specified String value.

Info

The transaction ID has a maximum length of 40 characters. Longer values are cut by the xUML Runtime.

Examples
Code Block
languagenone
setTransactionID(a_TID_from_caller);
setTransactionID(concat(a_TID_from_caller, aStringAttribute));

Multiexcerpt include
SpaceWithExcerptINTERNAL
MultiExcerptNametransaction_id
PageWithExcerptINTERNAL:_bridge_excerpts
For more information on how to provide a transaction ID in the SOAP header refer to SOAP Adapter Reference.

Multiexcerpt
MultiExcerptNametransaction_id_analyzer

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

Image Modified