XML Schema Class Generator

XML Schema Class Generator is a tool that converts an .xsd XML schema file or a .wsdl soap service description file to C++ class
Download

XML Schema Class Generator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Anders Hedstr
  • Publisher web site:
  • http://www.alhem.net/project/wsdl2cpp/

XML Schema Class Generator Tags


XML Schema Class Generator Description

XML Schema Class Generator is a tool that converts an .xsd XML schema file or a .wsdl soap service description file to C++ class XML Schema Class Generator is a tool that 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.Generated CodeThe example below is created by:$ ./wsdl2cpp -href conf.xsd -overwrite -namespace AJP13Input· conf.xsdOutput· Iconf.h· Iconf.cppUsage: ./wsdl2cpp -port < portname > Select portType -namespace < ns > Define a global namespace -classname < name > Soap Client classname -lt < type > Vector type (default: std::vector) -href Create C++ namespace from href instead of prefix -overwrite Replace existing filesAboutEach 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.Requirements:· libxml2· C++ sockets library Requirements: · libxml2 · C sockets library


XML Schema Class Generator Related Software