Browse by Tags
All Tags »
WCF (
RSS)
Someone commented on an earlier blog post I did on REST, POX/POJO and WCF and the comment read: How about REST WCF bits from .NET 3.5 SP1? Is it possible now to let the user decide in which format he wants the response (xml or json) like MySpace API for...
I had a laugh when I saw James Kovacs' blog post abot Why Developers are Interested in REST : I'm doing some WCF work for a client, specifically around WS-Security. I stumbled upon the System.ServiceModel.MessageSecurityVersion class today. Its static...
Kirk Eveans wrote a blog post about Creating RESTful Services Using WCF , which gives you a good understanding of how to get started with REST on WCF. In his sample, Kirk has 2 methods in a REST interface: [ ServiceContract ] public interface IService...
The "modeling edition" of Service Factory was released yesterday on the Codeplex site: The Web Service Software Factory: Modeling Edition (also known as the Service Factory) is an integrated collection of resources designed to help you quickly...
TcpTrace by Simon Fell is a great tool to trace your HTTP and SOAP calls with, until you begin using WCF and it starts complaining about you not going directly to the service, address filter mismatch and all that. It's quite easy to fix that though, just...
More Posts