WSCF.blue is a great tool for developing web services in a Contract First mode. Develop in such a way means that you start from a WSDL contract that describes everything is concerned with a web service, and only after that you can write code which that contract is based on. Working with a WSDL can be a very error-prone task because a WSDL is a XML file. The WSCF.blue tool is able (among other things) building the server code you need from that file. But this tool is also useful in some particular scenario where you have...