Hi Bill,
I am new to
SOAP and was just wondering how does
SOAP handle transactions. For instance if had a SOAP service which relied on another service that failed what would happen to the original request. Do I need to handle the failure explicitly or is there some sort of atomic operation whereas if one dependent service fails, the entire operation fails.
Thanks for any information.