I spent hours trying to make some settings in wsdl generation, without any results. I was stuck mainly because I could not find a clear sample of what I want to do (maybe I missed something).
Let's say: I want to configure the created WSDL. The most important articles I found relate to adding attributes to existing services to add behavior like this article .
What I want to do is the ability to analyze OperationContract and generate and add xsd if necessary.
My questions:
- How to add or intercept existing WSDL generation without adding attributes ?
- How to configure this component in the configuration file?
I don't want to change the way metadata is used with svcutil.exe , just add ComplexType on the fly in the generated wsdl.
Thanks for your suggestions!
source share