asp.net webservices WsiProfiles to None?

CatchItBaby

New Member
Frens, i'm looking to achieve function overloading in my webservice and i googled for a while gotta soln that changing \[code\][WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]\[/code\]to \[code\][WebServiceBinding(ConformsTo = WsiProfiles.None)]\[/code\]and it is working fine now.what if i would change my \[code\]WsiProfiles\[/code\] to \[code\]None\[/code\]? will it makes any security issue? & what it means?
 
Back
Top