/**************************************************************************** ** ** This file is part of the KD Soap project. ** ** SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** ****************************************************************************/ #include "wsdl_CribisSKWS.h" int main() { // TODO :-) // At least we check that the generated wsdl_*.cpp file compiles. S10__GetGlobalVerificationInput input; input.setHistoricalData(true); return 0; }