Hi, Is it possible to wrap a number of service calls into a single transaction?
For example, I have a backend process sourcing product information from a 3rd party system and want to call both the "createProduct" and "createProductPrice" service. If for what ever reason the "createProductPrice" service fails I want to roll back all changes to the database that relate to both of these service calls. Kind regards Grant e
