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

[128 byte] By [muthusuresh] at [2008-1-7]
# 1

You can use the BizTalk WCF Service Publishing Wizard, to publish the MEX endpoint of your WcfNetMsmq RL, and publish your BTS orchestration.

-Hanu

HanuAwasthy-Microsoft at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 2

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.

muthusuresh at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 3

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?

HanuAwasthy-Microsoft at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 4

Also u can have a look at this entry from Jesus Rodriguez's here..

He has explained this in some details

Amit Rohilla

AmitRohilla at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...