Exclude the WCF ServiceBehaviorExtension for one particular endpoint

117 Views Asked by At

I would like to exclude the custom Behavior extension which expects a custom Header for one of my service. Is it possible? I read about RemoveBehaviorExtension element but there is no mention on where to use it.

Any help is appreciated! Thanks!

1

There are 1 best solutions below

0
On

Okay, i had earlier created a separate Endpoint behavior with out the BehaviorExtensions node. But it failed, when examined further it was a timeout exception which was troubling me still. Modified the external client with an increased timeout and modified my service to have the endpoint with a seperate Endpoint behavior the issue got resolved. Thanks!