Soya now creates OperationDescriptions and DispatchOperations automatically from protocol definition (at least for MEP). It is thus no longer necessary to specify the [OperationContract] attribute.
Further, it is now possible to overload service operations, e.g. Process(MsgX), Process(MsgY), Process(MsgZ).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=867752
Originator: YES
Soya now creates OperationDescriptions and DispatchOperations automatically from protocol definition (at least for MEP). It is thus no longer necessary to specify the [OperationContract] attribute.
Further, it is now possible to overload service operations, e.g. Process(MsgX), Process(MsgY), Process(MsgZ).