WCF has three transaction protocols: OleTransactions, WSAtomicTransactionOctober2004 & WSAtomicTransaction11
OleTransactions are the Windows specific OleTx protocol, but both the other two are just listed as the implementation of the WSAT protocol.
So there must be a difference between the 2004 & 11 options?
Only thing I can GUESS is
- 2004 = November 2004 spec
- 11 = August 2005 spec (seems odd, since this is version 1.0 and the name implies 1.1)
For .net <=3.0, use WSAtomicTransactionOctober2004 If you use COM+, use OleTransactions otherwise, use WSAtomicTransaction11