This post originated from an RSS feed registered with .NET Buzz
by SANKARSAN BOSE.
Original Post: WCF Web Model - POX/JSON Support
Feed Title: Sankarsan's Journal
Feed URL: https://sankarsan.wordpress.com/feed/
Feed Description: Technology,Science,Books,Movies.....
For the past few days I was studying the details of the Web Programming Model of WCF.This feature enables WCF services to be called using simple HTTP requests i.e. without the messages wrapped in SOAP format.The messages can be POX(Plain Old XML) or JSON(JavaScript Object Notation).So the client for this kind of services does not [...]