Archives for posts tagged ‘Web Services’

Create a .wsdl file from an asmx web service with NAnt

There are places where we are still stuck with .net framework 2.0 – so WCF is still not available. I’m currently working on such a project. I’m using asmx web services, and i needed to be able to export the wsdl file generated by the framework, as part of an automated build. It turns out that [...]