14 #define SOAP_NAMESPACE_OF_a "urn:address-book-example"
16 #if GSOAP_VERSION != 20822
17 # error "GSOAP VERSION 20822 MISMATCH IN GENERATED CODE VERSUS LIBRARY CODE: PLEASE REINSTALL PACKAGE"
28 #ifndef SOAP_TYPE_a__ISO_country
29 #define SOAP_TYPE_a__ISO_country (10)
31 enum a__ISO_country {
a__ISO_country__be = 0,
a__ISO_country__ca = 1,
a__ISO_country__de = 2,
a__ISO_country__en = 3,
a__ISO_country__gb = 4,
a__ISO_country__it = 5,
a__ISO_country__nl = 6,
a__ISO_country__no = 7,
a__ISO_country__ru = 8,
a__ISO_country__se = 9,
a__ISO_country__us = 10 };
56 #ifndef SOAP_TYPE_a__address
57 #define SOAP_TYPE_a__address (8)
74 virtual void soap_default(
struct soap*);
75 virtual void soap_serialize(
struct soap*)
const;
76 virtual int soap_put(
struct soap*,
const char*,
const char*)
const;
77 virtual int soap_out(
struct soap*,
const char*,
int,
const char*)
const;
78 virtual void *soap_get(
struct soap*,
const char*,
const char*);
79 virtual void *soap_in(
struct soap*,
const char*,
const char*);
85 #ifndef SOAP_TYPE__a__address_book
86 #define SOAP_TYPE__a__address_book (9)
91 std::vector<a__address * >address;
95 virtual void soap_default(
struct soap*);
96 virtual void soap_serialize(
struct soap*)
const;
97 virtual int soap_put(
struct soap*,
const char*,
const char*)
const;
98 virtual int soap_out(
struct soap*,
const char*,
int,
const char*)
const;
99 virtual void *soap_get(
struct soap*,
const char*,
const char*);
100 virtual void *soap_in(
struct soap*,
const char*,
const char*);
106 #ifndef WITH_NOGLOBAL
108 #ifndef SOAP_TYPE_SOAP_ENV__Header
109 #define SOAP_TYPE_SOAP_ENV__Header (18)
120 #ifndef WITH_NOGLOBAL
122 #ifndef SOAP_TYPE_SOAP_ENV__Code
123 #define SOAP_TYPE_SOAP_ENV__Code (19)
137 #ifndef WITH_NOGLOBAL
139 #ifndef SOAP_TYPE_SOAP_ENV__Detail
140 #define SOAP_TYPE_SOAP_ENV__Detail (21)
155 #ifndef WITH_NOGLOBAL
157 #ifndef SOAP_TYPE_SOAP_ENV__Reason
158 #define SOAP_TYPE_SOAP_ENV__Reason (24)
171 #ifndef WITH_NOGLOBAL
173 #ifndef SOAP_TYPE_SOAP_ENV__Fault
174 #define SOAP_TYPE_SOAP_ENV__Fault (25)
201 #ifndef SOAP_TYPE__QName
202 #define SOAP_TYPE__QName (5)
206 #ifndef SOAP_TYPE__XML
207 #define SOAP_TYPE__XML (6)
a__ISO_country
ISO country codes (limited to just a few for this example) Note: enum values are prefixed with 'a__IS...
struct SOAP_ENV__Detail * detail
virtual void soap_default(struct soap *)
struct SOAP_ENV__Code * SOAP_ENV__Code
struct SOAP_ENV__Detail * SOAP_ENV__Detail
struct SOAP_ENV__Reason * SOAP_ENV__Reason
An address information item.
virtual int soap_type() const
virtual void soap_default(struct soap *)
virtual int soap_type() const
The root element of the address book schema.
struct SOAP_ENV__Code * SOAP_ENV__Subcode
virtual ~_a__address_book()