What is the significance of Named Parameters like Name,ConfigurationName,Namespace,SessionMode and ProtectionLevel in ServiceContract ?
vipin kv
The significance of Namespace is that we can modify the name of the service contract method or even the underlying method altogether, but since the namespace remain same, it does not affect the clients of the service.