Situation:

I have been tasked to provide a non-intrusive solution to allow .NET web services to grab an incoming SOAP header and process the credentials stored within in such a way that a credential object is returned to the web method so they can access the appropriate role information to add to database query.

In order to accomplish this, I created two class libraries, one that provides the "CredentialProf ile"...