|
Some reference bindings are accepting dynamic overriding on its configurations, like WS-A To address for SOAP binding and URI for HTTP binding, but right now the service consumer should know that protocol specific property name to set that. The idea is to add an abstraction layer to handle those kind of properties so the consumer doesn't have to know provider's implementation detail. The ContextMapper for each bindings should be responsible to map those common properties to the binding specific.
|