Scroll to navigation

KDWSDL2CPP(1) User Commands KDWSDL2CPP(1)

NAME

kdwsdl2cpp - KDAB's WSDL to C++ compiler

USAGE

Header file: kdwsdl2cpp [options] -o <headerfile> <wsdlfile>

OPTIONS

display this help and exit
display version
name of the service to generate
output the generated file into <file>
generate the implementation(.cpp) file, and #include <headerfile>
generate both the header(.h) and the implementation(.cpp) file
generate server-side base class, instead of client service
set the export declaration to use for generated classes
put all generated classes into the given C++ namespace
add the uri=code mapping if <mapping> begins with '@', read from file instead one entry per line (affects the generated class names)
use <type> as the getter return value for optional elements. <type> can be either raw-pointer, boost-optional or std-optional
keep the wsdl unused types to the cpp generation step
downloading them. may be specified multiple times. the file needs to be located at: <importpath>/<url-host>/<url-path>
only use local files instead of downloading them automatically. this can be used to force the correct use of the import-path option
When groups or basic types could not be found, display available types (helps with wrong namespaces)
Load a certificate from a PKCS12 file. You can use this option if the WSDL file (or files refering to it) is served from a location which require certificate based authentication
Pass the password for the certificate file if required. This option is not secure and should be used with caution if other users of the machine are capable to see the running processes ran by the current user.

AUTHORS

kdwsdl2cpp was written by Tobias Koenig <tokoe@kde.org>.

This manual page was written by Thomas Pierson <contact@thomaspierson.fr> for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 any later version published by the Free Software Foundation.

October 2020 KDAB's WSDL to C++ compiler 2.1