Ramesh
Ramesh

Reputation: 1752

Is it possible to overload a method in webservices?

Is it possible to overload a method in web service?

Upvotes: 3

Views: 724

Answers (1)

rahul
rahul

Reputation: 187090

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

Take a look at this article.

Overloading Web Services

Upvotes: 5

Related Questions