15#define SOAP_NAMESPACE_OF_a "urn:address-book-example"
20#if GSOAP_VERSION != 208135
21# error "GSOAP VERSION 208135 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);
121#ifndef SOAP_TYPE__a__address_book
122#define SOAP_TYPE__a__address_book (9)
138 virtual int soap_put(
struct soap*,
const char *tag,
const char *type)
const;
140 virtual int soap_out(
struct soap*,
const char *tag,
int id,
const char *type)
const;
142 virtual void *
soap_get(
struct soap*,
const char *tag,
const char *type);
144 virtual void *
soap_in(
struct soap*,
const char *tag,
const char *type);
159#ifndef SOAP_TYPE_SOAP_ENV__Header
160#define SOAP_TYPE_SOAP_ENV__Header (18)
176#ifndef SOAP_TYPE_SOAP_ENV__Code
177#define SOAP_TYPE_SOAP_ENV__Code (19)
199#ifndef SOAP_TYPE_SOAP_ENV__Detail
200#define SOAP_TYPE_SOAP_ENV__Detail (21)
222#ifndef SOAP_TYPE_SOAP_ENV__Reason
223#define SOAP_TYPE_SOAP_ENV__Reason (24)
242#ifndef SOAP_TYPE_SOAP_ENV__Fault
243#define SOAP_TYPE_SOAP_ENV__Fault (25)
284#ifndef SOAP_TYPE__XML
285#define SOAP_TYPE__XML (5)
290#ifndef SOAP_TYPE__QName
291#define SOAP_TYPE__QName (6)
303#ifndef SOAP_TYPE_byte
304#define SOAP_TYPE_byte (3)
309#define SOAP_TYPE_int (1)
313#ifndef SOAP_TYPE_dateTime
314#define SOAP_TYPE_dateTime (13)
318#ifndef SOAP_TYPE_a__ISO_country
319#define SOAP_TYPE_a__ISO_country (10)
323#ifndef SOAP_TYPE_std__string
324#define SOAP_TYPE_std__string (11)
328#ifndef SOAP_TYPE__a__address_book
329#define SOAP_TYPE__a__address_book (9)
333#ifndef SOAP_TYPE_a__address
334#define SOAP_TYPE_a__address (8)
338#ifndef SOAP_TYPE_SOAP_ENV__Fault
339#define SOAP_TYPE_SOAP_ENV__Fault (25)
343#ifndef SOAP_TYPE_SOAP_ENV__Reason
344#define SOAP_TYPE_SOAP_ENV__Reason (24)
348#ifndef SOAP_TYPE_SOAP_ENV__Detail
349#define SOAP_TYPE_SOAP_ENV__Detail (21)
353#ifndef SOAP_TYPE_SOAP_ENV__Code
354#define SOAP_TYPE_SOAP_ENV__Code (19)
358#ifndef SOAP_TYPE_SOAP_ENV__Header
359#define SOAP_TYPE_SOAP_ENV__Header (18)
363#ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason
364#define SOAP_TYPE_PointerToSOAP_ENV__Reason (27)
368#ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail
369#define SOAP_TYPE_PointerToSOAP_ENV__Detail (26)
373#ifndef SOAP_TYPE_PointerToSOAP_ENV__Code
374#define SOAP_TYPE_PointerToSOAP_ENV__Code (20)
378#ifndef SOAP_TYPE_PointerToa__address
379#define SOAP_TYPE_PointerToa__address (16)
383#ifndef SOAP_TYPE_PointerTodateTime
384#define SOAP_TYPE_PointerTodateTime (14)
388#ifndef SOAP_TYPE_PointerTostd__string
389#define SOAP_TYPE_PointerTostd__string (12)
393#ifndef SOAP_TYPE__QName
394#define SOAP_TYPE__QName (6)
398#ifndef SOAP_TYPE__XML
399#define SOAP_TYPE__XML (5)
403#ifndef SOAP_TYPE_string
404#define SOAP_TYPE_string (4)
408#ifndef SOAP_TYPE_std__vectorTemplateOfPointerToa__address
409#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()
Destructor.
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
virtual ~a__address()
Destructor.
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 *)