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_AgentH.h 27*12720SWyllys.Ingersoll@Sun.COM Generated by gSOAP 2.7.17 from ../gsoapStubs/AgentService/KMS_Agent_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_AgentH_H 34*12720SWyllys.Ingersoll@Sun.COM #define KMS_AgentH_H 35*12720SWyllys.Ingersoll@Sun.COM #include "KMS_AgentStub.h" 36*12720SWyllys.Ingersoll@Sun.COM 37*12720SWyllys.Ingersoll@Sun.COM namespace KMS_Agent { 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_Agent_byte 52*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_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_Agent::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_Agent::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_Agent_int 68*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_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_Agent::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_Agent::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_Agent_xsd__int 84*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_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_Agent::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_Agent::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_Agent_long 102*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_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_Agent::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_Agent::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_Agent_xsd__long 118*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_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_Agent::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_Agent::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_Agent_LONG64 136*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_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_Agent::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_Agent::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_Agent_xsd__float 152*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_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_Agent::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_Agent::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_Agent_float 170*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_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_Agent::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_Agent::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_Agent_unsignedByte 186*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_unsignedByte (20) 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_Agent::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_Agent::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_Agent_unsignedInt 202*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_unsignedInt (19) 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_Agent::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_Agent::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_Agent_KMS_Agent__AuditLogCondition 218*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__AuditLogCondition (41) 219*12720SWyllys.Ingersoll@Sun.COM #endif 220*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__AuditLogCondition(struct soap*, enum KMS_Agent__AuditLogCondition *); 221*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__AuditLogCondition(struct soap*, const char*, int, const enum KMS_Agent__AuditLogCondition *, const char*); 222*12720SWyllys.Ingersoll@Sun.COM 223*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_KMS_Agent__AuditLogCondition2s(struct soap*, enum KMS_Agent__AuditLogCondition); 224*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__AuditLogCondition * SOAP_FMAC4 soap_in_KMS_Agent__AuditLogCondition(struct soap*, const char*, enum KMS_Agent__AuditLogCondition *, const char*); 225*12720SWyllys.Ingersoll@Sun.COM 226*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2KMS_Agent__AuditLogCondition(struct soap*, const char*, enum KMS_Agent__AuditLogCondition *); 227*12720SWyllys.Ingersoll@Sun.COM 228*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__AuditLogCondition(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_KMS_Agent__AuditLogCondition(soap, data, NULL, NULL) || soap_end_send(soap) ) 229*12720SWyllys.Ingersoll@Sun.COM 230*12720SWyllys.Ingersoll@Sun.COM 231*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__AuditLogCondition(struct soap*, const enum KMS_Agent__AuditLogCondition *, const char*, const char*); 232*12720SWyllys.Ingersoll@Sun.COM 233*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__AuditLogCondition(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__AuditLogCondition(soap, data, NULL, NULL) || soap_end_recv(soap) ) 234*12720SWyllys.Ingersoll@Sun.COM 235*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__AuditLogCondition * SOAP_FMAC4 soap_get_KMS_Agent__AuditLogCondition(struct soap*, enum KMS_Agent__AuditLogCondition *, const char*, const char*); 236*12720SWyllys.Ingersoll@Sun.COM 237*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__AuditLogRetention 238*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__AuditLogRetention (40) 239*12720SWyllys.Ingersoll@Sun.COM #endif 240*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__AuditLogRetention(struct soap*, enum KMS_Agent__AuditLogRetention *); 241*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__AuditLogRetention(struct soap*, const char*, int, const enum KMS_Agent__AuditLogRetention *, const char*); 242*12720SWyllys.Ingersoll@Sun.COM 243*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_KMS_Agent__AuditLogRetention2s(struct soap*, enum KMS_Agent__AuditLogRetention); 244*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__AuditLogRetention * SOAP_FMAC4 soap_in_KMS_Agent__AuditLogRetention(struct soap*, const char*, enum KMS_Agent__AuditLogRetention *, const char*); 245*12720SWyllys.Ingersoll@Sun.COM 246*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2KMS_Agent__AuditLogRetention(struct soap*, const char*, enum KMS_Agent__AuditLogRetention *); 247*12720SWyllys.Ingersoll@Sun.COM 248*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__AuditLogRetention(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_KMS_Agent__AuditLogRetention(soap, data, NULL, NULL) || soap_end_send(soap) ) 249*12720SWyllys.Ingersoll@Sun.COM 250*12720SWyllys.Ingersoll@Sun.COM 251*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__AuditLogRetention(struct soap*, const enum KMS_Agent__AuditLogRetention *, const char*, const char*); 252*12720SWyllys.Ingersoll@Sun.COM 253*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__AuditLogRetention(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__AuditLogRetention(soap, data, NULL, NULL) || soap_end_recv(soap) ) 254*12720SWyllys.Ingersoll@Sun.COM 255*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__AuditLogRetention * SOAP_FMAC4 soap_get_KMS_Agent__AuditLogRetention(struct soap*, enum KMS_Agent__AuditLogRetention *, const char*, const char*); 256*12720SWyllys.Ingersoll@Sun.COM 257*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__DataUnitState 258*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__DataUnitState (32) 259*12720SWyllys.Ingersoll@Sun.COM #endif 260*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__DataUnitState(struct soap*, enum KMS_Agent__DataUnitState *); 261*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__DataUnitState(struct soap*, const char*, int, const enum KMS_Agent__DataUnitState *, const char*); 262*12720SWyllys.Ingersoll@Sun.COM 263*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_KMS_Agent__DataUnitState2s(struct soap*, enum KMS_Agent__DataUnitState); 264*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__DataUnitState * SOAP_FMAC4 soap_in_KMS_Agent__DataUnitState(struct soap*, const char*, enum KMS_Agent__DataUnitState *, const char*); 265*12720SWyllys.Ingersoll@Sun.COM 266*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2KMS_Agent__DataUnitState(struct soap*, const char*, enum KMS_Agent__DataUnitState *); 267*12720SWyllys.Ingersoll@Sun.COM 268*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__DataUnitState(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_KMS_Agent__DataUnitState(soap, data, NULL, NULL) || soap_end_send(soap) ) 269*12720SWyllys.Ingersoll@Sun.COM 270*12720SWyllys.Ingersoll@Sun.COM 271*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__DataUnitState(struct soap*, const enum KMS_Agent__DataUnitState *, const char*, const char*); 272*12720SWyllys.Ingersoll@Sun.COM 273*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__DataUnitState(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__DataUnitState(soap, data, NULL, NULL) || soap_end_recv(soap) ) 274*12720SWyllys.Ingersoll@Sun.COM 275*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__DataUnitState * SOAP_FMAC4 soap_get_KMS_Agent__DataUnitState(struct soap*, enum KMS_Agent__DataUnitState *, const char*, const char*); 276*12720SWyllys.Ingersoll@Sun.COM 277*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__KeyState 278*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__KeyState (31) 279*12720SWyllys.Ingersoll@Sun.COM #endif 280*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__KeyState(struct soap*, enum KMS_Agent__KeyState *); 281*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__KeyState(struct soap*, const char*, int, const enum KMS_Agent__KeyState *, const char*); 282*12720SWyllys.Ingersoll@Sun.COM 283*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_KMS_Agent__KeyState2s(struct soap*, enum KMS_Agent__KeyState); 284*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__KeyState * SOAP_FMAC4 soap_in_KMS_Agent__KeyState(struct soap*, const char*, enum KMS_Agent__KeyState *, const char*); 285*12720SWyllys.Ingersoll@Sun.COM 286*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2KMS_Agent__KeyState(struct soap*, const char*, enum KMS_Agent__KeyState *); 287*12720SWyllys.Ingersoll@Sun.COM 288*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__KeyState(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_KMS_Agent__KeyState(soap, data, NULL, NULL) || soap_end_send(soap) ) 289*12720SWyllys.Ingersoll@Sun.COM 290*12720SWyllys.Ingersoll@Sun.COM 291*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__KeyState(struct soap*, const enum KMS_Agent__KeyState *, const char*, const char*); 292*12720SWyllys.Ingersoll@Sun.COM 293*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__KeyState(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__KeyState(soap, data, NULL, NULL) || soap_end_recv(soap) ) 294*12720SWyllys.Ingersoll@Sun.COM 295*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__KeyState * SOAP_FMAC4 soap_get_KMS_Agent__KeyState(struct soap*, enum KMS_Agent__KeyState *, const char*, const char*); 296*12720SWyllys.Ingersoll@Sun.COM 297*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__KeyType 298*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__KeyType (30) 299*12720SWyllys.Ingersoll@Sun.COM #endif 300*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__KeyType(struct soap*, enum KMS_Agent__KeyType *); 301*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__KeyType(struct soap*, const char*, int, const enum KMS_Agent__KeyType *, const char*); 302*12720SWyllys.Ingersoll@Sun.COM 303*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_KMS_Agent__KeyType2s(struct soap*, enum KMS_Agent__KeyType); 304*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__KeyType * SOAP_FMAC4 soap_in_KMS_Agent__KeyType(struct soap*, const char*, enum KMS_Agent__KeyType *, const char*); 305*12720SWyllys.Ingersoll@Sun.COM 306*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2KMS_Agent__KeyType(struct soap*, const char*, enum KMS_Agent__KeyType *); 307*12720SWyllys.Ingersoll@Sun.COM 308*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__KeyType(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_KMS_Agent__KeyType(soap, data, NULL, NULL) || soap_end_send(soap) ) 309*12720SWyllys.Ingersoll@Sun.COM 310*12720SWyllys.Ingersoll@Sun.COM 311*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__KeyType(struct soap*, const enum KMS_Agent__KeyType *, const char*, const char*); 312*12720SWyllys.Ingersoll@Sun.COM 313*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__KeyType(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__KeyType(soap, data, NULL, NULL) || soap_end_recv(soap) ) 314*12720SWyllys.Ingersoll@Sun.COM 315*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__KeyType * SOAP_FMAC4 soap_get_KMS_Agent__KeyType(struct soap*, enum KMS_Agent__KeyType *, const char*, const char*); 316*12720SWyllys.Ingersoll@Sun.COM 317*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__FilterOperator 318*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__FilterOperator (25) 319*12720SWyllys.Ingersoll@Sun.COM #endif 320*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__FilterOperator(struct soap*, enum KMS_Agent__FilterOperator *); 321*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__FilterOperator(struct soap*, const char*, int, const enum KMS_Agent__FilterOperator *, const char*); 322*12720SWyllys.Ingersoll@Sun.COM 323*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_KMS_Agent__FilterOperator2s(struct soap*, enum KMS_Agent__FilterOperator); 324*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__FilterOperator * SOAP_FMAC4 soap_in_KMS_Agent__FilterOperator(struct soap*, const char*, enum KMS_Agent__FilterOperator *, const char*); 325*12720SWyllys.Ingersoll@Sun.COM 326*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2KMS_Agent__FilterOperator(struct soap*, const char*, enum KMS_Agent__FilterOperator *); 327*12720SWyllys.Ingersoll@Sun.COM 328*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__FilterOperator(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_KMS_Agent__FilterOperator(soap, data, NULL, NULL) || soap_end_send(soap) ) 329*12720SWyllys.Ingersoll@Sun.COM 330*12720SWyllys.Ingersoll@Sun.COM 331*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__FilterOperator(struct soap*, const enum KMS_Agent__FilterOperator *, const char*, const char*); 332*12720SWyllys.Ingersoll@Sun.COM 333*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__FilterOperator(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__FilterOperator(soap, data, NULL, NULL) || soap_end_recv(soap) ) 334*12720SWyllys.Ingersoll@Sun.COM 335*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__FilterOperator * SOAP_FMAC4 soap_get_KMS_Agent__FilterOperator(struct soap*, enum KMS_Agent__FilterOperator *, const char*, const char*); 336*12720SWyllys.Ingersoll@Sun.COM 337*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__SortOrder 338*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__SortOrder (24) 339*12720SWyllys.Ingersoll@Sun.COM #endif 340*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__SortOrder(struct soap*, enum KMS_Agent__SortOrder *); 341*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__SortOrder(struct soap*, const char*, int, const enum KMS_Agent__SortOrder *, const char*); 342*12720SWyllys.Ingersoll@Sun.COM 343*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_KMS_Agent__SortOrder2s(struct soap*, enum KMS_Agent__SortOrder); 344*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__SortOrder * SOAP_FMAC4 soap_in_KMS_Agent__SortOrder(struct soap*, const char*, enum KMS_Agent__SortOrder *, const char*); 345*12720SWyllys.Ingersoll@Sun.COM 346*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2KMS_Agent__SortOrder(struct soap*, const char*, enum KMS_Agent__SortOrder *); 347*12720SWyllys.Ingersoll@Sun.COM 348*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__SortOrder(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_KMS_Agent__SortOrder(soap, data, NULL, NULL) || soap_end_send(soap) ) 349*12720SWyllys.Ingersoll@Sun.COM 350*12720SWyllys.Ingersoll@Sun.COM 351*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__SortOrder(struct soap*, const enum KMS_Agent__SortOrder *, const char*, const char*); 352*12720SWyllys.Ingersoll@Sun.COM 353*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__SortOrder(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__SortOrder(soap, data, NULL, NULL) || soap_end_recv(soap) ) 354*12720SWyllys.Ingersoll@Sun.COM 355*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 enum KMS_Agent__SortOrder * SOAP_FMAC4 soap_get_KMS_Agent__SortOrder(struct soap*, enum KMS_Agent__SortOrder *, const char*, const char*); 356*12720SWyllys.Ingersoll@Sun.COM 357*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_xsd__boolean 358*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_xsd__boolean (13) 359*12720SWyllys.Ingersoll@Sun.COM #endif 360*12720SWyllys.Ingersoll@Sun.COM 361*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__boolean(soap, a) soap_default_bool(soap, a) 362*12720SWyllys.Ingersoll@Sun.COM 363*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__boolean(struct soap*, const char*, int, const bool *, const char*); 364*12720SWyllys.Ingersoll@Sun.COM 365*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_xsd__boolean2s(struct soap*, bool); 366*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_xsd__boolean(struct soap*, const char*, bool *, const char*); 367*12720SWyllys.Ingersoll@Sun.COM 368*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2xsd__boolean(struct soap*, const char*, bool *); 369*12720SWyllys.Ingersoll@Sun.COM 370*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__boolean(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_xsd__boolean(soap, data, NULL, NULL) || soap_end_send(soap) ) 371*12720SWyllys.Ingersoll@Sun.COM 372*12720SWyllys.Ingersoll@Sun.COM 373*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__boolean(struct soap*, const bool *, const char*, const char*); 374*12720SWyllys.Ingersoll@Sun.COM 375*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__boolean(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_xsd__boolean(soap, data, NULL, NULL) || soap_end_recv(soap) ) 376*12720SWyllys.Ingersoll@Sun.COM 377*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_xsd__boolean(struct soap*, bool *, const char*, const char*); 378*12720SWyllys.Ingersoll@Sun.COM 379*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_bool 380*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_bool (12) 381*12720SWyllys.Ingersoll@Sun.COM #endif 382*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_bool(struct soap*, bool *); 383*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_bool(struct soap*, const char*, int, const bool *, const char*); 384*12720SWyllys.Ingersoll@Sun.COM 385*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_bool2s(struct soap*, bool); 386*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_bool(struct soap*, const char*, bool *, const char*); 387*12720SWyllys.Ingersoll@Sun.COM 388*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2bool(struct soap*, const char*, bool *); 389*12720SWyllys.Ingersoll@Sun.COM 390*12720SWyllys.Ingersoll@Sun.COM #define soap_write_bool(soap, data) ( soap_begin_send(soap) || KMS_Agent::soap_put_bool(soap, data, NULL, NULL) || soap_end_send(soap) ) 391*12720SWyllys.Ingersoll@Sun.COM 392*12720SWyllys.Ingersoll@Sun.COM 393*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_bool(struct soap*, const bool *, const char*, const char*); 394*12720SWyllys.Ingersoll@Sun.COM 395*12720SWyllys.Ingersoll@Sun.COM #define soap_read_bool(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_bool(soap, data, NULL, NULL) || soap_end_recv(soap) ) 396*12720SWyllys.Ingersoll@Sun.COM 397*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_bool(struct soap*, bool *, const char*, const char*); 398*12720SWyllys.Ingersoll@Sun.COM 399*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 400*12720SWyllys.Ingersoll@Sun.COM 401*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_SOAP_ENV__Fault 402*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_SOAP_ENV__Fault (113) 403*12720SWyllys.Ingersoll@Sun.COM #endif 404*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); 405*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *); 406*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*); 407*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*); 408*12720SWyllys.Ingersoll@Sun.COM 409*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Fault(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_SOAP_ENV__Fault(soap, data), 0) || KMS_Agent::soap_put_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_send(soap) ) 410*12720SWyllys.Ingersoll@Sun.COM 411*12720SWyllys.Ingersoll@Sun.COM 412*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*); 413*12720SWyllys.Ingersoll@Sun.COM 414*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Fault(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_recv(soap) ) 415*12720SWyllys.Ingersoll@Sun.COM 416*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*); 417*12720SWyllys.Ingersoll@Sun.COM 418*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Fault(soap, n) soap_instantiate_SOAP_ENV__Fault(soap, n, NULL, NULL, NULL) 419*12720SWyllys.Ingersoll@Sun.COM 420*12720SWyllys.Ingersoll@Sun.COM 421*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Fault(soap, p) soap_delete(soap, p) 422*12720SWyllys.Ingersoll@Sun.COM 423*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*); 424*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); 425*12720SWyllys.Ingersoll@Sun.COM 426*12720SWyllys.Ingersoll@Sun.COM #endif 427*12720SWyllys.Ingersoll@Sun.COM 428*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 429*12720SWyllys.Ingersoll@Sun.COM 430*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_SOAP_ENV__Reason 431*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_SOAP_ENV__Reason (112) 432*12720SWyllys.Ingersoll@Sun.COM #endif 433*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); 434*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *); 435*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*); 436*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*); 437*12720SWyllys.Ingersoll@Sun.COM 438*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_SOAP_ENV__Reason(soap, data), 0) || KMS_Agent::soap_put_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) ) 439*12720SWyllys.Ingersoll@Sun.COM 440*12720SWyllys.Ingersoll@Sun.COM 441*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*); 442*12720SWyllys.Ingersoll@Sun.COM 443*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) ) 444*12720SWyllys.Ingersoll@Sun.COM 445*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*); 446*12720SWyllys.Ingersoll@Sun.COM 447*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Reason(soap, n) soap_instantiate_SOAP_ENV__Reason(soap, n, NULL, NULL, NULL) 448*12720SWyllys.Ingersoll@Sun.COM 449*12720SWyllys.Ingersoll@Sun.COM 450*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Reason(soap, p) soap_delete(soap, p) 451*12720SWyllys.Ingersoll@Sun.COM 452*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*); 453*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); 454*12720SWyllys.Ingersoll@Sun.COM 455*12720SWyllys.Ingersoll@Sun.COM #endif 456*12720SWyllys.Ingersoll@Sun.COM 457*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 458*12720SWyllys.Ingersoll@Sun.COM 459*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_SOAP_ENV__Detail 460*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_SOAP_ENV__Detail (111) 461*12720SWyllys.Ingersoll@Sun.COM #endif 462*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); 463*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *); 464*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*); 465*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*); 466*12720SWyllys.Ingersoll@Sun.COM 467*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_SOAP_ENV__Detail(soap, data), 0) || KMS_Agent::soap_put_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) ) 468*12720SWyllys.Ingersoll@Sun.COM 469*12720SWyllys.Ingersoll@Sun.COM 470*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*); 471*12720SWyllys.Ingersoll@Sun.COM 472*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) ) 473*12720SWyllys.Ingersoll@Sun.COM 474*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*); 475*12720SWyllys.Ingersoll@Sun.COM 476*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Detail(soap, n) soap_instantiate_SOAP_ENV__Detail(soap, n, NULL, NULL, NULL) 477*12720SWyllys.Ingersoll@Sun.COM 478*12720SWyllys.Ingersoll@Sun.COM 479*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Detail(soap, p) soap_delete(soap, p) 480*12720SWyllys.Ingersoll@Sun.COM 481*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*); 482*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); 483*12720SWyllys.Ingersoll@Sun.COM 484*12720SWyllys.Ingersoll@Sun.COM #endif 485*12720SWyllys.Ingersoll@Sun.COM 486*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 487*12720SWyllys.Ingersoll@Sun.COM 488*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_SOAP_ENV__Code 489*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_SOAP_ENV__Code (109) 490*12720SWyllys.Ingersoll@Sun.COM #endif 491*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); 492*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *); 493*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*); 494*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*); 495*12720SWyllys.Ingersoll@Sun.COM 496*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_SOAP_ENV__Code(soap, data), 0) || KMS_Agent::soap_put_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) ) 497*12720SWyllys.Ingersoll@Sun.COM 498*12720SWyllys.Ingersoll@Sun.COM 499*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*); 500*12720SWyllys.Ingersoll@Sun.COM 501*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) ) 502*12720SWyllys.Ingersoll@Sun.COM 503*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*); 504*12720SWyllys.Ingersoll@Sun.COM 505*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Code(soap, n) soap_instantiate_SOAP_ENV__Code(soap, n, NULL, NULL, NULL) 506*12720SWyllys.Ingersoll@Sun.COM 507*12720SWyllys.Ingersoll@Sun.COM 508*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Code(soap, p) soap_delete(soap, p) 509*12720SWyllys.Ingersoll@Sun.COM 510*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*); 511*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); 512*12720SWyllys.Ingersoll@Sun.COM 513*12720SWyllys.Ingersoll@Sun.COM #endif 514*12720SWyllys.Ingersoll@Sun.COM 515*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 516*12720SWyllys.Ingersoll@Sun.COM 517*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_SOAP_ENV__Header 518*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_SOAP_ENV__Header (108) 519*12720SWyllys.Ingersoll@Sun.COM #endif 520*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); 521*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *); 522*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*); 523*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*); 524*12720SWyllys.Ingersoll@Sun.COM 525*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Header(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_SOAP_ENV__Header(soap, data), 0) || KMS_Agent::soap_put_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_send(soap) ) 526*12720SWyllys.Ingersoll@Sun.COM 527*12720SWyllys.Ingersoll@Sun.COM 528*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*); 529*12720SWyllys.Ingersoll@Sun.COM 530*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Header(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_recv(soap) ) 531*12720SWyllys.Ingersoll@Sun.COM 532*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*); 533*12720SWyllys.Ingersoll@Sun.COM 534*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Header(soap, n) soap_instantiate_SOAP_ENV__Header(soap, n, NULL, NULL, NULL) 535*12720SWyllys.Ingersoll@Sun.COM 536*12720SWyllys.Ingersoll@Sun.COM 537*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Header(soap, p) soap_delete(soap, p) 538*12720SWyllys.Ingersoll@Sun.COM 539*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*); 540*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); 541*12720SWyllys.Ingersoll@Sun.COM 542*12720SWyllys.Ingersoll@Sun.COM #endif 543*12720SWyllys.Ingersoll@Sun.COM 544*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RegisterAgentKWK 545*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RegisterAgentKWK (107) 546*12720SWyllys.Ingersoll@Sun.COM #endif 547*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RegisterAgentKWK(struct soap*, struct KMS_Agent__RegisterAgentKWK *); 548*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RegisterAgentKWK(struct soap*, const struct KMS_Agent__RegisterAgentKWK *); 549*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RegisterAgentKWK(struct soap*, const char*, int, const struct KMS_Agent__RegisterAgentKWK *, const char*); 550*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RegisterAgentKWK * SOAP_FMAC4 soap_in_KMS_Agent__RegisterAgentKWK(struct soap*, const char*, struct KMS_Agent__RegisterAgentKWK *, const char*); 551*12720SWyllys.Ingersoll@Sun.COM 552*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RegisterAgentKWK(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RegisterAgentKWK(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RegisterAgentKWK(soap, data, NULL, NULL) || soap_end_send(soap) ) 553*12720SWyllys.Ingersoll@Sun.COM 554*12720SWyllys.Ingersoll@Sun.COM 555*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RegisterAgentKWK(struct soap*, const struct KMS_Agent__RegisterAgentKWK *, const char*, const char*); 556*12720SWyllys.Ingersoll@Sun.COM 557*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RegisterAgentKWK(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RegisterAgentKWK(soap, data, NULL, NULL) || soap_end_recv(soap) ) 558*12720SWyllys.Ingersoll@Sun.COM 559*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RegisterAgentKWK * SOAP_FMAC4 soap_get_KMS_Agent__RegisterAgentKWK(struct soap*, struct KMS_Agent__RegisterAgentKWK *, const char*, const char*); 560*12720SWyllys.Ingersoll@Sun.COM 561*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RegisterAgentKWK(soap, n) soap_instantiate_KMS_Agent__RegisterAgentKWK(soap, n, NULL, NULL, NULL) 562*12720SWyllys.Ingersoll@Sun.COM 563*12720SWyllys.Ingersoll@Sun.COM 564*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RegisterAgentKWK(soap, p) soap_delete(soap, p) 565*12720SWyllys.Ingersoll@Sun.COM 566*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RegisterAgentKWK * SOAP_FMAC2 soap_instantiate_KMS_Agent__RegisterAgentKWK(struct soap*, int, const char*, const char*, size_t*); 567*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RegisterAgentKWK(struct soap*, int, int, void*, size_t, const void*, size_t); 568*12720SWyllys.Ingersoll@Sun.COM 569*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RegisterAgentKWKResponse 570*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RegisterAgentKWKResponse (104) 571*12720SWyllys.Ingersoll@Sun.COM #endif 572*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RegisterAgentKWKResponse(struct soap*, struct KMS_Agent__RegisterAgentKWKResponse *); 573*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RegisterAgentKWKResponse(struct soap*, const struct KMS_Agent__RegisterAgentKWKResponse *); 574*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RegisterAgentKWKResponse(struct soap*, const char*, int, const struct KMS_Agent__RegisterAgentKWKResponse *, const char*); 575*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RegisterAgentKWKResponse * SOAP_FMAC4 soap_in_KMS_Agent__RegisterAgentKWKResponse(struct soap*, const char*, struct KMS_Agent__RegisterAgentKWKResponse *, const char*); 576*12720SWyllys.Ingersoll@Sun.COM 577*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RegisterAgentKWKResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RegisterAgentKWKResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RegisterAgentKWKResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 578*12720SWyllys.Ingersoll@Sun.COM 579*12720SWyllys.Ingersoll@Sun.COM 580*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RegisterAgentKWKResponse(struct soap*, const struct KMS_Agent__RegisterAgentKWKResponse *, const char*, const char*); 581*12720SWyllys.Ingersoll@Sun.COM 582*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RegisterAgentKWKResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RegisterAgentKWKResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 583*12720SWyllys.Ingersoll@Sun.COM 584*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RegisterAgentKWKResponse * SOAP_FMAC4 soap_get_KMS_Agent__RegisterAgentKWKResponse(struct soap*, struct KMS_Agent__RegisterAgentKWKResponse *, const char*, const char*); 585*12720SWyllys.Ingersoll@Sun.COM 586*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RegisterAgentKWKResponse(soap, n) soap_instantiate_KMS_Agent__RegisterAgentKWKResponse(soap, n, NULL, NULL, NULL) 587*12720SWyllys.Ingersoll@Sun.COM 588*12720SWyllys.Ingersoll@Sun.COM 589*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RegisterAgentKWKResponse(soap, p) soap_delete(soap, p) 590*12720SWyllys.Ingersoll@Sun.COM 591*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RegisterAgentKWKResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__RegisterAgentKWKResponse(struct soap*, int, const char*, const char*, size_t*); 592*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RegisterAgentKWKResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 593*12720SWyllys.Ingersoll@Sun.COM 594*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__GetAgentKWKPublicKey 595*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__GetAgentKWKPublicKey (103) 596*12720SWyllys.Ingersoll@Sun.COM #endif 597*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__GetAgentKWKPublicKey(struct soap*, struct KMS_Agent__GetAgentKWKPublicKey *); 598*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__GetAgentKWKPublicKey(struct soap*, const struct KMS_Agent__GetAgentKWKPublicKey *); 599*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__GetAgentKWKPublicKey(struct soap*, const char*, int, const struct KMS_Agent__GetAgentKWKPublicKey *, const char*); 600*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__GetAgentKWKPublicKey * SOAP_FMAC4 soap_in_KMS_Agent__GetAgentKWKPublicKey(struct soap*, const char*, struct KMS_Agent__GetAgentKWKPublicKey *, const char*); 601*12720SWyllys.Ingersoll@Sun.COM 602*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__GetAgentKWKPublicKey(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__GetAgentKWKPublicKey(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__GetAgentKWKPublicKey(soap, data, NULL, NULL) || soap_end_send(soap) ) 603*12720SWyllys.Ingersoll@Sun.COM 604*12720SWyllys.Ingersoll@Sun.COM 605*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__GetAgentKWKPublicKey(struct soap*, const struct KMS_Agent__GetAgentKWKPublicKey *, const char*, const char*); 606*12720SWyllys.Ingersoll@Sun.COM 607*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__GetAgentKWKPublicKey(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__GetAgentKWKPublicKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) 608*12720SWyllys.Ingersoll@Sun.COM 609*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__GetAgentKWKPublicKey * SOAP_FMAC4 soap_get_KMS_Agent__GetAgentKWKPublicKey(struct soap*, struct KMS_Agent__GetAgentKWKPublicKey *, const char*, const char*); 610*12720SWyllys.Ingersoll@Sun.COM 611*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__GetAgentKWKPublicKey(soap, n) soap_instantiate_KMS_Agent__GetAgentKWKPublicKey(soap, n, NULL, NULL, NULL) 612*12720SWyllys.Ingersoll@Sun.COM 613*12720SWyllys.Ingersoll@Sun.COM 614*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__GetAgentKWKPublicKey(soap, p) soap_delete(soap, p) 615*12720SWyllys.Ingersoll@Sun.COM 616*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__GetAgentKWKPublicKey * SOAP_FMAC2 soap_instantiate_KMS_Agent__GetAgentKWKPublicKey(struct soap*, int, const char*, const char*, size_t*); 617*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__GetAgentKWKPublicKey(struct soap*, int, int, void*, size_t, const void*, size_t); 618*12720SWyllys.Ingersoll@Sun.COM 619*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__GetAgentKWKPublicKeyResponse 620*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__GetAgentKWKPublicKeyResponse (100) 621*12720SWyllys.Ingersoll@Sun.COM #endif 622*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__GetAgentKWKPublicKeyResponse(struct soap*, struct KMS_Agent__GetAgentKWKPublicKeyResponse *); 623*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__GetAgentKWKPublicKeyResponse(struct soap*, const struct KMS_Agent__GetAgentKWKPublicKeyResponse *); 624*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__GetAgentKWKPublicKeyResponse(struct soap*, const char*, int, const struct KMS_Agent__GetAgentKWKPublicKeyResponse *, const char*); 625*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__GetAgentKWKPublicKeyResponse * SOAP_FMAC4 soap_in_KMS_Agent__GetAgentKWKPublicKeyResponse(struct soap*, const char*, struct KMS_Agent__GetAgentKWKPublicKeyResponse *, const char*); 626*12720SWyllys.Ingersoll@Sun.COM 627*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__GetAgentKWKPublicKeyResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__GetAgentKWKPublicKeyResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__GetAgentKWKPublicKeyResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 628*12720SWyllys.Ingersoll@Sun.COM 629*12720SWyllys.Ingersoll@Sun.COM 630*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__GetAgentKWKPublicKeyResponse(struct soap*, const struct KMS_Agent__GetAgentKWKPublicKeyResponse *, const char*, const char*); 631*12720SWyllys.Ingersoll@Sun.COM 632*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__GetAgentKWKPublicKeyResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__GetAgentKWKPublicKeyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 633*12720SWyllys.Ingersoll@Sun.COM 634*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__GetAgentKWKPublicKeyResponse * SOAP_FMAC4 soap_get_KMS_Agent__GetAgentKWKPublicKeyResponse(struct soap*, struct KMS_Agent__GetAgentKWKPublicKeyResponse *, const char*, const char*); 635*12720SWyllys.Ingersoll@Sun.COM 636*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__GetAgentKWKPublicKeyResponse(soap, n) soap_instantiate_KMS_Agent__GetAgentKWKPublicKeyResponse(soap, n, NULL, NULL, NULL) 637*12720SWyllys.Ingersoll@Sun.COM 638*12720SWyllys.Ingersoll@Sun.COM 639*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__GetAgentKWKPublicKeyResponse(soap, p) soap_delete(soap, p) 640*12720SWyllys.Ingersoll@Sun.COM 641*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__GetAgentKWKPublicKeyResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__GetAgentKWKPublicKeyResponse(struct soap*, int, const char*, const char*, size_t*); 642*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__GetAgentKWKPublicKeyResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 643*12720SWyllys.Ingersoll@Sun.COM 644*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__CreateAuditLog 645*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__CreateAuditLog (99) 646*12720SWyllys.Ingersoll@Sun.COM #endif 647*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__CreateAuditLog(struct soap*, struct KMS_Agent__CreateAuditLog *); 648*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__CreateAuditLog(struct soap*, const struct KMS_Agent__CreateAuditLog *); 649*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__CreateAuditLog(struct soap*, const char*, int, const struct KMS_Agent__CreateAuditLog *, const char*); 650*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateAuditLog * SOAP_FMAC4 soap_in_KMS_Agent__CreateAuditLog(struct soap*, const char*, struct KMS_Agent__CreateAuditLog *, const char*); 651*12720SWyllys.Ingersoll@Sun.COM 652*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__CreateAuditLog(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__CreateAuditLog(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__CreateAuditLog(soap, data, NULL, NULL) || soap_end_send(soap) ) 653*12720SWyllys.Ingersoll@Sun.COM 654*12720SWyllys.Ingersoll@Sun.COM 655*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__CreateAuditLog(struct soap*, const struct KMS_Agent__CreateAuditLog *, const char*, const char*); 656*12720SWyllys.Ingersoll@Sun.COM 657*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__CreateAuditLog(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__CreateAuditLog(soap, data, NULL, NULL) || soap_end_recv(soap) ) 658*12720SWyllys.Ingersoll@Sun.COM 659*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateAuditLog * SOAP_FMAC4 soap_get_KMS_Agent__CreateAuditLog(struct soap*, struct KMS_Agent__CreateAuditLog *, const char*, const char*); 660*12720SWyllys.Ingersoll@Sun.COM 661*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__CreateAuditLog(soap, n) soap_instantiate_KMS_Agent__CreateAuditLog(soap, n, NULL, NULL, NULL) 662*12720SWyllys.Ingersoll@Sun.COM 663*12720SWyllys.Ingersoll@Sun.COM 664*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__CreateAuditLog(soap, p) soap_delete(soap, p) 665*12720SWyllys.Ingersoll@Sun.COM 666*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__CreateAuditLog * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateAuditLog(struct soap*, int, const char*, const char*, size_t*); 667*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__CreateAuditLog(struct soap*, int, int, void*, size_t, const void*, size_t); 668*12720SWyllys.Ingersoll@Sun.COM 669*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__CreateAuditLogResponse 670*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__CreateAuditLogResponse (96) 671*12720SWyllys.Ingersoll@Sun.COM #endif 672*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__CreateAuditLogResponse(struct soap*, struct KMS_Agent__CreateAuditLogResponse *); 673*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__CreateAuditLogResponse(struct soap*, const struct KMS_Agent__CreateAuditLogResponse *); 674*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__CreateAuditLogResponse(struct soap*, const char*, int, const struct KMS_Agent__CreateAuditLogResponse *, const char*); 675*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateAuditLogResponse * SOAP_FMAC4 soap_in_KMS_Agent__CreateAuditLogResponse(struct soap*, const char*, struct KMS_Agent__CreateAuditLogResponse *, const char*); 676*12720SWyllys.Ingersoll@Sun.COM 677*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__CreateAuditLogResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__CreateAuditLogResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__CreateAuditLogResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 678*12720SWyllys.Ingersoll@Sun.COM 679*12720SWyllys.Ingersoll@Sun.COM 680*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__CreateAuditLogResponse(struct soap*, const struct KMS_Agent__CreateAuditLogResponse *, const char*, const char*); 681*12720SWyllys.Ingersoll@Sun.COM 682*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__CreateAuditLogResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__CreateAuditLogResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 683*12720SWyllys.Ingersoll@Sun.COM 684*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateAuditLogResponse * SOAP_FMAC4 soap_get_KMS_Agent__CreateAuditLogResponse(struct soap*, struct KMS_Agent__CreateAuditLogResponse *, const char*, const char*); 685*12720SWyllys.Ingersoll@Sun.COM 686*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__CreateAuditLogResponse(soap, n) soap_instantiate_KMS_Agent__CreateAuditLogResponse(soap, n, NULL, NULL, NULL) 687*12720SWyllys.Ingersoll@Sun.COM 688*12720SWyllys.Ingersoll@Sun.COM 689*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__CreateAuditLogResponse(soap, p) soap_delete(soap, p) 690*12720SWyllys.Ingersoll@Sun.COM 691*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__CreateAuditLogResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateAuditLogResponse(struct soap*, int, const char*, const char*, size_t*); 692*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__CreateAuditLogResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 693*12720SWyllys.Ingersoll@Sun.COM 694*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveProtectAndProcessKey2 695*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveProtectAndProcessKey2 (95) 696*12720SWyllys.Ingersoll@Sun.COM #endif 697*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveProtectAndProcessKey2(struct soap*, struct KMS_Agent__RetrieveProtectAndProcessKey2 *); 698*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey2(struct soap*, const struct KMS_Agent__RetrieveProtectAndProcessKey2 *); 699*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveProtectAndProcessKey2(struct soap*, const char*, int, const struct KMS_Agent__RetrieveProtectAndProcessKey2 *, const char*); 700*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveProtectAndProcessKey2 * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveProtectAndProcessKey2(struct soap*, const char*, struct KMS_Agent__RetrieveProtectAndProcessKey2 *, const char*); 701*12720SWyllys.Ingersoll@Sun.COM 702*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveProtectAndProcessKey2(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey2(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveProtectAndProcessKey2(soap, data, NULL, NULL) || soap_end_send(soap) ) 703*12720SWyllys.Ingersoll@Sun.COM 704*12720SWyllys.Ingersoll@Sun.COM 705*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveProtectAndProcessKey2(struct soap*, const struct KMS_Agent__RetrieveProtectAndProcessKey2 *, const char*, const char*); 706*12720SWyllys.Ingersoll@Sun.COM 707*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveProtectAndProcessKey2(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveProtectAndProcessKey2(soap, data, NULL, NULL) || soap_end_recv(soap) ) 708*12720SWyllys.Ingersoll@Sun.COM 709*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveProtectAndProcessKey2 * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveProtectAndProcessKey2(struct soap*, struct KMS_Agent__RetrieveProtectAndProcessKey2 *, const char*, const char*); 710*12720SWyllys.Ingersoll@Sun.COM 711*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveProtectAndProcessKey2(soap, n) soap_instantiate_KMS_Agent__RetrieveProtectAndProcessKey2(soap, n, NULL, NULL, NULL) 712*12720SWyllys.Ingersoll@Sun.COM 713*12720SWyllys.Ingersoll@Sun.COM 714*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveProtectAndProcessKey2(soap, p) soap_delete(soap, p) 715*12720SWyllys.Ingersoll@Sun.COM 716*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveProtectAndProcessKey2 * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveProtectAndProcessKey2(struct soap*, int, const char*, const char*, size_t*); 717*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveProtectAndProcessKey2(struct soap*, int, int, void*, size_t, const void*, size_t); 718*12720SWyllys.Ingersoll@Sun.COM 719*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveProtectAndProcessKey2Response 720*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveProtectAndProcessKey2Response (92) 721*12720SWyllys.Ingersoll@Sun.COM #endif 722*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveProtectAndProcessKey2Response(struct soap*, struct KMS_Agent__RetrieveProtectAndProcessKey2Response *); 723*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey2Response(struct soap*, const struct KMS_Agent__RetrieveProtectAndProcessKey2Response *); 724*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveProtectAndProcessKey2Response(struct soap*, const char*, int, const struct KMS_Agent__RetrieveProtectAndProcessKey2Response *, const char*); 725*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveProtectAndProcessKey2Response * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveProtectAndProcessKey2Response(struct soap*, const char*, struct KMS_Agent__RetrieveProtectAndProcessKey2Response *, const char*); 726*12720SWyllys.Ingersoll@Sun.COM 727*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveProtectAndProcessKey2Response(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey2Response(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveProtectAndProcessKey2Response(soap, data, NULL, NULL) || soap_end_send(soap) ) 728*12720SWyllys.Ingersoll@Sun.COM 729*12720SWyllys.Ingersoll@Sun.COM 730*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveProtectAndProcessKey2Response(struct soap*, const struct KMS_Agent__RetrieveProtectAndProcessKey2Response *, const char*, const char*); 731*12720SWyllys.Ingersoll@Sun.COM 732*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveProtectAndProcessKey2Response(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveProtectAndProcessKey2Response(soap, data, NULL, NULL) || soap_end_recv(soap) ) 733*12720SWyllys.Ingersoll@Sun.COM 734*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveProtectAndProcessKey2Response * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveProtectAndProcessKey2Response(struct soap*, struct KMS_Agent__RetrieveProtectAndProcessKey2Response *, const char*, const char*); 735*12720SWyllys.Ingersoll@Sun.COM 736*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveProtectAndProcessKey2Response(soap, n) soap_instantiate_KMS_Agent__RetrieveProtectAndProcessKey2Response(soap, n, NULL, NULL, NULL) 737*12720SWyllys.Ingersoll@Sun.COM 738*12720SWyllys.Ingersoll@Sun.COM 739*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveProtectAndProcessKey2Response(soap, p) soap_delete(soap, p) 740*12720SWyllys.Ingersoll@Sun.COM 741*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveProtectAndProcessKey2Response * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveProtectAndProcessKey2Response(struct soap*, int, const char*, const char*, size_t*); 742*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveProtectAndProcessKey2Response(struct soap*, int, int, void*, size_t, const void*, size_t); 743*12720SWyllys.Ingersoll@Sun.COM 744*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveProtectAndProcessKey 745*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveProtectAndProcessKey (91) 746*12720SWyllys.Ingersoll@Sun.COM #endif 747*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveProtectAndProcessKey(struct soap*, struct KMS_Agent__RetrieveProtectAndProcessKey *); 748*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey(struct soap*, const struct KMS_Agent__RetrieveProtectAndProcessKey *); 749*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveProtectAndProcessKey(struct soap*, const char*, int, const struct KMS_Agent__RetrieveProtectAndProcessKey *, const char*); 750*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveProtectAndProcessKey * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveProtectAndProcessKey(struct soap*, const char*, struct KMS_Agent__RetrieveProtectAndProcessKey *, const char*); 751*12720SWyllys.Ingersoll@Sun.COM 752*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveProtectAndProcessKey(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveProtectAndProcessKey(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveProtectAndProcessKey(soap, data, NULL, NULL) || soap_end_send(soap) ) 753*12720SWyllys.Ingersoll@Sun.COM 754*12720SWyllys.Ingersoll@Sun.COM 755*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveProtectAndProcessKey(struct soap*, const struct KMS_Agent__RetrieveProtectAndProcessKey *, const char*, const char*); 756*12720SWyllys.Ingersoll@Sun.COM 757*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveProtectAndProcessKey(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveProtectAndProcessKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) 758*12720SWyllys.Ingersoll@Sun.COM 759*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveProtectAndProcessKey * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveProtectAndProcessKey(struct soap*, struct KMS_Agent__RetrieveProtectAndProcessKey *, const char*, const char*); 760*12720SWyllys.Ingersoll@Sun.COM 761*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveProtectAndProcessKey(soap, n) soap_instantiate_KMS_Agent__RetrieveProtectAndProcessKey(soap, n, NULL, NULL, NULL) 762*12720SWyllys.Ingersoll@Sun.COM 763*12720SWyllys.Ingersoll@Sun.COM 764*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveProtectAndProcessKey(soap, p) soap_delete(soap, p) 765*12720SWyllys.Ingersoll@Sun.COM 766*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveProtectAndProcessKey * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveProtectAndProcessKey(struct soap*, int, const char*, const char*, size_t*); 767*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveProtectAndProcessKey(struct soap*, int, int, void*, size_t, const void*, size_t); 768*12720SWyllys.Ingersoll@Sun.COM 769*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveProtectAndProcessKeyResponse 770*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveProtectAndProcessKeyResponse (88) 771*12720SWyllys.Ingersoll@Sun.COM #endif 772*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveProtectAndProcessKeyResponse(struct soap*, struct KMS_Agent__RetrieveProtectAndProcessKeyResponse *); 773*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveProtectAndProcessKeyResponse(struct soap*, const struct KMS_Agent__RetrieveProtectAndProcessKeyResponse *); 774*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveProtectAndProcessKeyResponse(struct soap*, const char*, int, const struct KMS_Agent__RetrieveProtectAndProcessKeyResponse *, const char*); 775*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveProtectAndProcessKeyResponse * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveProtectAndProcessKeyResponse(struct soap*, const char*, struct KMS_Agent__RetrieveProtectAndProcessKeyResponse *, const char*); 776*12720SWyllys.Ingersoll@Sun.COM 777*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveProtectAndProcessKeyResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveProtectAndProcessKeyResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveProtectAndProcessKeyResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 778*12720SWyllys.Ingersoll@Sun.COM 779*12720SWyllys.Ingersoll@Sun.COM 780*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveProtectAndProcessKeyResponse(struct soap*, const struct KMS_Agent__RetrieveProtectAndProcessKeyResponse *, const char*, const char*); 781*12720SWyllys.Ingersoll@Sun.COM 782*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveProtectAndProcessKeyResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveProtectAndProcessKeyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 783*12720SWyllys.Ingersoll@Sun.COM 784*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveProtectAndProcessKeyResponse * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveProtectAndProcessKeyResponse(struct soap*, struct KMS_Agent__RetrieveProtectAndProcessKeyResponse *, const char*, const char*); 785*12720SWyllys.Ingersoll@Sun.COM 786*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveProtectAndProcessKeyResponse(soap, n) soap_instantiate_KMS_Agent__RetrieveProtectAndProcessKeyResponse(soap, n, NULL, NULL, NULL) 787*12720SWyllys.Ingersoll@Sun.COM 788*12720SWyllys.Ingersoll@Sun.COM 789*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveProtectAndProcessKeyResponse(soap, p) soap_delete(soap, p) 790*12720SWyllys.Ingersoll@Sun.COM 791*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveProtectAndProcessKeyResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveProtectAndProcessKeyResponse(struct soap*, int, const char*, const char*, size_t*); 792*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveProtectAndProcessKeyResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 793*12720SWyllys.Ingersoll@Sun.COM 794*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitKeys2 795*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitKeys2 (87) 796*12720SWyllys.Ingersoll@Sun.COM #endif 797*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveDataUnitKeys2(struct soap*, struct KMS_Agent__RetrieveDataUnitKeys2 *); 798*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveDataUnitKeys2(struct soap*, const struct KMS_Agent__RetrieveDataUnitKeys2 *); 799*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveDataUnitKeys2(struct soap*, const char*, int, const struct KMS_Agent__RetrieveDataUnitKeys2 *, const char*); 800*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitKeys2 * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveDataUnitKeys2(struct soap*, const char*, struct KMS_Agent__RetrieveDataUnitKeys2 *, const char*); 801*12720SWyllys.Ingersoll@Sun.COM 802*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveDataUnitKeys2(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveDataUnitKeys2(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveDataUnitKeys2(soap, data, NULL, NULL) || soap_end_send(soap) ) 803*12720SWyllys.Ingersoll@Sun.COM 804*12720SWyllys.Ingersoll@Sun.COM 805*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveDataUnitKeys2(struct soap*, const struct KMS_Agent__RetrieveDataUnitKeys2 *, const char*, const char*); 806*12720SWyllys.Ingersoll@Sun.COM 807*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveDataUnitKeys2(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveDataUnitKeys2(soap, data, NULL, NULL) || soap_end_recv(soap) ) 808*12720SWyllys.Ingersoll@Sun.COM 809*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitKeys2 * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveDataUnitKeys2(struct soap*, struct KMS_Agent__RetrieveDataUnitKeys2 *, const char*, const char*); 810*12720SWyllys.Ingersoll@Sun.COM 811*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveDataUnitKeys2(soap, n) soap_instantiate_KMS_Agent__RetrieveDataUnitKeys2(soap, n, NULL, NULL, NULL) 812*12720SWyllys.Ingersoll@Sun.COM 813*12720SWyllys.Ingersoll@Sun.COM 814*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveDataUnitKeys2(soap, p) soap_delete(soap, p) 815*12720SWyllys.Ingersoll@Sun.COM 816*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveDataUnitKeys2 * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveDataUnitKeys2(struct soap*, int, const char*, const char*, size_t*); 817*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveDataUnitKeys2(struct soap*, int, int, void*, size_t, const void*, size_t); 818*12720SWyllys.Ingersoll@Sun.COM 819*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitKeys2Response 820*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitKeys2Response (84) 821*12720SWyllys.Ingersoll@Sun.COM #endif 822*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveDataUnitKeys2Response(struct soap*, struct KMS_Agent__RetrieveDataUnitKeys2Response *); 823*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveDataUnitKeys2Response(struct soap*, const struct KMS_Agent__RetrieveDataUnitKeys2Response *); 824*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveDataUnitKeys2Response(struct soap*, const char*, int, const struct KMS_Agent__RetrieveDataUnitKeys2Response *, const char*); 825*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitKeys2Response * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveDataUnitKeys2Response(struct soap*, const char*, struct KMS_Agent__RetrieveDataUnitKeys2Response *, const char*); 826*12720SWyllys.Ingersoll@Sun.COM 827*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveDataUnitKeys2Response(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveDataUnitKeys2Response(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveDataUnitKeys2Response(soap, data, NULL, NULL) || soap_end_send(soap) ) 828*12720SWyllys.Ingersoll@Sun.COM 829*12720SWyllys.Ingersoll@Sun.COM 830*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveDataUnitKeys2Response(struct soap*, const struct KMS_Agent__RetrieveDataUnitKeys2Response *, const char*, const char*); 831*12720SWyllys.Ingersoll@Sun.COM 832*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveDataUnitKeys2Response(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveDataUnitKeys2Response(soap, data, NULL, NULL) || soap_end_recv(soap) ) 833*12720SWyllys.Ingersoll@Sun.COM 834*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitKeys2Response * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveDataUnitKeys2Response(struct soap*, struct KMS_Agent__RetrieveDataUnitKeys2Response *, const char*, const char*); 835*12720SWyllys.Ingersoll@Sun.COM 836*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveDataUnitKeys2Response(soap, n) soap_instantiate_KMS_Agent__RetrieveDataUnitKeys2Response(soap, n, NULL, NULL, NULL) 837*12720SWyllys.Ingersoll@Sun.COM 838*12720SWyllys.Ingersoll@Sun.COM 839*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveDataUnitKeys2Response(soap, p) soap_delete(soap, p) 840*12720SWyllys.Ingersoll@Sun.COM 841*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveDataUnitKeys2Response * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveDataUnitKeys2Response(struct soap*, int, const char*, const char*, size_t*); 842*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveDataUnitKeys2Response(struct soap*, int, int, void*, size_t, const void*, size_t); 843*12720SWyllys.Ingersoll@Sun.COM 844*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitKeys 845*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitKeys (83) 846*12720SWyllys.Ingersoll@Sun.COM #endif 847*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveDataUnitKeys(struct soap*, struct KMS_Agent__RetrieveDataUnitKeys *); 848*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveDataUnitKeys(struct soap*, const struct KMS_Agent__RetrieveDataUnitKeys *); 849*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveDataUnitKeys(struct soap*, const char*, int, const struct KMS_Agent__RetrieveDataUnitKeys *, const char*); 850*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitKeys * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveDataUnitKeys(struct soap*, const char*, struct KMS_Agent__RetrieveDataUnitKeys *, const char*); 851*12720SWyllys.Ingersoll@Sun.COM 852*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveDataUnitKeys(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveDataUnitKeys(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveDataUnitKeys(soap, data, NULL, NULL) || soap_end_send(soap) ) 853*12720SWyllys.Ingersoll@Sun.COM 854*12720SWyllys.Ingersoll@Sun.COM 855*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveDataUnitKeys(struct soap*, const struct KMS_Agent__RetrieveDataUnitKeys *, const char*, const char*); 856*12720SWyllys.Ingersoll@Sun.COM 857*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveDataUnitKeys(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveDataUnitKeys(soap, data, NULL, NULL) || soap_end_recv(soap) ) 858*12720SWyllys.Ingersoll@Sun.COM 859*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitKeys * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveDataUnitKeys(struct soap*, struct KMS_Agent__RetrieveDataUnitKeys *, const char*, const char*); 860*12720SWyllys.Ingersoll@Sun.COM 861*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveDataUnitKeys(soap, n) soap_instantiate_KMS_Agent__RetrieveDataUnitKeys(soap, n, NULL, NULL, NULL) 862*12720SWyllys.Ingersoll@Sun.COM 863*12720SWyllys.Ingersoll@Sun.COM 864*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveDataUnitKeys(soap, p) soap_delete(soap, p) 865*12720SWyllys.Ingersoll@Sun.COM 866*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveDataUnitKeys * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveDataUnitKeys(struct soap*, int, const char*, const char*, size_t*); 867*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveDataUnitKeys(struct soap*, int, int, void*, size_t, const void*, size_t); 868*12720SWyllys.Ingersoll@Sun.COM 869*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitKeysResponse 870*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitKeysResponse (80) 871*12720SWyllys.Ingersoll@Sun.COM #endif 872*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveDataUnitKeysResponse(struct soap*, struct KMS_Agent__RetrieveDataUnitKeysResponse *); 873*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveDataUnitKeysResponse(struct soap*, const struct KMS_Agent__RetrieveDataUnitKeysResponse *); 874*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveDataUnitKeysResponse(struct soap*, const char*, int, const struct KMS_Agent__RetrieveDataUnitKeysResponse *, const char*); 875*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitKeysResponse * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveDataUnitKeysResponse(struct soap*, const char*, struct KMS_Agent__RetrieveDataUnitKeysResponse *, const char*); 876*12720SWyllys.Ingersoll@Sun.COM 877*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveDataUnitKeysResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveDataUnitKeysResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveDataUnitKeysResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 878*12720SWyllys.Ingersoll@Sun.COM 879*12720SWyllys.Ingersoll@Sun.COM 880*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveDataUnitKeysResponse(struct soap*, const struct KMS_Agent__RetrieveDataUnitKeysResponse *, const char*, const char*); 881*12720SWyllys.Ingersoll@Sun.COM 882*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveDataUnitKeysResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveDataUnitKeysResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 883*12720SWyllys.Ingersoll@Sun.COM 884*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitKeysResponse * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveDataUnitKeysResponse(struct soap*, struct KMS_Agent__RetrieveDataUnitKeysResponse *, const char*, const char*); 885*12720SWyllys.Ingersoll@Sun.COM 886*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveDataUnitKeysResponse(soap, n) soap_instantiate_KMS_Agent__RetrieveDataUnitKeysResponse(soap, n, NULL, NULL, NULL) 887*12720SWyllys.Ingersoll@Sun.COM 888*12720SWyllys.Ingersoll@Sun.COM 889*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveDataUnitKeysResponse(soap, p) soap_delete(soap, p) 890*12720SWyllys.Ingersoll@Sun.COM 891*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveDataUnitKeysResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveDataUnitKeysResponse(struct soap*, int, const char*, const char*, size_t*); 892*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveDataUnitKeysResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 893*12720SWyllys.Ingersoll@Sun.COM 894*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveKey2 895*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveKey2 (79) 896*12720SWyllys.Ingersoll@Sun.COM #endif 897*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveKey2(struct soap*, struct KMS_Agent__RetrieveKey2 *); 898*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveKey2(struct soap*, const struct KMS_Agent__RetrieveKey2 *); 899*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveKey2(struct soap*, const char*, int, const struct KMS_Agent__RetrieveKey2 *, const char*); 900*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveKey2 * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveKey2(struct soap*, const char*, struct KMS_Agent__RetrieveKey2 *, const char*); 901*12720SWyllys.Ingersoll@Sun.COM 902*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveKey2(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveKey2(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveKey2(soap, data, NULL, NULL) || soap_end_send(soap) ) 903*12720SWyllys.Ingersoll@Sun.COM 904*12720SWyllys.Ingersoll@Sun.COM 905*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveKey2(struct soap*, const struct KMS_Agent__RetrieveKey2 *, const char*, const char*); 906*12720SWyllys.Ingersoll@Sun.COM 907*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveKey2(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveKey2(soap, data, NULL, NULL) || soap_end_recv(soap) ) 908*12720SWyllys.Ingersoll@Sun.COM 909*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveKey2 * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveKey2(struct soap*, struct KMS_Agent__RetrieveKey2 *, const char*, const char*); 910*12720SWyllys.Ingersoll@Sun.COM 911*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveKey2(soap, n) soap_instantiate_KMS_Agent__RetrieveKey2(soap, n, NULL, NULL, NULL) 912*12720SWyllys.Ingersoll@Sun.COM 913*12720SWyllys.Ingersoll@Sun.COM 914*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveKey2(soap, p) soap_delete(soap, p) 915*12720SWyllys.Ingersoll@Sun.COM 916*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveKey2 * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveKey2(struct soap*, int, const char*, const char*, size_t*); 917*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveKey2(struct soap*, int, int, void*, size_t, const void*, size_t); 918*12720SWyllys.Ingersoll@Sun.COM 919*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveKey2Response 920*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveKey2Response (76) 921*12720SWyllys.Ingersoll@Sun.COM #endif 922*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveKey2Response(struct soap*, struct KMS_Agent__RetrieveKey2Response *); 923*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveKey2Response(struct soap*, const struct KMS_Agent__RetrieveKey2Response *); 924*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveKey2Response(struct soap*, const char*, int, const struct KMS_Agent__RetrieveKey2Response *, const char*); 925*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveKey2Response * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveKey2Response(struct soap*, const char*, struct KMS_Agent__RetrieveKey2Response *, const char*); 926*12720SWyllys.Ingersoll@Sun.COM 927*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveKey2Response(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveKey2Response(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveKey2Response(soap, data, NULL, NULL) || soap_end_send(soap) ) 928*12720SWyllys.Ingersoll@Sun.COM 929*12720SWyllys.Ingersoll@Sun.COM 930*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveKey2Response(struct soap*, const struct KMS_Agent__RetrieveKey2Response *, const char*, const char*); 931*12720SWyllys.Ingersoll@Sun.COM 932*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveKey2Response(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveKey2Response(soap, data, NULL, NULL) || soap_end_recv(soap) ) 933*12720SWyllys.Ingersoll@Sun.COM 934*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveKey2Response * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveKey2Response(struct soap*, struct KMS_Agent__RetrieveKey2Response *, const char*, const char*); 935*12720SWyllys.Ingersoll@Sun.COM 936*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveKey2Response(soap, n) soap_instantiate_KMS_Agent__RetrieveKey2Response(soap, n, NULL, NULL, NULL) 937*12720SWyllys.Ingersoll@Sun.COM 938*12720SWyllys.Ingersoll@Sun.COM 939*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveKey2Response(soap, p) soap_delete(soap, p) 940*12720SWyllys.Ingersoll@Sun.COM 941*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveKey2Response * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveKey2Response(struct soap*, int, const char*, const char*, size_t*); 942*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveKey2Response(struct soap*, int, int, void*, size_t, const void*, size_t); 943*12720SWyllys.Ingersoll@Sun.COM 944*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveKey 945*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveKey (75) 946*12720SWyllys.Ingersoll@Sun.COM #endif 947*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveKey(struct soap*, struct KMS_Agent__RetrieveKey *); 948*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveKey(struct soap*, const struct KMS_Agent__RetrieveKey *); 949*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveKey(struct soap*, const char*, int, const struct KMS_Agent__RetrieveKey *, const char*); 950*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveKey * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveKey(struct soap*, const char*, struct KMS_Agent__RetrieveKey *, const char*); 951*12720SWyllys.Ingersoll@Sun.COM 952*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveKey(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveKey(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveKey(soap, data, NULL, NULL) || soap_end_send(soap) ) 953*12720SWyllys.Ingersoll@Sun.COM 954*12720SWyllys.Ingersoll@Sun.COM 955*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveKey(struct soap*, const struct KMS_Agent__RetrieveKey *, const char*, const char*); 956*12720SWyllys.Ingersoll@Sun.COM 957*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveKey(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) 958*12720SWyllys.Ingersoll@Sun.COM 959*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveKey * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveKey(struct soap*, struct KMS_Agent__RetrieveKey *, const char*, const char*); 960*12720SWyllys.Ingersoll@Sun.COM 961*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveKey(soap, n) soap_instantiate_KMS_Agent__RetrieveKey(soap, n, NULL, NULL, NULL) 962*12720SWyllys.Ingersoll@Sun.COM 963*12720SWyllys.Ingersoll@Sun.COM 964*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveKey(soap, p) soap_delete(soap, p) 965*12720SWyllys.Ingersoll@Sun.COM 966*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveKey * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveKey(struct soap*, int, const char*, const char*, size_t*); 967*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveKey(struct soap*, int, int, void*, size_t, const void*, size_t); 968*12720SWyllys.Ingersoll@Sun.COM 969*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveKeyResponse 970*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveKeyResponse (72) 971*12720SWyllys.Ingersoll@Sun.COM #endif 972*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveKeyResponse(struct soap*, struct KMS_Agent__RetrieveKeyResponse *); 973*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveKeyResponse(struct soap*, const struct KMS_Agent__RetrieveKeyResponse *); 974*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveKeyResponse(struct soap*, const char*, int, const struct KMS_Agent__RetrieveKeyResponse *, const char*); 975*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveKeyResponse * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveKeyResponse(struct soap*, const char*, struct KMS_Agent__RetrieveKeyResponse *, const char*); 976*12720SWyllys.Ingersoll@Sun.COM 977*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveKeyResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveKeyResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveKeyResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 978*12720SWyllys.Ingersoll@Sun.COM 979*12720SWyllys.Ingersoll@Sun.COM 980*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveKeyResponse(struct soap*, const struct KMS_Agent__RetrieveKeyResponse *, const char*, const char*); 981*12720SWyllys.Ingersoll@Sun.COM 982*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveKeyResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveKeyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 983*12720SWyllys.Ingersoll@Sun.COM 984*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveKeyResponse * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveKeyResponse(struct soap*, struct KMS_Agent__RetrieveKeyResponse *, const char*, const char*); 985*12720SWyllys.Ingersoll@Sun.COM 986*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveKeyResponse(soap, n) soap_instantiate_KMS_Agent__RetrieveKeyResponse(soap, n, NULL, NULL, NULL) 987*12720SWyllys.Ingersoll@Sun.COM 988*12720SWyllys.Ingersoll@Sun.COM 989*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveKeyResponse(soap, p) soap_delete(soap, p) 990*12720SWyllys.Ingersoll@Sun.COM 991*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveKeyResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveKeyResponse(struct soap*, int, const char*, const char*, size_t*); 992*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveKeyResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 993*12720SWyllys.Ingersoll@Sun.COM 994*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__CreateKey2 995*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__CreateKey2 (71) 996*12720SWyllys.Ingersoll@Sun.COM #endif 997*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__CreateKey2(struct soap*, struct KMS_Agent__CreateKey2 *); 998*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__CreateKey2(struct soap*, const struct KMS_Agent__CreateKey2 *); 999*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__CreateKey2(struct soap*, const char*, int, const struct KMS_Agent__CreateKey2 *, const char*); 1000*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateKey2 * SOAP_FMAC4 soap_in_KMS_Agent__CreateKey2(struct soap*, const char*, struct KMS_Agent__CreateKey2 *, const char*); 1001*12720SWyllys.Ingersoll@Sun.COM 1002*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__CreateKey2(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__CreateKey2(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__CreateKey2(soap, data, NULL, NULL) || soap_end_send(soap) ) 1003*12720SWyllys.Ingersoll@Sun.COM 1004*12720SWyllys.Ingersoll@Sun.COM 1005*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__CreateKey2(struct soap*, const struct KMS_Agent__CreateKey2 *, const char*, const char*); 1006*12720SWyllys.Ingersoll@Sun.COM 1007*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__CreateKey2(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__CreateKey2(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1008*12720SWyllys.Ingersoll@Sun.COM 1009*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateKey2 * SOAP_FMAC4 soap_get_KMS_Agent__CreateKey2(struct soap*, struct KMS_Agent__CreateKey2 *, const char*, const char*); 1010*12720SWyllys.Ingersoll@Sun.COM 1011*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__CreateKey2(soap, n) soap_instantiate_KMS_Agent__CreateKey2(soap, n, NULL, NULL, NULL) 1012*12720SWyllys.Ingersoll@Sun.COM 1013*12720SWyllys.Ingersoll@Sun.COM 1014*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__CreateKey2(soap, p) soap_delete(soap, p) 1015*12720SWyllys.Ingersoll@Sun.COM 1016*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__CreateKey2 * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateKey2(struct soap*, int, const char*, const char*, size_t*); 1017*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__CreateKey2(struct soap*, int, int, void*, size_t, const void*, size_t); 1018*12720SWyllys.Ingersoll@Sun.COM 1019*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__CreateKey2Response 1020*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__CreateKey2Response (68) 1021*12720SWyllys.Ingersoll@Sun.COM #endif 1022*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__CreateKey2Response(struct soap*, struct KMS_Agent__CreateKey2Response *); 1023*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__CreateKey2Response(struct soap*, const struct KMS_Agent__CreateKey2Response *); 1024*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__CreateKey2Response(struct soap*, const char*, int, const struct KMS_Agent__CreateKey2Response *, const char*); 1025*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateKey2Response * SOAP_FMAC4 soap_in_KMS_Agent__CreateKey2Response(struct soap*, const char*, struct KMS_Agent__CreateKey2Response *, const char*); 1026*12720SWyllys.Ingersoll@Sun.COM 1027*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__CreateKey2Response(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__CreateKey2Response(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__CreateKey2Response(soap, data, NULL, NULL) || soap_end_send(soap) ) 1028*12720SWyllys.Ingersoll@Sun.COM 1029*12720SWyllys.Ingersoll@Sun.COM 1030*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__CreateKey2Response(struct soap*, const struct KMS_Agent__CreateKey2Response *, const char*, const char*); 1031*12720SWyllys.Ingersoll@Sun.COM 1032*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__CreateKey2Response(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__CreateKey2Response(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1033*12720SWyllys.Ingersoll@Sun.COM 1034*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateKey2Response * SOAP_FMAC4 soap_get_KMS_Agent__CreateKey2Response(struct soap*, struct KMS_Agent__CreateKey2Response *, const char*, const char*); 1035*12720SWyllys.Ingersoll@Sun.COM 1036*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__CreateKey2Response(soap, n) soap_instantiate_KMS_Agent__CreateKey2Response(soap, n, NULL, NULL, NULL) 1037*12720SWyllys.Ingersoll@Sun.COM 1038*12720SWyllys.Ingersoll@Sun.COM 1039*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__CreateKey2Response(soap, p) soap_delete(soap, p) 1040*12720SWyllys.Ingersoll@Sun.COM 1041*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__CreateKey2Response * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateKey2Response(struct soap*, int, const char*, const char*, size_t*); 1042*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__CreateKey2Response(struct soap*, int, int, void*, size_t, const void*, size_t); 1043*12720SWyllys.Ingersoll@Sun.COM 1044*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__CreateKey 1045*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__CreateKey (67) 1046*12720SWyllys.Ingersoll@Sun.COM #endif 1047*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__CreateKey(struct soap*, struct KMS_Agent__CreateKey *); 1048*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__CreateKey(struct soap*, const struct KMS_Agent__CreateKey *); 1049*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__CreateKey(struct soap*, const char*, int, const struct KMS_Agent__CreateKey *, const char*); 1050*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateKey * SOAP_FMAC4 soap_in_KMS_Agent__CreateKey(struct soap*, const char*, struct KMS_Agent__CreateKey *, const char*); 1051*12720SWyllys.Ingersoll@Sun.COM 1052*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__CreateKey(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__CreateKey(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__CreateKey(soap, data, NULL, NULL) || soap_end_send(soap) ) 1053*12720SWyllys.Ingersoll@Sun.COM 1054*12720SWyllys.Ingersoll@Sun.COM 1055*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__CreateKey(struct soap*, const struct KMS_Agent__CreateKey *, const char*, const char*); 1056*12720SWyllys.Ingersoll@Sun.COM 1057*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__CreateKey(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__CreateKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1058*12720SWyllys.Ingersoll@Sun.COM 1059*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateKey * SOAP_FMAC4 soap_get_KMS_Agent__CreateKey(struct soap*, struct KMS_Agent__CreateKey *, const char*, const char*); 1060*12720SWyllys.Ingersoll@Sun.COM 1061*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__CreateKey(soap, n) soap_instantiate_KMS_Agent__CreateKey(soap, n, NULL, NULL, NULL) 1062*12720SWyllys.Ingersoll@Sun.COM 1063*12720SWyllys.Ingersoll@Sun.COM 1064*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__CreateKey(soap, p) soap_delete(soap, p) 1065*12720SWyllys.Ingersoll@Sun.COM 1066*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__CreateKey * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateKey(struct soap*, int, const char*, const char*, size_t*); 1067*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__CreateKey(struct soap*, int, int, void*, size_t, const void*, size_t); 1068*12720SWyllys.Ingersoll@Sun.COM 1069*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__CreateKeyResponse 1070*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__CreateKeyResponse (64) 1071*12720SWyllys.Ingersoll@Sun.COM #endif 1072*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__CreateKeyResponse(struct soap*, struct KMS_Agent__CreateKeyResponse *); 1073*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__CreateKeyResponse(struct soap*, const struct KMS_Agent__CreateKeyResponse *); 1074*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__CreateKeyResponse(struct soap*, const char*, int, const struct KMS_Agent__CreateKeyResponse *, const char*); 1075*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateKeyResponse * SOAP_FMAC4 soap_in_KMS_Agent__CreateKeyResponse(struct soap*, const char*, struct KMS_Agent__CreateKeyResponse *, const char*); 1076*12720SWyllys.Ingersoll@Sun.COM 1077*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__CreateKeyResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__CreateKeyResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__CreateKeyResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 1078*12720SWyllys.Ingersoll@Sun.COM 1079*12720SWyllys.Ingersoll@Sun.COM 1080*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__CreateKeyResponse(struct soap*, const struct KMS_Agent__CreateKeyResponse *, const char*, const char*); 1081*12720SWyllys.Ingersoll@Sun.COM 1082*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__CreateKeyResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__CreateKeyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1083*12720SWyllys.Ingersoll@Sun.COM 1084*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateKeyResponse * SOAP_FMAC4 soap_get_KMS_Agent__CreateKeyResponse(struct soap*, struct KMS_Agent__CreateKeyResponse *, const char*, const char*); 1085*12720SWyllys.Ingersoll@Sun.COM 1086*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__CreateKeyResponse(soap, n) soap_instantiate_KMS_Agent__CreateKeyResponse(soap, n, NULL, NULL, NULL) 1087*12720SWyllys.Ingersoll@Sun.COM 1088*12720SWyllys.Ingersoll@Sun.COM 1089*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__CreateKeyResponse(soap, p) soap_delete(soap, p) 1090*12720SWyllys.Ingersoll@Sun.COM 1091*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__CreateKeyResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateKeyResponse(struct soap*, int, const char*, const char*, size_t*); 1092*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__CreateKeyResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 1093*12720SWyllys.Ingersoll@Sun.COM 1094*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__DisassociateDataUnitKeys 1095*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__DisassociateDataUnitKeys (63) 1096*12720SWyllys.Ingersoll@Sun.COM #endif 1097*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__DisassociateDataUnitKeys(struct soap*, struct KMS_Agent__DisassociateDataUnitKeys *); 1098*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__DisassociateDataUnitKeys(struct soap*, const struct KMS_Agent__DisassociateDataUnitKeys *); 1099*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__DisassociateDataUnitKeys(struct soap*, const char*, int, const struct KMS_Agent__DisassociateDataUnitKeys *, const char*); 1100*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__DisassociateDataUnitKeys * SOAP_FMAC4 soap_in_KMS_Agent__DisassociateDataUnitKeys(struct soap*, const char*, struct KMS_Agent__DisassociateDataUnitKeys *, const char*); 1101*12720SWyllys.Ingersoll@Sun.COM 1102*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__DisassociateDataUnitKeys(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__DisassociateDataUnitKeys(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__DisassociateDataUnitKeys(soap, data, NULL, NULL) || soap_end_send(soap) ) 1103*12720SWyllys.Ingersoll@Sun.COM 1104*12720SWyllys.Ingersoll@Sun.COM 1105*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__DisassociateDataUnitKeys(struct soap*, const struct KMS_Agent__DisassociateDataUnitKeys *, const char*, const char*); 1106*12720SWyllys.Ingersoll@Sun.COM 1107*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__DisassociateDataUnitKeys(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__DisassociateDataUnitKeys(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1108*12720SWyllys.Ingersoll@Sun.COM 1109*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__DisassociateDataUnitKeys * SOAP_FMAC4 soap_get_KMS_Agent__DisassociateDataUnitKeys(struct soap*, struct KMS_Agent__DisassociateDataUnitKeys *, const char*, const char*); 1110*12720SWyllys.Ingersoll@Sun.COM 1111*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__DisassociateDataUnitKeys(soap, n) soap_instantiate_KMS_Agent__DisassociateDataUnitKeys(soap, n, NULL, NULL, NULL) 1112*12720SWyllys.Ingersoll@Sun.COM 1113*12720SWyllys.Ingersoll@Sun.COM 1114*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__DisassociateDataUnitKeys(soap, p) soap_delete(soap, p) 1115*12720SWyllys.Ingersoll@Sun.COM 1116*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__DisassociateDataUnitKeys * SOAP_FMAC2 soap_instantiate_KMS_Agent__DisassociateDataUnitKeys(struct soap*, int, const char*, const char*, size_t*); 1117*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__DisassociateDataUnitKeys(struct soap*, int, int, void*, size_t, const void*, size_t); 1118*12720SWyllys.Ingersoll@Sun.COM 1119*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__DisassociateDataUnitKeysResponse 1120*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__DisassociateDataUnitKeysResponse (58) 1121*12720SWyllys.Ingersoll@Sun.COM #endif 1122*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__DisassociateDataUnitKeysResponse(struct soap*, struct KMS_Agent__DisassociateDataUnitKeysResponse *); 1123*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__DisassociateDataUnitKeysResponse(struct soap*, const struct KMS_Agent__DisassociateDataUnitKeysResponse *); 1124*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__DisassociateDataUnitKeysResponse(struct soap*, const char*, int, const struct KMS_Agent__DisassociateDataUnitKeysResponse *, const char*); 1125*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__DisassociateDataUnitKeysResponse * SOAP_FMAC4 soap_in_KMS_Agent__DisassociateDataUnitKeysResponse(struct soap*, const char*, struct KMS_Agent__DisassociateDataUnitKeysResponse *, const char*); 1126*12720SWyllys.Ingersoll@Sun.COM 1127*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__DisassociateDataUnitKeysResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__DisassociateDataUnitKeysResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__DisassociateDataUnitKeysResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 1128*12720SWyllys.Ingersoll@Sun.COM 1129*12720SWyllys.Ingersoll@Sun.COM 1130*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__DisassociateDataUnitKeysResponse(struct soap*, const struct KMS_Agent__DisassociateDataUnitKeysResponse *, const char*, const char*); 1131*12720SWyllys.Ingersoll@Sun.COM 1132*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__DisassociateDataUnitKeysResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__DisassociateDataUnitKeysResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1133*12720SWyllys.Ingersoll@Sun.COM 1134*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__DisassociateDataUnitKeysResponse * SOAP_FMAC4 soap_get_KMS_Agent__DisassociateDataUnitKeysResponse(struct soap*, struct KMS_Agent__DisassociateDataUnitKeysResponse *, const char*, const char*); 1135*12720SWyllys.Ingersoll@Sun.COM 1136*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__DisassociateDataUnitKeysResponse(soap, n) soap_instantiate_KMS_Agent__DisassociateDataUnitKeysResponse(soap, n, NULL, NULL, NULL) 1137*12720SWyllys.Ingersoll@Sun.COM 1138*12720SWyllys.Ingersoll@Sun.COM 1139*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__DisassociateDataUnitKeysResponse(soap, p) soap_delete(soap, p) 1140*12720SWyllys.Ingersoll@Sun.COM 1141*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__DisassociateDataUnitKeysResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__DisassociateDataUnitKeysResponse(struct soap*, int, const char*, const char*, size_t*); 1142*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__DisassociateDataUnitKeysResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 1143*12720SWyllys.Ingersoll@Sun.COM 1144*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitByExternalUniqueID 1145*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitByExternalUniqueID (57) 1146*12720SWyllys.Ingersoll@Sun.COM #endif 1147*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, struct KMS_Agent__RetrieveDataUnitByExternalUniqueID *); 1148*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, const struct KMS_Agent__RetrieveDataUnitByExternalUniqueID *); 1149*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, const char*, int, const struct KMS_Agent__RetrieveDataUnitByExternalUniqueID *, const char*); 1150*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitByExternalUniqueID * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, const char*, struct KMS_Agent__RetrieveDataUnitByExternalUniqueID *, const char*); 1151*12720SWyllys.Ingersoll@Sun.COM 1152*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveDataUnitByExternalUniqueID(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveDataUnitByExternalUniqueID(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveDataUnitByExternalUniqueID(soap, data, NULL, NULL) || soap_end_send(soap) ) 1153*12720SWyllys.Ingersoll@Sun.COM 1154*12720SWyllys.Ingersoll@Sun.COM 1155*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, const struct KMS_Agent__RetrieveDataUnitByExternalUniqueID *, const char*, const char*); 1156*12720SWyllys.Ingersoll@Sun.COM 1157*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveDataUnitByExternalUniqueID(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveDataUnitByExternalUniqueID(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1158*12720SWyllys.Ingersoll@Sun.COM 1159*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitByExternalUniqueID * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, struct KMS_Agent__RetrieveDataUnitByExternalUniqueID *, const char*, const char*); 1160*12720SWyllys.Ingersoll@Sun.COM 1161*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveDataUnitByExternalUniqueID(soap, n) soap_instantiate_KMS_Agent__RetrieveDataUnitByExternalUniqueID(soap, n, NULL, NULL, NULL) 1162*12720SWyllys.Ingersoll@Sun.COM 1163*12720SWyllys.Ingersoll@Sun.COM 1164*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveDataUnitByExternalUniqueID(soap, p) soap_delete(soap, p) 1165*12720SWyllys.Ingersoll@Sun.COM 1166*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveDataUnitByExternalUniqueID * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, int, const char*, const char*, size_t*); 1167*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveDataUnitByExternalUniqueID(struct soap*, int, int, void*, size_t, const void*, size_t); 1168*12720SWyllys.Ingersoll@Sun.COM 1169*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse 1170*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse (54) 1171*12720SWyllys.Ingersoll@Sun.COM #endif 1172*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(struct soap*, struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse *); 1173*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(struct soap*, const struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse *); 1174*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(struct soap*, const char*, int, const struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse *, const char*); 1175*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(struct soap*, const char*, struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse *, const char*); 1176*12720SWyllys.Ingersoll@Sun.COM 1177*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 1178*12720SWyllys.Ingersoll@Sun.COM 1179*12720SWyllys.Ingersoll@Sun.COM 1180*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(struct soap*, const struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse *, const char*, const char*); 1181*12720SWyllys.Ingersoll@Sun.COM 1182*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1183*12720SWyllys.Ingersoll@Sun.COM 1184*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(struct soap*, struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse *, const char*, const char*); 1185*12720SWyllys.Ingersoll@Sun.COM 1186*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(soap, n) soap_instantiate_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(soap, n, NULL, NULL, NULL) 1187*12720SWyllys.Ingersoll@Sun.COM 1188*12720SWyllys.Ingersoll@Sun.COM 1189*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(soap, p) soap_delete(soap, p) 1190*12720SWyllys.Ingersoll@Sun.COM 1191*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(struct soap*, int, const char*, const char*, size_t*); 1192*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveDataUnitByExternalUniqueIDResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 1193*12720SWyllys.Ingersoll@Sun.COM 1194*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnit 1195*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnit (53) 1196*12720SWyllys.Ingersoll@Sun.COM #endif 1197*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveDataUnit(struct soap*, struct KMS_Agent__RetrieveDataUnit *); 1198*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveDataUnit(struct soap*, const struct KMS_Agent__RetrieveDataUnit *); 1199*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveDataUnit(struct soap*, const char*, int, const struct KMS_Agent__RetrieveDataUnit *, const char*); 1200*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnit * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveDataUnit(struct soap*, const char*, struct KMS_Agent__RetrieveDataUnit *, const char*); 1201*12720SWyllys.Ingersoll@Sun.COM 1202*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveDataUnit(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveDataUnit(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveDataUnit(soap, data, NULL, NULL) || soap_end_send(soap) ) 1203*12720SWyllys.Ingersoll@Sun.COM 1204*12720SWyllys.Ingersoll@Sun.COM 1205*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveDataUnit(struct soap*, const struct KMS_Agent__RetrieveDataUnit *, const char*, const char*); 1206*12720SWyllys.Ingersoll@Sun.COM 1207*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveDataUnit(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveDataUnit(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1208*12720SWyllys.Ingersoll@Sun.COM 1209*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnit * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveDataUnit(struct soap*, struct KMS_Agent__RetrieveDataUnit *, const char*, const char*); 1210*12720SWyllys.Ingersoll@Sun.COM 1211*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveDataUnit(soap, n) soap_instantiate_KMS_Agent__RetrieveDataUnit(soap, n, NULL, NULL, NULL) 1212*12720SWyllys.Ingersoll@Sun.COM 1213*12720SWyllys.Ingersoll@Sun.COM 1214*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveDataUnit(soap, p) soap_delete(soap, p) 1215*12720SWyllys.Ingersoll@Sun.COM 1216*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveDataUnit * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveDataUnit(struct soap*, int, const char*, const char*, size_t*); 1217*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveDataUnit(struct soap*, int, int, void*, size_t, const void*, size_t); 1218*12720SWyllys.Ingersoll@Sun.COM 1219*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitResponse 1220*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__RetrieveDataUnitResponse (50) 1221*12720SWyllys.Ingersoll@Sun.COM #endif 1222*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__RetrieveDataUnitResponse(struct soap*, struct KMS_Agent__RetrieveDataUnitResponse *); 1223*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__RetrieveDataUnitResponse(struct soap*, const struct KMS_Agent__RetrieveDataUnitResponse *); 1224*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__RetrieveDataUnitResponse(struct soap*, const char*, int, const struct KMS_Agent__RetrieveDataUnitResponse *, const char*); 1225*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitResponse * SOAP_FMAC4 soap_in_KMS_Agent__RetrieveDataUnitResponse(struct soap*, const char*, struct KMS_Agent__RetrieveDataUnitResponse *, const char*); 1226*12720SWyllys.Ingersoll@Sun.COM 1227*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__RetrieveDataUnitResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__RetrieveDataUnitResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__RetrieveDataUnitResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 1228*12720SWyllys.Ingersoll@Sun.COM 1229*12720SWyllys.Ingersoll@Sun.COM 1230*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__RetrieveDataUnitResponse(struct soap*, const struct KMS_Agent__RetrieveDataUnitResponse *, const char*, const char*); 1231*12720SWyllys.Ingersoll@Sun.COM 1232*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__RetrieveDataUnitResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__RetrieveDataUnitResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1233*12720SWyllys.Ingersoll@Sun.COM 1234*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__RetrieveDataUnitResponse * SOAP_FMAC4 soap_get_KMS_Agent__RetrieveDataUnitResponse(struct soap*, struct KMS_Agent__RetrieveDataUnitResponse *, const char*, const char*); 1235*12720SWyllys.Ingersoll@Sun.COM 1236*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__RetrieveDataUnitResponse(soap, n) soap_instantiate_KMS_Agent__RetrieveDataUnitResponse(soap, n, NULL, NULL, NULL) 1237*12720SWyllys.Ingersoll@Sun.COM 1238*12720SWyllys.Ingersoll@Sun.COM 1239*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__RetrieveDataUnitResponse(soap, p) soap_delete(soap, p) 1240*12720SWyllys.Ingersoll@Sun.COM 1241*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__RetrieveDataUnitResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__RetrieveDataUnitResponse(struct soap*, int, const char*, const char*, size_t*); 1242*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__RetrieveDataUnitResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 1243*12720SWyllys.Ingersoll@Sun.COM 1244*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__CreateDataUnit 1245*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__CreateDataUnit (49) 1246*12720SWyllys.Ingersoll@Sun.COM #endif 1247*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__CreateDataUnit(struct soap*, struct KMS_Agent__CreateDataUnit *); 1248*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__CreateDataUnit(struct soap*, const struct KMS_Agent__CreateDataUnit *); 1249*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__CreateDataUnit(struct soap*, const char*, int, const struct KMS_Agent__CreateDataUnit *, const char*); 1250*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateDataUnit * SOAP_FMAC4 soap_in_KMS_Agent__CreateDataUnit(struct soap*, const char*, struct KMS_Agent__CreateDataUnit *, const char*); 1251*12720SWyllys.Ingersoll@Sun.COM 1252*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__CreateDataUnit(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__CreateDataUnit(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__CreateDataUnit(soap, data, NULL, NULL) || soap_end_send(soap) ) 1253*12720SWyllys.Ingersoll@Sun.COM 1254*12720SWyllys.Ingersoll@Sun.COM 1255*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__CreateDataUnit(struct soap*, const struct KMS_Agent__CreateDataUnit *, const char*, const char*); 1256*12720SWyllys.Ingersoll@Sun.COM 1257*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__CreateDataUnit(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__CreateDataUnit(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1258*12720SWyllys.Ingersoll@Sun.COM 1259*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateDataUnit * SOAP_FMAC4 soap_get_KMS_Agent__CreateDataUnit(struct soap*, struct KMS_Agent__CreateDataUnit *, const char*, const char*); 1260*12720SWyllys.Ingersoll@Sun.COM 1261*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__CreateDataUnit(soap, n) soap_instantiate_KMS_Agent__CreateDataUnit(soap, n, NULL, NULL, NULL) 1262*12720SWyllys.Ingersoll@Sun.COM 1263*12720SWyllys.Ingersoll@Sun.COM 1264*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__CreateDataUnit(soap, p) soap_delete(soap, p) 1265*12720SWyllys.Ingersoll@Sun.COM 1266*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__CreateDataUnit * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateDataUnit(struct soap*, int, const char*, const char*, size_t*); 1267*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__CreateDataUnit(struct soap*, int, int, void*, size_t, const void*, size_t); 1268*12720SWyllys.Ingersoll@Sun.COM 1269*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__CreateDataUnitResponse 1270*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__CreateDataUnitResponse (46) 1271*12720SWyllys.Ingersoll@Sun.COM #endif 1272*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__CreateDataUnitResponse(struct soap*, struct KMS_Agent__CreateDataUnitResponse *); 1273*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__CreateDataUnitResponse(struct soap*, const struct KMS_Agent__CreateDataUnitResponse *); 1274*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__CreateDataUnitResponse(struct soap*, const char*, int, const struct KMS_Agent__CreateDataUnitResponse *, const char*); 1275*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateDataUnitResponse * SOAP_FMAC4 soap_in_KMS_Agent__CreateDataUnitResponse(struct soap*, const char*, struct KMS_Agent__CreateDataUnitResponse *, const char*); 1276*12720SWyllys.Ingersoll@Sun.COM 1277*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__CreateDataUnitResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__CreateDataUnitResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__CreateDataUnitResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 1278*12720SWyllys.Ingersoll@Sun.COM 1279*12720SWyllys.Ingersoll@Sun.COM 1280*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__CreateDataUnitResponse(struct soap*, const struct KMS_Agent__CreateDataUnitResponse *, const char*, const char*); 1281*12720SWyllys.Ingersoll@Sun.COM 1282*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__CreateDataUnitResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__CreateDataUnitResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1283*12720SWyllys.Ingersoll@Sun.COM 1284*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__CreateDataUnitResponse * SOAP_FMAC4 soap_get_KMS_Agent__CreateDataUnitResponse(struct soap*, struct KMS_Agent__CreateDataUnitResponse *, const char*, const char*); 1285*12720SWyllys.Ingersoll@Sun.COM 1286*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__CreateDataUnitResponse(soap, n) soap_instantiate_KMS_Agent__CreateDataUnitResponse(soap, n, NULL, NULL, NULL) 1287*12720SWyllys.Ingersoll@Sun.COM 1288*12720SWyllys.Ingersoll@Sun.COM 1289*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__CreateDataUnitResponse(soap, p) soap_delete(soap, p) 1290*12720SWyllys.Ingersoll@Sun.COM 1291*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__CreateDataUnitResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__CreateDataUnitResponse(struct soap*, int, const char*, const char*, size_t*); 1292*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__CreateDataUnitResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 1293*12720SWyllys.Ingersoll@Sun.COM 1294*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__ListKeyGroups 1295*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__ListKeyGroups (45) 1296*12720SWyllys.Ingersoll@Sun.COM #endif 1297*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__ListKeyGroups(struct soap*, struct KMS_Agent__ListKeyGroups *); 1298*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__ListKeyGroups(struct soap*, const struct KMS_Agent__ListKeyGroups *); 1299*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__ListKeyGroups(struct soap*, const char*, int, const struct KMS_Agent__ListKeyGroups *, const char*); 1300*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ListKeyGroups * SOAP_FMAC4 soap_in_KMS_Agent__ListKeyGroups(struct soap*, const char*, struct KMS_Agent__ListKeyGroups *, const char*); 1301*12720SWyllys.Ingersoll@Sun.COM 1302*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__ListKeyGroups(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__ListKeyGroups(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__ListKeyGroups(soap, data, NULL, NULL) || soap_end_send(soap) ) 1303*12720SWyllys.Ingersoll@Sun.COM 1304*12720SWyllys.Ingersoll@Sun.COM 1305*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__ListKeyGroups(struct soap*, const struct KMS_Agent__ListKeyGroups *, const char*, const char*); 1306*12720SWyllys.Ingersoll@Sun.COM 1307*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__ListKeyGroups(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__ListKeyGroups(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1308*12720SWyllys.Ingersoll@Sun.COM 1309*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ListKeyGroups * SOAP_FMAC4 soap_get_KMS_Agent__ListKeyGroups(struct soap*, struct KMS_Agent__ListKeyGroups *, const char*, const char*); 1310*12720SWyllys.Ingersoll@Sun.COM 1311*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__ListKeyGroups(soap, n) soap_instantiate_KMS_Agent__ListKeyGroups(soap, n, NULL, NULL, NULL) 1312*12720SWyllys.Ingersoll@Sun.COM 1313*12720SWyllys.Ingersoll@Sun.COM 1314*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__ListKeyGroups(soap, p) soap_delete(soap, p) 1315*12720SWyllys.Ingersoll@Sun.COM 1316*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__ListKeyGroups * SOAP_FMAC2 soap_instantiate_KMS_Agent__ListKeyGroups(struct soap*, int, const char*, const char*, size_t*); 1317*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__ListKeyGroups(struct soap*, int, int, void*, size_t, const void*, size_t); 1318*12720SWyllys.Ingersoll@Sun.COM 1319*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__ListKeyGroupsResponse 1320*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__ListKeyGroupsResponse (42) 1321*12720SWyllys.Ingersoll@Sun.COM #endif 1322*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__ListKeyGroupsResponse(struct soap*, struct KMS_Agent__ListKeyGroupsResponse *); 1323*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__ListKeyGroupsResponse(struct soap*, const struct KMS_Agent__ListKeyGroupsResponse *); 1324*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__ListKeyGroupsResponse(struct soap*, const char*, int, const struct KMS_Agent__ListKeyGroupsResponse *, const char*); 1325*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ListKeyGroupsResponse * SOAP_FMAC4 soap_in_KMS_Agent__ListKeyGroupsResponse(struct soap*, const char*, struct KMS_Agent__ListKeyGroupsResponse *, const char*); 1326*12720SWyllys.Ingersoll@Sun.COM 1327*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__ListKeyGroupsResponse(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__ListKeyGroupsResponse(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__ListKeyGroupsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) 1328*12720SWyllys.Ingersoll@Sun.COM 1329*12720SWyllys.Ingersoll@Sun.COM 1330*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__ListKeyGroupsResponse(struct soap*, const struct KMS_Agent__ListKeyGroupsResponse *, const char*, const char*); 1331*12720SWyllys.Ingersoll@Sun.COM 1332*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__ListKeyGroupsResponse(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__ListKeyGroupsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1333*12720SWyllys.Ingersoll@Sun.COM 1334*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ListKeyGroupsResponse * SOAP_FMAC4 soap_get_KMS_Agent__ListKeyGroupsResponse(struct soap*, struct KMS_Agent__ListKeyGroupsResponse *, const char*, const char*); 1335*12720SWyllys.Ingersoll@Sun.COM 1336*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__ListKeyGroupsResponse(soap, n) soap_instantiate_KMS_Agent__ListKeyGroupsResponse(soap, n, NULL, NULL, NULL) 1337*12720SWyllys.Ingersoll@Sun.COM 1338*12720SWyllys.Ingersoll@Sun.COM 1339*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__ListKeyGroupsResponse(soap, p) soap_delete(soap, p) 1340*12720SWyllys.Ingersoll@Sun.COM 1341*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__ListKeyGroupsResponse * SOAP_FMAC2 soap_instantiate_KMS_Agent__ListKeyGroupsResponse(struct soap*, int, const char*, const char*, size_t*); 1342*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__ListKeyGroupsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); 1343*12720SWyllys.Ingersoll@Sun.COM 1344*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__DataUnit 1345*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__DataUnit (39) 1346*12720SWyllys.Ingersoll@Sun.COM #endif 1347*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__DataUnit(struct soap*, struct KMS_Agent__DataUnit *); 1348*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__DataUnit(struct soap*, const struct KMS_Agent__DataUnit *); 1349*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__DataUnit(struct soap*, const char*, int, const struct KMS_Agent__DataUnit *, const char*); 1350*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__DataUnit * SOAP_FMAC4 soap_in_KMS_Agent__DataUnit(struct soap*, const char*, struct KMS_Agent__DataUnit *, const char*); 1351*12720SWyllys.Ingersoll@Sun.COM 1352*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__DataUnit(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__DataUnit(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__DataUnit(soap, data, NULL, NULL) || soap_end_send(soap) ) 1353*12720SWyllys.Ingersoll@Sun.COM 1354*12720SWyllys.Ingersoll@Sun.COM 1355*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__DataUnit(struct soap*, const struct KMS_Agent__DataUnit *, const char*, const char*); 1356*12720SWyllys.Ingersoll@Sun.COM 1357*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__DataUnit(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__DataUnit(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1358*12720SWyllys.Ingersoll@Sun.COM 1359*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__DataUnit * SOAP_FMAC4 soap_get_KMS_Agent__DataUnit(struct soap*, struct KMS_Agent__DataUnit *, const char*, const char*); 1360*12720SWyllys.Ingersoll@Sun.COM 1361*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__DataUnit(soap, n) soap_instantiate_KMS_Agent__DataUnit(soap, n, NULL, NULL, NULL) 1362*12720SWyllys.Ingersoll@Sun.COM 1363*12720SWyllys.Ingersoll@Sun.COM 1364*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__DataUnit(soap, p) soap_delete(soap, p) 1365*12720SWyllys.Ingersoll@Sun.COM 1366*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__DataUnit * SOAP_FMAC2 soap_instantiate_KMS_Agent__DataUnit(struct soap*, int, const char*, const char*, size_t*); 1367*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__DataUnit(struct soap*, int, int, void*, size_t, const void*, size_t); 1368*12720SWyllys.Ingersoll@Sun.COM 1369*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__ArrayOfKeys 1370*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__ArrayOfKeys (37) 1371*12720SWyllys.Ingersoll@Sun.COM #endif 1372*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__ArrayOfKeys(struct soap*, struct KMS_Agent__ArrayOfKeys *); 1373*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__ArrayOfKeys(struct soap*, struct KMS_Agent__ArrayOfKeys const*); 1374*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__ArrayOfKeys(struct soap*, const char*, int, const struct KMS_Agent__ArrayOfKeys *, const char*); 1375*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ArrayOfKeys * SOAP_FMAC4 soap_in_KMS_Agent__ArrayOfKeys(struct soap*, const char*, struct KMS_Agent__ArrayOfKeys *, const char*); 1376*12720SWyllys.Ingersoll@Sun.COM 1377*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__ArrayOfKeys(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__ArrayOfKeys(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__ArrayOfKeys(soap, data, NULL, NULL) || soap_end_send(soap) ) 1378*12720SWyllys.Ingersoll@Sun.COM 1379*12720SWyllys.Ingersoll@Sun.COM 1380*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__ArrayOfKeys(struct soap*, const struct KMS_Agent__ArrayOfKeys *, const char*, const char*); 1381*12720SWyllys.Ingersoll@Sun.COM 1382*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__ArrayOfKeys(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__ArrayOfKeys(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1383*12720SWyllys.Ingersoll@Sun.COM 1384*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ArrayOfKeys * SOAP_FMAC4 soap_get_KMS_Agent__ArrayOfKeys(struct soap*, struct KMS_Agent__ArrayOfKeys *, const char*, const char*); 1385*12720SWyllys.Ingersoll@Sun.COM 1386*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__ArrayOfKeys(soap, n) soap_instantiate_KMS_Agent__ArrayOfKeys(soap, n, NULL, NULL, NULL) 1387*12720SWyllys.Ingersoll@Sun.COM 1388*12720SWyllys.Ingersoll@Sun.COM 1389*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__ArrayOfKeys(soap, p) soap_delete(soap, p) 1390*12720SWyllys.Ingersoll@Sun.COM 1391*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__ArrayOfKeys * SOAP_FMAC2 soap_instantiate_KMS_Agent__ArrayOfKeys(struct soap*, int, const char*, const char*, size_t*); 1392*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__ArrayOfKeys(struct soap*, int, int, void*, size_t, const void*, size_t); 1393*12720SWyllys.Ingersoll@Sun.COM 1394*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__Key 1395*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__Key (36) 1396*12720SWyllys.Ingersoll@Sun.COM #endif 1397*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__Key(struct soap*, struct KMS_Agent__Key *); 1398*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__Key(struct soap*, const struct KMS_Agent__Key *); 1399*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__Key(struct soap*, const char*, int, const struct KMS_Agent__Key *, const char*); 1400*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__Key * SOAP_FMAC4 soap_in_KMS_Agent__Key(struct soap*, const char*, struct KMS_Agent__Key *, const char*); 1401*12720SWyllys.Ingersoll@Sun.COM 1402*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__Key(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__Key(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__Key(soap, data, NULL, NULL) || soap_end_send(soap) ) 1403*12720SWyllys.Ingersoll@Sun.COM 1404*12720SWyllys.Ingersoll@Sun.COM 1405*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__Key(struct soap*, const struct KMS_Agent__Key *, const char*, const char*); 1406*12720SWyllys.Ingersoll@Sun.COM 1407*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__Key(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__Key(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1408*12720SWyllys.Ingersoll@Sun.COM 1409*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__Key * SOAP_FMAC4 soap_get_KMS_Agent__Key(struct soap*, struct KMS_Agent__Key *, const char*, const char*); 1410*12720SWyllys.Ingersoll@Sun.COM 1411*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__Key(soap, n) soap_instantiate_KMS_Agent__Key(soap, n, NULL, NULL, NULL) 1412*12720SWyllys.Ingersoll@Sun.COM 1413*12720SWyllys.Ingersoll@Sun.COM 1414*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__Key(soap, p) soap_delete(soap, p) 1415*12720SWyllys.Ingersoll@Sun.COM 1416*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__Key * SOAP_FMAC2 soap_instantiate_KMS_Agent__Key(struct soap*, int, const char*, const char*, size_t*); 1417*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__Key(struct soap*, int, int, void*, size_t, const void*, size_t); 1418*12720SWyllys.Ingersoll@Sun.COM 1419*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__ArrayOfKeyGroups 1420*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__ArrayOfKeyGroups (34) 1421*12720SWyllys.Ingersoll@Sun.COM #endif 1422*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__ArrayOfKeyGroups(struct soap*, struct KMS_Agent__ArrayOfKeyGroups *); 1423*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__ArrayOfKeyGroups(struct soap*, struct KMS_Agent__ArrayOfKeyGroups const*); 1424*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__ArrayOfKeyGroups(struct soap*, const char*, int, const struct KMS_Agent__ArrayOfKeyGroups *, const char*); 1425*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ArrayOfKeyGroups * SOAP_FMAC4 soap_in_KMS_Agent__ArrayOfKeyGroups(struct soap*, const char*, struct KMS_Agent__ArrayOfKeyGroups *, const char*); 1426*12720SWyllys.Ingersoll@Sun.COM 1427*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__ArrayOfKeyGroups(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__ArrayOfKeyGroups(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__ArrayOfKeyGroups(soap, data, NULL, NULL) || soap_end_send(soap) ) 1428*12720SWyllys.Ingersoll@Sun.COM 1429*12720SWyllys.Ingersoll@Sun.COM 1430*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__ArrayOfKeyGroups(struct soap*, const struct KMS_Agent__ArrayOfKeyGroups *, const char*, const char*); 1431*12720SWyllys.Ingersoll@Sun.COM 1432*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__ArrayOfKeyGroups(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__ArrayOfKeyGroups(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1433*12720SWyllys.Ingersoll@Sun.COM 1434*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ArrayOfKeyGroups * SOAP_FMAC4 soap_get_KMS_Agent__ArrayOfKeyGroups(struct soap*, struct KMS_Agent__ArrayOfKeyGroups *, const char*, const char*); 1435*12720SWyllys.Ingersoll@Sun.COM 1436*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__ArrayOfKeyGroups(soap, n) soap_instantiate_KMS_Agent__ArrayOfKeyGroups(soap, n, NULL, NULL, NULL) 1437*12720SWyllys.Ingersoll@Sun.COM 1438*12720SWyllys.Ingersoll@Sun.COM 1439*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__ArrayOfKeyGroups(soap, p) soap_delete(soap, p) 1440*12720SWyllys.Ingersoll@Sun.COM 1441*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__ArrayOfKeyGroups * SOAP_FMAC2 soap_instantiate_KMS_Agent__ArrayOfKeyGroups(struct soap*, int, const char*, const char*, size_t*); 1442*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__ArrayOfKeyGroups(struct soap*, int, int, void*, size_t, const void*, size_t); 1443*12720SWyllys.Ingersoll@Sun.COM 1444*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__KeyGroup 1445*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__KeyGroup (33) 1446*12720SWyllys.Ingersoll@Sun.COM #endif 1447*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__KeyGroup(struct soap*, struct KMS_Agent__KeyGroup *); 1448*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__KeyGroup(struct soap*, const struct KMS_Agent__KeyGroup *); 1449*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__KeyGroup(struct soap*, const char*, int, const struct KMS_Agent__KeyGroup *, const char*); 1450*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__KeyGroup * SOAP_FMAC4 soap_in_KMS_Agent__KeyGroup(struct soap*, const char*, struct KMS_Agent__KeyGroup *, const char*); 1451*12720SWyllys.Ingersoll@Sun.COM 1452*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__KeyGroup(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__KeyGroup(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__KeyGroup(soap, data, NULL, NULL) || soap_end_send(soap) ) 1453*12720SWyllys.Ingersoll@Sun.COM 1454*12720SWyllys.Ingersoll@Sun.COM 1455*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__KeyGroup(struct soap*, const struct KMS_Agent__KeyGroup *, const char*, const char*); 1456*12720SWyllys.Ingersoll@Sun.COM 1457*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__KeyGroup(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__KeyGroup(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1458*12720SWyllys.Ingersoll@Sun.COM 1459*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__KeyGroup * SOAP_FMAC4 soap_get_KMS_Agent__KeyGroup(struct soap*, struct KMS_Agent__KeyGroup *, const char*, const char*); 1460*12720SWyllys.Ingersoll@Sun.COM 1461*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__KeyGroup(soap, n) soap_instantiate_KMS_Agent__KeyGroup(soap, n, NULL, NULL, NULL) 1462*12720SWyllys.Ingersoll@Sun.COM 1463*12720SWyllys.Ingersoll@Sun.COM 1464*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__KeyGroup(soap, p) soap_delete(soap, p) 1465*12720SWyllys.Ingersoll@Sun.COM 1466*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__KeyGroup * SOAP_FMAC2 soap_instantiate_KMS_Agent__KeyGroup(struct soap*, int, const char*, const char*, size_t*); 1467*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__KeyGroup(struct soap*, int, int, void*, size_t, const void*, size_t); 1468*12720SWyllys.Ingersoll@Sun.COM 1469*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__QueryParameters 1470*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__QueryParameters (29) 1471*12720SWyllys.Ingersoll@Sun.COM #endif 1472*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__QueryParameters(struct soap*, struct KMS_Agent__QueryParameters *); 1473*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__QueryParameters(struct soap*, const struct KMS_Agent__QueryParameters *); 1474*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__QueryParameters(struct soap*, const char*, int, const struct KMS_Agent__QueryParameters *, const char*); 1475*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__QueryParameters * SOAP_FMAC4 soap_in_KMS_Agent__QueryParameters(struct soap*, const char*, struct KMS_Agent__QueryParameters *, const char*); 1476*12720SWyllys.Ingersoll@Sun.COM 1477*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__QueryParameters(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__QueryParameters(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__QueryParameters(soap, data, NULL, NULL) || soap_end_send(soap) ) 1478*12720SWyllys.Ingersoll@Sun.COM 1479*12720SWyllys.Ingersoll@Sun.COM 1480*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__QueryParameters(struct soap*, const struct KMS_Agent__QueryParameters *, const char*, const char*); 1481*12720SWyllys.Ingersoll@Sun.COM 1482*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__QueryParameters(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__QueryParameters(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1483*12720SWyllys.Ingersoll@Sun.COM 1484*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__QueryParameters * SOAP_FMAC4 soap_get_KMS_Agent__QueryParameters(struct soap*, struct KMS_Agent__QueryParameters *, const char*, const char*); 1485*12720SWyllys.Ingersoll@Sun.COM 1486*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__QueryParameters(soap, n) soap_instantiate_KMS_Agent__QueryParameters(soap, n, NULL, NULL, NULL) 1487*12720SWyllys.Ingersoll@Sun.COM 1488*12720SWyllys.Ingersoll@Sun.COM 1489*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__QueryParameters(soap, p) soap_delete(soap, p) 1490*12720SWyllys.Ingersoll@Sun.COM 1491*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__QueryParameters * SOAP_FMAC2 soap_instantiate_KMS_Agent__QueryParameters(struct soap*, int, const char*, const char*, size_t*); 1492*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__QueryParameters(struct soap*, int, int, void*, size_t, const void*, size_t); 1493*12720SWyllys.Ingersoll@Sun.COM 1494*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__ArrayOfFilterParameters 1495*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__ArrayOfFilterParameters (27) 1496*12720SWyllys.Ingersoll@Sun.COM #endif 1497*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__ArrayOfFilterParameters(struct soap*, struct KMS_Agent__ArrayOfFilterParameters *); 1498*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__ArrayOfFilterParameters(struct soap*, struct KMS_Agent__ArrayOfFilterParameters const*); 1499*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__ArrayOfFilterParameters(struct soap*, const char*, int, const struct KMS_Agent__ArrayOfFilterParameters *, const char*); 1500*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ArrayOfFilterParameters * SOAP_FMAC4 soap_in_KMS_Agent__ArrayOfFilterParameters(struct soap*, const char*, struct KMS_Agent__ArrayOfFilterParameters *, const char*); 1501*12720SWyllys.Ingersoll@Sun.COM 1502*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__ArrayOfFilterParameters(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__ArrayOfFilterParameters(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__ArrayOfFilterParameters(soap, data, NULL, NULL) || soap_end_send(soap) ) 1503*12720SWyllys.Ingersoll@Sun.COM 1504*12720SWyllys.Ingersoll@Sun.COM 1505*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__ArrayOfFilterParameters(struct soap*, const struct KMS_Agent__ArrayOfFilterParameters *, const char*, const char*); 1506*12720SWyllys.Ingersoll@Sun.COM 1507*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__ArrayOfFilterParameters(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__ArrayOfFilterParameters(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1508*12720SWyllys.Ingersoll@Sun.COM 1509*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ArrayOfFilterParameters * SOAP_FMAC4 soap_get_KMS_Agent__ArrayOfFilterParameters(struct soap*, struct KMS_Agent__ArrayOfFilterParameters *, const char*, const char*); 1510*12720SWyllys.Ingersoll@Sun.COM 1511*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__ArrayOfFilterParameters(soap, n) soap_instantiate_KMS_Agent__ArrayOfFilterParameters(soap, n, NULL, NULL, NULL) 1512*12720SWyllys.Ingersoll@Sun.COM 1513*12720SWyllys.Ingersoll@Sun.COM 1514*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__ArrayOfFilterParameters(soap, p) soap_delete(soap, p) 1515*12720SWyllys.Ingersoll@Sun.COM 1516*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__ArrayOfFilterParameters * SOAP_FMAC2 soap_instantiate_KMS_Agent__ArrayOfFilterParameters(struct soap*, int, const char*, const char*, size_t*); 1517*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__ArrayOfFilterParameters(struct soap*, int, int, void*, size_t, const void*, size_t); 1518*12720SWyllys.Ingersoll@Sun.COM 1519*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__FilterParameters 1520*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__FilterParameters (26) 1521*12720SWyllys.Ingersoll@Sun.COM #endif 1522*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__FilterParameters(struct soap*, struct KMS_Agent__FilterParameters *); 1523*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__FilterParameters(struct soap*, const struct KMS_Agent__FilterParameters *); 1524*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__FilterParameters(struct soap*, const char*, int, const struct KMS_Agent__FilterParameters *, const char*); 1525*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__FilterParameters * SOAP_FMAC4 soap_in_KMS_Agent__FilterParameters(struct soap*, const char*, struct KMS_Agent__FilterParameters *, const char*); 1526*12720SWyllys.Ingersoll@Sun.COM 1527*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__FilterParameters(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__FilterParameters(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__FilterParameters(soap, data, NULL, NULL) || soap_end_send(soap) ) 1528*12720SWyllys.Ingersoll@Sun.COM 1529*12720SWyllys.Ingersoll@Sun.COM 1530*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__FilterParameters(struct soap*, const struct KMS_Agent__FilterParameters *, const char*, const char*); 1531*12720SWyllys.Ingersoll@Sun.COM 1532*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__FilterParameters(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__FilterParameters(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1533*12720SWyllys.Ingersoll@Sun.COM 1534*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__FilterParameters * SOAP_FMAC4 soap_get_KMS_Agent__FilterParameters(struct soap*, struct KMS_Agent__FilterParameters *, const char*, const char*); 1535*12720SWyllys.Ingersoll@Sun.COM 1536*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__FilterParameters(soap, n) soap_instantiate_KMS_Agent__FilterParameters(soap, n, NULL, NULL, NULL) 1537*12720SWyllys.Ingersoll@Sun.COM 1538*12720SWyllys.Ingersoll@Sun.COM 1539*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__FilterParameters(soap, p) soap_delete(soap, p) 1540*12720SWyllys.Ingersoll@Sun.COM 1541*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__FilterParameters * SOAP_FMAC2 soap_instantiate_KMS_Agent__FilterParameters(struct soap*, int, const char*, const char*, size_t*); 1542*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__FilterParameters(struct soap*, int, int, void*, size_t, const void*, size_t); 1543*12720SWyllys.Ingersoll@Sun.COM 1544*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_KMS_Agent__ArrayOfHexBinary 1545*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_KMS_Agent__ArrayOfHexBinary (22) 1546*12720SWyllys.Ingersoll@Sun.COM #endif 1547*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_Agent__ArrayOfHexBinary(struct soap*, struct KMS_Agent__ArrayOfHexBinary *); 1548*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_Agent__ArrayOfHexBinary(struct soap*, struct KMS_Agent__ArrayOfHexBinary const*); 1549*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_Agent__ArrayOfHexBinary(struct soap*, const char*, int, const struct KMS_Agent__ArrayOfHexBinary *, const char*); 1550*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ArrayOfHexBinary * SOAP_FMAC4 soap_in_KMS_Agent__ArrayOfHexBinary(struct soap*, const char*, struct KMS_Agent__ArrayOfHexBinary *, const char*); 1551*12720SWyllys.Ingersoll@Sun.COM 1552*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_Agent__ArrayOfHexBinary(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_KMS_Agent__ArrayOfHexBinary(soap, data), 0) || KMS_Agent::soap_put_KMS_Agent__ArrayOfHexBinary(soap, data, NULL, NULL) || soap_end_send(soap) ) 1553*12720SWyllys.Ingersoll@Sun.COM 1554*12720SWyllys.Ingersoll@Sun.COM 1555*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_Agent__ArrayOfHexBinary(struct soap*, const struct KMS_Agent__ArrayOfHexBinary *, const char*, const char*); 1556*12720SWyllys.Ingersoll@Sun.COM 1557*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_Agent__ArrayOfHexBinary(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_KMS_Agent__ArrayOfHexBinary(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1558*12720SWyllys.Ingersoll@Sun.COM 1559*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__ArrayOfHexBinary * SOAP_FMAC4 soap_get_KMS_Agent__ArrayOfHexBinary(struct soap*, struct KMS_Agent__ArrayOfHexBinary *, const char*, const char*); 1560*12720SWyllys.Ingersoll@Sun.COM 1561*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_Agent__ArrayOfHexBinary(soap, n) soap_instantiate_KMS_Agent__ArrayOfHexBinary(soap, n, NULL, NULL, NULL) 1562*12720SWyllys.Ingersoll@Sun.COM 1563*12720SWyllys.Ingersoll@Sun.COM 1564*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_Agent__ArrayOfHexBinary(soap, p) soap_delete(soap, p) 1565*12720SWyllys.Ingersoll@Sun.COM 1566*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_Agent__ArrayOfHexBinary * SOAP_FMAC2 soap_instantiate_KMS_Agent__ArrayOfHexBinary(struct soap*, int, const char*, const char*, size_t*); 1567*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_Agent__ArrayOfHexBinary(struct soap*, int, int, void*, size_t, const void*, size_t); 1568*12720SWyllys.Ingersoll@Sun.COM 1569*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_xsd__hexBinary 1570*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_xsd__hexBinary (18) 1571*12720SWyllys.Ingersoll@Sun.COM #endif 1572*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_xsd__hexBinary(struct soap*, struct xsd__hexBinary *); 1573*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__hexBinary(struct soap*, struct xsd__hexBinary const*); 1574*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__hexBinary(struct soap*, const char*, int, const struct xsd__hexBinary *, const char*); 1575*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct xsd__hexBinary * SOAP_FMAC4 soap_in_xsd__hexBinary(struct soap*, const char*, struct xsd__hexBinary *, const char*); 1576*12720SWyllys.Ingersoll@Sun.COM 1577*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__hexBinary(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_xsd__hexBinary(soap, data), 0) || KMS_Agent::soap_put_xsd__hexBinary(soap, data, NULL, NULL) || soap_end_send(soap) ) 1578*12720SWyllys.Ingersoll@Sun.COM 1579*12720SWyllys.Ingersoll@Sun.COM 1580*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__hexBinary(struct soap*, const struct xsd__hexBinary *, const char*, const char*); 1581*12720SWyllys.Ingersoll@Sun.COM 1582*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__hexBinary(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_xsd__hexBinary(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1583*12720SWyllys.Ingersoll@Sun.COM 1584*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct xsd__hexBinary * SOAP_FMAC4 soap_get_xsd__hexBinary(struct soap*, struct xsd__hexBinary *, const char*, const char*); 1585*12720SWyllys.Ingersoll@Sun.COM 1586*12720SWyllys.Ingersoll@Sun.COM #define soap_new_xsd__hexBinary(soap, n) soap_instantiate_xsd__hexBinary(soap, n, NULL, NULL, NULL) 1587*12720SWyllys.Ingersoll@Sun.COM 1588*12720SWyllys.Ingersoll@Sun.COM 1589*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_xsd__hexBinary(soap, p) soap_delete(soap, p) 1590*12720SWyllys.Ingersoll@Sun.COM 1591*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct xsd__hexBinary * SOAP_FMAC2 soap_instantiate_xsd__hexBinary(struct soap*, int, const char*, const char*, size_t*); 1592*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__hexBinary(struct soap*, int, int, void*, size_t, const void*, size_t); 1593*12720SWyllys.Ingersoll@Sun.COM 1594*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 1595*12720SWyllys.Ingersoll@Sun.COM 1596*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_PointerToSOAP_ENV__Reason 1597*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_PointerToSOAP_ENV__Reason (115) 1598*12720SWyllys.Ingersoll@Sun.COM #endif 1599*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*); 1600*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 *); 1601*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*); 1602*12720SWyllys.Ingersoll@Sun.COM 1603*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_PointerToSOAP_ENV__Reason(soap, data), 0) || KMS_Agent::soap_put_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) ) 1604*12720SWyllys.Ingersoll@Sun.COM 1605*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*); 1606*12720SWyllys.Ingersoll@Sun.COM 1607*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1608*12720SWyllys.Ingersoll@Sun.COM 1609*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*); 1610*12720SWyllys.Ingersoll@Sun.COM 1611*12720SWyllys.Ingersoll@Sun.COM #endif 1612*12720SWyllys.Ingersoll@Sun.COM 1613*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 1614*12720SWyllys.Ingersoll@Sun.COM 1615*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_PointerToSOAP_ENV__Detail 1616*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_PointerToSOAP_ENV__Detail (114) 1617*12720SWyllys.Ingersoll@Sun.COM #endif 1618*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*); 1619*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 *); 1620*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*); 1621*12720SWyllys.Ingersoll@Sun.COM 1622*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_PointerToSOAP_ENV__Detail(soap, data), 0) || KMS_Agent::soap_put_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) ) 1623*12720SWyllys.Ingersoll@Sun.COM 1624*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*); 1625*12720SWyllys.Ingersoll@Sun.COM 1626*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1627*12720SWyllys.Ingersoll@Sun.COM 1628*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*); 1629*12720SWyllys.Ingersoll@Sun.COM 1630*12720SWyllys.Ingersoll@Sun.COM #endif 1631*12720SWyllys.Ingersoll@Sun.COM 1632*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL 1633*12720SWyllys.Ingersoll@Sun.COM 1634*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_PointerToSOAP_ENV__Code 1635*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_PointerToSOAP_ENV__Code (110) 1636*12720SWyllys.Ingersoll@Sun.COM #endif 1637*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*); 1638*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 *); 1639*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*); 1640*12720SWyllys.Ingersoll@Sun.COM 1641*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_PointerToSOAP_ENV__Code(soap, data), 0) || KMS_Agent::soap_put_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) ) 1642*12720SWyllys.Ingersoll@Sun.COM 1643*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*); 1644*12720SWyllys.Ingersoll@Sun.COM 1645*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1646*12720SWyllys.Ingersoll@Sun.COM 1647*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*); 1648*12720SWyllys.Ingersoll@Sun.COM 1649*12720SWyllys.Ingersoll@Sun.COM #endif 1650*12720SWyllys.Ingersoll@Sun.COM 1651*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_PointerToKMS_Agent__Key 1652*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_PointerToKMS_Agent__Key (38) 1653*12720SWyllys.Ingersoll@Sun.COM #endif 1654*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToKMS_Agent__Key(struct soap*, struct KMS_Agent__Key *const*); 1655*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToKMS_Agent__Key(struct soap*, const char *, int, struct KMS_Agent__Key *const*, const char *); 1656*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__Key ** SOAP_FMAC4 soap_in_PointerToKMS_Agent__Key(struct soap*, const char*, struct KMS_Agent__Key **, const char*); 1657*12720SWyllys.Ingersoll@Sun.COM 1658*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToKMS_Agent__Key(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_PointerToKMS_Agent__Key(soap, data), 0) || KMS_Agent::soap_put_PointerToKMS_Agent__Key(soap, data, NULL, NULL) || soap_end_send(soap) ) 1659*12720SWyllys.Ingersoll@Sun.COM 1660*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToKMS_Agent__Key(struct soap*, struct KMS_Agent__Key *const*, const char*, const char*); 1661*12720SWyllys.Ingersoll@Sun.COM 1662*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToKMS_Agent__Key(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_PointerToKMS_Agent__Key(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1663*12720SWyllys.Ingersoll@Sun.COM 1664*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__Key ** SOAP_FMAC4 soap_get_PointerToKMS_Agent__Key(struct soap*, struct KMS_Agent__Key **, const char*, const char*); 1665*12720SWyllys.Ingersoll@Sun.COM 1666*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_PointerToKMS_Agent__KeyGroup 1667*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_PointerToKMS_Agent__KeyGroup (35) 1668*12720SWyllys.Ingersoll@Sun.COM #endif 1669*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToKMS_Agent__KeyGroup(struct soap*, struct KMS_Agent__KeyGroup *const*); 1670*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToKMS_Agent__KeyGroup(struct soap*, const char *, int, struct KMS_Agent__KeyGroup *const*, const char *); 1671*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__KeyGroup ** SOAP_FMAC4 soap_in_PointerToKMS_Agent__KeyGroup(struct soap*, const char*, struct KMS_Agent__KeyGroup **, const char*); 1672*12720SWyllys.Ingersoll@Sun.COM 1673*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToKMS_Agent__KeyGroup(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_PointerToKMS_Agent__KeyGroup(soap, data), 0) || KMS_Agent::soap_put_PointerToKMS_Agent__KeyGroup(soap, data, NULL, NULL) || soap_end_send(soap) ) 1674*12720SWyllys.Ingersoll@Sun.COM 1675*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToKMS_Agent__KeyGroup(struct soap*, struct KMS_Agent__KeyGroup *const*, const char*, const char*); 1676*12720SWyllys.Ingersoll@Sun.COM 1677*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToKMS_Agent__KeyGroup(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_PointerToKMS_Agent__KeyGroup(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1678*12720SWyllys.Ingersoll@Sun.COM 1679*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__KeyGroup ** SOAP_FMAC4 soap_get_PointerToKMS_Agent__KeyGroup(struct soap*, struct KMS_Agent__KeyGroup **, const char*, const char*); 1680*12720SWyllys.Ingersoll@Sun.COM 1681*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_PointerToKMS_Agent__FilterParameters 1682*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_PointerToKMS_Agent__FilterParameters (28) 1683*12720SWyllys.Ingersoll@Sun.COM #endif 1684*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToKMS_Agent__FilterParameters(struct soap*, struct KMS_Agent__FilterParameters *const*); 1685*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToKMS_Agent__FilterParameters(struct soap*, const char *, int, struct KMS_Agent__FilterParameters *const*, const char *); 1686*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__FilterParameters ** SOAP_FMAC4 soap_in_PointerToKMS_Agent__FilterParameters(struct soap*, const char*, struct KMS_Agent__FilterParameters **, const char*); 1687*12720SWyllys.Ingersoll@Sun.COM 1688*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToKMS_Agent__FilterParameters(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_PointerToKMS_Agent__FilterParameters(soap, data), 0) || KMS_Agent::soap_put_PointerToKMS_Agent__FilterParameters(soap, data, NULL, NULL) || soap_end_send(soap) ) 1689*12720SWyllys.Ingersoll@Sun.COM 1690*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToKMS_Agent__FilterParameters(struct soap*, struct KMS_Agent__FilterParameters *const*, const char*, const char*); 1691*12720SWyllys.Ingersoll@Sun.COM 1692*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToKMS_Agent__FilterParameters(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_PointerToKMS_Agent__FilterParameters(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1693*12720SWyllys.Ingersoll@Sun.COM 1694*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_Agent__FilterParameters ** SOAP_FMAC4 soap_get_PointerToKMS_Agent__FilterParameters(struct soap*, struct KMS_Agent__FilterParameters **, const char*, const char*); 1695*12720SWyllys.Ingersoll@Sun.COM 1696*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_PointerToxsd__hexBinary 1697*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_PointerToxsd__hexBinary (23) 1698*12720SWyllys.Ingersoll@Sun.COM #endif 1699*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToxsd__hexBinary(struct soap*, struct xsd__hexBinary *const*); 1700*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToxsd__hexBinary(struct soap*, const char *, int, struct xsd__hexBinary *const*, const char *); 1701*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct xsd__hexBinary ** SOAP_FMAC4 soap_in_PointerToxsd__hexBinary(struct soap*, const char*, struct xsd__hexBinary **, const char*); 1702*12720SWyllys.Ingersoll@Sun.COM 1703*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToxsd__hexBinary(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_PointerToxsd__hexBinary(soap, data), 0) || KMS_Agent::soap_put_PointerToxsd__hexBinary(soap, data, NULL, NULL) || soap_end_send(soap) ) 1704*12720SWyllys.Ingersoll@Sun.COM 1705*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToxsd__hexBinary(struct soap*, struct xsd__hexBinary *const*, const char*, const char*); 1706*12720SWyllys.Ingersoll@Sun.COM 1707*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToxsd__hexBinary(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_PointerToxsd__hexBinary(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1708*12720SWyllys.Ingersoll@Sun.COM 1709*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct xsd__hexBinary ** SOAP_FMAC4 soap_get_PointerToxsd__hexBinary(struct soap*, struct xsd__hexBinary **, const char*, const char*); 1710*12720SWyllys.Ingersoll@Sun.COM 1711*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_PointerTounsignedByte 1712*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_PointerTounsignedByte (21) 1713*12720SWyllys.Ingersoll@Sun.COM #endif 1714*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTounsignedByte(struct soap*, unsigned char *const*); 1715*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTounsignedByte(struct soap*, const char *, int, unsigned char *const*, const char *); 1716*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_in_PointerTounsignedByte(struct soap*, const char*, unsigned char **, const char*); 1717*12720SWyllys.Ingersoll@Sun.COM 1718*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerTounsignedByte(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_PointerTounsignedByte(soap, data), 0) || KMS_Agent::soap_put_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) 1719*12720SWyllys.Ingersoll@Sun.COM 1720*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTounsignedByte(struct soap*, unsigned char *const*, const char*, const char*); 1721*12720SWyllys.Ingersoll@Sun.COM 1722*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerTounsignedByte(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1723*12720SWyllys.Ingersoll@Sun.COM 1724*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_get_PointerTounsignedByte(struct soap*, unsigned char **, const char*, const char*); 1725*12720SWyllys.Ingersoll@Sun.COM 1726*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_xsd__duration 1727*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_xsd__duration (17) 1728*12720SWyllys.Ingersoll@Sun.COM #endif 1729*12720SWyllys.Ingersoll@Sun.COM 1730*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__duration(soap, a) soap_default_string(soap, a) 1731*12720SWyllys.Ingersoll@Sun.COM 1732*12720SWyllys.Ingersoll@Sun.COM 1733*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__duration(soap, a) soap_serialize_string(soap, a) 1734*12720SWyllys.Ingersoll@Sun.COM 1735*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration(struct soap*, const char*, int, char*const*, const char*); 1736*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__duration(struct soap*, const char*, char **, const char*); 1737*12720SWyllys.Ingersoll@Sun.COM 1738*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__duration(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_xsd__duration(soap, data), 0) || KMS_Agent::soap_put_xsd__duration(soap, data, NULL, NULL) || soap_end_send(soap) ) 1739*12720SWyllys.Ingersoll@Sun.COM 1740*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__duration(struct soap*, char *const*, const char*, const char*); 1741*12720SWyllys.Ingersoll@Sun.COM 1742*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__duration(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_xsd__duration(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1743*12720SWyllys.Ingersoll@Sun.COM 1744*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__duration(struct soap*, char **, const char*, const char*); 1745*12720SWyllys.Ingersoll@Sun.COM 1746*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_xsd__dateTime 1747*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_xsd__dateTime (16) 1748*12720SWyllys.Ingersoll@Sun.COM #endif 1749*12720SWyllys.Ingersoll@Sun.COM 1750*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__dateTime(soap, a) soap_default_string(soap, a) 1751*12720SWyllys.Ingersoll@Sun.COM 1752*12720SWyllys.Ingersoll@Sun.COM 1753*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__dateTime(soap, a) soap_serialize_string(soap, a) 1754*12720SWyllys.Ingersoll@Sun.COM 1755*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__dateTime(struct soap*, const char*, int, char*const*, const char*); 1756*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__dateTime(struct soap*, const char*, char **, const char*); 1757*12720SWyllys.Ingersoll@Sun.COM 1758*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__dateTime(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_xsd__dateTime(soap, data), 0) || KMS_Agent::soap_put_xsd__dateTime(soap, data, NULL, NULL) || soap_end_send(soap) ) 1759*12720SWyllys.Ingersoll@Sun.COM 1760*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__dateTime(struct soap*, char *const*, const char*, const char*); 1761*12720SWyllys.Ingersoll@Sun.COM 1762*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__dateTime(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_xsd__dateTime(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1763*12720SWyllys.Ingersoll@Sun.COM 1764*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__dateTime(struct soap*, char **, const char*, const char*); 1765*12720SWyllys.Ingersoll@Sun.COM 1766*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_xsd__string 1767*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_xsd__string (7) 1768*12720SWyllys.Ingersoll@Sun.COM #endif 1769*12720SWyllys.Ingersoll@Sun.COM 1770*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__string(soap, a) soap_default_string(soap, a) 1771*12720SWyllys.Ingersoll@Sun.COM 1772*12720SWyllys.Ingersoll@Sun.COM 1773*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__string(soap, a) soap_serialize_string(soap, a) 1774*12720SWyllys.Ingersoll@Sun.COM 1775*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__string(struct soap*, const char*, int, char*const*, const char*); 1776*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__string(struct soap*, const char*, char **, const char*); 1777*12720SWyllys.Ingersoll@Sun.COM 1778*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__string(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_xsd__string(soap, data), 0) || KMS_Agent::soap_put_xsd__string(soap, data, NULL, NULL) || soap_end_send(soap) ) 1779*12720SWyllys.Ingersoll@Sun.COM 1780*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__string(struct soap*, char *const*, const char*, const char*); 1781*12720SWyllys.Ingersoll@Sun.COM 1782*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__string(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_xsd__string(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1783*12720SWyllys.Ingersoll@Sun.COM 1784*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__string(struct soap*, char **, const char*, const char*); 1785*12720SWyllys.Ingersoll@Sun.COM 1786*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent__QName 1787*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent__QName (5) 1788*12720SWyllys.Ingersoll@Sun.COM #endif 1789*12720SWyllys.Ingersoll@Sun.COM 1790*12720SWyllys.Ingersoll@Sun.COM #define soap_default__QName(soap, a) soap_default_string(soap, a) 1791*12720SWyllys.Ingersoll@Sun.COM 1792*12720SWyllys.Ingersoll@Sun.COM 1793*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize__QName(soap, a) soap_serialize_string(soap, a) 1794*12720SWyllys.Ingersoll@Sun.COM 1795*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*); 1796*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*); 1797*12720SWyllys.Ingersoll@Sun.COM 1798*12720SWyllys.Ingersoll@Sun.COM #define soap_write__QName(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize__QName(soap, data), 0) || KMS_Agent::soap_put__QName(soap, data, NULL, NULL) || soap_end_send(soap) ) 1799*12720SWyllys.Ingersoll@Sun.COM 1800*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*); 1801*12720SWyllys.Ingersoll@Sun.COM 1802*12720SWyllys.Ingersoll@Sun.COM #define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1803*12720SWyllys.Ingersoll@Sun.COM 1804*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*); 1805*12720SWyllys.Ingersoll@Sun.COM 1806*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_Agent_string 1807*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_Agent_string (4) 1808*12720SWyllys.Ingersoll@Sun.COM #endif 1809*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **); 1810*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*); 1811*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*); 1812*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*); 1813*12720SWyllys.Ingersoll@Sun.COM 1814*12720SWyllys.Ingersoll@Sun.COM #define soap_write_string(soap, data) ( soap_begin_send(soap) || (KMS_Agent::soap_serialize_string(soap, data), 0) || KMS_Agent::soap_put_string(soap, data, NULL, NULL) || soap_end_send(soap) ) 1815*12720SWyllys.Ingersoll@Sun.COM 1816*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*); 1817*12720SWyllys.Ingersoll@Sun.COM 1818*12720SWyllys.Ingersoll@Sun.COM #define soap_read_string(soap, data) ( soap_begin_recv(soap) || !KMS_Agent::soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap) ) 1819*12720SWyllys.Ingersoll@Sun.COM 1820*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*); 1821*12720SWyllys.Ingersoll@Sun.COM 1822*12720SWyllys.Ingersoll@Sun.COM } // namespace KMS_Agent 1823*12720SWyllys.Ingersoll@Sun.COM 1824*12720SWyllys.Ingersoll@Sun.COM 1825*12720SWyllys.Ingersoll@Sun.COM #endif 1826*12720SWyllys.Ingersoll@Sun.COM 1827*12720SWyllys.Ingersoll@Sun.COM /* End of KMS_AgentH.h */ 1828