Sign In
Carlos' blog
General thoughts and usage examples about WCF, ASP.NET Web API, testing and programming in general.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET
ASP.NET
AspNetWebAPI
Channels
code generation
Codeplex
Cross-Domain
Duplex
Extensibility
HTTP
JSON
Metadata
MTOM
MVC
samples
Serialization
Silverlight
testing
tips
tracing
WCF
WCF Web HTTP
Web
Web API
XML
Archive
Archives
May 2012
(1)
April 2012
(2)
March 2012
(7)
February 2012
(8)
January 2012
(4)
December 2011
(4)
November 2011
(1)
October 2011
(3)
September 2011
(4)
August 2011
(4)
July 2011
(3)
June 2011
(4)
May 2011
(5)
April 2011
(5)
March 2011
(5)
February 2011
(1)
January 2011
(2)
December 2010
(3)
November 2010
(1)
October 2010
(1)
September 2010
(1)
August 2010
(1)
July 2010
(2)
June 2010
(1)
April 2010
(2)
August 2009
(1)
July 2009
(1)
April 2008
(2)
March 2008
(1)
January 2008
(1)
December 2007
(2)
April, 2008
MSDN Blogs
>
Carlos' blog
>
April, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Carlos' blog
WCF "Raw" programming model (Web) - receiving arbitrary data
Posted
over 4 years ago
by
CarlosFigueira
31
Comments
The previous post mentioned how to return arbitrary data from WCF services. To receive data, however, there is one extra step, which I'll try to explain here. Like returning arbitrary data, the key for accepting arbitrary (in any format) data is for...
Carlos' blog
WCF "Raw" programming model (Web)
Posted
over 4 years ago
by
CarlosFigueira
25
Comments
I've seen quite a few times in the forums people asking how to control exactly how the data returned by a WCF service. People want to use a certain format for the output of the data which isn't (natively) supported by WCF, such as XML or JSON. A few examples...
Page 1 of 1 (2 items)