I am trying to publish a WCF service that sends to an NSB server. I looked at the WebServiceBridge example in NSB samples, but cannot figure out how to use the NServiceBus.WcfService class in a WCF copy.
I found out that my service interface can inherit one or more IWcfService <TRequest, TResponse>, but since the service class cannot inherit several base classes (WcfService), is it possible for one service implementation to serve several types of messages?
source
share