![]() |
Xml Schema class generatorAbout | Download | Source code documentation About The Xml Schema class generator converts an .xsd xml schema file or a .wsdl soap service description file to C++ classes. The source code is released under the GNU GPL license. Implemented features Each ComplexType definition in the schema file creates one class in the resulting source code. The built-in xml schema types are mapped to native C types. See here for a list of supported types. STL containers are used to create vector types (std::vector). Attribute groups are not supported. Generated Code
The example below is created by:
Dependencies Command line options Usage: ./wsdl2cpp [options] <.wsdl filename> -port <portname> Select portType -namespace <ns> Define a global namespace -classname <name> Soap Client classname -lt <type> Vector type (default: std::vector) -overwrite Replace existing files Datatype conversions The built-in xml schema datatypes and their representation in the generated code.
|