Phidiax Tech Blog

Adventures in custom software and technology implementation.

Open Web Service Software Factory (WSSF) - Build for Visual Studio 2015

Background

The Microsoft Standards and Practices group put out a contract-first development, modeling, and practices based tool starting long ago with Visual Studio 2008, and it was known as the Web Service Software Factory. Unfortunately for the WCF development community, it seems that there have been no updates to bring this tool forward with the latest Visual Studio Environment versions.

Phidiax uses this tool in many of our SOA implementations as it allows for schema development up front which is then used to generate interoperable WSDL contracts using ASMX or WCF, and can be serialized using XML Serializer or Data Contract Serializer. Since I make use of this tool daily in building services to easily generate code from XSDs and maintain the development patterns, and clients are beginning to make the move to VS 2015, I thought it would be beneficial to rebuild this tool into the latest environment. Obviously, that benefits those of you who make use of this tool as well!

How To

To get this moving, I made no changes aside from those necessary to achieve a successful build and installation for VS 2015, so no feature changes have been implemented. I noticed that there are installation issues (as many in CodePlex discussions commented of the VS 2012 version), but there is a workaround described below. The following steps contain the links to the binaries. Source code is available if needed at https://github.com/Phidiax/open-wssf-2015.

  1. Install the main WSSF VSIX Package
  2. Install the Service Contract DSL Package
  3. Install the Data Contract DSL Package
  4. Install the Host Designer DSL Package

If anyone knows how to eliminate the issue causing the main package not to install the member packages, I'd love to get this fixed, but since this workaround isn't that bad, I wanted to get something out there to keep those using this tool coding quality services.



Loading

Privacy Policy  |  Contact  |  Careers

2009-2017 Phidiax, LLC - All Rights Reserved