I really need to add some of my own convenience methods into the auto-generated proxy files that are output by wsdl.exe and svcutil.exe. What I am doing is adding another type of OperationAsync method for each service method. I would like to be able to invoke a tool from a command line like this:
superwsdl.exe [wsdl command-line arguments here]
supersvcutil.exe [svcutil command-line arguments here]
And have the outputted file include my extra methods. Does anyone know a way of doing this? If it has to be another format of command line, that is OK too.