Hi all, Im trying to find a way of using windsor with my webservice and wondered if anyone can help me or point me in the right direction? My problem is, how exactly does a webservice class get instantiated when there's an incoming request, and how do I override that to use the class from the windsor container instead?
Right now, my web service contains lots of references to my static windsor container, like: Ioc.Resolve<IAccountService>, which makes unit testing the webservice class very hard. kind regards Andy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
