I tracked down the major problem here.
I am using SQLServer Session State. The classes are Serializable, BUT... the SoapHeaders are being returned in the objects from the web services. So when I add them to the Session, wham! I get hit with an error saying the SoapHeaders in the objects are not marked serializable.
Any suggestions?
Right now, I'm using the Cache, but it isn't as persistant as the Session.
________________________
ASP.NET 1.1 Developer
VB.NET Developer