Thursday, June 11, 2009

.NET Web Methods Tips and Tricks

It is possible to pass a parameter by reference to a Web Method? I thought this does not make sense, but behind the covers the .NET webservice proxy and runtime make this possible.
A detailed example with sample source code can be found here.
Also given in the above link is an example of supporting polymorphism in Web Methods.

No comments:

Post a Comment