I know that JEE application servers support WS-Atomic transactions between SOAP services.
I'm also familiar with microservices and Sagas.
This isn't a discussion about the pros and cons of SOAP+2PC vs. REST+Sagas.
It's a simple technical question: Is it possible to perform a WS-Atomic transaction between two SOAP services running on different Tomcat instances in Spring Boot 4?
Thanks in advance, Antonio.