delegation.h
Go to the documentation of this file.
1
//gsoap ns schema namespace: http://www.gridsite.org/namespaces/delegation-1
2
3
struct
ns__DelegationExceptionType
4
{
5
char
*
message
;
//nillable
6
};
7
8
struct
ns__NewProxyReq
9
{
10
char
*
proxyRequest
;
//nillable
11
char
*
delegationID
;
//nillable
12
};
13
14
struct
_DelegationException
15
{
16
struct
ns__DelegationExceptionType
*
ns__DelegationException
;
17
};
18
19
//gsoap ns service name: DelegationSoapBinding
20
//gsoap ns service type: Delegation
21
//gsoap ns service port: https://localhost/gridsite-delegation.cgi
22
//gsoap ns service namespace: http://www.gridsite.org/namespaces/delegation-1
23
24
/* *** getProxyReq method *** */
25
26
//gsoap ns service method-style: rpc
27
//gsoap ns service method-encoding: literal
28
//gsoap ns service method-action: ""
29
//gsoap ns service method-fault: getProxyReq _DelegationException
30
31
int
ns__getProxyReq
(
char
*_delegationID,
32
struct
ns__getProxyReqResponse
{
33
char
*getProxyReqReturn; } *);
34
35
/* *** getNewProxyReq method *** */
36
37
//gsoap ns service method-style: getNewProxyReq rpc
38
//gsoap ns service method-encoding: getNewProxyReq literal
39
//gsoap ns service method-action: getNewProxyReq ""
40
//gsoap ns service method-fault: getNewProxyReq _DelegationException
41
42
int
ns__getNewProxyReq
(
struct
ns__getNewProxyReqResponse
{
43
struct
ns__NewProxyReq
*getNewProxyReqReturn; } *);
44
45
/* *** renewProxyReq method *** */
46
47
//gsoap ns service method-style: renewProxyReq rpc
48
//gsoap ns service method-encoding: renewProxyReq literal
49
//gsoap ns service method-action: renewProxyReq ""
50
//gsoap ns service method-fault: renewProxyReq _DelegationException
51
52
int
ns__renewProxyReq
(
char
*_delegationID,
53
struct
ns__renewProxyReqResponse
{
54
char
*_renewProxyReqReturn; } *);
55
56
/* *** putProxy method *** */
57
58
//gsoap ns service method-style: putProxy rpc
59
//gsoap ns service method-encoding: putProxy literal
60
//gsoap ns service method-action: putProxy ""
61
//gsoap ns service method-fault: putProxy _DelegationException
62
63
int
ns__putProxy
(
char
*_delegationID,
64
char
*_proxy,
65
struct
ns__putProxyResponse
{ } *);
66
67
/* *** getTerminationTime method *** */
68
69
//gsoap ns service method-style: getTerminationTime rpc
70
//gsoap ns service method-encoding: getTerminationTime literal
71
//gsoap ns service method-action: getTerminationTime ""
72
//gsoap ns service method-fault: getTerminationTime _DelegationException
73
74
int
ns__getTerminationTime
(
char
*_delegationID,
75
struct
ns__getTerminationTimeResponse
{
76
time_t _getTerminationTimeReturn; } *);
77
78
/* *** destroy method *** */
79
80
//gsoap ns service method-style: destroy rpc
81
//gsoap ns service method-encoding: destroy literal
82
//gsoap ns service method-action: destroy ""
83
//gsoap ns service method-fault: destroy _DelegationException
84
85
int
ns__destroy
(
char
*_delegationID,
86
struct
ns__destroyResponse
{ } *);
Generated on Sat Aug 31 2013 05:08:42 by
1.8.4