I\'m using a 3rd party web service written in Java and using Apache Axis 1.3. The service has many overload operations. When the WCF Svcutil generates the proxy, it rename
The only workaround that I have been able to find is to edit the generated code by hand and remove all of the overloads that I don't need.