Is it possible to overload a method in webservices?

前端 未结 1 1119
一向
一向 2021-01-21 07:45

Is it possible to overload a method in web service?

相关标签:
1条回答
  • 2021-01-21 08:42

    Yes, you have to use MessageName property of web method.

    Take a look at this article.

    Overloading Web Services

    0 讨论(0)
提交回复
热议问题