xref: /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/KMS_CAH.h (revision 12720:3db6e0082404)
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_CAH.h
27*12720SWyllys.Ingersoll@Sun.COM    Generated by gSOAP 2.7.17 from ../gsoapStubs/CAService/KMS_CA_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_CAH_H
34*12720SWyllys.Ingersoll@Sun.COM #define KMS_CAH_H
35*12720SWyllys.Ingersoll@Sun.COM #include "KMS_CAStub.h"
36*12720SWyllys.Ingersoll@Sun.COM 
37*12720SWyllys.Ingersoll@Sun.COM namespace KMS_CA {
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_CA_byte
52*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_int
68*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_xsd__int
84*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_long
102*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_xsd__long
118*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_LONG64
136*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_xsd__float
152*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_float
170*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_unsignedByte
186*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_unsignedInt
202*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_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_CA::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_CA::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_CA_xsd__boolean
218*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__boolean (13)
219*12720SWyllys.Ingersoll@Sun.COM #endif
220*12720SWyllys.Ingersoll@Sun.COM 
221*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__boolean(soap, a) soap_default_bool(soap, a)
222*12720SWyllys.Ingersoll@Sun.COM 
223*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__boolean(struct soap*, const char*, int, const bool *, const char*);
224*12720SWyllys.Ingersoll@Sun.COM 
225*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_xsd__boolean2s(struct soap*, bool);
226*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_xsd__boolean(struct soap*, const char*, bool *, const char*);
227*12720SWyllys.Ingersoll@Sun.COM 
228*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2xsd__boolean(struct soap*, const char*, bool *);
229*12720SWyllys.Ingersoll@Sun.COM 
230*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__boolean(soap, data) ( soap_begin_send(soap) || KMS_CA::soap_put_xsd__boolean(soap, data, NULL, NULL) || soap_end_send(soap) )
231*12720SWyllys.Ingersoll@Sun.COM 
232*12720SWyllys.Ingersoll@Sun.COM 
233*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__boolean(struct soap*, const bool *, const char*, const char*);
234*12720SWyllys.Ingersoll@Sun.COM 
235*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__boolean(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_xsd__boolean(soap, data, NULL, NULL) || soap_end_recv(soap) )
236*12720SWyllys.Ingersoll@Sun.COM 
237*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_xsd__boolean(struct soap*, bool *, const char*, const char*);
238*12720SWyllys.Ingersoll@Sun.COM 
239*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_bool
240*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_bool (12)
241*12720SWyllys.Ingersoll@Sun.COM #endif
242*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_bool(struct soap*, bool *);
243*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_bool(struct soap*, const char*, int, const bool *, const char*);
244*12720SWyllys.Ingersoll@Sun.COM 
245*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S const char* SOAP_FMAC4S soap_bool2s(struct soap*, bool);
246*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_bool(struct soap*, const char*, bool *, const char*);
247*12720SWyllys.Ingersoll@Sun.COM 
248*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3S int SOAP_FMAC4S soap_s2bool(struct soap*, const char*, bool *);
249*12720SWyllys.Ingersoll@Sun.COM 
250*12720SWyllys.Ingersoll@Sun.COM #define soap_write_bool(soap, data) ( soap_begin_send(soap) || KMS_CA::soap_put_bool(soap, data, NULL, NULL) || soap_end_send(soap) )
251*12720SWyllys.Ingersoll@Sun.COM 
252*12720SWyllys.Ingersoll@Sun.COM 
253*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_bool(struct soap*, const bool *, const char*, const char*);
254*12720SWyllys.Ingersoll@Sun.COM 
255*12720SWyllys.Ingersoll@Sun.COM #define soap_read_bool(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_bool(soap, data, NULL, NULL) || soap_end_recv(soap) )
256*12720SWyllys.Ingersoll@Sun.COM 
257*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_bool(struct soap*, bool *, const char*, const char*);
258*12720SWyllys.Ingersoll@Sun.COM 
259*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
260*12720SWyllys.Ingersoll@Sun.COM 
261*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Fault
262*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Fault (37)
263*12720SWyllys.Ingersoll@Sun.COM #endif
264*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *);
265*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *);
266*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*);
267*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*);
268*12720SWyllys.Ingersoll@Sun.COM 
269*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Fault(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_SOAP_ENV__Fault(soap, data), 0) || KMS_CA::soap_put_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_send(soap) )
270*12720SWyllys.Ingersoll@Sun.COM 
271*12720SWyllys.Ingersoll@Sun.COM 
272*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*);
273*12720SWyllys.Ingersoll@Sun.COM 
274*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Fault(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_recv(soap) )
275*12720SWyllys.Ingersoll@Sun.COM 
276*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*);
277*12720SWyllys.Ingersoll@Sun.COM 
278*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Fault(soap, n) soap_instantiate_SOAP_ENV__Fault(soap, n, NULL, NULL, NULL)
279*12720SWyllys.Ingersoll@Sun.COM 
280*12720SWyllys.Ingersoll@Sun.COM 
281*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Fault(soap, p) soap_delete(soap, p)
282*12720SWyllys.Ingersoll@Sun.COM 
283*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*);
284*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Fault(struct soap*, int, int, void*, size_t, const void*, size_t);
285*12720SWyllys.Ingersoll@Sun.COM 
286*12720SWyllys.Ingersoll@Sun.COM #endif
287*12720SWyllys.Ingersoll@Sun.COM 
288*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
289*12720SWyllys.Ingersoll@Sun.COM 
290*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Reason
291*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Reason (36)
292*12720SWyllys.Ingersoll@Sun.COM #endif
293*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *);
294*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *);
295*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*);
296*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*);
297*12720SWyllys.Ingersoll@Sun.COM 
298*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_SOAP_ENV__Reason(soap, data), 0) || KMS_CA::soap_put_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) )
299*12720SWyllys.Ingersoll@Sun.COM 
300*12720SWyllys.Ingersoll@Sun.COM 
301*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*);
302*12720SWyllys.Ingersoll@Sun.COM 
303*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) )
304*12720SWyllys.Ingersoll@Sun.COM 
305*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*);
306*12720SWyllys.Ingersoll@Sun.COM 
307*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Reason(soap, n) soap_instantiate_SOAP_ENV__Reason(soap, n, NULL, NULL, NULL)
308*12720SWyllys.Ingersoll@Sun.COM 
309*12720SWyllys.Ingersoll@Sun.COM 
310*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Reason(soap, p) soap_delete(soap, p)
311*12720SWyllys.Ingersoll@Sun.COM 
312*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*);
313*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Reason(struct soap*, int, int, void*, size_t, const void*, size_t);
314*12720SWyllys.Ingersoll@Sun.COM 
315*12720SWyllys.Ingersoll@Sun.COM #endif
316*12720SWyllys.Ingersoll@Sun.COM 
317*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
318*12720SWyllys.Ingersoll@Sun.COM 
319*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Detail
320*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Detail (33)
321*12720SWyllys.Ingersoll@Sun.COM #endif
322*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *);
323*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *);
324*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*);
325*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*);
326*12720SWyllys.Ingersoll@Sun.COM 
327*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_SOAP_ENV__Detail(soap, data), 0) || KMS_CA::soap_put_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) )
328*12720SWyllys.Ingersoll@Sun.COM 
329*12720SWyllys.Ingersoll@Sun.COM 
330*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*);
331*12720SWyllys.Ingersoll@Sun.COM 
332*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) )
333*12720SWyllys.Ingersoll@Sun.COM 
334*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*);
335*12720SWyllys.Ingersoll@Sun.COM 
336*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Detail(soap, n) soap_instantiate_SOAP_ENV__Detail(soap, n, NULL, NULL, NULL)
337*12720SWyllys.Ingersoll@Sun.COM 
338*12720SWyllys.Ingersoll@Sun.COM 
339*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Detail(soap, p) soap_delete(soap, p)
340*12720SWyllys.Ingersoll@Sun.COM 
341*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*);
342*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Detail(struct soap*, int, int, void*, size_t, const void*, size_t);
343*12720SWyllys.Ingersoll@Sun.COM 
344*12720SWyllys.Ingersoll@Sun.COM #endif
345*12720SWyllys.Ingersoll@Sun.COM 
346*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
347*12720SWyllys.Ingersoll@Sun.COM 
348*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Code
349*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Code (31)
350*12720SWyllys.Ingersoll@Sun.COM #endif
351*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *);
352*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *);
353*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*);
354*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*);
355*12720SWyllys.Ingersoll@Sun.COM 
356*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_SOAP_ENV__Code(soap, data), 0) || KMS_CA::soap_put_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) )
357*12720SWyllys.Ingersoll@Sun.COM 
358*12720SWyllys.Ingersoll@Sun.COM 
359*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*);
360*12720SWyllys.Ingersoll@Sun.COM 
361*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) )
362*12720SWyllys.Ingersoll@Sun.COM 
363*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*);
364*12720SWyllys.Ingersoll@Sun.COM 
365*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Code(soap, n) soap_instantiate_SOAP_ENV__Code(soap, n, NULL, NULL, NULL)
366*12720SWyllys.Ingersoll@Sun.COM 
367*12720SWyllys.Ingersoll@Sun.COM 
368*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Code(soap, p) soap_delete(soap, p)
369*12720SWyllys.Ingersoll@Sun.COM 
370*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*);
371*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Code(struct soap*, int, int, void*, size_t, const void*, size_t);
372*12720SWyllys.Ingersoll@Sun.COM 
373*12720SWyllys.Ingersoll@Sun.COM #endif
374*12720SWyllys.Ingersoll@Sun.COM 
375*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
376*12720SWyllys.Ingersoll@Sun.COM 
377*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Header
378*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Header (30)
379*12720SWyllys.Ingersoll@Sun.COM #endif
380*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *);
381*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *);
382*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*);
383*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*);
384*12720SWyllys.Ingersoll@Sun.COM 
385*12720SWyllys.Ingersoll@Sun.COM #define soap_write_SOAP_ENV__Header(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_SOAP_ENV__Header(soap, data), 0) || KMS_CA::soap_put_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_send(soap) )
386*12720SWyllys.Ingersoll@Sun.COM 
387*12720SWyllys.Ingersoll@Sun.COM 
388*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*);
389*12720SWyllys.Ingersoll@Sun.COM 
390*12720SWyllys.Ingersoll@Sun.COM #define soap_read_SOAP_ENV__Header(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_recv(soap) )
391*12720SWyllys.Ingersoll@Sun.COM 
392*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*);
393*12720SWyllys.Ingersoll@Sun.COM 
394*12720SWyllys.Ingersoll@Sun.COM #define soap_new_SOAP_ENV__Header(soap, n) soap_instantiate_SOAP_ENV__Header(soap, n, NULL, NULL, NULL)
395*12720SWyllys.Ingersoll@Sun.COM 
396*12720SWyllys.Ingersoll@Sun.COM 
397*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_SOAP_ENV__Header(soap, p) soap_delete(soap, p)
398*12720SWyllys.Ingersoll@Sun.COM 
399*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*);
400*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Header(struct soap*, int, int, void*, size_t, const void*, size_t);
401*12720SWyllys.Ingersoll@Sun.COM 
402*12720SWyllys.Ingersoll@Sun.COM #endif
403*12720SWyllys.Ingersoll@Sun.COM 
404*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_KMS_CA__RetrieveLocalClock
405*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_KMS_CA__RetrieveLocalClock (29)
406*12720SWyllys.Ingersoll@Sun.COM #endif
407*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_CA__RetrieveLocalClock(struct soap*, struct KMS_CA__RetrieveLocalClock *);
408*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_CA__RetrieveLocalClock(struct soap*, const struct KMS_CA__RetrieveLocalClock *);
409*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_CA__RetrieveLocalClock(struct soap*, const char*, int, const struct KMS_CA__RetrieveLocalClock *, const char*);
410*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_CA__RetrieveLocalClock * SOAP_FMAC4 soap_in_KMS_CA__RetrieveLocalClock(struct soap*, const char*, struct KMS_CA__RetrieveLocalClock *, const char*);
411*12720SWyllys.Ingersoll@Sun.COM 
412*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_CA__RetrieveLocalClock(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_KMS_CA__RetrieveLocalClock(soap, data), 0) || KMS_CA::soap_put_KMS_CA__RetrieveLocalClock(soap, data, NULL, NULL) || soap_end_send(soap) )
413*12720SWyllys.Ingersoll@Sun.COM 
414*12720SWyllys.Ingersoll@Sun.COM 
415*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_CA__RetrieveLocalClock(struct soap*, const struct KMS_CA__RetrieveLocalClock *, const char*, const char*);
416*12720SWyllys.Ingersoll@Sun.COM 
417*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_CA__RetrieveLocalClock(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_KMS_CA__RetrieveLocalClock(soap, data, NULL, NULL) || soap_end_recv(soap) )
418*12720SWyllys.Ingersoll@Sun.COM 
419*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_CA__RetrieveLocalClock * SOAP_FMAC4 soap_get_KMS_CA__RetrieveLocalClock(struct soap*, struct KMS_CA__RetrieveLocalClock *, const char*, const char*);
420*12720SWyllys.Ingersoll@Sun.COM 
421*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_CA__RetrieveLocalClock(soap, n) soap_instantiate_KMS_CA__RetrieveLocalClock(soap, n, NULL, NULL, NULL)
422*12720SWyllys.Ingersoll@Sun.COM 
423*12720SWyllys.Ingersoll@Sun.COM 
424*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_CA__RetrieveLocalClock(soap, p) soap_delete(soap, p)
425*12720SWyllys.Ingersoll@Sun.COM 
426*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_CA__RetrieveLocalClock * SOAP_FMAC2 soap_instantiate_KMS_CA__RetrieveLocalClock(struct soap*, int, const char*, const char*, size_t*);
427*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_CA__RetrieveLocalClock(struct soap*, int, int, void*, size_t, const void*, size_t);
428*12720SWyllys.Ingersoll@Sun.COM 
429*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_KMS_CA__RetrieveLocalClockResponse
430*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_KMS_CA__RetrieveLocalClockResponse (26)
431*12720SWyllys.Ingersoll@Sun.COM #endif
432*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_CA__RetrieveLocalClockResponse(struct soap*, struct KMS_CA__RetrieveLocalClockResponse *);
433*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_CA__RetrieveLocalClockResponse(struct soap*, const struct KMS_CA__RetrieveLocalClockResponse *);
434*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_CA__RetrieveLocalClockResponse(struct soap*, const char*, int, const struct KMS_CA__RetrieveLocalClockResponse *, const char*);
435*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_CA__RetrieveLocalClockResponse * SOAP_FMAC4 soap_in_KMS_CA__RetrieveLocalClockResponse(struct soap*, const char*, struct KMS_CA__RetrieveLocalClockResponse *, const char*);
436*12720SWyllys.Ingersoll@Sun.COM 
437*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_CA__RetrieveLocalClockResponse(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_KMS_CA__RetrieveLocalClockResponse(soap, data), 0) || KMS_CA::soap_put_KMS_CA__RetrieveLocalClockResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
438*12720SWyllys.Ingersoll@Sun.COM 
439*12720SWyllys.Ingersoll@Sun.COM 
440*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_CA__RetrieveLocalClockResponse(struct soap*, const struct KMS_CA__RetrieveLocalClockResponse *, const char*, const char*);
441*12720SWyllys.Ingersoll@Sun.COM 
442*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_CA__RetrieveLocalClockResponse(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_KMS_CA__RetrieveLocalClockResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
443*12720SWyllys.Ingersoll@Sun.COM 
444*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_CA__RetrieveLocalClockResponse * SOAP_FMAC4 soap_get_KMS_CA__RetrieveLocalClockResponse(struct soap*, struct KMS_CA__RetrieveLocalClockResponse *, const char*, const char*);
445*12720SWyllys.Ingersoll@Sun.COM 
446*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_CA__RetrieveLocalClockResponse(soap, n) soap_instantiate_KMS_CA__RetrieveLocalClockResponse(soap, n, NULL, NULL, NULL)
447*12720SWyllys.Ingersoll@Sun.COM 
448*12720SWyllys.Ingersoll@Sun.COM 
449*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_CA__RetrieveLocalClockResponse(soap, p) soap_delete(soap, p)
450*12720SWyllys.Ingersoll@Sun.COM 
451*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_CA__RetrieveLocalClockResponse * SOAP_FMAC2 soap_instantiate_KMS_CA__RetrieveLocalClockResponse(struct soap*, int, const char*, const char*, size_t*);
452*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_CA__RetrieveLocalClockResponse(struct soap*, int, int, void*, size_t, const void*, size_t);
453*12720SWyllys.Ingersoll@Sun.COM 
454*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_KMS_CA__RetrieveRootCACertificate
455*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_KMS_CA__RetrieveRootCACertificate (25)
456*12720SWyllys.Ingersoll@Sun.COM #endif
457*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_CA__RetrieveRootCACertificate(struct soap*, struct KMS_CA__RetrieveRootCACertificate *);
458*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_CA__RetrieveRootCACertificate(struct soap*, const struct KMS_CA__RetrieveRootCACertificate *);
459*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_CA__RetrieveRootCACertificate(struct soap*, const char*, int, const struct KMS_CA__RetrieveRootCACertificate *, const char*);
460*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_CA__RetrieveRootCACertificate * SOAP_FMAC4 soap_in_KMS_CA__RetrieveRootCACertificate(struct soap*, const char*, struct KMS_CA__RetrieveRootCACertificate *, const char*);
461*12720SWyllys.Ingersoll@Sun.COM 
462*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_CA__RetrieveRootCACertificate(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_KMS_CA__RetrieveRootCACertificate(soap, data), 0) || KMS_CA::soap_put_KMS_CA__RetrieveRootCACertificate(soap, data, NULL, NULL) || soap_end_send(soap) )
463*12720SWyllys.Ingersoll@Sun.COM 
464*12720SWyllys.Ingersoll@Sun.COM 
465*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_CA__RetrieveRootCACertificate(struct soap*, const struct KMS_CA__RetrieveRootCACertificate *, const char*, const char*);
466*12720SWyllys.Ingersoll@Sun.COM 
467*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_CA__RetrieveRootCACertificate(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_KMS_CA__RetrieveRootCACertificate(soap, data, NULL, NULL) || soap_end_recv(soap) )
468*12720SWyllys.Ingersoll@Sun.COM 
469*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_CA__RetrieveRootCACertificate * SOAP_FMAC4 soap_get_KMS_CA__RetrieveRootCACertificate(struct soap*, struct KMS_CA__RetrieveRootCACertificate *, const char*, const char*);
470*12720SWyllys.Ingersoll@Sun.COM 
471*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_CA__RetrieveRootCACertificate(soap, n) soap_instantiate_KMS_CA__RetrieveRootCACertificate(soap, n, NULL, NULL, NULL)
472*12720SWyllys.Ingersoll@Sun.COM 
473*12720SWyllys.Ingersoll@Sun.COM 
474*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_CA__RetrieveRootCACertificate(soap, p) soap_delete(soap, p)
475*12720SWyllys.Ingersoll@Sun.COM 
476*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_CA__RetrieveRootCACertificate * SOAP_FMAC2 soap_instantiate_KMS_CA__RetrieveRootCACertificate(struct soap*, int, const char*, const char*, size_t*);
477*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_CA__RetrieveRootCACertificate(struct soap*, int, int, void*, size_t, const void*, size_t);
478*12720SWyllys.Ingersoll@Sun.COM 
479*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_KMS_CA__RetrieveRootCACertificateResponse
480*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_KMS_CA__RetrieveRootCACertificateResponse (22)
481*12720SWyllys.Ingersoll@Sun.COM #endif
482*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_KMS_CA__RetrieveRootCACertificateResponse(struct soap*, struct KMS_CA__RetrieveRootCACertificateResponse *);
483*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_KMS_CA__RetrieveRootCACertificateResponse(struct soap*, const struct KMS_CA__RetrieveRootCACertificateResponse *);
484*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_KMS_CA__RetrieveRootCACertificateResponse(struct soap*, const char*, int, const struct KMS_CA__RetrieveRootCACertificateResponse *, const char*);
485*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_CA__RetrieveRootCACertificateResponse * SOAP_FMAC4 soap_in_KMS_CA__RetrieveRootCACertificateResponse(struct soap*, const char*, struct KMS_CA__RetrieveRootCACertificateResponse *, const char*);
486*12720SWyllys.Ingersoll@Sun.COM 
487*12720SWyllys.Ingersoll@Sun.COM #define soap_write_KMS_CA__RetrieveRootCACertificateResponse(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_KMS_CA__RetrieveRootCACertificateResponse(soap, data), 0) || KMS_CA::soap_put_KMS_CA__RetrieveRootCACertificateResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
488*12720SWyllys.Ingersoll@Sun.COM 
489*12720SWyllys.Ingersoll@Sun.COM 
490*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_KMS_CA__RetrieveRootCACertificateResponse(struct soap*, const struct KMS_CA__RetrieveRootCACertificateResponse *, const char*, const char*);
491*12720SWyllys.Ingersoll@Sun.COM 
492*12720SWyllys.Ingersoll@Sun.COM #define soap_read_KMS_CA__RetrieveRootCACertificateResponse(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_KMS_CA__RetrieveRootCACertificateResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
493*12720SWyllys.Ingersoll@Sun.COM 
494*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct KMS_CA__RetrieveRootCACertificateResponse * SOAP_FMAC4 soap_get_KMS_CA__RetrieveRootCACertificateResponse(struct soap*, struct KMS_CA__RetrieveRootCACertificateResponse *, const char*, const char*);
495*12720SWyllys.Ingersoll@Sun.COM 
496*12720SWyllys.Ingersoll@Sun.COM #define soap_new_KMS_CA__RetrieveRootCACertificateResponse(soap, n) soap_instantiate_KMS_CA__RetrieveRootCACertificateResponse(soap, n, NULL, NULL, NULL)
497*12720SWyllys.Ingersoll@Sun.COM 
498*12720SWyllys.Ingersoll@Sun.COM 
499*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_KMS_CA__RetrieveRootCACertificateResponse(soap, p) soap_delete(soap, p)
500*12720SWyllys.Ingersoll@Sun.COM 
501*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct KMS_CA__RetrieveRootCACertificateResponse * SOAP_FMAC2 soap_instantiate_KMS_CA__RetrieveRootCACertificateResponse(struct soap*, int, const char*, const char*, size_t*);
502*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_KMS_CA__RetrieveRootCACertificateResponse(struct soap*, int, int, void*, size_t, const void*, size_t);
503*12720SWyllys.Ingersoll@Sun.COM 
504*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__hexBinary
505*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__hexBinary (18)
506*12720SWyllys.Ingersoll@Sun.COM #endif
507*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_xsd__hexBinary(struct soap*, struct xsd__hexBinary *);
508*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_xsd__hexBinary(struct soap*, struct xsd__hexBinary const*);
509*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__hexBinary(struct soap*, const char*, int, const struct xsd__hexBinary *, const char*);
510*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct xsd__hexBinary * SOAP_FMAC4 soap_in_xsd__hexBinary(struct soap*, const char*, struct xsd__hexBinary *, const char*);
511*12720SWyllys.Ingersoll@Sun.COM 
512*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__hexBinary(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_xsd__hexBinary(soap, data), 0) || KMS_CA::soap_put_xsd__hexBinary(soap, data, NULL, NULL) || soap_end_send(soap) )
513*12720SWyllys.Ingersoll@Sun.COM 
514*12720SWyllys.Ingersoll@Sun.COM 
515*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__hexBinary(struct soap*, const struct xsd__hexBinary *, const char*, const char*);
516*12720SWyllys.Ingersoll@Sun.COM 
517*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__hexBinary(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_xsd__hexBinary(soap, data, NULL, NULL) || soap_end_recv(soap) )
518*12720SWyllys.Ingersoll@Sun.COM 
519*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct xsd__hexBinary * SOAP_FMAC4 soap_get_xsd__hexBinary(struct soap*, struct xsd__hexBinary *, const char*, const char*);
520*12720SWyllys.Ingersoll@Sun.COM 
521*12720SWyllys.Ingersoll@Sun.COM #define soap_new_xsd__hexBinary(soap, n) soap_instantiate_xsd__hexBinary(soap, n, NULL, NULL, NULL)
522*12720SWyllys.Ingersoll@Sun.COM 
523*12720SWyllys.Ingersoll@Sun.COM 
524*12720SWyllys.Ingersoll@Sun.COM #define soap_delete_xsd__hexBinary(soap, p) soap_delete(soap, p)
525*12720SWyllys.Ingersoll@Sun.COM 
526*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC1 struct xsd__hexBinary * SOAP_FMAC2 soap_instantiate_xsd__hexBinary(struct soap*, int, const char*, const char*, size_t*);
527*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__hexBinary(struct soap*, int, int, void*, size_t, const void*, size_t);
528*12720SWyllys.Ingersoll@Sun.COM 
529*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
530*12720SWyllys.Ingersoll@Sun.COM 
531*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_PointerToSOAP_ENV__Reason
532*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_PointerToSOAP_ENV__Reason (39)
533*12720SWyllys.Ingersoll@Sun.COM #endif
534*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*);
535*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *);
536*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*);
537*12720SWyllys.Ingersoll@Sun.COM 
538*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_PointerToSOAP_ENV__Reason(soap, data), 0) || KMS_CA::soap_put_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) )
539*12720SWyllys.Ingersoll@Sun.COM 
540*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*);
541*12720SWyllys.Ingersoll@Sun.COM 
542*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) )
543*12720SWyllys.Ingersoll@Sun.COM 
544*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*);
545*12720SWyllys.Ingersoll@Sun.COM 
546*12720SWyllys.Ingersoll@Sun.COM #endif
547*12720SWyllys.Ingersoll@Sun.COM 
548*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
549*12720SWyllys.Ingersoll@Sun.COM 
550*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_PointerToSOAP_ENV__Detail
551*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_PointerToSOAP_ENV__Detail (38)
552*12720SWyllys.Ingersoll@Sun.COM #endif
553*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*);
554*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *);
555*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*);
556*12720SWyllys.Ingersoll@Sun.COM 
557*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_PointerToSOAP_ENV__Detail(soap, data), 0) || KMS_CA::soap_put_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) )
558*12720SWyllys.Ingersoll@Sun.COM 
559*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*);
560*12720SWyllys.Ingersoll@Sun.COM 
561*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) )
562*12720SWyllys.Ingersoll@Sun.COM 
563*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*);
564*12720SWyllys.Ingersoll@Sun.COM 
565*12720SWyllys.Ingersoll@Sun.COM #endif
566*12720SWyllys.Ingersoll@Sun.COM 
567*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
568*12720SWyllys.Ingersoll@Sun.COM 
569*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_PointerToSOAP_ENV__Code
570*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_PointerToSOAP_ENV__Code (32)
571*12720SWyllys.Ingersoll@Sun.COM #endif
572*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*);
573*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *);
574*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*);
575*12720SWyllys.Ingersoll@Sun.COM 
576*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_PointerToSOAP_ENV__Code(soap, data), 0) || KMS_CA::soap_put_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) )
577*12720SWyllys.Ingersoll@Sun.COM 
578*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*);
579*12720SWyllys.Ingersoll@Sun.COM 
580*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) )
581*12720SWyllys.Ingersoll@Sun.COM 
582*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*);
583*12720SWyllys.Ingersoll@Sun.COM 
584*12720SWyllys.Ingersoll@Sun.COM #endif
585*12720SWyllys.Ingersoll@Sun.COM 
586*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_PointerTounsignedByte
587*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_PointerTounsignedByte (21)
588*12720SWyllys.Ingersoll@Sun.COM #endif
589*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTounsignedByte(struct soap*, unsigned char *const*);
590*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTounsignedByte(struct soap*, const char *, int, unsigned char *const*, const char *);
591*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_in_PointerTounsignedByte(struct soap*, const char*, unsigned char **, const char*);
592*12720SWyllys.Ingersoll@Sun.COM 
593*12720SWyllys.Ingersoll@Sun.COM #define soap_write_PointerTounsignedByte(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_PointerTounsignedByte(soap, data), 0) || KMS_CA::soap_put_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) )
594*12720SWyllys.Ingersoll@Sun.COM 
595*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTounsignedByte(struct soap*, unsigned char *const*, const char*, const char*);
596*12720SWyllys.Ingersoll@Sun.COM 
597*12720SWyllys.Ingersoll@Sun.COM #define soap_read_PointerTounsignedByte(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) )
598*12720SWyllys.Ingersoll@Sun.COM 
599*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_get_PointerTounsignedByte(struct soap*, unsigned char **, const char*, const char*);
600*12720SWyllys.Ingersoll@Sun.COM 
601*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__duration
602*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__duration (17)
603*12720SWyllys.Ingersoll@Sun.COM #endif
604*12720SWyllys.Ingersoll@Sun.COM 
605*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__duration(soap, a) soap_default_string(soap, a)
606*12720SWyllys.Ingersoll@Sun.COM 
607*12720SWyllys.Ingersoll@Sun.COM 
608*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__duration(soap, a) soap_serialize_string(soap, a)
609*12720SWyllys.Ingersoll@Sun.COM 
610*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration(struct soap*, const char*, int, char*const*, const char*);
611*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__duration(struct soap*, const char*, char **, const char*);
612*12720SWyllys.Ingersoll@Sun.COM 
613*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__duration(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_xsd__duration(soap, data), 0) || KMS_CA::soap_put_xsd__duration(soap, data, NULL, NULL) || soap_end_send(soap) )
614*12720SWyllys.Ingersoll@Sun.COM 
615*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__duration(struct soap*, char *const*, const char*, const char*);
616*12720SWyllys.Ingersoll@Sun.COM 
617*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__duration(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_xsd__duration(soap, data, NULL, NULL) || soap_end_recv(soap) )
618*12720SWyllys.Ingersoll@Sun.COM 
619*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__duration(struct soap*, char **, const char*, const char*);
620*12720SWyllys.Ingersoll@Sun.COM 
621*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__dateTime
622*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__dateTime (16)
623*12720SWyllys.Ingersoll@Sun.COM #endif
624*12720SWyllys.Ingersoll@Sun.COM 
625*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__dateTime(soap, a) soap_default_string(soap, a)
626*12720SWyllys.Ingersoll@Sun.COM 
627*12720SWyllys.Ingersoll@Sun.COM 
628*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__dateTime(soap, a) soap_serialize_string(soap, a)
629*12720SWyllys.Ingersoll@Sun.COM 
630*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__dateTime(struct soap*, const char*, int, char*const*, const char*);
631*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__dateTime(struct soap*, const char*, char **, const char*);
632*12720SWyllys.Ingersoll@Sun.COM 
633*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__dateTime(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_xsd__dateTime(soap, data), 0) || KMS_CA::soap_put_xsd__dateTime(soap, data, NULL, NULL) || soap_end_send(soap) )
634*12720SWyllys.Ingersoll@Sun.COM 
635*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__dateTime(struct soap*, char *const*, const char*, const char*);
636*12720SWyllys.Ingersoll@Sun.COM 
637*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__dateTime(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_xsd__dateTime(soap, data, NULL, NULL) || soap_end_recv(soap) )
638*12720SWyllys.Ingersoll@Sun.COM 
639*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__dateTime(struct soap*, char **, const char*, const char*);
640*12720SWyllys.Ingersoll@Sun.COM 
641*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__string
642*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__string (7)
643*12720SWyllys.Ingersoll@Sun.COM #endif
644*12720SWyllys.Ingersoll@Sun.COM 
645*12720SWyllys.Ingersoll@Sun.COM #define soap_default_xsd__string(soap, a) soap_default_string(soap, a)
646*12720SWyllys.Ingersoll@Sun.COM 
647*12720SWyllys.Ingersoll@Sun.COM 
648*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize_xsd__string(soap, a) soap_serialize_string(soap, a)
649*12720SWyllys.Ingersoll@Sun.COM 
650*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__string(struct soap*, const char*, int, char*const*, const char*);
651*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_xsd__string(struct soap*, const char*, char **, const char*);
652*12720SWyllys.Ingersoll@Sun.COM 
653*12720SWyllys.Ingersoll@Sun.COM #define soap_write_xsd__string(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_xsd__string(soap, data), 0) || KMS_CA::soap_put_xsd__string(soap, data, NULL, NULL) || soap_end_send(soap) )
654*12720SWyllys.Ingersoll@Sun.COM 
655*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__string(struct soap*, char *const*, const char*, const char*);
656*12720SWyllys.Ingersoll@Sun.COM 
657*12720SWyllys.Ingersoll@Sun.COM #define soap_read_xsd__string(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_xsd__string(soap, data, NULL, NULL) || soap_end_recv(soap) )
658*12720SWyllys.Ingersoll@Sun.COM 
659*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_xsd__string(struct soap*, char **, const char*, const char*);
660*12720SWyllys.Ingersoll@Sun.COM 
661*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA__QName
662*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA__QName (5)
663*12720SWyllys.Ingersoll@Sun.COM #endif
664*12720SWyllys.Ingersoll@Sun.COM 
665*12720SWyllys.Ingersoll@Sun.COM #define soap_default__QName(soap, a) soap_default_string(soap, a)
666*12720SWyllys.Ingersoll@Sun.COM 
667*12720SWyllys.Ingersoll@Sun.COM 
668*12720SWyllys.Ingersoll@Sun.COM #define soap_serialize__QName(soap, a) soap_serialize_string(soap, a)
669*12720SWyllys.Ingersoll@Sun.COM 
670*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*);
671*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*);
672*12720SWyllys.Ingersoll@Sun.COM 
673*12720SWyllys.Ingersoll@Sun.COM #define soap_write__QName(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize__QName(soap, data), 0) || KMS_CA::soap_put__QName(soap, data, NULL, NULL) || soap_end_send(soap) )
674*12720SWyllys.Ingersoll@Sun.COM 
675*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*);
676*12720SWyllys.Ingersoll@Sun.COM 
677*12720SWyllys.Ingersoll@Sun.COM #define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap) )
678*12720SWyllys.Ingersoll@Sun.COM 
679*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*);
680*12720SWyllys.Ingersoll@Sun.COM 
681*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_string
682*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_string (4)
683*12720SWyllys.Ingersoll@Sun.COM #endif
684*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **);
685*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*);
686*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*);
687*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*);
688*12720SWyllys.Ingersoll@Sun.COM 
689*12720SWyllys.Ingersoll@Sun.COM #define soap_write_string(soap, data) ( soap_begin_send(soap) || (KMS_CA::soap_serialize_string(soap, data), 0) || KMS_CA::soap_put_string(soap, data, NULL, NULL) || soap_end_send(soap) )
690*12720SWyllys.Ingersoll@Sun.COM 
691*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*);
692*12720SWyllys.Ingersoll@Sun.COM 
693*12720SWyllys.Ingersoll@Sun.COM #define soap_read_string(soap, data) ( soap_begin_recv(soap) || !KMS_CA::soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap) )
694*12720SWyllys.Ingersoll@Sun.COM 
695*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*);
696*12720SWyllys.Ingersoll@Sun.COM 
697*12720SWyllys.Ingersoll@Sun.COM } // namespace KMS_CA
698*12720SWyllys.Ingersoll@Sun.COM 
699*12720SWyllys.Ingersoll@Sun.COM 
700*12720SWyllys.Ingersoll@Sun.COM #endif
701*12720SWyllys.Ingersoll@Sun.COM 
702*12720SWyllys.Ingersoll@Sun.COM /* End of KMS_CAH.h */
703