Data Structures | Typedefs | Functions
soapStub.h File Reference

Go to the source code of this file.

Data Structures

struct  ns__DelegationExceptionType
 
struct  ns__NewProxyReq
 
struct  _DelegationException
 
struct  ns__getProxyReqResponse
 
struct  ns__getProxyReq
 
struct  ns__getNewProxyReqResponse
 
struct  ns__getNewProxyReq
 
struct  ns__renewProxyReqResponse
 
struct  ns__renewProxyReq
 
struct  ns__putProxyResponse
 
struct  ns__putProxy
 
struct  ns__getTerminationTimeResponse
 
struct  ns__getTerminationTime
 
struct  ns__destroyResponse
 
struct  ns__destroy
 
struct  SOAP_ENV__Header
 
struct  SOAP_ENV__Code
 
struct  SOAP_ENV__Detail
 
struct  SOAP_ENV__Reason
 
struct  SOAP_ENV__Fault
 

Typedefs

typedef char * _QName
 
typedef char * _XML
 

Functions

SOAP_FMAC5 int SOAP_FMAC6 ns__getProxyReq (struct soap *, char *_delegationID, struct ns__getProxyReqResponse *_param_1)
 
SOAP_FMAC5 int SOAP_FMAC6 ns__getNewProxyReq (struct soap *, struct ns__getNewProxyReqResponse *_param_2)
 
SOAP_FMAC5 int SOAP_FMAC6 ns__renewProxyReq (struct soap *, char *_delegationID, struct ns__renewProxyReqResponse *_param_3)
 
SOAP_FMAC5 int SOAP_FMAC6 ns__putProxy (struct soap *, char *_delegationID, char *_proxy, struct ns__putProxyResponse *_param_4)
 
SOAP_FMAC5 int SOAP_FMAC6 ns__getTerminationTime (struct soap *, char *_delegationID, struct ns__getTerminationTimeResponse *_param_5)
 
SOAP_FMAC5 int SOAP_FMAC6 ns__destroy (struct soap *, char *_delegationID, struct ns__destroyResponse *_param_6)
 
SOAP_FMAC5 int SOAP_FMAC6 soap_serve (struct soap *)
 
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request (struct soap *)
 
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getProxyReq (struct soap *)
 
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getNewProxyReq (struct soap *)
 
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__renewProxyReq (struct soap *)
 
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__putProxy (struct soap *)
 
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getTerminationTime (struct soap *)
 
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__destroy (struct soap *)
 
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 soap_call_ns__getNewProxyReq (struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ns__getNewProxyReqResponse *_param_2)
 
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_3)
 
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_4)
 
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_5)
 
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_6)
 

Typedef Documentation

typedef char* _QName
typedef char* _XML

Function Documentation

SOAP_FMAC5 int SOAP_FMAC6 ns__destroy ( struct soap *  ,
char *  _delegationID,
struct ns__destroyResponse _param_6 
)
SOAP_FMAC5 int SOAP_FMAC6 ns__getNewProxyReq ( struct soap *  ,
struct ns__getNewProxyReqResponse _param_2 
)
SOAP_FMAC5 int SOAP_FMAC6 ns__getProxyReq ( struct soap *  ,
char *  _delegationID,
struct ns__getProxyReqResponse _param_1 
)
SOAP_FMAC5 int SOAP_FMAC6 ns__getTerminationTime ( struct soap *  ,
char *  _delegationID,
struct ns__getTerminationTimeResponse _param_5 
)
SOAP_FMAC5 int SOAP_FMAC6 ns__putProxy ( struct soap *  ,
char *  _delegationID,
char *  _proxy,
struct ns__putProxyResponse _param_4 
)
SOAP_FMAC5 int SOAP_FMAC6 ns__renewProxyReq ( struct soap *  ,
char *  _delegationID,
struct ns__renewProxyReqResponse _param_3 
)
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_6 
)
SOAP_FMAC5 int SOAP_FMAC6 soap_call_ns__getNewProxyReq ( struct soap *  soap,
const char *  soap_endpoint,
const char *  soap_action,
struct ns__getNewProxyReqResponse _param_2 
)
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 soap_call_ns__getTerminationTime ( struct soap *  soap,
const char *  soap_endpoint,
const char *  soap_action,
char *  _delegationID,
struct ns__getTerminationTimeResponse _param_5 
)
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_4 
)
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_3 
)
SOAP_FMAC5 int SOAP_FMAC6 soap_serve ( struct soap *  )
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__destroy ( struct soap *  )
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getNewProxyReq ( struct soap *  )
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getProxyReq ( struct soap *  )
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__getTerminationTime ( struct soap *  )
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__putProxy ( struct soap *  )
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_ns__renewProxyReq ( struct soap *  )
SOAP_FMAC5 int SOAP_FMAC6 soap_serve_request ( struct soap *  )