I have WCF service to get users from the ActiveDirectory.
I receive parameter from the request (user name) and create response with MembershipUser property.
from some reason, th
i found the error using the WCF trace. the error was that the XmlSeriazlier couldn't serialize the MembershipUser even though it was serializable because it has SecurityAttribute too. source: