WCF: Svcutil generates invalid client proxy, Apache AXIS Web Service, overload operations
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 renames the overloaded operation by appending a number after the operation name. For example: getDataResponse getData(getDataRequest request); getDataResponse1 getData1(getDataRequest1 request); This by itself isn't a problem, but when Svcutil generates the request/response messages, it neglects to change the WrapperName property of the MessageContracts. [MessageContractAttribute( WrapperName = "getData", WrapperNamespace = "http:/