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
--------------------------------------------------------------------------------
25
gSOAP XML Web services tools
26
Copyright (C) 2000-2015, Robert van Engelen, Genivia, Inc. All Rights Reserved.
27
This software is released under one of the following two licenses:
28
GPL.
29
--------------------------------------------------------------------------------
30
GPL license.
31
32
This program is free software; you can redistribute it and/or modify it under
33
the terms of the GNU General Public License as published by the Free Software
34
Foundation; either version 2 of the License, or (at your option) any later
35
version.
36
37
This program is distributed in the hope that it will be useful, but WITHOUT ANY
38
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
39
PARTICULAR PURPOSE. See the GNU General Public License for more details.
40
41
You should have received a copy of the GNU General Public License along with
42
this program; if not, write to the Free Software Foundation, Inc., 59 Temple
43
Place, Suite 330, Boston, MA 02111-1307 USA
44
45
Author contact information:
46
engelen@genivia.com / engelen@acm.org
47
--------------------------------------------------------------------------------
48
A commercial use license is available from Genivia, Inc., contact@genivia.com
49
--------------------------------------------------------------------------------
50
*/
51
52
int
main
();
53
54
// include all gSOAP header files:
55
#include "graphH.h"
56
#include "g.nsmap"
57
59
static
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
70
static
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/"
,