Hi,
The answer is no, as in wcf the only binding has the backward compatibility is basicHttpBinding. This binding iscomsisted of TextMessageEncodingElement and HttpTransportBindingElement.
This binding will not support session state and transaction as these bindingElements are all supported by .net 3.0. For example in wsDualHttpBinding, the bindingElements are involved are:
element: System.ServiceModel.Channels.TransactionFlowBindingElement
element: System.ServiceModel.Channels.ReliableSessionBindingElement
element: System.ServiceModel.Channels.SymmetricSecurityBindingElement
element: System.ServiceModel.Channels.CompositeDuplexBindingElement
element: System.ServiceModel.Channels.OneWayBindingElement
element: System.ServiceModel.Channels.TextMessageEncodingBindingElement
element: System.ServiceModel.Channels.HttpTransportBindingElement
Thanks
Binze
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.