Hi folks, I was doing some experiments with the wcf facility today, basically playing with duplex channels and custom serializers, and here is where the things gets odd: When I add a custom IOperationBehavior (like the NetDataContractFormatBehavior on the ut), the ApplyClient/DispatchBehavior methods are invoked, the behavior replaced, but when the remote call occurs, the CreateSerializer method isn't invoked. If I change the approach and instead add the behavior to the container and put it as an attribute decorating the service contract, everything works as expected.
I've spent some time chasing down this bug, but since I got not luck, I've decided to ask to the facility experts (Craig and Krzysztof) if you guys have some clue about why this happens and where I should look in order to fix it? Cheers, Henry Conceição -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
