It is possible to create multiple endpoints in WCF from one service contract declaratively (by declaring it in the configuration file), but it is also possible to do it programmatically (I think almost everything that can be done declaratively can also...
I'm using WCF configured with netMsmqBinding, and I needed to send a message containing binary data (specifically for image file). When I tried to send a dummy message (i.e. new byte [] { 0, 1, 2, 3 } ), it worked, but when I tried to send a real...
"Alternative" to server side message inspector of WCF: WCF Client Message Inspector Anyone have easier way to do it (View the SOAP message sent to service host in client side)? Share this post: | | | |