How do you start a WCF client when using the service is only available on net.msmq
- when you use the "Add Service Reference", you get an error ...
The MetadataExchangeClient instance could not be initialized because no Binding is available for scheme 'net.msmq'. You can supply a Binding in the constructor, or specify a configurationName. Parameter name: scheme If the service is defined in the current solution, try building the solution and adding the service reference again.
For example, I've got the BizTalk example WcfNetAdapterPublishing from MSDN up and running, and it includes a console test client that uses the service at ...
net.msmq://localhost/private/WcfNetMsmqAdapterPublishing
so it seems it's possible, but I can't see anyway to start ?