The Web Services Description Language for C++ Toolkit (WSDL for C++ Toolkit, or simply "WSDL4CPP") allows the parsing, representation, and manipulation of WSDL documents. It is a C++-port of WSDL4J toolkit (http://sourceforge.net/projects/wsdl4j).
The current release is version 1.0.0.
Its first release 0.9.2b is published in SourceForge https://wsdl4cpp.sourceforge.net/. This project is a successor of the project WSDL4CPP in SourceForge.
This repository includes two parts:
- in the directory wsdl4cpp, there is the source code of WSDL4CPP toolkit, see wsdl4cpp/README;
- in the directory xercesc, there is the source code of Xerces-C++ extension for WSDL4CPP, see xercesc/readme.txt.