xref: /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/KMS_CAStub.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_CAStub.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_CAStub_H
34*12720SWyllys.Ingersoll@Sun.COM #define KMS_CAStub_H
35*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NONAMESPACES
36*12720SWyllys.Ingersoll@Sun.COM #define WITH_NONAMESPACES
37*12720SWyllys.Ingersoll@Sun.COM #endif
38*12720SWyllys.Ingersoll@Sun.COM #ifndef WITH_NOGLOBAL
39*12720SWyllys.Ingersoll@Sun.COM #define WITH_NOGLOBAL
40*12720SWyllys.Ingersoll@Sun.COM #endif
41*12720SWyllys.Ingersoll@Sun.COM #include "stdsoap2.h"
42*12720SWyllys.Ingersoll@Sun.COM 
43*12720SWyllys.Ingersoll@Sun.COM namespace KMS_CA {
44*12720SWyllys.Ingersoll@Sun.COM 
45*12720SWyllys.Ingersoll@Sun.COM /******************************************************************************\
46*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
47*12720SWyllys.Ingersoll@Sun.COM  * Enumerations                                                               *
48*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
49*12720SWyllys.Ingersoll@Sun.COM \******************************************************************************/
50*12720SWyllys.Ingersoll@Sun.COM 
51*12720SWyllys.Ingersoll@Sun.COM 
52*12720SWyllys.Ingersoll@Sun.COM /******************************************************************************\
53*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
54*12720SWyllys.Ingersoll@Sun.COM  * Types with Custom Serializers                                              *
55*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
56*12720SWyllys.Ingersoll@Sun.COM \******************************************************************************/
57*12720SWyllys.Ingersoll@Sun.COM 
58*12720SWyllys.Ingersoll@Sun.COM 
59*12720SWyllys.Ingersoll@Sun.COM /******************************************************************************\
60*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
61*12720SWyllys.Ingersoll@Sun.COM  * Classes and Structs                                                        *
62*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
63*12720SWyllys.Ingersoll@Sun.COM \******************************************************************************/
64*12720SWyllys.Ingersoll@Sun.COM 
65*12720SWyllys.Ingersoll@Sun.COM 
66*12720SWyllys.Ingersoll@Sun.COM #if 0 /* volatile type: do not declare here, declared elsewhere */
67*12720SWyllys.Ingersoll@Sun.COM 
68*12720SWyllys.Ingersoll@Sun.COM #endif
69*12720SWyllys.Ingersoll@Sun.COM 
70*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__hexBinary
71*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__hexBinary (18)
72*12720SWyllys.Ingersoll@Sun.COM /* hexBinary schema type: */
73*12720SWyllys.Ingersoll@Sun.COM struct xsd__hexBinary
74*12720SWyllys.Ingersoll@Sun.COM {
75*12720SWyllys.Ingersoll@Sun.COM public:
76*12720SWyllys.Ingersoll@Sun.COM 	unsigned char *__ptr;
77*12720SWyllys.Ingersoll@Sun.COM 	int __size;
78*12720SWyllys.Ingersoll@Sun.COM };
79*12720SWyllys.Ingersoll@Sun.COM #endif
80*12720SWyllys.Ingersoll@Sun.COM 
81*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_KMS_CA__RetrieveRootCACertificateResponse
82*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_KMS_CA__RetrieveRootCACertificateResponse (22)
83*12720SWyllys.Ingersoll@Sun.COM /* KMS-CA:RetrieveRootCACertificateResponse */
84*12720SWyllys.Ingersoll@Sun.COM struct KMS_CA__RetrieveRootCACertificateResponse
85*12720SWyllys.Ingersoll@Sun.COM {
86*12720SWyllys.Ingersoll@Sun.COM public:
87*12720SWyllys.Ingersoll@Sun.COM 	struct xsd__hexBinary RootCACertificate;	/* SOAP 1.2 RPC return element (when namespace qualified) */	/* required element of type xsd:hexBinary */
88*12720SWyllys.Ingersoll@Sun.COM 	long AuthenticationHashIterationCount;	/* required element of type xsd:int */
89*12720SWyllys.Ingersoll@Sun.COM 	struct xsd__hexBinary ClientAuthenticationChallenge;	/* required element of type xsd:hexBinary */
90*12720SWyllys.Ingersoll@Sun.COM };
91*12720SWyllys.Ingersoll@Sun.COM #endif
92*12720SWyllys.Ingersoll@Sun.COM 
93*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_KMS_CA__RetrieveRootCACertificate
94*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_KMS_CA__RetrieveRootCACertificate (25)
95*12720SWyllys.Ingersoll@Sun.COM /* KMS-CA:RetrieveRootCACertificate */
96*12720SWyllys.Ingersoll@Sun.COM struct KMS_CA__RetrieveRootCACertificate
97*12720SWyllys.Ingersoll@Sun.COM {
98*12720SWyllys.Ingersoll@Sun.COM public:
99*12720SWyllys.Ingersoll@Sun.COM 	char *EntityID;	/* optional element of type xsd:string */
100*12720SWyllys.Ingersoll@Sun.COM };
101*12720SWyllys.Ingersoll@Sun.COM #endif
102*12720SWyllys.Ingersoll@Sun.COM 
103*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_KMS_CA__RetrieveLocalClockResponse
104*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_KMS_CA__RetrieveLocalClockResponse (26)
105*12720SWyllys.Ingersoll@Sun.COM /* KMS-CA:RetrieveLocalClockResponse */
106*12720SWyllys.Ingersoll@Sun.COM struct KMS_CA__RetrieveLocalClockResponse
107*12720SWyllys.Ingersoll@Sun.COM {
108*12720SWyllys.Ingersoll@Sun.COM public:
109*12720SWyllys.Ingersoll@Sun.COM 	char *CurrentTime;	/* SOAP 1.2 RPC return element (when namespace qualified) */	/* optional element of type xsd:dateTime */
110*12720SWyllys.Ingersoll@Sun.COM };
111*12720SWyllys.Ingersoll@Sun.COM #endif
112*12720SWyllys.Ingersoll@Sun.COM 
113*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_KMS_CA__RetrieveLocalClock
114*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_KMS_CA__RetrieveLocalClock (29)
115*12720SWyllys.Ingersoll@Sun.COM /* KMS-CA:RetrieveLocalClock */
116*12720SWyllys.Ingersoll@Sun.COM struct KMS_CA__RetrieveLocalClock
117*12720SWyllys.Ingersoll@Sun.COM {
118*12720SWyllys.Ingersoll@Sun.COM public:
119*12720SWyllys.Ingersoll@Sun.COM 	char *EntityID;	/* optional element of type xsd:string */
120*12720SWyllys.Ingersoll@Sun.COM };
121*12720SWyllys.Ingersoll@Sun.COM #endif
122*12720SWyllys.Ingersoll@Sun.COM 
123*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Header
124*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Header (30)
125*12720SWyllys.Ingersoll@Sun.COM /* SOAP Header: */
126*12720SWyllys.Ingersoll@Sun.COM struct SOAP_ENV__Header
127*12720SWyllys.Ingersoll@Sun.COM {
128*12720SWyllys.Ingersoll@Sun.COM #ifdef WITH_NOEMPTYSTRUCT
129*12720SWyllys.Ingersoll@Sun.COM private:
130*12720SWyllys.Ingersoll@Sun.COM 	char dummy;	/* dummy member to enable compilation */
131*12720SWyllys.Ingersoll@Sun.COM #endif
132*12720SWyllys.Ingersoll@Sun.COM };
133*12720SWyllys.Ingersoll@Sun.COM #endif
134*12720SWyllys.Ingersoll@Sun.COM 
135*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Code
136*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Code (31)
137*12720SWyllys.Ingersoll@Sun.COM /* SOAP Fault Code: */
138*12720SWyllys.Ingersoll@Sun.COM struct SOAP_ENV__Code
139*12720SWyllys.Ingersoll@Sun.COM {
140*12720SWyllys.Ingersoll@Sun.COM public:
141*12720SWyllys.Ingersoll@Sun.COM 	char *SOAP_ENV__Value;	/* optional element of type xsd:QName */
142*12720SWyllys.Ingersoll@Sun.COM 	struct SOAP_ENV__Code *SOAP_ENV__Subcode;	/* optional element of type SOAP-ENV:Code */
143*12720SWyllys.Ingersoll@Sun.COM };
144*12720SWyllys.Ingersoll@Sun.COM #endif
145*12720SWyllys.Ingersoll@Sun.COM 
146*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Detail
147*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Detail (33)
148*12720SWyllys.Ingersoll@Sun.COM /* SOAP-ENV:Detail */
149*12720SWyllys.Ingersoll@Sun.COM struct SOAP_ENV__Detail
150*12720SWyllys.Ingersoll@Sun.COM {
151*12720SWyllys.Ingersoll@Sun.COM public:
152*12720SWyllys.Ingersoll@Sun.COM 	int __type;	/* any type of element <fault> (defined below) */
153*12720SWyllys.Ingersoll@Sun.COM 	void *fault;	/* transient */
154*12720SWyllys.Ingersoll@Sun.COM 	char *__any;
155*12720SWyllys.Ingersoll@Sun.COM };
156*12720SWyllys.Ingersoll@Sun.COM #endif
157*12720SWyllys.Ingersoll@Sun.COM 
158*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Reason
159*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Reason (36)
160*12720SWyllys.Ingersoll@Sun.COM /* SOAP-ENV:Reason */
161*12720SWyllys.Ingersoll@Sun.COM struct SOAP_ENV__Reason
162*12720SWyllys.Ingersoll@Sun.COM {
163*12720SWyllys.Ingersoll@Sun.COM public:
164*12720SWyllys.Ingersoll@Sun.COM 	char *SOAP_ENV__Text;	/* optional element of type xsd:string */
165*12720SWyllys.Ingersoll@Sun.COM };
166*12720SWyllys.Ingersoll@Sun.COM #endif
167*12720SWyllys.Ingersoll@Sun.COM 
168*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_SOAP_ENV__Fault
169*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_SOAP_ENV__Fault (37)
170*12720SWyllys.Ingersoll@Sun.COM /* SOAP Fault: */
171*12720SWyllys.Ingersoll@Sun.COM struct SOAP_ENV__Fault
172*12720SWyllys.Ingersoll@Sun.COM {
173*12720SWyllys.Ingersoll@Sun.COM public:
174*12720SWyllys.Ingersoll@Sun.COM 	char *faultcode;	/* optional element of type xsd:QName */
175*12720SWyllys.Ingersoll@Sun.COM 	char *faultstring;	/* optional element of type xsd:string */
176*12720SWyllys.Ingersoll@Sun.COM 	char *faultactor;	/* optional element of type xsd:string */
177*12720SWyllys.Ingersoll@Sun.COM 	struct SOAP_ENV__Detail *detail;	/* optional element of type SOAP-ENV:Detail */
178*12720SWyllys.Ingersoll@Sun.COM 	struct SOAP_ENV__Code *SOAP_ENV__Code;	/* optional element of type SOAP-ENV:Code */
179*12720SWyllys.Ingersoll@Sun.COM 	struct SOAP_ENV__Reason *SOAP_ENV__Reason;	/* optional element of type SOAP-ENV:Reason */
180*12720SWyllys.Ingersoll@Sun.COM 	char *SOAP_ENV__Node;	/* optional element of type xsd:string */
181*12720SWyllys.Ingersoll@Sun.COM 	char *SOAP_ENV__Role;	/* optional element of type xsd:string */
182*12720SWyllys.Ingersoll@Sun.COM 	struct SOAP_ENV__Detail *SOAP_ENV__Detail;	/* optional element of type SOAP-ENV:Detail */
183*12720SWyllys.Ingersoll@Sun.COM };
184*12720SWyllys.Ingersoll@Sun.COM #endif
185*12720SWyllys.Ingersoll@Sun.COM 
186*12720SWyllys.Ingersoll@Sun.COM /******************************************************************************\
187*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
188*12720SWyllys.Ingersoll@Sun.COM  * Typedefs                                                                   *
189*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
190*12720SWyllys.Ingersoll@Sun.COM \******************************************************************************/
191*12720SWyllys.Ingersoll@Sun.COM 
192*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA__QName
193*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA__QName (5)
194*12720SWyllys.Ingersoll@Sun.COM typedef char *_QName;
195*12720SWyllys.Ingersoll@Sun.COM #endif
196*12720SWyllys.Ingersoll@Sun.COM 
197*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA__XML
198*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA__XML (6)
199*12720SWyllys.Ingersoll@Sun.COM typedef char *_XML;
200*12720SWyllys.Ingersoll@Sun.COM #endif
201*12720SWyllys.Ingersoll@Sun.COM 
202*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__string
203*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__string (7)
204*12720SWyllys.Ingersoll@Sun.COM typedef char *xsd__string;
205*12720SWyllys.Ingersoll@Sun.COM #endif
206*12720SWyllys.Ingersoll@Sun.COM 
207*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__float
208*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__float (9)
209*12720SWyllys.Ingersoll@Sun.COM typedef float xsd__float;
210*12720SWyllys.Ingersoll@Sun.COM #endif
211*12720SWyllys.Ingersoll@Sun.COM 
212*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__int
213*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__int (11)
214*12720SWyllys.Ingersoll@Sun.COM typedef long xsd__int;
215*12720SWyllys.Ingersoll@Sun.COM #endif
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 typedef bool xsd__boolean;
220*12720SWyllys.Ingersoll@Sun.COM #endif
221*12720SWyllys.Ingersoll@Sun.COM 
222*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__long
223*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__long (15)
224*12720SWyllys.Ingersoll@Sun.COM typedef LONG64 xsd__long;
225*12720SWyllys.Ingersoll@Sun.COM #endif
226*12720SWyllys.Ingersoll@Sun.COM 
227*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__dateTime
228*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__dateTime (16)
229*12720SWyllys.Ingersoll@Sun.COM typedef char *xsd__dateTime;
230*12720SWyllys.Ingersoll@Sun.COM #endif
231*12720SWyllys.Ingersoll@Sun.COM 
232*12720SWyllys.Ingersoll@Sun.COM #ifndef SOAP_TYPE_KMS_CA_xsd__duration
233*12720SWyllys.Ingersoll@Sun.COM #define SOAP_TYPE_KMS_CA_xsd__duration (17)
234*12720SWyllys.Ingersoll@Sun.COM typedef char *xsd__duration;
235*12720SWyllys.Ingersoll@Sun.COM #endif
236*12720SWyllys.Ingersoll@Sun.COM 
237*12720SWyllys.Ingersoll@Sun.COM 
238*12720SWyllys.Ingersoll@Sun.COM /******************************************************************************\
239*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
240*12720SWyllys.Ingersoll@Sun.COM  * Externals                                                                  *
241*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
242*12720SWyllys.Ingersoll@Sun.COM \******************************************************************************/
243*12720SWyllys.Ingersoll@Sun.COM 
244*12720SWyllys.Ingersoll@Sun.COM 
245*12720SWyllys.Ingersoll@Sun.COM /******************************************************************************\
246*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
247*12720SWyllys.Ingersoll@Sun.COM  * Server-Side Operations                                                     *
248*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
249*12720SWyllys.Ingersoll@Sun.COM \******************************************************************************/
250*12720SWyllys.Ingersoll@Sun.COM 
251*12720SWyllys.Ingersoll@Sun.COM 
252*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC5 int SOAP_FMAC6 KMS_CA__RetrieveRootCACertificate(struct soap*, char *EntityID, struct KMS_CA__RetrieveRootCACertificateResponse &result);
253*12720SWyllys.Ingersoll@Sun.COM 
254*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC5 int SOAP_FMAC6 KMS_CA__RetrieveLocalClock(struct soap*, char *EntityID, struct KMS_CA__RetrieveLocalClockResponse &result);
255*12720SWyllys.Ingersoll@Sun.COM 
256*12720SWyllys.Ingersoll@Sun.COM /******************************************************************************\
257*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
258*12720SWyllys.Ingersoll@Sun.COM  * Server-Side Skeletons to Invoke Service Operations                         *
259*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
260*12720SWyllys.Ingersoll@Sun.COM \******************************************************************************/
261*12720SWyllys.Ingersoll@Sun.COM 
262*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC5 int SOAP_FMAC6 KMS_CA_serve(struct soap*);
263*12720SWyllys.Ingersoll@Sun.COM 
264*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC5 int SOAP_FMAC6 KMS_CA_serve_request(struct soap*);
265*12720SWyllys.Ingersoll@Sun.COM 
266*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC5 int SOAP_FMAC6 soap_serve_KMS_CA__RetrieveRootCACertificate(struct soap*);
267*12720SWyllys.Ingersoll@Sun.COM 
268*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC5 int SOAP_FMAC6 soap_serve_KMS_CA__RetrieveLocalClock(struct soap*);
269*12720SWyllys.Ingersoll@Sun.COM 
270*12720SWyllys.Ingersoll@Sun.COM /******************************************************************************\
271*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
272*12720SWyllys.Ingersoll@Sun.COM  * Client-Side Call Stubs                                                     *
273*12720SWyllys.Ingersoll@Sun.COM  *                                                                            *
274*12720SWyllys.Ingersoll@Sun.COM \******************************************************************************/
275*12720SWyllys.Ingersoll@Sun.COM 
276*12720SWyllys.Ingersoll@Sun.COM 
277*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC5 int SOAP_FMAC6 soap_call_KMS_CA__RetrieveRootCACertificate(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *EntityID, struct KMS_CA__RetrieveRootCACertificateResponse &result);
278*12720SWyllys.Ingersoll@Sun.COM 
279*12720SWyllys.Ingersoll@Sun.COM SOAP_FMAC5 int SOAP_FMAC6 soap_call_KMS_CA__RetrieveLocalClock(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *EntityID, struct KMS_CA__RetrieveLocalClockResponse &result);
280*12720SWyllys.Ingersoll@Sun.COM 
281*12720SWyllys.Ingersoll@Sun.COM } // namespace KMS_CA
282*12720SWyllys.Ingersoll@Sun.COM 
283*12720SWyllys.Ingersoll@Sun.COM 
284*12720SWyllys.Ingersoll@Sun.COM #endif
285*12720SWyllys.Ingersoll@Sun.COM 
286*12720SWyllys.Ingersoll@Sun.COM /* End of KMS_CAStub.h */
287