We received a VS2010 solution containing an asmx.cs file, this file contains WebMethods. I would like to add a new WebMethod to this file. I copied and renamed an existing method but I cannot access it.
Searching for names identical to the existing methods I found auto-generated code inside a Reference.cs file and a .wsdl file. I don't understand how this code was generated, is this the result of a class wizard or something similar?