delegation.h
Go to the documentation of this file.
00001 //gsoap ns schema namespace:   http://www.gridsite.org/namespaces/delegation-1
00002 
00003 struct ns__DelegationExceptionType
00004 {
00005    char *message;       //nillable
00006 };
00007     
00008 struct ns__NewProxyReq
00009 {
00010    char *proxyRequest;  //nillable
00011    char *delegationID;  //nillable
00012 };
00013 
00014 struct _DelegationException
00015 {
00016    struct ns__DelegationExceptionType *ns__DelegationException;
00017 };
00018 
00019 //gsoap ns service name:        DelegationSoapBinding
00020 //gsoap ns service type:        Delegation
00021 //gsoap ns service port:        https://localhost/gridsite-delegation.cgi
00022 //gsoap ns service namespace:   http://www.gridsite.org/namespaces/delegation-1
00023 
00024 /* *** getProxyReq method *** */
00025 
00026 //gsoap ns service method-style:        rpc
00027 //gsoap ns service method-encoding:     literal
00028 //gsoap ns service method-action:       ""
00029 //gsoap ns service method-fault:        getProxyReq _DelegationException
00030 
00031 int ns__getProxyReq(char *_delegationID, 
00032                     struct ns__getProxyReqResponse {
00033                                     char *getProxyReqReturn; } *);
00034 
00035 /* *** getNewProxyReq method *** */
00036 
00037 //gsoap ns service method-style:        getNewProxyReq rpc
00038 //gsoap ns service method-encoding:     getNewProxyReq literal
00039 //gsoap ns service method-action:       getNewProxyReq ""
00040 //gsoap ns service method-fault:        getNewProxyReq _DelegationException
00041 
00042 int ns__getNewProxyReq(struct ns__getNewProxyReqResponse {
00043                          struct ns__NewProxyReq *getNewProxyReqReturn; } *);
00044   
00045 /* *** renewProxyReq method *** */
00046 
00047 //gsoap ns service method-style:        renewProxyReq rpc
00048 //gsoap ns service method-encoding:     renewProxyReq literal
00049 //gsoap ns service method-action:       renewProxyReq ""
00050 //gsoap ns service method-fault:        renewProxyReq _DelegationException
00051 
00052 int ns__renewProxyReq(char *_delegationID,
00053                       struct ns__renewProxyReqResponse {
00054                                           char *_renewProxyReqReturn; } *);
00055 
00056 /* *** putProxy method *** */
00057 
00058 //gsoap ns service method-style:        putProxy rpc
00059 //gsoap ns service method-encoding:     putProxy literal
00060 //gsoap ns service method-action:       putProxy ""
00061 //gsoap ns service method-fault:        putProxy _DelegationException
00062 
00063 int ns__putProxy(char *_delegationID, 
00064                  char *_proxy,
00065                  struct ns__putProxyResponse { } *);
00066 
00067 /* *** getTerminationTime method *** */
00068 
00069 //gsoap ns service method-style:        getTerminationTime rpc
00070 //gsoap ns service method-encoding:     getTerminationTime literal
00071 //gsoap ns service method-action:       getTerminationTime ""
00072 //gsoap ns service method-fault:        getTerminationTime _DelegationException
00073 
00074 int ns__getTerminationTime(char *_delegationID,
00075                            struct ns__getTerminationTimeResponse {
00076                                      time_t _getTerminationTimeReturn; } *);
00077                                      
00078 /* *** destroy method *** */
00079 
00080 //gsoap ns service method-style:        destroy rpc
00081 //gsoap ns service method-encoding:     destroy literal
00082 //gsoap ns service method-action:       destroy ""
00083 //gsoap ns service method-fault:        destroy _DelegationException
00084 
00085 int ns__destroy(char *_delegationID,
00086                 struct ns__destroyResponse { } *);