116 #define SOAP_NAMESPACE_OF_a "urn:address-book-example" 189 std::string*
phone 0;
209 std::vector<a__address* > address 0;
a__ISO_country
ISO country codes (limited to just a few for this example) Note: enum values are prefixed with 'a__IS...
struct soap * soap
A handle to the soap struct that manages this instance (automatically set)
enum a__ISO_country country
Element country of type "":ISO-country.
int ID
Attribute ID of type xs:int.
std::string street
Element street of type xs:string.
std::string * phone
Element phone of type xs:string.
An address information item.
std::string name
Element name of type xs:string.
std::string city
Element city of type xs:string.
std::string * mobile
Element mobile of type xs:string.
The root element of the address book schema.
struct soap * soap
A handle to the soap struct that manages this instance (automatically set)
time_t * dob
Element dob of type xs:dateTime.
std::string zip
Element zip of type xs:string.