In BizTalk for WCF end point, we get both ServiceBehavior and EndPointBehavior as behavior extensions. Then a question comes across to mind is, why two different behaviors when we can use single service or end point one? Found out the answer, thanks to different sources and blogs. I haven't used WCF Services as such, so needed a clear answer for this.The ......