Skip to main content

Posts

Showing posts from May, 2013

From the scratch, Blue Space Project, the first of all is connection to the WCF

Intro Time to move on for new ambitious project has come to the front so I just flipped open my laptop computer and started to tip and tap keyboard searching and exploring C++ world. The first of all server side system should be set up. WCF is aka primary solution for establishing Communication using web services on Windows platform but for my project WWSAPI(Windows Web Service API) would be the one to serve all data to native code app. The main idea behind creating the Windows Web Services API (WWSAPI) was to offer a solution to developers that need to run a web service but could not depend on WCF for a particular reason. Some technologies such as the SOAP toolkit offered this functionality, but they haven’t been updated in a while to conform to the latest protocols, specifications, and standards. With WWSAPI, web services can be written with the Win32 API and they have absolutely no dependency on the .Net framework. Connecting native code and web services Win32...