Functions
soapC.c File Reference

Functions

 SOAP_SOURCE_STAMP ("@(#) soapC.c ver 2.8.17r 2014-10-24 17:48:46 GMT")
 
SOAP_FMAC3 int SOAP_FMAC4 soap_putheader (struct soap *soap)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader (struct soap *soap)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_header (struct soap *soap)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_fault (struct soap *soap)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serializefault (struct soap *soap)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_putfault (struct soap *soap)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_getfault (struct soap *soap)
 
SOAP_FMAC3 const char **SOAP_FMAC4 soap_faultcode (struct soap *soap)
 
SOAP_FMAC3 const char **SOAP_FMAC4 soap_faultsubcode (struct soap *soap)
 
SOAP_FMAC3 const char *SOAP_FMAC4 soap_check_faultsubcode (struct soap *soap)
 
SOAP_FMAC3 const char **SOAP_FMAC4 soap_faultstring (struct soap *soap)
 
SOAP_FMAC3 const char **SOAP_FMAC4 soap_faultdetail (struct soap *soap)
 
SOAP_FMAC3 const char *SOAP_FMAC4 soap_check_faultdetail (struct soap *soap)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent (struct soap *soap)
 
SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement (struct soap *soap, int *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element (struct soap *soap)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent (struct soap *soap)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_putelement (struct soap *soap, const void *ptr, const char *tag, int id, int type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_markelement (struct soap *soap, const void *ptr, int type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte (struct soap *soap, char *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte (struct soap *soap, const char *tag, int id, const char *a, const char *type)
 
SOAP_FMAC3 char *SOAP_FMAC4 soap_in_byte (struct soap *soap, const char *tag, char *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte (struct soap *soap, const char *a, const char *tag, const char *type)
 
SOAP_FMAC3 char *SOAP_FMAC4 soap_get_byte (struct soap *soap, char *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_int (struct soap *soap, int *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_int (struct soap *soap, const char *tag, int id, const int *a, const char *type)
 
SOAP_FMAC3 int *SOAP_FMAC4 soap_in_int (struct soap *soap, const char *tag, int *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_int (struct soap *soap, const int *a, const char *tag, const char *type)
 
SOAP_FMAC3 int *SOAP_FMAC4 soap_get_int (struct soap *soap, int *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_time (struct soap *soap, time_t *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_time (struct soap *soap, const char *tag, int id, const time_t *a, const char *type)
 
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_in_time (struct soap *soap, const char *tag, time_t *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_time (struct soap *soap, const time_t *a, const char *tag, const char *type)
 
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_get_time (struct soap *soap, time_t *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault (struct soap *soap, struct SOAP_ENV__Fault *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault (struct soap *soap, const struct SOAP_ENV__Fault *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault (struct soap *soap, const char *tag, int id, const struct SOAP_ENV__Fault *a, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Fault *SOAP_FMAC4 
soap_in_SOAP_ENV__Fault (struct soap *soap, const char *tag, struct SOAP_ENV__Fault *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault (struct soap *soap, const struct SOAP_ENV__Fault *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Fault *SOAP_FMAC4 
soap_get_SOAP_ENV__Fault (struct soap *soap, struct SOAP_ENV__Fault *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason (struct soap *soap, struct SOAP_ENV__Reason *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason (struct soap *soap, const struct SOAP_ENV__Reason *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason (struct soap *soap, const char *tag, int id, const struct SOAP_ENV__Reason *a, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Reason *SOAP_FMAC4 
soap_in_SOAP_ENV__Reason (struct soap *soap, const char *tag, struct SOAP_ENV__Reason *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason (struct soap *soap, const struct SOAP_ENV__Reason *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Reason *SOAP_FMAC4 
soap_get_SOAP_ENV__Reason (struct soap *soap, struct SOAP_ENV__Reason *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail (struct soap *soap, const struct SOAP_ENV__Detail *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail (struct soap *soap, const char *tag, int id, const struct SOAP_ENV__Detail *a, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Detail *SOAP_FMAC4 
soap_in_SOAP_ENV__Detail (struct soap *soap, const char *tag, struct SOAP_ENV__Detail *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail (struct soap *soap, const struct SOAP_ENV__Detail *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Detail *SOAP_FMAC4 
soap_get_SOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code (struct soap *soap, const struct SOAP_ENV__Code *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code (struct soap *soap, const char *tag, int id, const struct SOAP_ENV__Code *a, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Code *SOAP_FMAC4 
soap_in_SOAP_ENV__Code (struct soap *soap, const char *tag, struct SOAP_ENV__Code *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code (struct soap *soap, const struct SOAP_ENV__Code *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Code *SOAP_FMAC4 
soap_get_SOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header (struct soap *soap, struct SOAP_ENV__Header *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header (struct soap *soap, const struct SOAP_ENV__Header *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header (struct soap *soap, const char *tag, int id, const struct SOAP_ENV__Header *a, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Header *SOAP_FMAC4 
soap_in_SOAP_ENV__Header (struct soap *soap, const char *tag, struct SOAP_ENV__Header *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header (struct soap *soap, const struct SOAP_ENV__Header *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Header *SOAP_FMAC4 
soap_get_SOAP_ENV__Header (struct soap *soap, struct SOAP_ENV__Header *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroy (struct soap *soap, struct ns__destroy *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroy (struct soap *soap, const struct ns__destroy *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroy (struct soap *soap, const char *tag, int id, const struct ns__destroy *a, const char *type)
 
SOAP_FMAC3 struct ns__destroy
*SOAP_FMAC4 
soap_in_ns__destroy (struct soap *soap, const char *tag, struct ns__destroy *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroy (struct soap *soap, const struct ns__destroy *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct ns__destroy
*SOAP_FMAC4 
soap_get_ns__destroy (struct soap *soap, struct ns__destroy *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroyResponse (struct soap *soap, struct ns__destroyResponse *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroyResponse (struct soap *soap, const struct ns__destroyResponse *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroyResponse (struct soap *soap, const char *tag, int id, const struct ns__destroyResponse *a, const char *type)
 
SOAP_FMAC3 struct
ns__destroyResponse
*SOAP_FMAC4 
soap_in_ns__destroyResponse (struct soap *soap, const char *tag, struct ns__destroyResponse *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroyResponse (struct soap *soap, const struct ns__destroyResponse *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__destroyResponse
*SOAP_FMAC4 
soap_get_ns__destroyResponse (struct soap *soap, struct ns__destroyResponse *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTime (struct soap *soap, struct ns__getTerminationTime *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTime (struct soap *soap, const struct ns__getTerminationTime *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTime (struct soap *soap, const char *tag, int id, const struct ns__getTerminationTime *a, const char *type)
 
SOAP_FMAC3 struct
ns__getTerminationTime
*SOAP_FMAC4 
soap_in_ns__getTerminationTime (struct soap *soap, const char *tag, struct ns__getTerminationTime *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTime (struct soap *soap, const struct ns__getTerminationTime *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getTerminationTime
*SOAP_FMAC4 
soap_get_ns__getTerminationTime (struct soap *soap, struct ns__getTerminationTime *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTimeResponse (struct soap *soap, struct ns__getTerminationTimeResponse *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTimeResponse (struct soap *soap, const struct ns__getTerminationTimeResponse *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTimeResponse (struct soap *soap, const char *tag, int id, const struct ns__getTerminationTimeResponse *a, const char *type)
 
SOAP_FMAC3 struct
ns__getTerminationTimeResponse
*SOAP_FMAC4 
soap_in_ns__getTerminationTimeResponse (struct soap *soap, const char *tag, struct ns__getTerminationTimeResponse *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTimeResponse (struct soap *soap, const struct ns__getTerminationTimeResponse *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getTerminationTimeResponse
*SOAP_FMAC4 
soap_get_ns__getTerminationTimeResponse (struct soap *soap, struct ns__getTerminationTimeResponse *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxy (struct soap *soap, struct ns__putProxy *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxy (struct soap *soap, const struct ns__putProxy *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxy (struct soap *soap, const char *tag, int id, const struct ns__putProxy *a, const char *type)
 
SOAP_FMAC3 struct ns__putProxy
*SOAP_FMAC4 
soap_in_ns__putProxy (struct soap *soap, const char *tag, struct ns__putProxy *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxy (struct soap *soap, const struct ns__putProxy *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct ns__putProxy
*SOAP_FMAC4 
soap_get_ns__putProxy (struct soap *soap, struct ns__putProxy *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxyResponse (struct soap *soap, struct ns__putProxyResponse *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxyResponse (struct soap *soap, const struct ns__putProxyResponse *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxyResponse (struct soap *soap, const char *tag, int id, const struct ns__putProxyResponse *a, const char *type)
 
SOAP_FMAC3 struct
ns__putProxyResponse
*SOAP_FMAC4 
soap_in_ns__putProxyResponse (struct soap *soap, const char *tag, struct ns__putProxyResponse *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxyResponse (struct soap *soap, const struct ns__putProxyResponse *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__putProxyResponse
*SOAP_FMAC4 
soap_get_ns__putProxyResponse (struct soap *soap, struct ns__putProxyResponse *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReq (struct soap *soap, struct ns__renewProxyReq *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReq (struct soap *soap, const struct ns__renewProxyReq *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReq (struct soap *soap, const char *tag, int id, const struct ns__renewProxyReq *a, const char *type)
 
SOAP_FMAC3 struct
ns__renewProxyReq *SOAP_FMAC4 
soap_in_ns__renewProxyReq (struct soap *soap, const char *tag, struct ns__renewProxyReq *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReq (struct soap *soap, const struct ns__renewProxyReq *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__renewProxyReq *SOAP_FMAC4 
soap_get_ns__renewProxyReq (struct soap *soap, struct ns__renewProxyReq *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReqResponse (struct soap *soap, struct ns__renewProxyReqResponse *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReqResponse (struct soap *soap, const struct ns__renewProxyReqResponse *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReqResponse (struct soap *soap, const char *tag, int id, const struct ns__renewProxyReqResponse *a, const char *type)
 
SOAP_FMAC3 struct
ns__renewProxyReqResponse
*SOAP_FMAC4 
soap_in_ns__renewProxyReqResponse (struct soap *soap, const char *tag, struct ns__renewProxyReqResponse *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReqResponse (struct soap *soap, const struct ns__renewProxyReqResponse *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__renewProxyReqResponse
*SOAP_FMAC4 
soap_get_ns__renewProxyReqResponse (struct soap *soap, struct ns__renewProxyReqResponse *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReq (struct soap *soap, struct ns__getNewProxyReq *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReq (struct soap *soap, const struct ns__getNewProxyReq *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReq (struct soap *soap, const char *tag, int id, const struct ns__getNewProxyReq *a, const char *type)
 
SOAP_FMAC3 struct
ns__getNewProxyReq *SOAP_FMAC4 
soap_in_ns__getNewProxyReq (struct soap *soap, const char *tag, struct ns__getNewProxyReq *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReq (struct soap *soap, const struct ns__getNewProxyReq *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getNewProxyReq *SOAP_FMAC4 
soap_get_ns__getNewProxyReq (struct soap *soap, struct ns__getNewProxyReq *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReqResponse (struct soap *soap, struct ns__getNewProxyReqResponse *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReqResponse (struct soap *soap, const struct ns__getNewProxyReqResponse *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReqResponse (struct soap *soap, const char *tag, int id, const struct ns__getNewProxyReqResponse *a, const char *type)
 
SOAP_FMAC3 struct
ns__getNewProxyReqResponse
*SOAP_FMAC4 
soap_in_ns__getNewProxyReqResponse (struct soap *soap, const char *tag, struct ns__getNewProxyReqResponse *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReqResponse (struct soap *soap, const struct ns__getNewProxyReqResponse *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getNewProxyReqResponse
*SOAP_FMAC4 
soap_get_ns__getNewProxyReqResponse (struct soap *soap, struct ns__getNewProxyReqResponse *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReq (struct soap *soap, struct ns__getProxyReq *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReq (struct soap *soap, const struct ns__getProxyReq *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReq (struct soap *soap, const char *tag, int id, const struct ns__getProxyReq *a, const char *type)
 
SOAP_FMAC3 struct
ns__getProxyReq *SOAP_FMAC4 
soap_in_ns__getProxyReq (struct soap *soap, const char *tag, struct ns__getProxyReq *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReq (struct soap *soap, const struct ns__getProxyReq *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getProxyReq *SOAP_FMAC4 
soap_get_ns__getProxyReq (struct soap *soap, struct ns__getProxyReq *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReqResponse (struct soap *soap, struct ns__getProxyReqResponse *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReqResponse (struct soap *soap, const struct ns__getProxyReqResponse *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReqResponse (struct soap *soap, const char *tag, int id, const struct ns__getProxyReqResponse *a, const char *type)
 
SOAP_FMAC3 struct
ns__getProxyReqResponse
*SOAP_FMAC4 
soap_in_ns__getProxyReqResponse (struct soap *soap, const char *tag, struct ns__getProxyReqResponse *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReqResponse (struct soap *soap, const struct ns__getProxyReqResponse *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getProxyReqResponse
*SOAP_FMAC4 
soap_get_ns__getProxyReqResponse (struct soap *soap, struct ns__getProxyReqResponse *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException (struct soap *soap, struct _DelegationException *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__DelegationException (struct soap *soap, const struct _DelegationException *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out__DelegationException (struct soap *soap, const char *tag, int id, const struct _DelegationException *a, const char *type)
 
SOAP_FMAC3 struct
_DelegationException
*SOAP_FMAC4 
soap_in__DelegationException (struct soap *soap, const char *tag, struct _DelegationException *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put__DelegationException (struct soap *soap, const struct _DelegationException *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
_DelegationException
*SOAP_FMAC4 
soap_get__DelegationException (struct soap *soap, struct _DelegationException *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__NewProxyReq (struct soap *soap, struct ns__NewProxyReq *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__NewProxyReq (struct soap *soap, const struct ns__NewProxyReq *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__NewProxyReq (struct soap *soap, const char *tag, int id, const struct ns__NewProxyReq *a, const char *type)
 
SOAP_FMAC3 struct
ns__NewProxyReq *SOAP_FMAC4 
soap_in_ns__NewProxyReq (struct soap *soap, const char *tag, struct ns__NewProxyReq *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__NewProxyReq (struct soap *soap, const struct ns__NewProxyReq *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__NewProxyReq *SOAP_FMAC4 
soap_get_ns__NewProxyReq (struct soap *soap, struct ns__NewProxyReq *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__DelegationExceptionType (struct soap *soap, struct ns__DelegationExceptionType *a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__DelegationExceptionType (struct soap *soap, const struct ns__DelegationExceptionType *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__DelegationExceptionType (struct soap *soap, const char *tag, int id, const struct ns__DelegationExceptionType *a, const char *type)
 
SOAP_FMAC3 struct
ns__DelegationExceptionType
*SOAP_FMAC4 
soap_in_ns__DelegationExceptionType (struct soap *soap, const char *tag, struct ns__DelegationExceptionType *a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__DelegationExceptionType (struct soap *soap, const struct ns__DelegationExceptionType *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__DelegationExceptionType
*SOAP_FMAC4 
soap_get_ns__DelegationExceptionType (struct soap *soap, struct ns__DelegationExceptionType *p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason (struct soap *soap, struct SOAP_ENV__Reason *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason (struct soap *soap, const char *tag, int id, struct SOAP_ENV__Reason *const *a, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Reason **SOAP_FMAC4 
soap_in_PointerToSOAP_ENV__Reason (struct soap *soap, const char *tag, struct SOAP_ENV__Reason **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason (struct soap *soap, struct SOAP_ENV__Reason *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Reason **SOAP_FMAC4 
soap_get_PointerToSOAP_ENV__Reason (struct soap *soap, struct SOAP_ENV__Reason **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail (struct soap *soap, const char *tag, int id, struct SOAP_ENV__Detail *const *a, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Detail **SOAP_FMAC4 
soap_in_PointerToSOAP_ENV__Detail (struct soap *soap, const char *tag, struct SOAP_ENV__Detail **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Detail **SOAP_FMAC4 
soap_get_PointerToSOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code (struct soap *soap, const char *tag, int id, struct SOAP_ENV__Code *const *a, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Code **SOAP_FMAC4 
soap_in_PointerToSOAP_ENV__Code (struct soap *soap, const char *tag, struct SOAP_ENV__Code **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
SOAP_ENV__Code **SOAP_FMAC4 
soap_get_PointerToSOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__destroyResponse (struct soap *soap, struct ns__destroyResponse *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__destroyResponse (struct soap *soap, const char *tag, int id, struct ns__destroyResponse *const *a, const char *type)
 
SOAP_FMAC3 struct
ns__destroyResponse
**SOAP_FMAC4 
soap_in_PointerTons__destroyResponse (struct soap *soap, const char *tag, struct ns__destroyResponse **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__destroyResponse (struct soap *soap, struct ns__destroyResponse *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__destroyResponse
**SOAP_FMAC4 
soap_get_PointerTons__destroyResponse (struct soap *soap, struct ns__destroyResponse **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getTerminationTimeResponse (struct soap *soap, struct ns__getTerminationTimeResponse *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getTerminationTimeResponse (struct soap *soap, const char *tag, int id, struct ns__getTerminationTimeResponse *const *a, const char *type)
 
SOAP_FMAC3 struct
ns__getTerminationTimeResponse
**SOAP_FMAC4 
soap_in_PointerTons__getTerminationTimeResponse (struct soap *soap, const char *tag, struct ns__getTerminationTimeResponse **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getTerminationTimeResponse (struct soap *soap, struct ns__getTerminationTimeResponse *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getTerminationTimeResponse
**SOAP_FMAC4 
soap_get_PointerTons__getTerminationTimeResponse (struct soap *soap, struct ns__getTerminationTimeResponse **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__putProxyResponse (struct soap *soap, struct ns__putProxyResponse *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__putProxyResponse (struct soap *soap, const char *tag, int id, struct ns__putProxyResponse *const *a, const char *type)
 
SOAP_FMAC3 struct
ns__putProxyResponse
**SOAP_FMAC4 
soap_in_PointerTons__putProxyResponse (struct soap *soap, const char *tag, struct ns__putProxyResponse **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__putProxyResponse (struct soap *soap, struct ns__putProxyResponse *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__putProxyResponse
**SOAP_FMAC4 
soap_get_PointerTons__putProxyResponse (struct soap *soap, struct ns__putProxyResponse **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__renewProxyReqResponse (struct soap *soap, struct ns__renewProxyReqResponse *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__renewProxyReqResponse (struct soap *soap, const char *tag, int id, struct ns__renewProxyReqResponse *const *a, const char *type)
 
SOAP_FMAC3 struct
ns__renewProxyReqResponse
**SOAP_FMAC4 
soap_in_PointerTons__renewProxyReqResponse (struct soap *soap, const char *tag, struct ns__renewProxyReqResponse **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__renewProxyReqResponse (struct soap *soap, struct ns__renewProxyReqResponse *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__renewProxyReqResponse
**SOAP_FMAC4 
soap_get_PointerTons__renewProxyReqResponse (struct soap *soap, struct ns__renewProxyReqResponse **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getNewProxyReqResponse (struct soap *soap, struct ns__getNewProxyReqResponse *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getNewProxyReqResponse (struct soap *soap, const char *tag, int id, struct ns__getNewProxyReqResponse *const *a, const char *type)
 
SOAP_FMAC3 struct
ns__getNewProxyReqResponse
**SOAP_FMAC4 
soap_in_PointerTons__getNewProxyReqResponse (struct soap *soap, const char *tag, struct ns__getNewProxyReqResponse **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getNewProxyReqResponse (struct soap *soap, struct ns__getNewProxyReqResponse *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getNewProxyReqResponse
**SOAP_FMAC4 
soap_get_PointerTons__getNewProxyReqResponse (struct soap *soap, struct ns__getNewProxyReqResponse **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__NewProxyReq (struct soap *soap, struct ns__NewProxyReq *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__NewProxyReq (struct soap *soap, const char *tag, int id, struct ns__NewProxyReq *const *a, const char *type)
 
SOAP_FMAC3 struct
ns__NewProxyReq **SOAP_FMAC4 
soap_in_PointerTons__NewProxyReq (struct soap *soap, const char *tag, struct ns__NewProxyReq **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__NewProxyReq (struct soap *soap, struct ns__NewProxyReq *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__NewProxyReq **SOAP_FMAC4 
soap_get_PointerTons__NewProxyReq (struct soap *soap, struct ns__NewProxyReq **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getProxyReqResponse (struct soap *soap, struct ns__getProxyReqResponse *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getProxyReqResponse (struct soap *soap, const char *tag, int id, struct ns__getProxyReqResponse *const *a, const char *type)
 
SOAP_FMAC3 struct
ns__getProxyReqResponse
**SOAP_FMAC4 
soap_in_PointerTons__getProxyReqResponse (struct soap *soap, const char *tag, struct ns__getProxyReqResponse **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getProxyReqResponse (struct soap *soap, struct ns__getProxyReqResponse *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__getProxyReqResponse
**SOAP_FMAC4 
soap_get_PointerTons__getProxyReqResponse (struct soap *soap, struct ns__getProxyReqResponse **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__DelegationExceptionType (struct soap *soap, struct ns__DelegationExceptionType *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__DelegationExceptionType (struct soap *soap, const char *tag, int id, struct ns__DelegationExceptionType *const *a, const char *type)
 
SOAP_FMAC3 struct
ns__DelegationExceptionType
**SOAP_FMAC4 
soap_in_PointerTons__DelegationExceptionType (struct soap *soap, const char *tag, struct ns__DelegationExceptionType **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__DelegationExceptionType (struct soap *soap, struct ns__DelegationExceptionType *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 struct
ns__DelegationExceptionType
**SOAP_FMAC4 
soap_get_PointerTons__DelegationExceptionType (struct soap *soap, struct ns__DelegationExceptionType **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName (struct soap *soap, char *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName (struct soap *soap, const char *tag, int id, char *const *a, const char *type)
 
SOAP_FMAC3 char **SOAP_FMAC4 soap_in__QName (struct soap *soap, const char *tag, char **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName (struct soap *soap, char *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 char **SOAP_FMAC4 soap_get__QName (struct soap *soap, char **p, const char *tag, const char *type)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_default_string (struct soap *soap, char **a)
 
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string (struct soap *soap, char *const *a)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_out_string (struct soap *soap, const char *tag, int id, char *const *a, const char *type)
 
SOAP_FMAC3 char **SOAP_FMAC4 soap_in_string (struct soap *soap, const char *tag, char **a, const char *type)
 
SOAP_FMAC3 int SOAP_FMAC4 soap_put_string (struct soap *soap, char *const *a, const char *tag, const char *type)
 
SOAP_FMAC3 char **SOAP_FMAC4 soap_get_string (struct soap *soap, char **p, const char *tag, const char *type)
 

Function Documentation

SOAP_FMAC3 const char* SOAP_FMAC4 soap_check_faultdetail ( struct soap *  soap)
SOAP_FMAC3 const char* SOAP_FMAC4 soap_check_faultsubcode ( struct soap *  soap)
SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException ( struct soap *  soap,
struct _DelegationException a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte ( struct soap *  soap,
char *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_int ( struct soap *  soap,
int a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__DelegationExceptionType ( struct soap *  soap,
struct ns__DelegationExceptionType a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroy ( struct soap *  soap,
struct ns__destroy a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroyResponse ( struct soap *  soap,
struct ns__destroyResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReq ( struct soap *  soap,
struct ns__getNewProxyReq a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReqResponse ( struct soap *  soap,
struct ns__getNewProxyReqResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReq ( struct soap *  soap,
struct ns__getProxyReq a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReqResponse ( struct soap *  soap,
struct ns__getProxyReqResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTime ( struct soap *  soap,
struct ns__getTerminationTime a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTimeResponse ( struct soap *  soap,
struct ns__getTerminationTimeResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__NewProxyReq ( struct soap *  soap,
struct ns__NewProxyReq a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxy ( struct soap *  soap,
struct ns__putProxy a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxyResponse ( struct soap *  soap,
struct ns__putProxyResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReq ( struct soap *  soap,
struct ns__renewProxyReq a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReqResponse ( struct soap *  soap,
struct ns__renewProxyReqResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code ( struct soap *  soap,
struct SOAP_ENV__Code a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail ( struct soap *  soap,
struct SOAP_ENV__Detail a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault ( struct soap *  soap,
struct SOAP_ENV__Fault a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header ( struct soap *  soap,
struct SOAP_ENV__Header a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason ( struct soap *  soap,
struct SOAP_ENV__Reason a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_string ( struct soap *  soap,
char **  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_time ( struct soap *  soap,
time_t *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_fault ( struct soap *  soap)
SOAP_FMAC3 const char** SOAP_FMAC4 soap_faultcode ( struct soap *  soap)
SOAP_FMAC3 const char** SOAP_FMAC4 soap_faultdetail ( struct soap *  soap)
SOAP_FMAC3 const char** SOAP_FMAC4 soap_faultstring ( struct soap *  soap)
SOAP_FMAC3 const char** SOAP_FMAC4 soap_faultsubcode ( struct soap *  soap)
SOAP_FMAC3 struct _DelegationException* SOAP_FMAC4 soap_get__DelegationException ( struct soap *  soap,
struct _DelegationException p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 char** SOAP_FMAC4 soap_get__QName ( struct soap *  soap,
char **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 char* SOAP_FMAC4 soap_get_byte ( struct soap *  soap,
char *  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int* SOAP_FMAC4 soap_get_int ( struct soap *  soap,
int p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__DelegationExceptionType* SOAP_FMAC4 soap_get_ns__DelegationExceptionType ( struct soap *  soap,
struct ns__DelegationExceptionType p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__destroy* SOAP_FMAC4 soap_get_ns__destroy ( struct soap *  soap,
struct ns__destroy p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__destroyResponse* SOAP_FMAC4 soap_get_ns__destroyResponse ( struct soap *  soap,
struct ns__destroyResponse p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getNewProxyReq* SOAP_FMAC4 soap_get_ns__getNewProxyReq ( struct soap *  soap,
struct ns__getNewProxyReq p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getNewProxyReqResponse* SOAP_FMAC4 soap_get_ns__getNewProxyReqResponse ( struct soap *  soap,
struct ns__getNewProxyReqResponse p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getProxyReq* SOAP_FMAC4 soap_get_ns__getProxyReq ( struct soap *  soap,
struct ns__getProxyReq p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getProxyReqResponse* SOAP_FMAC4 soap_get_ns__getProxyReqResponse ( struct soap *  soap,
struct ns__getProxyReqResponse p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getTerminationTime* SOAP_FMAC4 soap_get_ns__getTerminationTime ( struct soap *  soap,
struct ns__getTerminationTime p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getTerminationTimeResponse* SOAP_FMAC4 soap_get_ns__getTerminationTimeResponse ( struct soap *  soap,
struct ns__getTerminationTimeResponse p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__NewProxyReq* SOAP_FMAC4 soap_get_ns__NewProxyReq ( struct soap *  soap,
struct ns__NewProxyReq p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__putProxy* SOAP_FMAC4 soap_get_ns__putProxy ( struct soap *  soap,
struct ns__putProxy p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__putProxyResponse* SOAP_FMAC4 soap_get_ns__putProxyResponse ( struct soap *  soap,
struct ns__putProxyResponse p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__renewProxyReq* SOAP_FMAC4 soap_get_ns__renewProxyReq ( struct soap *  soap,
struct ns__renewProxyReq p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__renewProxyReqResponse* SOAP_FMAC4 soap_get_ns__renewProxyReqResponse ( struct soap *  soap,
struct ns__renewProxyReqResponse p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__DelegationExceptionType** SOAP_FMAC4 soap_get_PointerTons__DelegationExceptionType ( struct soap *  soap,
struct ns__DelegationExceptionType **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__destroyResponse** SOAP_FMAC4 soap_get_PointerTons__destroyResponse ( struct soap *  soap,
struct ns__destroyResponse **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getNewProxyReqResponse** SOAP_FMAC4 soap_get_PointerTons__getNewProxyReqResponse ( struct soap *  soap,
struct ns__getNewProxyReqResponse **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getProxyReqResponse** SOAP_FMAC4 soap_get_PointerTons__getProxyReqResponse ( struct soap *  soap,
struct ns__getProxyReqResponse **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__getTerminationTimeResponse** SOAP_FMAC4 soap_get_PointerTons__getTerminationTimeResponse ( struct soap *  soap,
struct ns__getTerminationTimeResponse **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__NewProxyReq** SOAP_FMAC4 soap_get_PointerTons__NewProxyReq ( struct soap *  soap,
struct ns__NewProxyReq **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__putProxyResponse** SOAP_FMAC4 soap_get_PointerTons__putProxyResponse ( struct soap *  soap,
struct ns__putProxyResponse **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct ns__renewProxyReqResponse** SOAP_FMAC4 soap_get_PointerTons__renewProxyReqResponse ( struct soap *  soap,
struct ns__renewProxyReqResponse **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Code** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code ( struct soap *  soap,
struct SOAP_ENV__Code **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Detail** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail ( struct soap *  soap,
struct SOAP_ENV__Detail **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Reason** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason ( struct soap *  soap,
struct SOAP_ENV__Reason **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Code* SOAP_FMAC4 soap_get_SOAP_ENV__Code ( struct soap *  soap,
struct SOAP_ENV__Code p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Detail* SOAP_FMAC4 soap_get_SOAP_ENV__Detail ( struct soap *  soap,
struct SOAP_ENV__Detail p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Fault* SOAP_FMAC4 soap_get_SOAP_ENV__Fault ( struct soap *  soap,
struct SOAP_ENV__Fault p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Header* SOAP_FMAC4 soap_get_SOAP_ENV__Header ( struct soap *  soap,
struct SOAP_ENV__Header p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Reason* SOAP_FMAC4 soap_get_SOAP_ENV__Reason ( struct soap *  soap,
struct SOAP_ENV__Reason p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 char** SOAP_FMAC4 soap_get_string ( struct soap *  soap,
char **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 time_t* SOAP_FMAC4 soap_get_time ( struct soap *  soap,
time_t *  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 void* SOAP_FMAC4 soap_getelement ( struct soap *  soap,
int type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_getfault ( struct soap *  soap)
SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent ( struct soap *  soap)
SOAP_FMAC3 void SOAP_FMAC4 soap_header ( struct soap *  soap)
SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element ( struct soap *  soap)
SOAP_FMAC3 struct _DelegationException* SOAP_FMAC4 soap_in__DelegationException ( struct soap *  soap,
const char *  tag,
struct _DelegationException a,
const char *  type 
)
SOAP_FMAC3 char* * SOAP_FMAC4 soap_in__QName ( struct soap *  soap,
const char *  tag,
char **  a,
const char *  type 
)
SOAP_FMAC3 char* SOAP_FMAC4 soap_in_byte ( struct soap *  soap,
const char *  tag,
char *  a,
const char *  type 
)
SOAP_FMAC3 int* SOAP_FMAC4 soap_in_int ( struct soap *  soap,
const char *  tag,
int a,
const char *  type 
)
SOAP_FMAC3 struct ns__DelegationExceptionType* SOAP_FMAC4 soap_in_ns__DelegationExceptionType ( struct soap *  soap,
const char *  tag,
struct ns__DelegationExceptionType a,
const char *  type 
)
SOAP_FMAC3 struct ns__destroy* SOAP_FMAC4 soap_in_ns__destroy ( struct soap *  soap,
const char *  tag,
struct ns__destroy a,
const char *  type 
)
SOAP_FMAC3 struct ns__destroyResponse* SOAP_FMAC4 soap_in_ns__destroyResponse ( struct soap *  soap,
const char *  tag,
struct ns__destroyResponse a,
const char *  type 
)
SOAP_FMAC3 struct ns__getNewProxyReq* SOAP_FMAC4 soap_in_ns__getNewProxyReq ( struct soap *  soap,
const char *  tag,
struct ns__getNewProxyReq a,
const char *  type 
)
SOAP_FMAC3 struct ns__getNewProxyReqResponse* SOAP_FMAC4 soap_in_ns__getNewProxyReqResponse ( struct soap *  soap,
const char *  tag,
struct ns__getNewProxyReqResponse a,
const char *  type 
)
SOAP_FMAC3 struct ns__getProxyReq* SOAP_FMAC4 soap_in_ns__getProxyReq ( struct soap *  soap,
const char *  tag,
struct ns__getProxyReq a,
const char *  type 
)
SOAP_FMAC3 struct ns__getProxyReqResponse* SOAP_FMAC4 soap_in_ns__getProxyReqResponse ( struct soap *  soap,
const char *  tag,
struct ns__getProxyReqResponse a,
const char *  type 
)
SOAP_FMAC3 struct ns__getTerminationTime* SOAP_FMAC4 soap_in_ns__getTerminationTime ( struct soap *  soap,
const char *  tag,
struct ns__getTerminationTime a,
const char *  type 
)
SOAP_FMAC3 struct ns__getTerminationTimeResponse* SOAP_FMAC4 soap_in_ns__getTerminationTimeResponse ( struct soap *  soap,
const char *  tag,
struct ns__getTerminationTimeResponse a,
const char *  type 
)
SOAP_FMAC3 struct ns__NewProxyReq* SOAP_FMAC4 soap_in_ns__NewProxyReq ( struct soap *  soap,
const char *  tag,
struct ns__NewProxyReq a,
const char *  type 
)
SOAP_FMAC3 struct ns__putProxy* SOAP_FMAC4 soap_in_ns__putProxy ( struct soap *  soap,
const char *  tag,
struct ns__putProxy a,
const char *  type 
)
SOAP_FMAC3 struct ns__putProxyResponse* SOAP_FMAC4 soap_in_ns__putProxyResponse ( struct soap *  soap,
const char *  tag,
struct ns__putProxyResponse a,
const char *  type 
)
SOAP_FMAC3 struct ns__renewProxyReq* SOAP_FMAC4 soap_in_ns__renewProxyReq ( struct soap *  soap,
const char *  tag,
struct ns__renewProxyReq a,
const char *  type 
)
SOAP_FMAC3 struct ns__renewProxyReqResponse* SOAP_FMAC4 soap_in_ns__renewProxyReqResponse ( struct soap *  soap,
const char *  tag,
struct ns__renewProxyReqResponse a,
const char *  type 
)
SOAP_FMAC3 struct ns__DelegationExceptionType** SOAP_FMAC4 soap_in_PointerTons__DelegationExceptionType ( struct soap *  soap,
const char *  tag,
struct ns__DelegationExceptionType **  a,
const char *  type 
)
SOAP_FMAC3 struct ns__destroyResponse** SOAP_FMAC4 soap_in_PointerTons__destroyResponse ( struct soap *  soap,
const char *  tag,
struct ns__destroyResponse **  a,
const char *  type 
)
SOAP_FMAC3 struct ns__getNewProxyReqResponse** SOAP_FMAC4 soap_in_PointerTons__getNewProxyReqResponse ( struct soap *  soap,
const char *  tag,
struct ns__getNewProxyReqResponse **  a,
const char *  type 
)
SOAP_FMAC3 struct ns__getProxyReqResponse** SOAP_FMAC4 soap_in_PointerTons__getProxyReqResponse ( struct soap *  soap,
const char *  tag,
struct ns__getProxyReqResponse **  a,
const char *  type 
)
SOAP_FMAC3 struct ns__getTerminationTimeResponse** SOAP_FMAC4 soap_in_PointerTons__getTerminationTimeResponse ( struct soap *  soap,
const char *  tag,
struct ns__getTerminationTimeResponse **  a,
const char *  type 
)
SOAP_FMAC3 struct ns__NewProxyReq** SOAP_FMAC4 soap_in_PointerTons__NewProxyReq ( struct soap *  soap,
const char *  tag,
struct ns__NewProxyReq **  a,
const char *  type 
)
SOAP_FMAC3 struct ns__putProxyResponse** SOAP_FMAC4 soap_in_PointerTons__putProxyResponse ( struct soap *  soap,
const char *  tag,
struct ns__putProxyResponse **  a,
const char *  type 
)
SOAP_FMAC3 struct ns__renewProxyReqResponse** SOAP_FMAC4 soap_in_PointerTons__renewProxyReqResponse ( struct soap *  soap,
const char *  tag,
struct ns__renewProxyReqResponse **  a,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Code** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code ( struct soap *  soap,
const char *  tag,
struct SOAP_ENV__Code **  a,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Detail** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail ( struct soap *  soap,
const char *  tag,
struct SOAP_ENV__Detail **  a,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Reason** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason ( struct soap *  soap,
const char *  tag,
struct SOAP_ENV__Reason **  a,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Code* SOAP_FMAC4 soap_in_SOAP_ENV__Code ( struct soap *  soap,
const char *  tag,
struct SOAP_ENV__Code a,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Detail* SOAP_FMAC4 soap_in_SOAP_ENV__Detail ( struct soap *  soap,
const char *  tag,
struct SOAP_ENV__Detail a,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Fault* SOAP_FMAC4 soap_in_SOAP_ENV__Fault ( struct soap *  soap,
const char *  tag,
struct SOAP_ENV__Fault a,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Header* SOAP_FMAC4 soap_in_SOAP_ENV__Header ( struct soap *  soap,
const char *  tag,
struct SOAP_ENV__Header a,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Reason* SOAP_FMAC4 soap_in_SOAP_ENV__Reason ( struct soap *  soap,
const char *  tag,
struct SOAP_ENV__Reason a,
const char *  type 
)
SOAP_FMAC3 char* * SOAP_FMAC4 soap_in_string ( struct soap *  soap,
const char *  tag,
char **  a,
const char *  type 
)
SOAP_FMAC3 time_t* SOAP_FMAC4 soap_in_time ( struct soap *  soap,
const char *  tag,
time_t *  a,
const char *  type 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_markelement ( struct soap *  soap,
const void *  ptr,
int  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out__DelegationException ( struct soap *  soap,
const char *  tag,
int  id,
const struct _DelegationException a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName ( struct soap *  soap,
const char *  tag,
int  id,
char *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte ( struct soap *  soap,
const char *  tag,
int  id,
const char *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_int ( struct soap *  soap,
const char *  tag,
int  id,
const int a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__DelegationExceptionType ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__DelegationExceptionType a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroy ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__destroy a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroyResponse ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__destroyResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReq ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__getNewProxyReq a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReqResponse ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__getNewProxyReqResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReq ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__getProxyReq a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReqResponse ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__getProxyReqResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTime ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__getTerminationTime a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTimeResponse ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__getTerminationTimeResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__NewProxyReq ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__NewProxyReq a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxy ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__putProxy a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxyResponse ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__putProxyResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReq ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__renewProxyReq a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReqResponse ( struct soap *  soap,
const char *  tag,
int  id,
const struct ns__renewProxyReqResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__DelegationExceptionType ( struct soap *  soap,
const char *  tag,
int  id,
struct ns__DelegationExceptionType *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__destroyResponse ( struct soap *  soap,
const char *  tag,
int  id,
struct ns__destroyResponse *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getNewProxyReqResponse ( struct soap *  soap,
const char *  tag,
int  id,
struct ns__getNewProxyReqResponse *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getProxyReqResponse ( struct soap *  soap,
const char *  tag,
int  id,
struct ns__getProxyReqResponse *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getTerminationTimeResponse ( struct soap *  soap,
const char *  tag,
int  id,
struct ns__getTerminationTimeResponse *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__NewProxyReq ( struct soap *  soap,
const char *  tag,
int  id,
struct ns__NewProxyReq *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__putProxyResponse ( struct soap *  soap,
const char *  tag,
int  id,
struct ns__putProxyResponse *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__renewProxyReqResponse ( struct soap *  soap,
const char *  tag,
int  id,
struct ns__renewProxyReqResponse *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code ( struct soap *  soap,
const char *  tag,
int  id,
struct SOAP_ENV__Code *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail ( struct soap *  soap,
const char *  tag,
int  id,
struct SOAP_ENV__Detail *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason ( struct soap *  soap,
const char *  tag,
int  id,
struct SOAP_ENV__Reason *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code ( struct soap *  soap,
const char *  tag,
int  id,
const struct SOAP_ENV__Code a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail ( struct soap *  soap,
const char *  tag,
int  id,
const struct SOAP_ENV__Detail a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault ( struct soap *  soap,
const char *  tag,
int  id,
const struct SOAP_ENV__Fault a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header ( struct soap *  soap,
const char *  tag,
int  id,
const struct SOAP_ENV__Header a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason ( struct soap *  soap,
const char *  tag,
int  id,
const struct SOAP_ENV__Reason a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_string ( struct soap *  soap,
const char *  tag,
int  id,
char *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_time ( struct soap *  soap,
const char *  tag,
int  id,
const time_t *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put__DelegationException ( struct soap *  soap,
const struct _DelegationException a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName ( struct soap *  soap,
char *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte ( struct soap *  soap,
const char *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_int ( struct soap *  soap,
const int a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__DelegationExceptionType ( struct soap *  soap,
const struct ns__DelegationExceptionType a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroy ( struct soap *  soap,
const struct ns__destroy a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroyResponse ( struct soap *  soap,
const struct ns__destroyResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReq ( struct soap *  soap,
const struct ns__getNewProxyReq a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReqResponse ( struct soap *  soap,
const struct ns__getNewProxyReqResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReq ( struct soap *  soap,
const struct ns__getProxyReq a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReqResponse ( struct soap *  soap,
const struct ns__getProxyReqResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTime ( struct soap *  soap,
const struct ns__getTerminationTime a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTimeResponse ( struct soap *  soap,
const struct ns__getTerminationTimeResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__NewProxyReq ( struct soap *  soap,
const struct ns__NewProxyReq a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxy ( struct soap *  soap,
const struct ns__putProxy a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxyResponse ( struct soap *  soap,
const struct ns__putProxyResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReq ( struct soap *  soap,
const struct ns__renewProxyReq a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReqResponse ( struct soap *  soap,
const struct ns__renewProxyReqResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__DelegationExceptionType ( struct soap *  soap,
struct ns__DelegationExceptionType *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__destroyResponse ( struct soap *  soap,
struct ns__destroyResponse *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getNewProxyReqResponse ( struct soap *  soap,
struct ns__getNewProxyReqResponse *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getProxyReqResponse ( struct soap *  soap,
struct ns__getProxyReqResponse *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getTerminationTimeResponse ( struct soap *  soap,
struct ns__getTerminationTimeResponse *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__NewProxyReq ( struct soap *  soap,
struct ns__NewProxyReq *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__putProxyResponse ( struct soap *  soap,
struct ns__putProxyResponse *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__renewProxyReqResponse ( struct soap *  soap,
struct ns__renewProxyReqResponse *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code ( struct soap *  soap,
struct SOAP_ENV__Code *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail ( struct soap *  soap,
struct SOAP_ENV__Detail *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason ( struct soap *  soap,
struct SOAP_ENV__Reason *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code ( struct soap *  soap,
const struct SOAP_ENV__Code a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail ( struct soap *  soap,
const struct SOAP_ENV__Detail a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault ( struct soap *  soap,
const struct SOAP_ENV__Fault a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header ( struct soap *  soap,
const struct SOAP_ENV__Header a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason ( struct soap *  soap,
const struct SOAP_ENV__Reason a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_string ( struct soap *  soap,
char *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_time ( struct soap *  soap,
const time_t *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_putelement ( struct soap *  soap,
const void *  ptr,
const char *  tag,
int  id,
int  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_putfault ( struct soap *  soap)
SOAP_FMAC3 int SOAP_FMAC4 soap_putheader ( struct soap *  soap)
SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent ( struct soap *  soap)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__DelegationException ( struct soap *  soap,
const struct _DelegationException a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName ( struct soap *  soap,
char *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__DelegationExceptionType ( struct soap *  soap,
const struct ns__DelegationExceptionType a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroy ( struct soap *  soap,
const struct ns__destroy a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroyResponse ( struct soap *  soap,
const struct ns__destroyResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReq ( struct soap *  soap,
const struct ns__getNewProxyReq a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReqResponse ( struct soap *  soap,
const struct ns__getNewProxyReqResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReq ( struct soap *  soap,
const struct ns__getProxyReq a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReqResponse ( struct soap *  soap,
const struct ns__getProxyReqResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTime ( struct soap *  soap,
const struct ns__getTerminationTime a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTimeResponse ( struct soap *  soap,
const struct ns__getTerminationTimeResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__NewProxyReq ( struct soap *  soap,
const struct ns__NewProxyReq a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxy ( struct soap *  soap,
const struct ns__putProxy a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxyResponse ( struct soap *  soap,
const struct ns__putProxyResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReq ( struct soap *  soap,
const struct ns__renewProxyReq a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReqResponse ( struct soap *  soap,
const struct ns__renewProxyReqResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__DelegationExceptionType ( struct soap *  soap,
struct ns__DelegationExceptionType *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__destroyResponse ( struct soap *  soap,
struct ns__destroyResponse *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getNewProxyReqResponse ( struct soap *  soap,
struct ns__getNewProxyReqResponse *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getProxyReqResponse ( struct soap *  soap,
struct ns__getProxyReqResponse *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getTerminationTimeResponse ( struct soap *  soap,
struct ns__getTerminationTimeResponse *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__NewProxyReq ( struct soap *  soap,
struct ns__NewProxyReq *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__putProxyResponse ( struct soap *  soap,
struct ns__putProxyResponse *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__renewProxyReqResponse ( struct soap *  soap,
struct ns__renewProxyReqResponse *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code ( struct soap *  soap,
struct SOAP_ENV__Code *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail ( struct soap *  soap,
struct SOAP_ENV__Detail *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason ( struct soap *  soap,
struct SOAP_ENV__Reason *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code ( struct soap *  soap,
const struct SOAP_ENV__Code a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail ( struct soap *  soap,
const struct SOAP_ENV__Detail a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault ( struct soap *  soap,
const struct SOAP_ENV__Fault a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header ( struct soap *  soap,
const struct SOAP_ENV__Header a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason ( struct soap *  soap,
const struct SOAP_ENV__Reason a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string ( struct soap *  soap,
char *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serializefault ( struct soap *  soap)
SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader ( struct soap *  soap)
SOAP_SOURCE_STAMP ( "@(#) soapC.c ver 2.8.17r 2014-10-24 17:48:46 GMT"  )