Exercise 2: Connecting a Native Client with a WCF Service (Scenario)

Figure 39

The new WWSAPI allows the creation of both native web services and native web services clients. This means that you can now easily build native clients that can communicate to a WCF or WWSAPI web service.

If your project has rigorous requirements and does not allow the utilization of managed code to connect to a web service, you can now evade these issues by using WWSAPI. The process of building a WWSAPI is more complicated than when working with managed code and this guide explains everything that must be done to build one from the ground-up.