![]() |
Table of Contents
C/C++Web Services Tool-kitsThere are many libraries available for developing Web Services clients or servers available for C/C++. These fall into two broad categories:
A selection of modules commonly used to access Web Services are listed below. General PurposeC/C++ libraries which implement Web Services technologies, for example:
Client LibrariesPurpose built libraries for a type of service or a specific service, for example:
EMBOSSThe EMBOSS libraries include support for a number of bioinformatics Web Services, for example:
TutorialsPrerequisitesKnowledge of the following is required for these tutorials:
Web Services Tutorials Examples and SolutionsThe source code for the examples are available: c_cpp_exercises.zip
The download is based on the Eclipse CDT project used to develop the tutorials. The files are explicitly referenced in the tutorials and links provided to the on-line versions. Eclipse CDT is not required to work though the exercises, a text editor, a working C/C++ compiler installation and the To import the project into Eclipse:
Initially the project will contain errors due to some code generated as part of the exercises not being present. Web Services TutorialsTutorials on using a selection of popular C/C++ libraries to develop clients for Web Services:
1)
Extensible Markup Language (XML) - http://www.w3.org/XML/
2)
XML Schema - http://www.w3.org/XML/Schema
![]() |