The Nokia WSDL-to-C++ Wizard for S60 enables developers to easily access web services from Symbian OS code. The tools is used to to create C++ proxy classes and methods to be executed on the phone. These methods can be called from the S60 application to easily access webservices as simple local methods.
The tools is primarily intended to be used as a Visual Studio .NET 2003 Add-in together with Carbide.vs 2.0.1. The tool however also contains a command line interface that enables to tools to also be used together with other IDEs, in particular Carbide.c++ Express.
The Wizard creates the C++ proxy objects from the WSDL file describing the Web Service Provider (WSP). The Wizard autogenerates the code of the proxy object and stubs for callback routines used for event handling. The client application can access the Web Services provided by the WSP
by simply calling C++ methods of the proxy object. The methods correspond to the services defined by the WSDL file.
Features
Easy creation of Web Services clients accessing Web Services specified
by a WSDL file.
Support for Web Services Basic Profile 1.0 with some restrictions
Support for S60 3.0 Web Services APIs
Automatic updating of required libraries for Carbide.vs 2.0.1 projects
when used together with Carbide.vs