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.
例如,I ve got the BizTalk example WcfNetAdapter Publishing fromMSDN up and operation, and it includes a console testuser that used at ...
net.msmq://localhost/private/WcfNetMsmqAdapterPublishing
看来这是可能的,但我看不到任何开端?