I'm standing up my first WCF service with a DataContract that contains
some DataMembers with the IsRequired attribute set to true.  I then
have a service contract with a method that takes in the DataContract
as an input parameter.  When I try executing the service from the
client side, I purposely omitted the required member expecting for the
service to not fire, but it does.

Am I missing something?  I can post some code if necessary, but I
figured the question is straightforward enough.  Any input would be
appreciated.

Reply via email to