My Project
soapStub.h
Go to the documentation of this file.
1/* soapStub.h
2 Generated by gSOAP 2.8.124 for delegation.h
3
4gSOAP XML Web services tools
5Copyright (C) 2000-2022, Robert van Engelen, Genivia Inc. All Rights Reserved.
6The soapcpp2 tool and its generated software are released under the GPL.
7This program is released under the GPL with the additional exemption that
8compiling, linking, and/or using OpenSSL is allowed.
9--------------------------------------------------------------------------------
10A commercial use license is available from Genivia Inc., contact@genivia.com
11--------------------------------------------------------------------------------
12*/
13
14
15#ifndef soapStub_H
16#define soapStub_H
17#include "stdsoap2.h"
18#if GSOAP_VERSION != 208124
19# error "GSOAP VERSION 208124 MISMATCH IN GENERATED CODE VERSUS LIBRARY CODE: PLEASE REINSTALL PACKAGE"
20#endif
21
22
23/******************************************************************************\
24 * *
25 * Types with Custom Serializers *
26 * *
27\******************************************************************************/
28
29
30/******************************************************************************\
31 * *
32 * Structs and Unions *
33 * *
34\******************************************************************************/
35
36struct ns__DelegationExceptionType; /* delegation.h:4 */
37struct ns__NewProxyReq; /* delegation.h:9 */
38struct _DelegationException; /* delegation.h:15 */
39struct ns__getProxyReqResponse; /* delegation.h:32 */
40struct ns__getProxyReq; /* delegation.h:33 */
41struct ns__getNewProxyReqResponse; /* delegation.h:42 */
42struct ns__getNewProxyReq; /* delegation.h:43 */
43struct ns__renewProxyReqResponse; /* delegation.h:53 */
44struct ns__renewProxyReq; /* delegation.h:54 */
45struct ns__putProxyResponse; /* delegation.h:65 */
46struct ns__putProxy; /* delegation.h:65 */
47struct ns__getTerminationTimeResponse; /* delegation.h:75 */
48struct ns__getTerminationTime; /* delegation.h:76 */
49struct ns__destroyResponse; /* delegation.h:86 */
50struct ns__destroy; /* delegation.h:86 */
51
52/* delegation.h:4 */
53#ifndef SOAP_TYPE_ns__DelegationExceptionType
54#define SOAP_TYPE_ns__DelegationExceptionType (7)
55/* complex XML schema type 'ns:DelegationExceptionType': */
58 char *message;
59};
60#endif
61
62/* delegation.h:9 */
63#ifndef SOAP_TYPE_ns__NewProxyReq
64#define SOAP_TYPE_ns__NewProxyReq (8)
65/* complex XML schema type 'ns:NewProxyReq': */
66struct ns__NewProxyReq {
68 char *proxyRequest;
70 char *delegationID;
71};
72#endif
73
74/* delegation.h:15 */
75#ifndef SOAP_TYPE__DelegationException
76#define SOAP_TYPE__DelegationException (9)
77/* complex XML schema type 'DelegationException': */
81};
82#endif
83
84/* delegation.h:32 */
85#ifndef SOAP_TYPE_ns__getProxyReqResponse
86#define SOAP_TYPE_ns__getProxyReqResponse (11)
87/* complex XML schema type 'ns:getProxyReqResponse': */
91};
92#endif
93
94/* delegation.h:33 */
95#ifndef SOAP_TYPE_ns__getProxyReq
96#define SOAP_TYPE_ns__getProxyReq (14)
97/* complex XML schema type 'ns:getProxyReq': */
101};
102#endif
103
104/* delegation.h:42 */
105#ifndef SOAP_TYPE_ns__getNewProxyReqResponse
106#define SOAP_TYPE_ns__getNewProxyReqResponse (15)
107/* complex XML schema type 'ns:getNewProxyReqResponse': */
111};
112#endif
113
114/* delegation.h:43 */
115#ifndef SOAP_TYPE_ns__getNewProxyReq
116#define SOAP_TYPE_ns__getNewProxyReq (19)
117/* complex XML schema type 'ns:getNewProxyReq': */
119#ifdef WITH_NOEMPTYSTRUCT
120 char dummy; /* empty struct is a GNU extension */
121#endif
122};
123#endif
124
125/* delegation.h:53 */
126#ifndef SOAP_TYPE_ns__renewProxyReqResponse
127#define SOAP_TYPE_ns__renewProxyReqResponse (20)
128/* complex XML schema type 'ns:renewProxyReqResponse': */
132};
133#endif
134
135/* delegation.h:54 */
136#ifndef SOAP_TYPE_ns__renewProxyReq
137#define SOAP_TYPE_ns__renewProxyReq (23)
138/* complex XML schema type 'ns:renewProxyReq': */
142};
143#endif
144
145/* delegation.h:65 */
146#ifndef SOAP_TYPE_ns__putProxyResponse
147#define SOAP_TYPE_ns__putProxyResponse (24)
148/* complex XML schema type 'ns:putProxyResponse': */
150#ifdef WITH_NOEMPTYSTRUCT
151 char dummy; /* empty struct is a GNU extension */
152#endif
153};
154#endif
155
156/* delegation.h:65 */
157#ifndef SOAP_TYPE_ns__putProxy
158#define SOAP_TYPE_ns__putProxy (27)
159/* complex XML schema type 'ns:putProxy': */
164 char *_proxy;
165};
166#endif
167
168/* delegation.h:75 */
169#ifndef SOAP_TYPE_ns__getTerminationTimeResponse
170#define SOAP_TYPE_ns__getTerminationTimeResponse (28)
171/* complex XML schema type 'ns:getTerminationTimeResponse': */
175};
176#endif
177
178/* delegation.h:76 */
179#ifndef SOAP_TYPE_ns__getTerminationTime
180#define SOAP_TYPE_ns__getTerminationTime (32)
181/* complex XML schema type 'ns:getTerminationTime': */
185};
186#endif
187
188/* delegation.h:86 */
189#ifndef SOAP_TYPE_ns__destroyResponse
190#define SOAP_TYPE_ns__destroyResponse (33)
191/* complex XML schema type 'ns:destroyResponse': */
193#ifdef WITH_NOEMPTYSTRUCT
194 char dummy; /* empty struct is a GNU extension */
195#endif
196};
197#endif
198
199/* delegation.h:86 */
200#ifndef SOAP_TYPE_ns__destroy
201#define SOAP_TYPE_ns__destroy (36)
202/* complex XML schema type 'ns:destroy': */
206};
207#endif
208
209/* delegation.h:87 */
210#ifndef WITH_NOGLOBAL
211#ifndef SOAP_TYPE_SOAP_ENV__Header
212#define SOAP_TYPE_SOAP_ENV__Header (37)
213/* SOAP_ENV__Header: */
215#ifdef WITH_NOEMPTYSTRUCT
216 char dummy; /* empty struct is a GNU extension */
217#endif
218};
219#endif
220#endif
221
222/* delegation.h:87 */
223#ifndef WITH_NOGLOBAL
224#ifndef SOAP_TYPE_SOAP_ENV__Code
225#define SOAP_TYPE_SOAP_ENV__Code (38)
226/* Type SOAP_ENV__Code is a recursive data type, (in)directly referencing itself through its (base or derived class) members */
227/* SOAP_ENV__Code: */
233};
234#endif
235#endif
236
237/* delegation.h:87 */
238#ifndef WITH_NOGLOBAL
239#ifndef SOAP_TYPE_SOAP_ENV__Detail
240#define SOAP_TYPE_SOAP_ENV__Detail (40)
241/* SOAP_ENV__Detail: */
243 char *__any;
247 void *fault;
248};
249#endif
250#endif
251
252/* delegation.h:87 */
253#ifndef WITH_NOGLOBAL
254#ifndef SOAP_TYPE_SOAP_ENV__Reason
255#define SOAP_TYPE_SOAP_ENV__Reason (43)
256/* SOAP_ENV__Reason: */
260};
261#endif
262#endif
263
264/* delegation.h:87 */
265#ifndef WITH_NOGLOBAL
266#ifndef SOAP_TYPE_SOAP_ENV__Fault
267#define SOAP_TYPE_SOAP_ENV__Fault (44)
268/* SOAP_ENV__Fault: */
288};
289#endif
290#endif
291
292/******************************************************************************\
293 * *
294 * Typedefs *
295 * *
296\******************************************************************************/
297
298
299/* (built-in):0 */
300#ifndef SOAP_TYPE__XML
301#define SOAP_TYPE__XML (5)
302typedef char *_XML;
303#endif
304
305/* (built-in):0 */
306#ifndef SOAP_TYPE__QName
307#define SOAP_TYPE__QName (6)
308typedef char *_QName;
309#endif
310
311/******************************************************************************\
312 * *
313 * Serializable Types *
314 * *
315\******************************************************************************/
316
317
318/* char has binding name 'byte' for type 'xsd:byte' */
319#ifndef SOAP_TYPE_byte
320#define SOAP_TYPE_byte (3)
321#endif
322
323/* int has binding name 'int' for type 'xsd:int' */
324#ifndef SOAP_TYPE_int
325#define SOAP_TYPE_int (1)
326#endif
327
328/* time_t has binding name 'dateTime' for type 'xsd:dateTime' */
329#ifndef SOAP_TYPE_dateTime
330#define SOAP_TYPE_dateTime (29)
331#endif
332
333/* struct SOAP_ENV__Fault has binding name 'SOAP_ENV__Fault' for type '' */
334#ifndef SOAP_TYPE_SOAP_ENV__Fault
335#define SOAP_TYPE_SOAP_ENV__Fault (44)
336#endif
337
338/* struct SOAP_ENV__Reason has binding name 'SOAP_ENV__Reason' for type '' */
339#ifndef SOAP_TYPE_SOAP_ENV__Reason
340#define SOAP_TYPE_SOAP_ENV__Reason (43)
341#endif
342
343/* struct SOAP_ENV__Detail has binding name 'SOAP_ENV__Detail' for type '' */
344#ifndef SOAP_TYPE_SOAP_ENV__Detail
345#define SOAP_TYPE_SOAP_ENV__Detail (40)
346#endif
347
348/* struct SOAP_ENV__Code has binding name 'SOAP_ENV__Code' for type '' */
349#ifndef SOAP_TYPE_SOAP_ENV__Code
350#define SOAP_TYPE_SOAP_ENV__Code (38)
351#endif
352
353/* struct SOAP_ENV__Header has binding name 'SOAP_ENV__Header' for type '' */
354#ifndef SOAP_TYPE_SOAP_ENV__Header
355#define SOAP_TYPE_SOAP_ENV__Header (37)
356#endif
357
358/* struct ns__destroy has binding name 'ns__destroy' for type 'ns:destroy' */
359#ifndef SOAP_TYPE_ns__destroy
360#define SOAP_TYPE_ns__destroy (36)
361#endif
362
363/* struct ns__destroyResponse has binding name 'ns__destroyResponse' for type 'ns:destroyResponse' */
364#ifndef SOAP_TYPE_ns__destroyResponse
365#define SOAP_TYPE_ns__destroyResponse (33)
366#endif
367
368/* struct ns__getTerminationTime has binding name 'ns__getTerminationTime' for type 'ns:getTerminationTime' */
369#ifndef SOAP_TYPE_ns__getTerminationTime
370#define SOAP_TYPE_ns__getTerminationTime (32)
371#endif
372
373/* struct ns__getTerminationTimeResponse has binding name 'ns__getTerminationTimeResponse' for type 'ns:getTerminationTimeResponse' */
374#ifndef SOAP_TYPE_ns__getTerminationTimeResponse
375#define SOAP_TYPE_ns__getTerminationTimeResponse (28)
376#endif
377
378/* struct ns__putProxy has binding name 'ns__putProxy' for type 'ns:putProxy' */
379#ifndef SOAP_TYPE_ns__putProxy
380#define SOAP_TYPE_ns__putProxy (27)
381#endif
382
383/* struct ns__putProxyResponse has binding name 'ns__putProxyResponse' for type 'ns:putProxyResponse' */
384#ifndef SOAP_TYPE_ns__putProxyResponse
385#define SOAP_TYPE_ns__putProxyResponse (24)
386#endif
387
388/* struct ns__renewProxyReq has binding name 'ns__renewProxyReq' for type 'ns:renewProxyReq' */
389#ifndef SOAP_TYPE_ns__renewProxyReq
390#define SOAP_TYPE_ns__renewProxyReq (23)
391#endif
392
393/* struct ns__renewProxyReqResponse has binding name 'ns__renewProxyReqResponse' for type 'ns:renewProxyReqResponse' */
394#ifndef SOAP_TYPE_ns__renewProxyReqResponse
395#define SOAP_TYPE_ns__renewProxyReqResponse (20)
396#endif
397
398/* struct ns__getNewProxyReq has binding name 'ns__getNewProxyReq' for type 'ns:getNewProxyReq' */
399#ifndef SOAP_TYPE_ns__getNewProxyReq
400#define SOAP_TYPE_ns__getNewProxyReq (19)
401#endif
402
403/* struct ns__getNewProxyReqResponse has binding name 'ns__getNewProxyReqResponse' for type 'ns:getNewProxyReqResponse' */
404#ifndef SOAP_TYPE_ns__getNewProxyReqResponse
405#define SOAP_TYPE_ns__getNewProxyReqResponse (15)
406#endif
407
408/* struct ns__getProxyReq has binding name 'ns__getProxyReq' for type 'ns:getProxyReq' */
409#ifndef SOAP_TYPE_ns__getProxyReq
410#define SOAP_TYPE_ns__getProxyReq (14)
411#endif
412
413/* struct ns__getProxyReqResponse has binding name 'ns__getProxyReqResponse' for type 'ns:getProxyReqResponse' */
414#ifndef SOAP_TYPE_ns__getProxyReqResponse
415#define SOAP_TYPE_ns__getProxyReqResponse (11)
416#endif
417
418/* struct _DelegationException has binding name '_DelegationException' for type '' */
419#ifndef SOAP_TYPE__DelegationException
420#define SOAP_TYPE__DelegationException (9)
421#endif
422
423/* struct ns__NewProxyReq has binding name 'ns__NewProxyReq' for type 'ns:NewProxyReq' */
424#ifndef SOAP_TYPE_ns__NewProxyReq
425#define SOAP_TYPE_ns__NewProxyReq (8)
426#endif
427
428/* struct ns__DelegationExceptionType has binding name 'ns__DelegationExceptionType' for type 'ns:DelegationExceptionType' */
429#ifndef SOAP_TYPE_ns__DelegationExceptionType
430#define SOAP_TYPE_ns__DelegationExceptionType (7)
431#endif
432
433/* struct SOAP_ENV__Reason * has binding name 'PointerToSOAP_ENV__Reason' for type '' */
434#ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason
435#define SOAP_TYPE_PointerToSOAP_ENV__Reason (46)
436#endif
437
438/* struct SOAP_ENV__Detail * has binding name 'PointerToSOAP_ENV__Detail' for type '' */
439#ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail
440#define SOAP_TYPE_PointerToSOAP_ENV__Detail (45)
441#endif
442
443/* struct SOAP_ENV__Code * has binding name 'PointerToSOAP_ENV__Code' for type '' */
444#ifndef SOAP_TYPE_PointerToSOAP_ENV__Code
445#define SOAP_TYPE_PointerToSOAP_ENV__Code (39)
446#endif
447
448/* struct ns__destroyResponse * has binding name 'PointerTons__destroyResponse' for type 'ns:destroyResponse' */
449#ifndef SOAP_TYPE_PointerTons__destroyResponse
450#define SOAP_TYPE_PointerTons__destroyResponse (34)
451#endif
452
453/* struct ns__getTerminationTimeResponse * has binding name 'PointerTons__getTerminationTimeResponse' for type 'ns:getTerminationTimeResponse' */
454#ifndef SOAP_TYPE_PointerTons__getTerminationTimeResponse
455#define SOAP_TYPE_PointerTons__getTerminationTimeResponse (30)
456#endif
457
458/* struct ns__putProxyResponse * has binding name 'PointerTons__putProxyResponse' for type 'ns:putProxyResponse' */
459#ifndef SOAP_TYPE_PointerTons__putProxyResponse
460#define SOAP_TYPE_PointerTons__putProxyResponse (25)
461#endif
462
463/* struct ns__renewProxyReqResponse * has binding name 'PointerTons__renewProxyReqResponse' for type 'ns:renewProxyReqResponse' */
464#ifndef SOAP_TYPE_PointerTons__renewProxyReqResponse
465#define SOAP_TYPE_PointerTons__renewProxyReqResponse (21)
466#endif
467
468/* struct ns__getNewProxyReqResponse * has binding name 'PointerTons__getNewProxyReqResponse' for type 'ns:getNewProxyReqResponse' */
469#ifndef SOAP_TYPE_PointerTons__getNewProxyReqResponse
470#define SOAP_TYPE_PointerTons__getNewProxyReqResponse (17)
471#endif
472
473/* struct ns__NewProxyReq * has binding name 'PointerTons__NewProxyReq' for type 'ns:NewProxyReq' */
474#ifndef SOAP_TYPE_PointerTons__NewProxyReq
475#define SOAP_TYPE_PointerTons__NewProxyReq (16)
476#endif
477
478/* struct ns__getProxyReqResponse * has binding name 'PointerTons__getProxyReqResponse' for type 'ns:getProxyReqResponse' */
479#ifndef SOAP_TYPE_PointerTons__getProxyReqResponse
480#define SOAP_TYPE_PointerTons__getProxyReqResponse (12)
481#endif
482
483/* struct ns__DelegationExceptionType * has binding name 'PointerTons__DelegationExceptionType' for type 'ns:DelegationExceptionType' */
484#ifndef SOAP_TYPE_PointerTons__DelegationExceptionType
485#define SOAP_TYPE_PointerTons__DelegationExceptionType (10)
486#endif
487
488/* _QName has binding name '_QName' for type 'xsd:QName' */
489#ifndef SOAP_TYPE__QName
490#define SOAP_TYPE__QName (6)
491#endif
492
493/* _XML has binding name '_XML' for type '' */
494#ifndef SOAP_TYPE__XML
495#define SOAP_TYPE__XML (5)
496#endif
497
498/* char * has binding name 'string' for type 'xsd:string' */
499#ifndef SOAP_TYPE_string
500#define SOAP_TYPE_string (4)
501#endif
502
503/******************************************************************************\
504 * *
505 * Externals *
506 * *
507\******************************************************************************/
508
509
510/******************************************************************************\
511 * *
512 * Client-Side Call Stub Functions *
513 * *
514\******************************************************************************/
515
516
518 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__getProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, struct ns__getProxyReqResponse *_param_1);
520 SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__getProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID);
522 SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__getProxyReq(struct soap *soap, struct ns__getProxyReqResponse *_param_1);
523
525 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__getNewProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ns__getNewProxyReqResponse *_param_1);
527 SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__getNewProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action);
529 SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__getNewProxyReq(struct soap *soap, struct ns__getNewProxyReqResponse *_param_1);
530
532 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__renewProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, struct ns__renewProxyReqResponse *_param_1);
534 SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__renewProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID);
536 SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__renewProxyReq(struct soap *soap, struct ns__renewProxyReqResponse *_param_1);
537
539 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__putProxy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, char *_proxy, struct ns__putProxyResponse *_param_1);
541 SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__putProxy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, char *_proxy);
543 SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__putProxy(struct soap *soap, struct ns__putProxyResponse *_param_1);
544
546 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__getTerminationTime(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, struct ns__getTerminationTimeResponse *_param_1);
548 SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__getTerminationTime(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID);
550 SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__getTerminationTime(struct soap *soap, struct ns__getTerminationTimeResponse *_param_1);
551
553 SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__destroy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, struct ns__destroyResponse *_param_1);
555 SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__destroy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID);
557 SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__destroy(struct soap *soap, struct ns__destroyResponse *_param_1);
558
559/******************************************************************************\
560 * *
561 * Server-Side Operations *
562 * *
563\******************************************************************************/
564
566 SOAP_FMAC5 int SOAP_FMAC6 ns__getProxyReq(struct soap*, char *_delegationID, struct ns__getProxyReqResponse *_param_1);
568 SOAP_FMAC5 int SOAP_FMAC6 ns__getNewProxyReq(struct soap*, struct ns__getNewProxyReqResponse *_param_1);
570 SOAP_FMAC5 int SOAP_FMAC6 ns__renewProxyReq(struct soap*, char *_delegationID, struct ns__renewProxyReqResponse *_param_1);
572 SOAP_FMAC5 int SOAP_FMAC6 ns__putProxy(struct soap*, char *_delegationID, char *_proxy, struct ns__putProxyResponse *_param_1);
574 SOAP_FMAC5 int SOAP_FMAC6 ns__getTerminationTime(struct soap*, char *_delegationID, struct ns__getTerminationTimeResponse *_param_1);
576 SOAP_FMAC5 int SOAP_FMAC6 ns__destroy(struct soap*, char *_delegationID, struct ns__destroyResponse *_param_1);
577
578/******************************************************************************\
579 * *
580 * Server-Side Skeletons to Invoke Service Operations *
581 * *
582\******************************************************************************/
583
584SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap*);
585
586SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap*);
587
588SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getProxyReq(struct soap*);
589
590SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getNewProxyReq(struct soap*);
591
592SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__renewProxyReq(struct soap*);
593
594SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__putProxy(struct soap*);
595
596SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getTerminationTime(struct soap*);
597
598SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__destroy(struct soap*);
599
600#endif
601
602/* End of soapStub.h */
SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__destroy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID)
Definition: soapClient.c:337
SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__putProxy(struct soap *soap, struct ns__putProxyResponse *_param_1)
Definition: soapClient.c:249
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__putProxy(struct soap *)
Definition: soapServer.c:198
SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__getProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID)
Definition: soapClient.c:29
SOAP_FMAC5 int SOAP_FMAC6 ns__renewProxyReq(struct soap *, char *_delegationID, struct ns__renewProxyReqResponse *_param_1)
Definition: grst-delegation.c:204
SOAP_FMAC5 int SOAP_FMAC6 soap_serve(struct soap *)
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getProxyReq(struct soap *)
Definition: soapServer.c:75
SOAP_FMAC5 int SOAP_FMAC6 ns__destroy(struct soap *, char *_delegationID, struct ns__destroyResponse *_param_1)
Definition: grst-delegation.c:272
char * _XML
Definition: soapStub.h:302
SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__renewProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID)
Definition: soapClient.c:150
SOAP_FMAC5 int SOAP_FMAC6 ns__putProxy(struct soap *, char *_delegationID, char *_proxy, struct ns__putProxyResponse *_param_1)
Definition: grst-delegation.c:170
SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__getNewProxyReq(struct soap *soap, struct ns__getNewProxyReqResponse *_param_1)
Definition: soapClient.c:124
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__getTerminationTime(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, struct ns__getTerminationTimeResponse *_param_1)
Definition: soapClient.c:269
SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__getTerminationTime(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID)
Definition: soapClient.c:275
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__getNewProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ns__getNewProxyReqResponse *_param_1)
Definition: soapClient.c:83
SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__getTerminationTime(struct soap *soap, struct ns__getTerminationTimeResponse *_param_1)
Definition: soapClient.c:311
SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__destroy(struct soap *soap, struct ns__destroyResponse *_param_1)
Definition: soapClient.c:373
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getNewProxyReq(struct soap *)
Definition: soapServer.c:116
char * _QName
Definition: soapStub.h:308
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getTerminationTime(struct soap *)
Definition: soapServer.c:239
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request(struct soap *)
Definition: soapServer.c:56
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__destroy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, struct ns__destroyResponse *_param_1)
Definition: soapClient.c:331
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__getProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, struct ns__getProxyReqResponse *_param_1)
SOAP_FMAC5 int SOAP_FMAC6 ns__getTerminationTime(struct soap *, char *_delegationID, struct ns__getTerminationTimeResponse *_param_1)
Definition: grst-delegation.c:238
SOAP_FMAC5 int SOAP_FMAC6 ns__getProxyReq(struct soap *, char *_delegationID, struct ns__getProxyReqResponse *_param_1)
Definition: grst-delegation.c:106
SOAP_FMAC5 int SOAP_FMAC6 ns__getNewProxyReq(struct soap *, struct ns__getNewProxyReqResponse *_param_1)
Definition: grst-delegation.c:140
SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__renewProxyReq(struct soap *soap, struct ns__renewProxyReqResponse *_param_1)
Definition: soapClient.c:186
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__renewProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, struct ns__renewProxyReqResponse *_param_1)
Definition: soapClient.c:144
SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__getNewProxyReq(struct soap *soap, const char *soap_endpoint, const char *soap_action)
Definition: soapClient.c:89
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__putProxy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, char *_proxy, struct ns__putProxyResponse *_param_1)
Definition: soapClient.c:206
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__renewProxyReq(struct soap *)
Definition: soapServer.c:157
SOAP_FMAC5 int SOAP_FMAC6 soap_recv_ns__getProxyReq(struct soap *soap, struct ns__getProxyReqResponse *_param_1)
Definition: soapClient.c:63
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__destroy(struct soap *)
Definition: soapServer.c:280
SOAP_FMAC5 int SOAP_FMAC6 soap_send_ns__putProxy(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_delegationID, char *_proxy)
Definition: soapClient.c:212
Definition: soapStub.h:228
struct SOAP_ENV__Code * SOAP_ENV__Subcode
Definition: soapStub.h:232
char * SOAP_ENV__Value
Definition: soapStub.h:230
Definition: soapStub.h:242
void * fault
Definition: soapStub.h:247
int __type
Definition: soapStub.h:246
char * __any
Definition: soapStub.h:243
Definition: soapStub.h:269
char * SOAP_ENV__Node
Definition: soapStub.h:283
struct SOAP_ENV__Detail * SOAP_ENV__Detail
Definition: soapStub.h:287
char * SOAP_ENV__Role
Definition: soapStub.h:285
struct SOAP_ENV__Reason * SOAP_ENV__Reason
Definition: soapStub.h:281
char * faultcode
Definition: soapStub.h:271
char * faultstring
Definition: soapStub.h:273
struct SOAP_ENV__Code * SOAP_ENV__Code
Definition: soapStub.h:279
char * faultactor
Definition: soapStub.h:275
struct SOAP_ENV__Detail * detail
Definition: soapStub.h:277
Definition: soapStub.h:214
char dummy
Definition: soapStub.h:216
Definition: soapStub.h:257
char * SOAP_ENV__Text
Definition: soapStub.h:259
Definition: delegation.h:15
struct ns__DelegationExceptionType * ns__DelegationException
Definition: delegation.h:16
Definition: delegation.h:4
char * message
Definition: delegation.h:5
Definition: delegation.h:9
char * proxyRequest
Definition: delegation.h:10
char * delegationID
Definition: delegation.h:11
Definition: soapStub.h:192
char dummy
Definition: soapStub.h:194
Definition: soapStub.h:203
char * _delegationID
Definition: soapStub.h:205
Definition: soapStub.h:108
struct ns__NewProxyReq * getNewProxyReqReturn
Definition: soapStub.h:110
Definition: soapStub.h:118
char dummy
Definition: soapStub.h:120
Definition: soapStub.h:88
char * getProxyReqReturn
Definition: soapStub.h:90
Definition: soapStub.h:98
char * _delegationID
Definition: soapStub.h:100
Definition: soapStub.h:172
time_t _getTerminationTimeReturn
Definition: soapStub.h:174
Definition: soapStub.h:182
char * _delegationID
Definition: soapStub.h:184
Definition: soapStub.h:149
char dummy
Definition: soapStub.h:151
Definition: soapStub.h:160
char * _delegationID
Definition: soapStub.h:162
char * _proxy
Definition: soapStub.h:164
Definition: soapStub.h:129
char * _renewProxyReqReturn
Definition: soapStub.h:131
Definition: soapStub.h:139
char * _delegationID
Definition: soapStub.h:141