On example listed under How to integrate a WCF Workflow Service with Service Bus Queues and Topics MSDB article hh709041, is it possible to prepare the messages ICalculatorRequest from the client using ServiceBus API instead of netMessagingBinding?
I'm trying to determine if the messages can be sent either netMessagingBinding or the SDK, and be consumed by service using netMessagingBinding.