WCF: Svcutil generates invalid client proxy, Apache AXIS Web Service, overload operations

后端 未结 6 1344
予麋鹿
予麋鹿 2020-12-06 13:59

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

6条回答
  •  一个人的身影
    2020-12-06 14:27

    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.

提交回复
热议问题