15#define SOAP_NAMESPACE_OF_a "urn:address-book-example"
20#if GSOAP_VERSION != 208117
21# error "GSOAP VERSION 208117 MISMATCH IN GENERATED CODE VERSUS LIBRARY CODE: PLEASE REINSTALL PACKAGE"
33#ifndef SOAP_TYPE_a__ISO_country
34#define SOAP_TYPE_a__ISO_country (10)
68#ifndef SOAP_TYPE_a__address
69#define SOAP_TYPE_a__address (8)
101 virtual int soap_put(
struct soap*,
const char *tag,
const char *type)
const;
103 virtual int soap_out(
struct soap*,
const char *tag,
int id,
const char *type)
const;
105 virtual void *
soap_get(
struct soap*,
const char *tag,
const char *type);
107 virtual void *
soap_in(
struct soap*,
const char *tag,
const char *type);
120#ifndef SOAP_TYPE__a__address_book
121#define SOAP_TYPE__a__address_book (9)
137 virtual int soap_put(
struct soap*,
const char *tag,
const char *type)
const;
139 virtual int soap_out(
struct soap*,
const char *tag,
int id,
const char *type)
const;
141 virtual void *
soap_get(
struct soap*,
const char *tag,
const char *type);
143 virtual void *
soap_in(
struct soap*,
const char *tag,
const char *type);
157#ifndef SOAP_TYPE_SOAP_ENV__Header
158#define SOAP_TYPE_SOAP_ENV__Header (18)
174#ifndef SOAP_TYPE_SOAP_ENV__Code
175#define SOAP_TYPE_SOAP_ENV__Code (19)
197#ifndef SOAP_TYPE_SOAP_ENV__Detail
198#define SOAP_TYPE_SOAP_ENV__Detail (21)
220#ifndef SOAP_TYPE_SOAP_ENV__Reason
221#define SOAP_TYPE_SOAP_ENV__Reason (24)
240#ifndef SOAP_TYPE_SOAP_ENV__Fault
241#define SOAP_TYPE_SOAP_ENV__Fault (25)
282#ifndef SOAP_TYPE__XML
283#define SOAP_TYPE__XML (5)
288#ifndef SOAP_TYPE__QName
289#define SOAP_TYPE__QName (6)
301#ifndef SOAP_TYPE_byte
302#define SOAP_TYPE_byte (3)
307#define SOAP_TYPE_int (1)
311#ifndef SOAP_TYPE_dateTime
312#define SOAP_TYPE_dateTime (13)
316#ifndef SOAP_TYPE_a__ISO_country
317#define SOAP_TYPE_a__ISO_country (10)
321#ifndef SOAP_TYPE_std__string
322#define SOAP_TYPE_std__string (11)
326#ifndef SOAP_TYPE__a__address_book
327#define SOAP_TYPE__a__address_book (9)
331#ifndef SOAP_TYPE_a__address
332#define SOAP_TYPE_a__address (8)
336#ifndef SOAP_TYPE_SOAP_ENV__Fault
337#define SOAP_TYPE_SOAP_ENV__Fault (25)
341#ifndef SOAP_TYPE_SOAP_ENV__Reason
342#define SOAP_TYPE_SOAP_ENV__Reason (24)
346#ifndef SOAP_TYPE_SOAP_ENV__Detail
347#define SOAP_TYPE_SOAP_ENV__Detail (21)
351#ifndef SOAP_TYPE_SOAP_ENV__Code
352#define SOAP_TYPE_SOAP_ENV__Code (19)
356#ifndef SOAP_TYPE_SOAP_ENV__Header
357#define SOAP_TYPE_SOAP_ENV__Header (18)
361#ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason
362#define SOAP_TYPE_PointerToSOAP_ENV__Reason (27)
366#ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail
367#define SOAP_TYPE_PointerToSOAP_ENV__Detail (26)
371#ifndef SOAP_TYPE_PointerToSOAP_ENV__Code
372#define SOAP_TYPE_PointerToSOAP_ENV__Code (20)
376#ifndef SOAP_TYPE_PointerToa__address
377#define SOAP_TYPE_PointerToa__address (16)
381#ifndef SOAP_TYPE_PointerTodateTime
382#define SOAP_TYPE_PointerTodateTime (14)
386#ifndef SOAP_TYPE_PointerTostd__string
387#define SOAP_TYPE_PointerTostd__string (12)
391#ifndef SOAP_TYPE__QName
392#define SOAP_TYPE__QName (6)
396#ifndef SOAP_TYPE__XML
397#define SOAP_TYPE__XML (5)
401#ifndef SOAP_TYPE_string
402#define SOAP_TYPE_string (4)
406#ifndef SOAP_TYPE_std__vectorTemplateOfPointerToa__address
407#define SOAP_TYPE_std__vectorTemplateOfPointerToa__address (17)
a__ISO_country
"urn:address-book-example":ISO-country is a simpleType restriction of type xs:string.
#define SOAP_TYPE__a__address_book
#define SOAP_TYPE_SOAP_ENV__Header
#define SOAP_TYPE_SOAP_ENV__Reason
#define SOAP_TYPE_SOAP_ENV__Code
#define SOAP_TYPE_SOAP_ENV__Fault
#define SOAP_TYPE_a__address
#define SOAP_TYPE_SOAP_ENV__Detail
Top-level root element "urn:address-book-example":address-book.
virtual ~_a__address_book()
virtual void soap_default(struct soap *)
(Re)set members to default values
virtual void * soap_in(struct soap *, const char *tag, const char *type)
Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to ob...
virtual long soap_type(void) const
Return unique type id SOAP_TYPE__a__address_book.
virtual int soap_put(struct soap *, const char *tag, const char *type) const
Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK.
virtual _a__address_book * soap_alloc(void) const
Return a new object of type _a__address_book, default initialized and not managed by a soap context.
virtual int soap_out(struct soap *, const char *tag, int id, const char *type) const
Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK.
virtual void soap_serialize(struct soap *) const
Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its...
_a__address_book()
Constructor with default initializations.
virtual void * soap_get(struct soap *, const char *tag, const char *type)
Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on erro...
friend SOAP_FMAC1 _a__address_book *SOAP_FMAC2 address_instantiate__a__address_book(struct soap *, int, const char *, const char *, size_t *)
Friend allocator used by soap_new__a__address_book(struct soap*, int)
"urn:address-book-example":address is a complexType.
virtual long soap_type(void) const
Return unique type id SOAP_TYPE_a__address.
virtual void soap_default(struct soap *)
(Re)set members to default values
friend SOAP_FMAC1 a__address *SOAP_FMAC2 address_instantiate_a__address(struct soap *, int, const char *, const char *, size_t *)
Friend allocator used by soap_new_a__address(struct soap*, int)
virtual a__address * soap_alloc(void) const
Return a new object of type a__address, default initialized and not managed by a soap context.
virtual void soap_serialize(struct soap *) const
Serialize object to prepare for SOAP 1.1/1.2 encoded output (or with SOAP_XML_GRAPH) by analyzing its...
virtual int soap_out(struct soap *, const char *tag, int id, const char *type) const
Output object in XML, with tag and optional id attribute and xsi:type, return error code or SOAP_OK.
virtual void * soap_in(struct soap *, const char *tag, const char *type)
Get object from XML, with matching tag and type (NULL matches any tag and type), return pointer to ob...
a__address()
Constructor with default initializations.
virtual void * soap_get(struct soap *, const char *tag, const char *type)
Get object from XML, compliant with SOAP 1.1 encoding style, return pointer to object or NULL on erro...
virtual int soap_put(struct soap *, const char *tag, const char *type) const
Output object in XML, compliant with SOAP 1.1 encoding style, return error code or SOAP_OK.
struct SOAP_ENV__Code * SOAP_ENV__Subcode
friend SOAP_FMAC1 SOAP_ENV__Code *SOAP_FMAC2 address_instantiate_SOAP_ENV__Code(struct soap *, int, const char *, const char *, size_t *)
friend SOAP_FMAC1 SOAP_ENV__Detail *SOAP_FMAC2 address_instantiate_SOAP_ENV__Detail(struct soap *, int, const char *, const char *, size_t *)
friend SOAP_FMAC1 SOAP_ENV__Fault *SOAP_FMAC2 address_instantiate_SOAP_ENV__Fault(struct soap *, int, const char *, const char *, size_t *)
struct SOAP_ENV__Detail * SOAP_ENV__Detail
struct SOAP_ENV__Reason * SOAP_ENV__Reason
struct SOAP_ENV__Code * SOAP_ENV__Code
struct SOAP_ENV__Detail * detail
friend SOAP_FMAC1 SOAP_ENV__Reason *SOAP_FMAC2 address_instantiate_SOAP_ENV__Reason(struct soap *, int, const char *, const char *, size_t *)