transaction_mandatory attribute
Format
Attribute meaning
The transaction_mandatory attribute specifies that a service is to be executed as part of a global transaction.
Explanation
- The interface or operation with this attribute specified must be called inside a global transaction. If it is called outside the transaction, an error occurs and the service is not executed.
- This attribute cannot be specified at the same time as the transaction_optional attribute.