How do I add custom annotations to the contracts that are generated from WSDL? You first need to start with an IWsdlImportExtension. Your extension gets called each time a contract is discovered during import. Processing happens in multiple passes so we aren't quite ready to mess with generated contract yet. Instead
Similar Posts
One of the talks I'm giving at the upcoming DevConnections conference in Las Vegas the week of November 6th covers moving from Web Services to Service
So, in the last post , I talked about our problems identified during the CTP. This second part is an instructive solution-oriented post about what we did
Interfaces are immutable Yes, we've heard that for years... The reality, however, is that contracts, both -- service and data, do change as more requirements
There are times when you want to assure that two or more properties are always in-sync. Common examples include a class that represents id name pair, e