How can I publish WcfNetMsmq Orchestration as a Web Services?
Hi,
Can someone point me to the right sample or explain how can I achieve this.
THanks
Suresh.M
Hi,
Can someone point me to the right sample or explain how can I achieve this.
THanks
Suresh.M
You can use the BizTalk WCF Service Publishing Wizard, to publish the MEX endpoint of your WcfNetMsmq RL, and publish your BTS orchestration.
-Hanu
the WCF Service Publishing Wizard is not showing any WcfNetMSMQ from the Publishing Wizard Drop down. It is just listing the standard 3 adapters. Is I am missing something.
The WCF Service Publishing Wizard shows the 3 out of proc (IIS hosted) adapters (WCF-WSHttp,WCF-BasicHttp and WCF-CustomIsolated) when publishing a service endpoint, because these are the services we host and publish out of proc(in IIS).
For the inproc adapters (like WCF-NetMsmq), the service is hosted inproc(in BTS itself), which is why you dont see these adapter in the list of adapters when publishing the service endpoint.
You can however create a WCF-NetMsmq RL, publish its metadata to IIS(if you want, by choosing the Metadata only endpoint option in the publishing wizard).
Does this help?
Also u can have a look at this entry from Jesus Rodriguez's here..
He has explained this in some details
Amit Rohilla