Hello,
Yes, if I understood you correctly, that is what I am using.
I am using Client with no WCF and using RequestDispatcher:
new ServiceLayerAndClientConfiguration(typeof(MyHandler).Assembly, typeof(MyRequest).Assembly, new Agatha.StructureMap.Container(ObjectFactory.Container)).Initialize();
FindUserByIdResponse response = _dispatcher.Get<FindUserByIdResponse>(request);
What about having two packages: a base one and and extra one for WCF?
---
Thank You,
Miguel