Thursday, September 10, 2009

Overloading web methods in Visual Studio 2005

It's really simple, you just need to replace

WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]

with

[WebServiceBinding(ConformsTo = WsiProfiles.None)]
I found this information here.

No comments: