1*12720SWyllys.Ingersoll@Sun.COM /* 2*12720SWyllys.Ingersoll@Sun.COM * CDDL HEADER START 3*12720SWyllys.Ingersoll@Sun.COM * 4*12720SWyllys.Ingersoll@Sun.COM * The contents of this file are subject to the terms of the 5*12720SWyllys.Ingersoll@Sun.COM * Common Development and Distribution License (the "License"). 6*12720SWyllys.Ingersoll@Sun.COM * You may not use this file except in compliance with the License. 7*12720SWyllys.Ingersoll@Sun.COM * 8*12720SWyllys.Ingersoll@Sun.COM * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*12720SWyllys.Ingersoll@Sun.COM * or http://www.opensolaris.org/os/licensing. 10*12720SWyllys.Ingersoll@Sun.COM * See the License for the specific language governing permissions 11*12720SWyllys.Ingersoll@Sun.COM * and limitations under the License. 12*12720SWyllys.Ingersoll@Sun.COM * 13*12720SWyllys.Ingersoll@Sun.COM * When distributing Covered Code, include this CDDL HEADER in each 14*12720SWyllys.Ingersoll@Sun.COM * file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*12720SWyllys.Ingersoll@Sun.COM * If applicable, add the following below this CDDL HEADER, with the 16*12720SWyllys.Ingersoll@Sun.COM * fields enclosed by brackets "[]" replaced with your own identifying 17*12720SWyllys.Ingersoll@Sun.COM * information: Portions Copyright [yyyy] [name of copyright owner] 18*12720SWyllys.Ingersoll@Sun.COM * 19*12720SWyllys.Ingersoll@Sun.COM * CDDL HEADER END 20*12720SWyllys.Ingersoll@Sun.COM */ 21*12720SWyllys.Ingersoll@Sun.COM 22*12720SWyllys.Ingersoll@Sun.COM /* 23*12720SWyllys.Ingersoll@Sun.COM * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24*12720SWyllys.Ingersoll@Sun.COM */ 25*12720SWyllys.Ingersoll@Sun.COM 26*12720SWyllys.Ingersoll@Sun.COM /* KMS_DiscoveryH.h 27*12720SWyllys.Ingersoll@Sun.COM Generated by gSOAP 2.7.17 from ../gsoapStubs/DiscoveryService/KMS_Discovery_SOAP.h 28*12720SWyllys.Ingersoll@Sun.COM Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. 29*12720SWyllys.Ingersoll@Sun.COM This part of the software is released under one of the following licenses: 30*12720SWyllys.Ingersoll@Sun.COM GPL, the gSOAP public license, or Genivia's license for commercial use. 31*12720SWyllys.Ingersoll@Sun.COM */ 32*12720SWyllys.Ingersoll@Sun.COM 33*12720SWyllys.Ingersoll@Sun.COM #ifndef KMS_DiscoveryH_H 34*12720SWyllys.Ingersoll@Sun.COM #define KMS_DiscoveryH_H 35*12720SWyllys.Ingersoll@Sun.COM #include "KMS_DiscoveryStub.h" 36*12720SWyllys.Ingersoll@Sun.COM 37*12720SWyllys.Ingersoll@Sun.COM namespace KMS_Discovery { 38*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOIDREF 39*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int); 40*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int); 41*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap*, int*); 42*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*); 43*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*); 44*12720SWyllys.Ingersoll@Sun.COM #endif 45*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*); 46*12720SWyllys.Ingersoll@Sun.COM 47*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void * SOAP_FMAC4 soap_instantiate(struct soap*, int, const char*, const char*, size_t*); 48*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_fdelete(struct soap_clist*); 49*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void* SOAP_FMAC4 soap_class_id_enter(struct soap*, const char*, void*, int, size_t, const char*, const char*); 50*12720SWyllys.Ingersoll@Sun.COM 51*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_byte 52*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_byte (3) 53*12720SWyllys.Ingersoll@Sun.COM #endif 54*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *); 55*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*); 56*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*); 57*12720SWyllys.Ingersoll@Sun.COM 58*12720SWyllys.Ingersoll@Sun.COM #define soap_write_byte(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_byte(soap, data, NULL, NULL) || soap_end_send(soap) ) 59*12720SWyllys.Ingersoll@Sun.COM 60*12720SWyllys.Ingersoll@Sun.COM 61*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*); 62*12720SWyllys.Ingersoll@Sun.COM 63*12720SWyllys.Ingersoll@Sun.COM #define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap) ) 64*12720SWyllys.Ingersoll@Sun.COM 65*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*); 66*12720SWyllys.Ingersoll@Sun.COM 67*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_int 68*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_int (1) 69*12720SWyllys.Ingersoll@Sun.COM #endif 70*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *); 71*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*); 72*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*); 73*12720SWyllys.Ingersoll@Sun.COM 74*12720SWyllys.Ingersoll@Sun.COM #define soap_write_int(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_int(soap, data, NULL, NULL) || soap_end_send(soap) ) 75*12720SWyllys.Ingersoll@Sun.COM 76*12720SWyllys.Ingersoll@Sun.COM 77*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*); 78*12720SWyllys.Ingersoll@Sun.COM 79*12720SWyllys.Ingersoll@Sun.COM #define soap_read_int(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap) ) 80*12720SWyllys.Ingersoll@Sun.COM 81*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*); 82*12720SWyllys.Ingersoll@Sun.COM 83*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__int 84*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__int (11) 85*12720SWyllys.Ingersoll@Sun.COM #endif 86*12720SWyllys.Ingersoll@Sun.COM 87*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__int(soap, a) soap_default_long(soap, a) 88*12720SWyllys.Ingersoll@Sun.COM 89*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__int(struct soap*, const char*, int, const long *, const char*); 90*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 long * SOAP_FMAC4 soap_in_xsd__int(struct soap*, const char*, long *, const char*); 91*12720SWyllys.Ingersoll@Sun.COM 92*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__int(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_xsd__int(soap, data, NULL, NULL) || soap_end_send(soap) ) 93*12720SWyllys.Ingersoll@Sun.COM 94*12720SWyllys.Ingersoll@Sun.COM 95*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__int(struct soap*, const long *, const char*, const char*); 96*12720SWyllys.Ingersoll@Sun.COM 97*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__int(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__int(soap, data, NULL, NULL) || soap_end_recv(soap) ) 98*12720SWyllys.Ingersoll@Sun.COM 99*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 long * SOAP_FMAC4 soap_get_xsd__int(struct soap*, long *, const char*, const char*); 100*12720SWyllys.Ingersoll@Sun.COM 101*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_long 102*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_long (10) 103*12720SWyllys.Ingersoll@Sun.COM #endif 104*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_long(struct soap*, long *); 105*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_long(struct soap*, const char*, int, const long *, const char*); 106*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 long * SOAP_FMAC4 soap_in_long(struct soap*, const char*, long *, const char*); 107*12720SWyllys.Ingersoll@Sun.COM 108*12720SWyllys.Ingersoll@Sun.COM #define soap_write_long(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_long(soap, data, NULL, NULL) || soap_end_send(soap) ) 109*12720SWyllys.Ingersoll@Sun.COM 110*12720SWyllys.Ingersoll@Sun.COM 111*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_long(struct soap*, const long *, const char*, const char*); 112*12720SWyllys.Ingersoll@Sun.COM 113*12720SWyllys.Ingersoll@Sun.COM #define soap_read_long(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_long(soap, data, NULL, NULL) || soap_end_recv(soap) ) 114*12720SWyllys.Ingersoll@Sun.COM 115*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 long * SOAP_FMAC4 soap_get_long(struct soap*, long *, const char*, const char*); 116*12720SWyllys.Ingersoll@Sun.COM 117*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__long 118*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__long (15) 119*12720SWyllys.Ingersoll@Sun.COM #endif 120*12720SWyllys.Ingersoll@Sun.COM 121*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__long(soap, a) soap_default_LONG64(soap, a) 122*12720SWyllys.Ingersoll@Sun.COM 123*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__long(struct soap*, const char*, int, const LONG64 *, const char*); 124*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_in_xsd__long(struct soap*, const char*, LONG64 *, const char*); 125*12720SWyllys.Ingersoll@Sun.COM 126*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__long(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_xsd__long(soap, data, NULL, NULL) || soap_end_send(soap) ) 127*12720SWyllys.Ingersoll@Sun.COM 128*12720SWyllys.Ingersoll@Sun.COM 129*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__long(struct soap*, const LONG64 *, const char*, const char*); 130*12720SWyllys.Ingersoll@Sun.COM 131*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__long(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__long(soap, data, NULL, NULL) || soap_end_recv(soap) ) 132*12720SWyllys.Ingersoll@Sun.COM 133*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_get_xsd__long(struct soap*, LONG64 *, const char*, const char*); 134*12720SWyllys.Ingersoll@Sun.COM 135*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_LONG64 136*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_LONG64 (14) 137*12720SWyllys.Ingersoll@Sun.COM #endif 138*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_LONG64(struct soap*, LONG64 *); 139*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_LONG64(struct soap*, const char*, int, const LONG64 *, const char*); 140*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_in_LONG64(struct soap*, const char*, LONG64 *, const char*); 141*12720SWyllys.Ingersoll@Sun.COM 142*12720SWyllys.Ingersoll@Sun.COM #define soap_write_LONG64(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_LONG64(soap, data, NULL, NULL) || soap_end_send(soap) ) 143*12720SWyllys.Ingersoll@Sun.COM 144*12720SWyllys.Ingersoll@Sun.COM 145*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_LONG64(struct soap*, const LONG64 *, const char*, const char*); 146*12720SWyllys.Ingersoll@Sun.COM 147*12720SWyllys.Ingersoll@Sun.COM #define soap_read_LONG64(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_LONG64(soap, data, NULL, NULL) || soap_end_recv(soap) ) 148*12720SWyllys.Ingersoll@Sun.COM 149*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_get_LONG64(struct soap*, LONG64 *, const char*, const char*); 150*12720SWyllys.Ingersoll@Sun.COM 151*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__float 152*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__float (9) 153*12720SWyllys.Ingersoll@Sun.COM #endif 154*12720SWyllys.Ingersoll@Sun.COM 155*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__float(soap, a) soap_default_float(soap, a) 156*12720SWyllys.Ingersoll@Sun.COM 157*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__float(struct soap*, const char*, int, const float *, const char*); 158*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 float * SOAP_FMAC4 soap_in_xsd__float(struct soap*, const char*, float *, const char*); 159*12720SWyllys.Ingersoll@Sun.COM 160*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__float(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_xsd__float(soap, data, NULL, NULL) || soap_end_send(soap) ) 161*12720SWyllys.Ingersoll@Sun.COM 162*12720SWyllys.Ingersoll@Sun.COM 163*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__float(struct soap*, const float *, const char*, const char*); 164*12720SWyllys.Ingersoll@Sun.COM 165*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__float(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__float(soap, data, NULL, NULL) || soap_end_recv(soap) ) 166*12720SWyllys.Ingersoll@Sun.COM 167*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 float * SOAP_FMAC4 soap_get_xsd__float(struct soap*, float *, const char*, const char*); 168*12720SWyllys.Ingersoll@Sun.COM 169*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_float 170*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_float (8) 171*12720SWyllys.Ingersoll@Sun.COM #endif 172*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_float(struct soap*, float *); 173*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_float(struct soap*, const char*, int, const float *, const char*); 174*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 float * SOAP_FMAC4 soap_in_float(struct soap*, const char*, float *, const char*); 175*12720SWyllys.Ingersoll@Sun.COM 176*12720SWyllys.Ingersoll@Sun.COM #define soap_write_float(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_float(soap, data, NULL, NULL) || soap_end_send(soap) ) 177*12720SWyllys.Ingersoll@Sun.COM 178*12720SWyllys.Ingersoll@Sun.COM 179*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_float(struct soap*, const float *, const char*, const char*); 180*12720SWyllys.Ingersoll@Sun.COM 181*12720SWyllys.Ingersoll@Sun.COM #define soap_read_float(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_float(soap, data, NULL, NULL) || soap_end_recv(soap) ) 182*12720SWyllys.Ingersoll@Sun.COM 183*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 float * SOAP_FMAC4 soap_get_float(struct soap*, float *, const char*, const char*); 184*12720SWyllys.Ingersoll@Sun.COM 185*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_unsignedByte 186*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_unsignedByte (22) 187*12720SWyllys.Ingersoll@Sun.COM #endif 188*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedByte(struct soap*, unsigned char *); 189*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedByte(struct soap*, const char*, int, const unsigned char *, const char*); 190*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_unsignedByte(struct soap*, const char*, unsigned char *, const char*); 191*12720SWyllys.Ingersoll@Sun.COM 192*12720SWyllys.Ingersoll@Sun.COM #define soap_write_unsignedByte(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_unsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) 193*12720SWyllys.Ingersoll@Sun.COM 194*12720SWyllys.Ingersoll@Sun.COM 195*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedByte(struct soap*, const unsigned char *, const char*, const char*); 196*12720SWyllys.Ingersoll@Sun.COM 197*12720SWyllys.Ingersoll@Sun.COM #define soap_read_unsignedByte(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_unsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) 198*12720SWyllys.Ingersoll@Sun.COM 199*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_unsignedByte(struct soap*, unsigned char *, const char*, const char*); 200*12720SWyllys.Ingersoll@Sun.COM 201*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_unsignedInt 202*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_unsignedInt (21) 203*12720SWyllys.Ingersoll@Sun.COM #endif 204*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedInt(struct soap*, unsigned int *); 205*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedInt(struct soap*, const char*, int, const unsigned int *, const char*); 206*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_in_unsignedInt(struct soap*, const char*, unsigned int *, const char*); 207*12720SWyllys.Ingersoll@Sun.COM 208*12720SWyllys.Ingersoll@Sun.COM #define soap_write_unsignedInt(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_unsignedInt(soap, data, NULL, NULL) || soap_end_send(soap) ) 209*12720SWyllys.Ingersoll@Sun.COM 210*12720SWyllys.Ingersoll@Sun.COM 211*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedInt(struct soap*, const unsigned int *, const char*, const char*); 212*12720SWyllys.Ingersoll@Sun.COM 213*12720SWyllys.Ingersoll@Sun.COM #define soap_read_unsignedInt(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_unsignedInt(soap, data, NULL, NULL) || soap_end_recv(soap) ) 214*12720SWyllys.Ingersoll@Sun.COM 215*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_get_unsignedInt(struct soap*, unsigned int *, const char*, const char*); 216*12720SWyllys.Ingersoll@Sun.COM 217*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__boolean 218*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__boolean (13) 219*12720SWyllys.Ingersoll@Sun.COM #endif 220*12720SWyllys.Ingersoll@Sun.COM 221*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__boolean(soap, a) soap_default_bool(soap, a) 222*12720SWyllys.Ingersoll@Sun.COM 223*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__boolean(struct soap*, const char*, int, const bool *, const char*); 224*12720SWyllys.Ingersoll@Sun.COM 225*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_xsd__boolean2s(struct soap*, bool); 226*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_xsd__boolean(struct soap*, const char*, bool *, const char*); 227*12720SWyllys.Ingersoll@Sun.COM 228*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2xsd__boolean(struct soap*, const char*, bool *); 229*12720SWyllys.Ingersoll@Sun.COM 230*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__boolean(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_xsd__boolean(soap, data, NULL, NULL) || soap_end_send(soap) ) 231*12720SWyllys.Ingersoll@Sun.COM 232*12720SWyllys.Ingersoll@Sun.COM 233*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__boolean(struct soap*, const bool *, const char*, const char*); 234*12720SWyllys.Ingersoll@Sun.COM 235*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__boolean(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__boolean(soap, data, NULL, NULL) || soap_end_recv(soap) ) 236*12720SWyllys.Ingersoll@Sun.COM 237*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_xsd__boolean(struct soap*, bool *, const char*, const char*); 238*12720SWyllys.Ingersoll@Sun.COM 239*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_bool 240*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_bool (12) 241*12720SWyllys.Ingersoll@Sun.COM #endif 242*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_bool(struct soap*, bool *); 243*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_bool(struct soap*, const char*, int, const bool *, const char*); 244*12720SWyllys.Ingersoll@Sun.COM 245*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_bool2s(struct soap*, bool); 246*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_bool(struct soap*, const char*, bool *, const char*); 247*12720SWyllys.Ingersoll@Sun.COM 248*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2bool(struct soap*, const char*, bool *); 249*12720SWyllys.Ingersoll@Sun.COM 250*12720SWyllys.Ingersoll@Sun.COM #define soap_write_bool(soap, data) ( soap_begin_send(soap) || KMS_Discovery::soap_put_bool(soap, data, NULL, NULL) || soap_end_send(soap) ) 251*12720SWyllys.Ingersoll@Sun.COM 252*12720SWyllys.Ingersoll@Sun.COM 253*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_bool(struct soap*, const bool *, const char*, const char*); 254*12720SWyllys.Ingersoll@Sun.COM 255*12720SWyllys.Ingersoll@Sun.COM #define soap_read_bool(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_bool(soap, data, NULL, NULL) || soap_end_recv(soap) ) 256*12720SWyllys.Ingersoll@Sun.COM 257*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_bool(struct soap*, bool *, const char*, const char*); 258*12720SWyllys.Ingersoll@Sun.COM 259*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 260*12720SWyllys.Ingersoll@Sun.COM 261*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_SOAP_ENV__Fault 262*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_SOAP_ENV__Fault (38) 263*12720SWyllys.Ingersoll@Sun.COM #endif 264*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); 265*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *); 266*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*); 267*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*); 268*12720SWyllys.Ingersoll@Sun.COM 269*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Fault(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_SOAP_ENV__Fault(soap, data), 0) || KMS_Discovery::soap_put_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_send(soap) ) 270*12720SWyllys.Ingersoll@Sun.COM 271*12720SWyllys.Ingersoll@Sun.COM 272*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*); 273*12720SWyllys.Ingersoll@Sun.COM 274*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Fault(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_recv(soap) ) 275*12720SWyllys.Ingersoll@Sun.COM 276*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*); 277*12720SWyllys.Ingersoll@Sun.COM 278*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Fault(soap, n) soap_instantiate_SOAP_ENV__Fault(soap, n, NULL, NULL, NULL) 279*12720SWyllys.Ingersoll@Sun.COM 280*12720SWyllys.Ingersoll@Sun.COM 281*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Fault(soap, p) soap_delete(soap, p) 282*12720SWyllys.Ingersoll@Sun.COM 283*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*); 284*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Fault(struct soap*, int, int, void*, size_t, const void*, size_t); 285*12720SWyllys.Ingersoll@Sun.COM 286*12720SWyllys.Ingersoll@Sun.COM #endif 287*12720SWyllys.Ingersoll@Sun.COM 288*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 289*12720SWyllys.Ingersoll@Sun.COM 290*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_SOAP_ENV__Reason 291*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_SOAP_ENV__Reason (37) 292*12720SWyllys.Ingersoll@Sun.COM #endif 293*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); 294*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *); 295*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*); 296*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*); 297*12720SWyllys.Ingersoll@Sun.COM 298*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_SOAP_ENV__Reason(soap, data), 0) || KMS_Discovery::soap_put_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) ) 299*12720SWyllys.Ingersoll@Sun.COM 300*12720SWyllys.Ingersoll@Sun.COM 301*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*); 302*12720SWyllys.Ingersoll@Sun.COM 303*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) ) 304*12720SWyllys.Ingersoll@Sun.COM 305*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*); 306*12720SWyllys.Ingersoll@Sun.COM 307*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Reason(soap, n) soap_instantiate_SOAP_ENV__Reason(soap, n, NULL, NULL, NULL) 308*12720SWyllys.Ingersoll@Sun.COM 309*12720SWyllys.Ingersoll@Sun.COM 310*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Reason(soap, p) soap_delete(soap, p) 311*12720SWyllys.Ingersoll@Sun.COM 312*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*); 313*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Reason(struct soap*, int, int, void*, size_t, const void*, size_t); 314*12720SWyllys.Ingersoll@Sun.COM 315*12720SWyllys.Ingersoll@Sun.COM #endif 316*12720SWyllys.Ingersoll@Sun.COM 317*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 318*12720SWyllys.Ingersoll@Sun.COM 319*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_SOAP_ENV__Detail 320*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_SOAP_ENV__Detail (36) 321*12720SWyllys.Ingersoll@Sun.COM #endif 322*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); 323*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *); 324*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*); 325*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*); 326*12720SWyllys.Ingersoll@Sun.COM 327*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_SOAP_ENV__Detail(soap, data), 0) || KMS_Discovery::soap_put_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) ) 328*12720SWyllys.Ingersoll@Sun.COM 329*12720SWyllys.Ingersoll@Sun.COM 330*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*); 331*12720SWyllys.Ingersoll@Sun.COM 332*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) ) 333*12720SWyllys.Ingersoll@Sun.COM 334*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*); 335*12720SWyllys.Ingersoll@Sun.COM 336*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Detail(soap, n) soap_instantiate_SOAP_ENV__Detail(soap, n, NULL, NULL, NULL) 337*12720SWyllys.Ingersoll@Sun.COM 338*12720SWyllys.Ingersoll@Sun.COM 339*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Detail(soap, p) soap_delete(soap, p) 340*12720SWyllys.Ingersoll@Sun.COM 341*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*); 342*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Detail(struct soap*, int, int, void*, size_t, const void*, size_t); 343*12720SWyllys.Ingersoll@Sun.COM 344*12720SWyllys.Ingersoll@Sun.COM #endif 345*12720SWyllys.Ingersoll@Sun.COM 346*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 347*12720SWyllys.Ingersoll@Sun.COM 348*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_SOAP_ENV__Code 349*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_SOAP_ENV__Code (34) 350*12720SWyllys.Ingersoll@Sun.COM #endif 351*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); 352*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *); 353*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*); 354*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*); 355*12720SWyllys.Ingersoll@Sun.COM 356*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_SOAP_ENV__Code(soap, data), 0) || KMS_Discovery::soap_put_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) ) 357*12720SWyllys.Ingersoll@Sun.COM 358*12720SWyllys.Ingersoll@Sun.COM 359*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*); 360*12720SWyllys.Ingersoll@Sun.COM 361*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) ) 362*12720SWyllys.Ingersoll@Sun.COM 363*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*); 364*12720SWyllys.Ingersoll@Sun.COM 365*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Code(soap, n) soap_instantiate_SOAP_ENV__Code(soap, n, NULL, NULL, NULL) 366*12720SWyllys.Ingersoll@Sun.COM 367*12720SWyllys.Ingersoll@Sun.COM 368*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Code(soap, p) soap_delete(soap, p) 369*12720SWyllys.Ingersoll@Sun.COM 370*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*); 371*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Code(struct soap*, int, int, void*, size_t, const void*, size_t); 372*12720SWyllys.Ingersoll@Sun.COM 373*12720SWyllys.Ingersoll@Sun.COM #endif 374*12720SWyllys.Ingersoll@Sun.COM 375*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 376*12720SWyllys.Ingersoll@Sun.COM 377*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_SOAP_ENV__Header 378*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_SOAP_ENV__Header (33) 379*12720SWyllys.Ingersoll@Sun.COM #endif 380*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); 381*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *); 382*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*); 383*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*); 384*12720SWyllys.Ingersoll@Sun.COM 385*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Header(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_SOAP_ENV__Header(soap, data), 0) || KMS_Discovery::soap_put_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_send(soap) ) 386*12720SWyllys.Ingersoll@Sun.COM 387*12720SWyllys.Ingersoll@Sun.COM 388*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*); 389*12720SWyllys.Ingersoll@Sun.COM 390*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Header(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_recv(soap) ) 391*12720SWyllys.Ingersoll@Sun.COM 392*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*); 393*12720SWyllys.Ingersoll@Sun.COM 394*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Header(soap, n) soap_instantiate_SOAP_ENV__Header(soap, n, NULL, NULL, NULL) 395*12720SWyllys.Ingersoll@Sun.COM 396*12720SWyllys.Ingersoll@Sun.COM 397*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Header(soap, p) soap_delete(soap, p) 398*12720SWyllys.Ingersoll@Sun.COM 399*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*); 400*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Header(struct soap*, int, int, void*, size_t, const void*, size_t); 401*12720SWyllys.Ingersoll@Sun.COM 402*12720SWyllys.Ingersoll@Sun.COM #endif 403*12720SWyllys.Ingersoll@Sun.COM 404*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_KMS_Discovery__DiscoverCluster 405*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_KMS_Discovery__DiscoverCluster (32) 406*12720SWyllys.Ingersoll@Sun.COM #endif 407*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Discovery__DiscoverCluster(struct soap*, struct KMS_Discovery__DiscoverCluster *); 408*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Discovery__DiscoverCluster(struct soap*, const struct KMS_Discovery__DiscoverCluster *); 409*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Discovery__DiscoverCluster(struct soap*, const char*, int, const struct KMS_Discovery__DiscoverCluster *, const char*); 410*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery__DiscoverCluster * SOAP_FMAC4 soap_in_KMS_Discovery__DiscoverCluster(struct soap*, const char*, struct KMS_Discovery__DiscoverCluster *, const char*); 411*12720SWyllys.Ingersoll@Sun.COM 412*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Discovery__DiscoverCluster(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_KMS_Discovery__DiscoverCluster(soap, data), 0) || KMS_Discovery::soap_put_KMS_Discovery__DiscoverCluster(soap, data, NULL, NULL) || soap_end_send(soap) ) 413*12720SWyllys.Ingersoll@Sun.COM 414*12720SWyllys.Ingersoll@Sun.COM 415*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Discovery__DiscoverCluster(struct soap*, const struct KMS_Discovery__DiscoverCluster *, const char*, const char*); 416*12720SWyllys.Ingersoll@Sun.COM 417*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Discovery__DiscoverCluster(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_KMS_Discovery__DiscoverCluster(soap, data, NULL, NULL) || soap_end_recv(soap) ) 418*12720SWyllys.Ingersoll@Sun.COM 419*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery__DiscoverCluster * SOAP_FMAC4 soap_get_KMS_Discovery__DiscoverCluster(struct soap*, struct KMS_Discovery__DiscoverCluster *, const char*, const char*); 420*12720SWyllys.Ingersoll@Sun.COM 421*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Discovery__DiscoverCluster(soap, n) soap_instantiate_KMS_Discovery__DiscoverCluster(soap, n, NULL, NULL, NULL) 422*12720SWyllys.Ingersoll@Sun.COM 423*12720SWyllys.Ingersoll@Sun.COM 424*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Discovery__DiscoverCluster(soap, p) soap_delete(soap, p) 425*12720SWyllys.Ingersoll@Sun.COM 426*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Discovery__DiscoverCluster * SOAP_FMAC2 soap_instantiate_KMS_Discovery__DiscoverCluster(struct soap*, int, const char*, const char*, size_t*); 427*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Discovery__DiscoverCluster(struct soap*, int, int, void*, size_t, const void*, size_t); 428*12720SWyllys.Ingersoll@Sun.COM 429*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_KMS_Discovery__DiscoverClusterResponse 430*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_KMS_Discovery__DiscoverClusterResponse (29) 431*12720SWyllys.Ingersoll@Sun.COM #endif 432*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Discovery__DiscoverClusterResponse(struct soap*, struct KMS_Discovery__DiscoverClusterResponse *); 433*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Discovery__DiscoverClusterResponse(struct soap*, const struct KMS_Discovery__DiscoverClusterResponse *); 434*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Discovery__DiscoverClusterResponse(struct soap*, const char*, int, const struct KMS_Discovery__DiscoverClusterResponse *, const char*); 435*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery__DiscoverClusterResponse * SOAP_FMAC4 soap_in_KMS_Discovery__DiscoverClusterResponse(struct soap*, const char*, struct KMS_Discovery__DiscoverClusterResponse *, const char*); 436*12720SWyllys.Ingersoll@Sun.COM 437*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Discovery__DiscoverClusterResponse(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_KMS_Discovery__DiscoverClusterResponse(soap, data), 0) || KMS_Discovery::soap_put_KMS_Discovery__DiscoverClusterResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 438*12720SWyllys.Ingersoll@Sun.COM 439*12720SWyllys.Ingersoll@Sun.COM 440*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Discovery__DiscoverClusterResponse(struct soap*, const struct KMS_Discovery__DiscoverClusterResponse *, const char*, const char*); 441*12720SWyllys.Ingersoll@Sun.COM 442*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Discovery__DiscoverClusterResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_KMS_Discovery__DiscoverClusterResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 443*12720SWyllys.Ingersoll@Sun.COM 444*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery__DiscoverClusterResponse * SOAP_FMAC4 soap_get_KMS_Discovery__DiscoverClusterResponse(struct soap*, struct KMS_Discovery__DiscoverClusterResponse *, const char*, const char*); 445*12720SWyllys.Ingersoll@Sun.COM 446*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Discovery__DiscoverClusterResponse(soap, n) soap_instantiate_KMS_Discovery__DiscoverClusterResponse(soap, n, NULL, NULL, NULL) 447*12720SWyllys.Ingersoll@Sun.COM 448*12720SWyllys.Ingersoll@Sun.COM 449*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Discovery__DiscoverClusterResponse(soap, p) soap_delete(soap, p) 450*12720SWyllys.Ingersoll@Sun.COM 451*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Discovery__DiscoverClusterResponse * SOAP_FMAC2 soap_instantiate_KMS_Discovery__DiscoverClusterResponse(struct soap*, int, const char*, const char*, size_t*); 452*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Discovery__DiscoverClusterResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 453*12720SWyllys.Ingersoll@Sun.COM 454*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_KMS_Discovery__ArrayOfClusterMembers 455*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_KMS_Discovery__ArrayOfClusterMembers (25) 456*12720SWyllys.Ingersoll@Sun.COM #endif 457*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Discovery__ArrayOfClusterMembers(struct soap*, struct KMS_Discovery__ArrayOfClusterMembers *); 458*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Discovery__ArrayOfClusterMembers(struct soap*, struct KMS_Discovery__ArrayOfClusterMembers const*); 459*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Discovery__ArrayOfClusterMembers(struct soap*, const char*, int, const struct KMS_Discovery__ArrayOfClusterMembers *, const char*); 460*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery__ArrayOfClusterMembers * SOAP_FMAC4 soap_in_KMS_Discovery__ArrayOfClusterMembers(struct soap*, const char*, struct KMS_Discovery__ArrayOfClusterMembers *, const char*); 461*12720SWyllys.Ingersoll@Sun.COM 462*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Discovery__ArrayOfClusterMembers(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_KMS_Discovery__ArrayOfClusterMembers(soap, data), 0) || KMS_Discovery::soap_put_KMS_Discovery__ArrayOfClusterMembers(soap, data, NULL, NULL) || soap_end_send(soap) ) 463*12720SWyllys.Ingersoll@Sun.COM 464*12720SWyllys.Ingersoll@Sun.COM 465*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Discovery__ArrayOfClusterMembers(struct soap*, const struct KMS_Discovery__ArrayOfClusterMembers *, const char*, const char*); 466*12720SWyllys.Ingersoll@Sun.COM 467*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Discovery__ArrayOfClusterMembers(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_KMS_Discovery__ArrayOfClusterMembers(soap, data, NULL, NULL) || soap_end_recv(soap) ) 468*12720SWyllys.Ingersoll@Sun.COM 469*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery__ArrayOfClusterMembers * SOAP_FMAC4 soap_get_KMS_Discovery__ArrayOfClusterMembers(struct soap*, struct KMS_Discovery__ArrayOfClusterMembers *, const char*, const char*); 470*12720SWyllys.Ingersoll@Sun.COM 471*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Discovery__ArrayOfClusterMembers(soap, n) soap_instantiate_KMS_Discovery__ArrayOfClusterMembers(soap, n, NULL, NULL, NULL) 472*12720SWyllys.Ingersoll@Sun.COM 473*12720SWyllys.Ingersoll@Sun.COM 474*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Discovery__ArrayOfClusterMembers(soap, p) soap_delete(soap, p) 475*12720SWyllys.Ingersoll@Sun.COM 476*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Discovery__ArrayOfClusterMembers * SOAP_FMAC2 soap_instantiate_KMS_Discovery__ArrayOfClusterMembers(struct soap*, int, const char*, const char*, size_t*); 477*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Discovery__ArrayOfClusterMembers(struct soap*, int, int, void*, size_t, const void*, size_t); 478*12720SWyllys.Ingersoll@Sun.COM 479*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_KMS_Discovery_ClusterMember 480*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_KMS_Discovery_ClusterMember (24) 481*12720SWyllys.Ingersoll@Sun.COM #endif 482*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Discovery_ClusterMember(struct soap*, struct KMS_Discovery_ClusterMember *); 483*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Discovery_ClusterMember(struct soap*, const struct KMS_Discovery_ClusterMember *); 484*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Discovery_ClusterMember(struct soap*, const char*, int, const struct KMS_Discovery_ClusterMember *, const char*); 485*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery_ClusterMember * SOAP_FMAC4 soap_in_KMS_Discovery_ClusterMember(struct soap*, const char*, struct KMS_Discovery_ClusterMember *, const char*); 486*12720SWyllys.Ingersoll@Sun.COM 487*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Discovery_ClusterMember(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_KMS_Discovery_ClusterMember(soap, data), 0) || KMS_Discovery::soap_put_KMS_Discovery_ClusterMember(soap, data, NULL, NULL) || soap_end_send(soap) ) 488*12720SWyllys.Ingersoll@Sun.COM 489*12720SWyllys.Ingersoll@Sun.COM 490*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Discovery_ClusterMember(struct soap*, const struct KMS_Discovery_ClusterMember *, const char*, const char*); 491*12720SWyllys.Ingersoll@Sun.COM 492*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Discovery_ClusterMember(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_KMS_Discovery_ClusterMember(soap, data, NULL, NULL) || soap_end_recv(soap) ) 493*12720SWyllys.Ingersoll@Sun.COM 494*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery_ClusterMember * SOAP_FMAC4 soap_get_KMS_Discovery_ClusterMember(struct soap*, struct KMS_Discovery_ClusterMember *, const char*, const char*); 495*12720SWyllys.Ingersoll@Sun.COM 496*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Discovery_ClusterMember(soap, n) soap_instantiate_KMS_Discovery_ClusterMember(soap, n, NULL, NULL, NULL) 497*12720SWyllys.Ingersoll@Sun.COM 498*12720SWyllys.Ingersoll@Sun.COM 499*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Discovery_ClusterMember(soap, p) soap_delete(soap, p) 500*12720SWyllys.Ingersoll@Sun.COM 501*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Discovery_ClusterMember * SOAP_FMAC2 soap_instantiate_KMS_Discovery_ClusterMember(struct soap*, int, const char*, const char*, size_t*); 502*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Discovery_ClusterMember(struct soap*, int, int, void*, size_t, const void*, size_t); 503*12720SWyllys.Ingersoll@Sun.COM 504*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__hexBinary 505*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__hexBinary (20) 506*12720SWyllys.Ingersoll@Sun.COM #endif 507*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_xsd__hexBinary(struct soap*, struct xsd__hexBinary *); 508*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__hexBinary(struct soap*, struct xsd__hexBinary const*); 509*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__hexBinary(struct soap*, const char*, int, const struct xsd__hexBinary *, const char*); 510*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct xsd__hexBinary * SOAP_FMAC4 soap_in_xsd__hexBinary(struct soap*, const char*, struct xsd__hexBinary *, const char*); 511*12720SWyllys.Ingersoll@Sun.COM 512*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__hexBinary(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_xsd__hexBinary(soap, data), 0) || KMS_Discovery::soap_put_xsd__hexBinary(soap, data, NULL, NULL) || soap_end_send(soap) ) 513*12720SWyllys.Ingersoll@Sun.COM 514*12720SWyllys.Ingersoll@Sun.COM 515*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__hexBinary(struct soap*, const struct xsd__hexBinary *, const char*, const char*); 516*12720SWyllys.Ingersoll@Sun.COM 517*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__hexBinary(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__hexBinary(soap, data, NULL, NULL) || soap_end_recv(soap) ) 518*12720SWyllys.Ingersoll@Sun.COM 519*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct xsd__hexBinary * SOAP_FMAC4 soap_get_xsd__hexBinary(struct soap*, struct xsd__hexBinary *, const char*, const char*); 520*12720SWyllys.Ingersoll@Sun.COM 521*12720SWyllys.Ingersoll@Sun.COM #define soap_new_xsd__hexBinary(soap, n) soap_instantiate_xsd__hexBinary(soap, n, NULL, NULL, NULL) 522*12720SWyllys.Ingersoll@Sun.COM 523*12720SWyllys.Ingersoll@Sun.COM 524*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_xsd__hexBinary(soap, p) soap_delete(soap, p) 525*12720SWyllys.Ingersoll@Sun.COM 526*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct xsd__hexBinary * SOAP_FMAC2 soap_instantiate_xsd__hexBinary(struct soap*, int, const char*, const char*, size_t*); 527*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__hexBinary(struct soap*, int, int, void*, size_t, const void*, size_t); 528*12720SWyllys.Ingersoll@Sun.COM 529*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 530*12720SWyllys.Ingersoll@Sun.COM 531*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_PointerToSOAP_ENV__Reason 532*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_PointerToSOAP_ENV__Reason (40) 533*12720SWyllys.Ingersoll@Sun.COM #endif 534*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*); 535*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *); 536*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*); 537*12720SWyllys.Ingersoll@Sun.COM 538*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_PointerToSOAP_ENV__Reason(soap, data), 0) || KMS_Discovery::soap_put_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) ) 539*12720SWyllys.Ingersoll@Sun.COM 540*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*); 541*12720SWyllys.Ingersoll@Sun.COM 542*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) ) 543*12720SWyllys.Ingersoll@Sun.COM 544*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*); 545*12720SWyllys.Ingersoll@Sun.COM 546*12720SWyllys.Ingersoll@Sun.COM #endif 547*12720SWyllys.Ingersoll@Sun.COM 548*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 549*12720SWyllys.Ingersoll@Sun.COM 550*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_PointerToSOAP_ENV__Detail 551*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_PointerToSOAP_ENV__Detail (39) 552*12720SWyllys.Ingersoll@Sun.COM #endif 553*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*); 554*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *); 555*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*); 556*12720SWyllys.Ingersoll@Sun.COM 557*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_PointerToSOAP_ENV__Detail(soap, data), 0) || KMS_Discovery::soap_put_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) ) 558*12720SWyllys.Ingersoll@Sun.COM 559*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*); 560*12720SWyllys.Ingersoll@Sun.COM 561*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) ) 562*12720SWyllys.Ingersoll@Sun.COM 563*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*); 564*12720SWyllys.Ingersoll@Sun.COM 565*12720SWyllys.Ingersoll@Sun.COM #endif 566*12720SWyllys.Ingersoll@Sun.COM 567*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 568*12720SWyllys.Ingersoll@Sun.COM 569*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_PointerToSOAP_ENV__Code 570*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_PointerToSOAP_ENV__Code (35) 571*12720SWyllys.Ingersoll@Sun.COM #endif 572*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*); 573*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *); 574*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*); 575*12720SWyllys.Ingersoll@Sun.COM 576*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_PointerToSOAP_ENV__Code(soap, data), 0) || KMS_Discovery::soap_put_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) ) 577*12720SWyllys.Ingersoll@Sun.COM 578*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*); 579*12720SWyllys.Ingersoll@Sun.COM 580*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) ) 581*12720SWyllys.Ingersoll@Sun.COM 582*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*); 583*12720SWyllys.Ingersoll@Sun.COM 584*12720SWyllys.Ingersoll@Sun.COM #endif 585*12720SWyllys.Ingersoll@Sun.COM 586*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_PointerToKMS_Discovery_ClusterMember 587*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_PointerToKMS_Discovery_ClusterMember (26) 588*12720SWyllys.Ingersoll@Sun.COM #endif 589*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToKMS_Discovery_ClusterMember(struct soap*, struct KMS_Discovery_ClusterMember *const*); 590*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToKMS_Discovery_ClusterMember(struct soap*, const char *, int, struct KMS_Discovery_ClusterMember *const*, const char *); 591*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery_ClusterMember ** SOAP_FMAC4 soap_in_PointerToKMS_Discovery_ClusterMember(struct soap*, const char*, struct KMS_Discovery_ClusterMember **, const char*); 592*12720SWyllys.Ingersoll@Sun.COM 593*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToKMS_Discovery_ClusterMember(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_PointerToKMS_Discovery_ClusterMember(soap, data), 0) || KMS_Discovery::soap_put_PointerToKMS_Discovery_ClusterMember(soap, data, NULL, NULL) || soap_end_send(soap) ) 594*12720SWyllys.Ingersoll@Sun.COM 595*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToKMS_Discovery_ClusterMember(struct soap*, struct KMS_Discovery_ClusterMember *const*, const char*, const char*); 596*12720SWyllys.Ingersoll@Sun.COM 597*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToKMS_Discovery_ClusterMember(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_PointerToKMS_Discovery_ClusterMember(soap, data, NULL, NULL) || soap_end_recv(soap) ) 598*12720SWyllys.Ingersoll@Sun.COM 599*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Discovery_ClusterMember ** SOAP_FMAC4 soap_get_PointerToKMS_Discovery_ClusterMember(struct soap*, struct KMS_Discovery_ClusterMember **, const char*, const char*); 600*12720SWyllys.Ingersoll@Sun.COM 601*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_PointerTounsignedByte 602*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_PointerTounsignedByte (23) 603*12720SWyllys.Ingersoll@Sun.COM #endif 604*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTounsignedByte(struct soap*, unsigned char *const*); 605*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTounsignedByte(struct soap*, const char *, int, unsigned char *const*, const char *); 606*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_in_PointerTounsignedByte(struct soap*, const char*, unsigned char **, const char*); 607*12720SWyllys.Ingersoll@Sun.COM 608*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerTounsignedByte(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_PointerTounsignedByte(soap, data), 0) || KMS_Discovery::soap_put_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) 609*12720SWyllys.Ingersoll@Sun.COM 610*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTounsignedByte(struct soap*, unsigned char *const*, const char*, const char*); 611*12720SWyllys.Ingersoll@Sun.COM 612*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerTounsignedByte(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) 613*12720SWyllys.Ingersoll@Sun.COM 614*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_get_PointerTounsignedByte(struct soap*, unsigned char **, const char*, const char*); 615*12720SWyllys.Ingersoll@Sun.COM 616*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__networkAddress 617*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__networkAddress (19) 618*12720SWyllys.Ingersoll@Sun.COM #endif 619*12720SWyllys.Ingersoll@Sun.COM 620*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__networkAddress(soap, a) soap_default_string(soap, a) 621*12720SWyllys.Ingersoll@Sun.COM 622*12720SWyllys.Ingersoll@Sun.COM 623*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__networkAddress(soap, a) soap_serialize_string(soap, a) 624*12720SWyllys.Ingersoll@Sun.COM 625*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__networkAddress(struct soap*, const char*, int, char*const*, const char*); 626*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__networkAddress(struct soap*, const char*, char **, const char*); 627*12720SWyllys.Ingersoll@Sun.COM 628*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__networkAddress(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_xsd__networkAddress(soap, data), 0) || KMS_Discovery::soap_put_xsd__networkAddress(soap, data, NULL, NULL) || soap_end_send(soap) ) 629*12720SWyllys.Ingersoll@Sun.COM 630*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__networkAddress(struct soap*, char *const*, const char*, const char*); 631*12720SWyllys.Ingersoll@Sun.COM 632*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__networkAddress(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__networkAddress(soap, data, NULL, NULL) || soap_end_recv(soap) ) 633*12720SWyllys.Ingersoll@Sun.COM 634*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__networkAddress(struct soap*, char **, const char*, const char*); 635*12720SWyllys.Ingersoll@Sun.COM 636*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__kmaVersion 637*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__kmaVersion (18) 638*12720SWyllys.Ingersoll@Sun.COM #endif 639*12720SWyllys.Ingersoll@Sun.COM 640*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__kmaVersion(soap, a) soap_default_string(soap, a) 641*12720SWyllys.Ingersoll@Sun.COM 642*12720SWyllys.Ingersoll@Sun.COM 643*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__kmaVersion(soap, a) soap_serialize_string(soap, a) 644*12720SWyllys.Ingersoll@Sun.COM 645*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__kmaVersion(struct soap*, const char*, int, char*const*, const char*); 646*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__kmaVersion(struct soap*, const char*, char **, const char*); 647*12720SWyllys.Ingersoll@Sun.COM 648*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__kmaVersion(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_xsd__kmaVersion(soap, data), 0) || KMS_Discovery::soap_put_xsd__kmaVersion(soap, data, NULL, NULL) || soap_end_send(soap) ) 649*12720SWyllys.Ingersoll@Sun.COM 650*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__kmaVersion(struct soap*, char *const*, const char*, const char*); 651*12720SWyllys.Ingersoll@Sun.COM 652*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__kmaVersion(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__kmaVersion(soap, data, NULL, NULL) || soap_end_recv(soap) ) 653*12720SWyllys.Ingersoll@Sun.COM 654*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__kmaVersion(struct soap*, char **, const char*, const char*); 655*12720SWyllys.Ingersoll@Sun.COM 656*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__duration 657*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__duration (17) 658*12720SWyllys.Ingersoll@Sun.COM #endif 659*12720SWyllys.Ingersoll@Sun.COM 660*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__duration(soap, a) soap_default_string(soap, a) 661*12720SWyllys.Ingersoll@Sun.COM 662*12720SWyllys.Ingersoll@Sun.COM 663*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__duration(soap, a) soap_serialize_string(soap, a) 664*12720SWyllys.Ingersoll@Sun.COM 665*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration(struct soap*, const char*, int, char*const*, const char*); 666*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__duration(struct soap*, const char*, char **, const char*); 667*12720SWyllys.Ingersoll@Sun.COM 668*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__duration(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_xsd__duration(soap, data), 0) || KMS_Discovery::soap_put_xsd__duration(soap, data, NULL, NULL) || soap_end_send(soap) ) 669*12720SWyllys.Ingersoll@Sun.COM 670*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__duration(struct soap*, char *const*, const char*, const char*); 671*12720SWyllys.Ingersoll@Sun.COM 672*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__duration(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__duration(soap, data, NULL, NULL) || soap_end_recv(soap) ) 673*12720SWyllys.Ingersoll@Sun.COM 674*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__duration(struct soap*, char **, const char*, const char*); 675*12720SWyllys.Ingersoll@Sun.COM 676*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__dateTime 677*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__dateTime (16) 678*12720SWyllys.Ingersoll@Sun.COM #endif 679*12720SWyllys.Ingersoll@Sun.COM 680*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__dateTime(soap, a) soap_default_string(soap, a) 681*12720SWyllys.Ingersoll@Sun.COM 682*12720SWyllys.Ingersoll@Sun.COM 683*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__dateTime(soap, a) soap_serialize_string(soap, a) 684*12720SWyllys.Ingersoll@Sun.COM 685*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__dateTime(struct soap*, const char*, int, char*const*, const char*); 686*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__dateTime(struct soap*, const char*, char **, const char*); 687*12720SWyllys.Ingersoll@Sun.COM 688*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__dateTime(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_xsd__dateTime(soap, data), 0) || KMS_Discovery::soap_put_xsd__dateTime(soap, data, NULL, NULL) || soap_end_send(soap) ) 689*12720SWyllys.Ingersoll@Sun.COM 690*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__dateTime(struct soap*, char *const*, const char*, const char*); 691*12720SWyllys.Ingersoll@Sun.COM 692*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__dateTime(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__dateTime(soap, data, NULL, NULL) || soap_end_recv(soap) ) 693*12720SWyllys.Ingersoll@Sun.COM 694*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__dateTime(struct soap*, char **, const char*, const char*); 695*12720SWyllys.Ingersoll@Sun.COM 696*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_xsd__string 697*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_xsd__string (7) 698*12720SWyllys.Ingersoll@Sun.COM #endif 699*12720SWyllys.Ingersoll@Sun.COM 700*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__string(soap, a) soap_default_string(soap, a) 701*12720SWyllys.Ingersoll@Sun.COM 702*12720SWyllys.Ingersoll@Sun.COM 703*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__string(soap, a) soap_serialize_string(soap, a) 704*12720SWyllys.Ingersoll@Sun.COM 705*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__string(struct soap*, const char*, int, char*const*, const char*); 706*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__string(struct soap*, const char*, char **, const char*); 707*12720SWyllys.Ingersoll@Sun.COM 708*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__string(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_xsd__string(soap, data), 0) || KMS_Discovery::soap_put_xsd__string(soap, data, NULL, NULL) || soap_end_send(soap) ) 709*12720SWyllys.Ingersoll@Sun.COM 710*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__string(struct soap*, char *const*, const char*, const char*); 711*12720SWyllys.Ingersoll@Sun.COM 712*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__string(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_xsd__string(soap, data, NULL, NULL) || soap_end_recv(soap) ) 713*12720SWyllys.Ingersoll@Sun.COM 714*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__string(struct soap*, char **, const char*, const char*); 715*12720SWyllys.Ingersoll@Sun.COM 716*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery__QName 717*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery__QName (5) 718*12720SWyllys.Ingersoll@Sun.COM #endif 719*12720SWyllys.Ingersoll@Sun.COM 720*12720SWyllys.Ingersoll@Sun.COM #define soap_default__QName(soap, a) soap_default_string(soap, a) 721*12720SWyllys.Ingersoll@Sun.COM 722*12720SWyllys.Ingersoll@Sun.COM 723*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize__QName(soap, a) soap_serialize_string(soap, a) 724*12720SWyllys.Ingersoll@Sun.COM 725*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*); 726*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*); 727*12720SWyllys.Ingersoll@Sun.COM 728*12720SWyllys.Ingersoll@Sun.COM #define soap_write__QName(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize__QName(soap, data), 0) || KMS_Discovery::soap_put__QName(soap, data, NULL, NULL) || soap_end_send(soap) ) 729*12720SWyllys.Ingersoll@Sun.COM 730*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*); 731*12720SWyllys.Ingersoll@Sun.COM 732*12720SWyllys.Ingersoll@Sun.COM #define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap) ) 733*12720SWyllys.Ingersoll@Sun.COM 734*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*); 735*12720SWyllys.Ingersoll@Sun.COM 736*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Discovery_string 737*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Discovery_string (4) 738*12720SWyllys.Ingersoll@Sun.COM #endif 739*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **); 740*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*); 741*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*); 742*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*); 743*12720SWyllys.Ingersoll@Sun.COM 744*12720SWyllys.Ingersoll@Sun.COM #define soap_write_string(soap, data) ( soap_begin_send(soap) || (KMS_Discovery::soap_serialize_string(soap, data), 0) || KMS_Discovery::soap_put_string(soap, data, NULL, NULL) || soap_end_send(soap) ) 745*12720SWyllys.Ingersoll@Sun.COM 746*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*); 747*12720SWyllys.Ingersoll@Sun.COM 748*12720SWyllys.Ingersoll@Sun.COM #define soap_read_string(soap, data) ( soap_begin_recv(soap) || !KMS_Discovery::soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap) ) 749*12720SWyllys.Ingersoll@Sun.COM 750*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*); 751*12720SWyllys.Ingersoll@Sun.COM 752*12720SWyllys.Ingersoll@Sun.COM } // namespace KMS_Discovery 753*12720SWyllys.Ingersoll@Sun.COM 754*12720SWyllys.Ingersoll@Sun.COM 755*12720SWyllys.Ingersoll@Sun.COM #endif 756*12720SWyllys.Ingersoll@Sun.COM 757*12720SWyllys.Ingersoll@Sun.COM /* End of KMS_DiscoveryH.h */ 758