by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
To host your WCF service by using WAS, select Windows Communication Foundation Non-Http Activation Components on the host computer by using the <span style="font-family: 'Calibri','sans-serif'; mso-asci
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
WAS is another alternative hosting option to IIS and self-hosted applications. Hosting in WAS shares the following similarities with hosting in IIS:
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
IIS provides a robust hosting environment that you can use to host your WCF services, although IIS limits you to the HTTP protocol. You can create an IIS host project for your WCF service by using the WCF Service Application project template in Visual Studio 2008. No additional hosting code is required.
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
You can host your WCF service in a Windows service. One benefit of Windows services is that you can activate and start your WCF service as soon as the system starts. The service runs silently in the background.
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
To implement your own self-hosted service application, you must write code to do the following:
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
Self-hosting
Advantages
- <span style="mso-bidi-theme-font: minor-latin; mso-fareast-font-family
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
You can choose from four main hosting options. The following table provides information about each option
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
A typical WCF configuration file contains the four elements as the following.
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
You can use the tools that are provided with Visual Studio 2008 to generate a proxy class. You can instantiate the proxy class and invoke its methods, or you can create a proxy by using the ChannelFactory class.
read more
by community-syndication | Nov 9, 2010 | BizTalk Community Blogs via Syndication
A client can obtain much of the information that is required to communicate with a service by querying the service metadata. The service metadata describes the WCF service; it includes information about the operations that it exposes and the types that those operations use
read more