<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Native Web Services, Part 2 - Build a WWSAPI Web Service</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/477508_100x75.jpg</url>
		<title>Channel 9 - Native Web Services, Part 2 - Build a WWSAPI Web Service</title>
		<link></link>
	</image>
	<description>
With the Windows Web Services API (WWSAPI), you can connect your C/C&amp;#43;&amp;#43; client applications with web services. You can also create C/C&amp;#43;&amp;#43; server-side web service end-points. WWSAPI is new with Windows 7 (client) and Windows Server 2008 R2 (server). WWSAPI
 is also back-ported to all formally supported versions of Windows (client and server). The WWSAPI runtime library (WebServices.dll) is a native-code implementation of WS-* family of protocols for SOAP based web services.
 
WWSAPI enables several solution scenarios and benefits including: 
1. Implement web services in native C/C&amp;#43;&amp;#43; code on both Windows client and server. C/C&amp;#43;&amp;#43; application developers have often requested this platform technology capability but were previously forced to write their own or interface their native-code solutions
 with managed-code wrappers.  
2. Achieve interoperability with web services implemented using Windows Communication Foundation (WCF), ASP.NET XML Web Services, and even services implemented using non-Microsoft implementations of WS-* libraries. 
3. Construct web services with minimal service startup time and minimal process working-set dependencies. 
4. Use web services implementations in resource-constrained deployment environments.
 
5. Avoid native-management interop scenarios with potentially costly marshalling side-effects. 
This is part&amp;nbsp;2 of a 2 episode series and focuses upon using WWSAPI to construct a web service. The example illustrates adding a web-service interface to a native (presumably legacy) application.&amp;nbsp; The&amp;nbsp;demonstration provides a comparison&amp;nbsp;between&amp;nbsp;using&amp;nbsp;a managed&amp;nbsp;(WCF)
 interface and a native (WWSAPI) interface&amp;nbsp;involving sorting algorthms with differing interop&amp;nbsp;costs. 
Find sample code and additional technical details at 
MSDN Code Gallery.

See part&amp;nbsp;1 of this series 
here. 
</description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 15:58:44 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 15:58:44 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Native Web Services, Part 2 - Build a WWSAPI Web Service</title>
		<description>
			<![CDATA[
<p>In part one, you generate the WSDL files from the WCF service. &nbsp;In part 2, you're using the headers generated from wsutil in the WWSAPI service... &nbsp;That confuses me. &nbsp;Can you not just create a WWSAPI service from scratch?</p>
<p>posted by SugarDaddy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE#c633964186640000000</link>
		<pubDate>Mon, 14 Dec 2009 20:17:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE#c633964186640000000</guid>
		<dc:creator>SugarDaddy</dc:creator>
	</item>
	<item>
		<title>Re: Native Web Services, Part 2 - Build a WWSAPI Web Service</title>
		<description>
			<![CDATA[
<p>One thing i would like to know is how a WCF service host can host a Native webservice? does it require any thing additional ?</p>
<p>posted by Kumaraguru</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE#c634054211260000000</link>
		<pubDate>Mon, 29 Mar 2010 00:58:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/philpenn/WWSAPI-SERVICE#c634054211260000000</guid>
		<dc:creator>Kumaraguru</dc:creator>
	</item>
</channel>
</rss>