Ferry Mulyono

See also: Other Geeks@INDC

Browse by Tags

All Tags » WCF (RSS)
WCF ServiceHost - Single contract multiple endpoints
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...
Posted: May 17 2007, 10:08 AM by ferry | with no comments
Filed under: ,
WCF ignore my message
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...
Posted: May 15 2007, 06:18 AM by ferry | with no comments
Filed under: ,
WCF - Client-side message inspector
"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: | | | |
Posted: Apr 27 2007, 04:16 AM by ferry | with no comments
Filed under: ,