Categories: Web Services - Remoting - WCF
Latest version: 0.6Added 2003-11-22Updated 2006-02-28
A Visual Studio .NET add-in for improved "Contract First" Web services development.WSCF (WsContractFirst) helps to :- Design your contract's messages and interface (WSDL creation wizard)- Generate code from the contract (generates a client-side proxy class or a server-side stub skeleton in C# or VB.NET from a WSDL file)Features include:- Command line interface.- Generation of partial classes- Support for nullable types- Support for SOAP 1.2 binding- Option for generating old or new async calling code- Option for generating explicit order identifiers on particle members- Option for generating improved data binding code available- Option for generating List<T> types instead of Collections- Option for generating the optional element specified flag handling code