Is there any possibility to propagate transactions between different SOA services which are from different platforms like .NET or Java?
I know the transaction can flow in and out between WCF services which is coming from .NET. But I am not familiar with Java platform.
Now I am working in a project which communicates the services from different platform.
How can I maintain consistency in business?