WSCF for VS 2005: Schema-Based Contract-First Web Services
I've been using the VS.NET 2003 version of this fantastic tool and now there's a VS 2005 version available! Great work by thinktecture. Get it for free: http://www.thinktecture.com/wscf.
There has been a lot of buzz around contract-first Web Services design & development lately. A number of people thinks that it is a good thing and that we finally should reach a state where we all can live and breath it. But most people have been complaining about the lack of tool support for the so called 'first step':
- Design your contract's data, messages and interface
- Generate code from the contract
This first step can be done either in code or can be done with XML and XSD. As it turns out a number of enterprise-related projects prefer to take the second option. Therefore a tool is needed to ease the pain that shows up with angle brackets.
thinktecture is proud to present the next version of the very successful and freely available WSCF tool.
WSCF offers a simple yet powerful WSDL Wizard that abstracts away all the nitty-gritty details of WSDL and therefore does not give room for making errors and wrong assumptions just by trying to use and applying everything that can be done stated by the original WSDL specification. Plus there are number of new items that primarily made it into the tool based on customer feedback.