Genivia Home Documentation
graph.cpp Source File

updated Thu Dec 22 2022 by Robert van Engelen
 
graph.cpp
Go to the documentation of this file.
1
23/*
24--------------------------------------------------------------------------------
25gSOAP XML Web services tools
26Copyright (C) 2000-2015, Robert van Engelen, Genivia, Inc. All Rights Reserved.
27This software is released under one of the following two licenses:
28GPL.
29--------------------------------------------------------------------------------
30GPL license.
31
32This program is free software; you can redistribute it and/or modify it under
33the terms of the GNU General Public License as published by the Free Software
34Foundation; either version 2 of the License, or (at your option) any later
35version.
36
37This program is distributed in the hope that it will be useful, but WITHOUT ANY
38WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
39PARTICULAR PURPOSE. See the GNU General Public License for more details.
40
41You should have received a copy of the GNU General Public License along with
42this program; if not, write to the Free Software Foundation, Inc., 59 Temple
43Place, Suite 330, Boston, MA 02111-1307 USA
44
45Author contact information:
46engelen@genivia.com / engelen@acm.org
47--------------------------------------------------------------------------------
48A commercial use license is available from Genivia, Inc., contact@genivia.com
49--------------------------------------------------------------------------------
50*/
51
52int main();
53
54// include all gSOAP header files:
55#include "graphH.h"
56#include "g.nsmap"
57
59static struct Namespace nosoap_nsmap[] =
60{
61 {"SOAP-ENV", NULL, NULL, NULL},
62 {"SOAP-ENC", NULL, NULL, NULL},
63 {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL},
64 {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL},
65 {"g", "urn:graph", NULL, NULL},
66 {NULL, NULL, NULL, NULL}
67};
68
70static struct Namespace soap11_nsmap[] =
71{
72 {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL},
73 {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/",