Hi,
In my wcf service, I am interested in using DataContractSurrogate while exposing the ServiceContract in a particural EndPoint(e.g. WebHttpBinding).
- How can I do it ? Implementing IEndpointBehavior?
- In addition to that,do I need to implement IWsdlExportExtension?
Thanks,
Adil