Negative ramifications of "ConformsTo = WsiProfiles.None" in C# web services

Posted by cori on Stack Overflow See other posts from Stack Overflow or by cori
Published on 2009-08-11T15:04:11Z Indexed on 2010/06/11 12:22 UTC
Read the original article Hit count: 221

Filed under:
|

I'm adding a method overload to an asmx web service written in C#, and in order to publish it I need to change the WebServiceBinding attribute of the service to the above. Doing so seems pretty harmless (the web service will only be consumed by applications written in house, at least in the foreseeable future), but am I missing some implications of that choice?

© Stack Overflow or respective owner

Related posts about c#

Related posts about web-services