When running wsdl.exe on a WSDL I created, I get this error:
Error: Unable to import binding 'SomeBinding' from namespace 'SomeNS'.
- Unable to import operation 'someOperation'.
- These members may not be derived.
I'm using the document-literal style, and to the best of my knowledge I'm following all the rules.
To sum it up, I have a valid WSDL, but the tool doesn't like it.
What I'm looking for is if someone has lots of experience with the wsdl.exe tool and knows about some secret gotcha that I don't.
See Question&Answers more detail:os