admin on October 14th, 2008

Sometimes, we want to make a service available in different protocols so that clients could have an option to choose one of their favorite methods to consume the web services.
Here we are going to talk about how to make one WCF service available in RESTful POX(Plain Old XML as XML for short), JSON and [...]

Continue reading about WCF RESTful POX, JSON and SOAP Coexist

admin on August 6th, 2008

In real world , web service of WCF in basichttpbinding might not be flexible enough to meet enterprise application requirements.
What programmers are looking at is a more robust way of developing web service application in WCF. CustomBinding as the name describes that it alllows users design their own web service binding.
At the point, people might [...]

Continue reading about WCF BasicHttpBinding equivalent CustomBinding