My Project
|
Go to the source code of this file.
Functions | |
SOAP_FMAC3 void SOAP_FMAC4 | soap_markelement (struct soap *, const void *, int) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_putindependent (struct soap *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_getindependent (struct soap *) |
SOAP_FMAC3 void *SOAP_FMAC4 | soap_getelement (struct soap *, const char *, int *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_putelement (struct soap *, const void *, const char *, int, int) |
SOAP_FMAC3 void *SOAP_FMAC4 | soap_dupelement (struct soap *, const void *, int) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_delelement (const void *, int) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_ignore_element (struct soap *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_byte (struct soap *, const char *, int, const char *, const char *) |
SOAP_FMAC3 char *SOAP_FMAC4 | soap_in_byte (struct soap *, const char *, char *, const char *) |
SOAP_FMAC3 char *SOAP_FMAC4 | soap_new_byte (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_byte (struct soap *, const char *, const char *, const char *) |
SOAP_FMAC3 char *SOAP_FMAC4 | soap_get_byte (struct soap *, char *, const char *, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_int (struct soap *, const char *, int, const int *, const char *) |
SOAP_FMAC3 int *SOAP_FMAC4 | soap_in_int (struct soap *, const char *, int *, const char *) |
SOAP_FMAC3 int *SOAP_FMAC4 | soap_new_int (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_int (struct soap *, const int *, const char *, const char *) |
SOAP_FMAC3 int *SOAP_FMAC4 | soap_get_int (struct soap *, int *, const char *, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_dateTime (struct soap *, const char *, int, const time_t *, const char *) |
SOAP_FMAC3 time_t *SOAP_FMAC4 | soap_in_dateTime (struct soap *, const char *, time_t *, const char *) |
SOAP_FMAC3 time_t *SOAP_FMAC4 | soap_new_dateTime (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_dateTime (struct soap *, const time_t *, const char *, const char *) |
SOAP_FMAC3 time_t *SOAP_FMAC4 | soap_get_dateTime (struct soap *, time_t *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_SOAP_ENV__Fault (struct soap *, struct SOAP_ENV__Fault *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_SOAP_ENV__Fault (struct soap *, const struct SOAP_ENV__Fault *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_SOAP_ENV__Fault (struct soap *, const char *, int, const struct SOAP_ENV__Fault *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 | soap_in_SOAP_ENV__Fault (struct soap *, const char *, struct SOAP_ENV__Fault *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 | soap_new_SOAP_ENV__Fault (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_SOAP_ENV__Fault (struct soap *, const struct SOAP_ENV__Fault *, const char *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 | soap_get_SOAP_ENV__Fault (struct soap *, struct SOAP_ENV__Fault *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_SOAP_ENV__Reason (struct soap *, struct SOAP_ENV__Reason *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_SOAP_ENV__Reason (struct soap *, const struct SOAP_ENV__Reason *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_SOAP_ENV__Reason (struct soap *, const char *, int, const struct SOAP_ENV__Reason *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Reason *SOAP_FMAC4 | soap_in_SOAP_ENV__Reason (struct soap *, const char *, struct SOAP_ENV__Reason *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Reason *SOAP_FMAC4 | soap_new_SOAP_ENV__Reason (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_SOAP_ENV__Reason (struct soap *, const struct SOAP_ENV__Reason *, const char *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Reason *SOAP_FMAC4 | soap_get_SOAP_ENV__Reason (struct soap *, struct SOAP_ENV__Reason *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_SOAP_ENV__Detail (struct soap *, struct SOAP_ENV__Detail *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_SOAP_ENV__Detail (struct soap *, const struct SOAP_ENV__Detail *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_SOAP_ENV__Detail (struct soap *, const char *, int, const struct SOAP_ENV__Detail *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 | soap_in_SOAP_ENV__Detail (struct soap *, const char *, struct SOAP_ENV__Detail *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 | soap_new_SOAP_ENV__Detail (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_SOAP_ENV__Detail (struct soap *, const struct SOAP_ENV__Detail *, const char *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 | soap_get_SOAP_ENV__Detail (struct soap *, struct SOAP_ENV__Detail *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_SOAP_ENV__Code (struct soap *, struct SOAP_ENV__Code *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_SOAP_ENV__Code (struct soap *, const struct SOAP_ENV__Code *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_SOAP_ENV__Code (struct soap *, const char *, int, const struct SOAP_ENV__Code *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 | soap_in_SOAP_ENV__Code (struct soap *, const char *, struct SOAP_ENV__Code *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 | soap_new_SOAP_ENV__Code (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_SOAP_ENV__Code (struct soap *, const struct SOAP_ENV__Code *, const char *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 | soap_get_SOAP_ENV__Code (struct soap *, struct SOAP_ENV__Code *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_SOAP_ENV__Header (struct soap *, struct SOAP_ENV__Header *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_SOAP_ENV__Header (struct soap *, const struct SOAP_ENV__Header *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_SOAP_ENV__Header (struct soap *, const char *, int, const struct SOAP_ENV__Header *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 | soap_in_SOAP_ENV__Header (struct soap *, const char *, struct SOAP_ENV__Header *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 | soap_new_SOAP_ENV__Header (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_SOAP_ENV__Header (struct soap *, const struct SOAP_ENV__Header *, const char *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 | soap_get_SOAP_ENV__Header (struct soap *, struct SOAP_ENV__Header *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__destroy (struct soap *, struct ns__destroy *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__destroy (struct soap *, const struct ns__destroy *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__destroy (struct soap *, const char *, int, const struct ns__destroy *, const char *) |
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 | soap_in_ns__destroy (struct soap *, const char *, struct ns__destroy *, const char *) |
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 | soap_new_ns__destroy (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__destroy (struct soap *, const struct ns__destroy *, const char *, const char *) |
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 | soap_get_ns__destroy (struct soap *, struct ns__destroy *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__destroyResponse (struct soap *, struct ns__destroyResponse *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__destroyResponse (struct soap *, const struct ns__destroyResponse *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__destroyResponse (struct soap *, const char *, int, const struct ns__destroyResponse *, const char *) |
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 | soap_in_ns__destroyResponse (struct soap *, const char *, struct ns__destroyResponse *, const char *) |
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 | soap_new_ns__destroyResponse (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__destroyResponse (struct soap *, const struct ns__destroyResponse *, const char *, const char *) |
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 | soap_get_ns__destroyResponse (struct soap *, struct ns__destroyResponse *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__getTerminationTime (struct soap *, struct ns__getTerminationTime *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__getTerminationTime (struct soap *, const struct ns__getTerminationTime *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__getTerminationTime (struct soap *, const char *, int, const struct ns__getTerminationTime *, const char *) |
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 | soap_in_ns__getTerminationTime (struct soap *, const char *, struct ns__getTerminationTime *, const char *) |
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 | soap_new_ns__getTerminationTime (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__getTerminationTime (struct soap *, const struct ns__getTerminationTime *, const char *, const char *) |
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 | soap_get_ns__getTerminationTime (struct soap *, struct ns__getTerminationTime *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__getTerminationTimeResponse (struct soap *, struct ns__getTerminationTimeResponse *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__getTerminationTimeResponse (struct soap *, const struct ns__getTerminationTimeResponse *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__getTerminationTimeResponse (struct soap *, const char *, int, const struct ns__getTerminationTimeResponse *, const char *) |
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 | soap_in_ns__getTerminationTimeResponse (struct soap *, const char *, struct ns__getTerminationTimeResponse *, const char *) |
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 | soap_new_ns__getTerminationTimeResponse (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__getTerminationTimeResponse (struct soap *, const struct ns__getTerminationTimeResponse *, const char *, const char *) |
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 | soap_get_ns__getTerminationTimeResponse (struct soap *, struct ns__getTerminationTimeResponse *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__putProxy (struct soap *, struct ns__putProxy *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__putProxy (struct soap *, const struct ns__putProxy *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__putProxy (struct soap *, const char *, int, const struct ns__putProxy *, const char *) |
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 | soap_in_ns__putProxy (struct soap *, const char *, struct ns__putProxy *, const char *) |
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 | soap_new_ns__putProxy (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__putProxy (struct soap *, const struct ns__putProxy *, const char *, const char *) |
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 | soap_get_ns__putProxy (struct soap *, struct ns__putProxy *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__putProxyResponse (struct soap *, struct ns__putProxyResponse *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__putProxyResponse (struct soap *, const struct ns__putProxyResponse *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__putProxyResponse (struct soap *, const char *, int, const struct ns__putProxyResponse *, const char *) |
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 | soap_in_ns__putProxyResponse (struct soap *, const char *, struct ns__putProxyResponse *, const char *) |
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 | soap_new_ns__putProxyResponse (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__putProxyResponse (struct soap *, const struct ns__putProxyResponse *, const char *, const char *) |
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 | soap_get_ns__putProxyResponse (struct soap *, struct ns__putProxyResponse *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__renewProxyReq (struct soap *, struct ns__renewProxyReq *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__renewProxyReq (struct soap *, const struct ns__renewProxyReq *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__renewProxyReq (struct soap *, const char *, int, const struct ns__renewProxyReq *, const char *) |
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 | soap_in_ns__renewProxyReq (struct soap *, const char *, struct ns__renewProxyReq *, const char *) |
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 | soap_new_ns__renewProxyReq (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__renewProxyReq (struct soap *, const struct ns__renewProxyReq *, const char *, const char *) |
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 | soap_get_ns__renewProxyReq (struct soap *, struct ns__renewProxyReq *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__renewProxyReqResponse (struct soap *, struct ns__renewProxyReqResponse *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__renewProxyReqResponse (struct soap *, const struct ns__renewProxyReqResponse *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__renewProxyReqResponse (struct soap *, const char *, int, const struct ns__renewProxyReqResponse *, const char *) |
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 | soap_in_ns__renewProxyReqResponse (struct soap *, const char *, struct ns__renewProxyReqResponse *, const char *) |
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 | soap_new_ns__renewProxyReqResponse (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__renewProxyReqResponse (struct soap *, const struct ns__renewProxyReqResponse *, const char *, const char *) |
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 | soap_get_ns__renewProxyReqResponse (struct soap *, struct ns__renewProxyReqResponse *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__getNewProxyReq (struct soap *, struct ns__getNewProxyReq *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__getNewProxyReq (struct soap *, const struct ns__getNewProxyReq *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__getNewProxyReq (struct soap *, const char *, int, const struct ns__getNewProxyReq *, const char *) |
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 | soap_in_ns__getNewProxyReq (struct soap *, const char *, struct ns__getNewProxyReq *, const char *) |
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 | soap_new_ns__getNewProxyReq (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__getNewProxyReq (struct soap *, const struct ns__getNewProxyReq *, const char *, const char *) |
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 | soap_get_ns__getNewProxyReq (struct soap *, struct ns__getNewProxyReq *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__getNewProxyReqResponse (struct soap *, struct ns__getNewProxyReqResponse *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__getNewProxyReqResponse (struct soap *, const struct ns__getNewProxyReqResponse *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__getNewProxyReqResponse (struct soap *, const char *, int, const struct ns__getNewProxyReqResponse *, const char *) |
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 | soap_in_ns__getNewProxyReqResponse (struct soap *, const char *, struct ns__getNewProxyReqResponse *, const char *) |
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 | soap_new_ns__getNewProxyReqResponse (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__getNewProxyReqResponse (struct soap *, const struct ns__getNewProxyReqResponse *, const char *, const char *) |
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 | soap_get_ns__getNewProxyReqResponse (struct soap *, struct ns__getNewProxyReqResponse *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__getProxyReq (struct soap *, struct ns__getProxyReq *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__getProxyReq (struct soap *, const struct ns__getProxyReq *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__getProxyReq (struct soap *, const char *, int, const struct ns__getProxyReq *, const char *) |
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 | soap_in_ns__getProxyReq (struct soap *, const char *, struct ns__getProxyReq *, const char *) |
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 | soap_new_ns__getProxyReq (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__getProxyReq (struct soap *, const struct ns__getProxyReq *, const char *, const char *) |
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 | soap_get_ns__getProxyReq (struct soap *, struct ns__getProxyReq *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__getProxyReqResponse (struct soap *, struct ns__getProxyReqResponse *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__getProxyReqResponse (struct soap *, const struct ns__getProxyReqResponse *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__getProxyReqResponse (struct soap *, const char *, int, const struct ns__getProxyReqResponse *, const char *) |
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 | soap_in_ns__getProxyReqResponse (struct soap *, const char *, struct ns__getProxyReqResponse *, const char *) |
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 | soap_new_ns__getProxyReqResponse (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__getProxyReqResponse (struct soap *, const struct ns__getProxyReqResponse *, const char *, const char *) |
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 | soap_get_ns__getProxyReqResponse (struct soap *, struct ns__getProxyReqResponse *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default__DelegationException (struct soap *, struct _DelegationException *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize__DelegationException (struct soap *, const struct _DelegationException *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out__DelegationException (struct soap *, const char *, int, const struct _DelegationException *, const char *) |
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 | soap_in__DelegationException (struct soap *, const char *, struct _DelegationException *, const char *) |
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 | soap_new__DelegationException (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put__DelegationException (struct soap *, const struct _DelegationException *, const char *, const char *) |
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 | soap_get__DelegationException (struct soap *, struct _DelegationException *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__NewProxyReq (struct soap *, struct ns__NewProxyReq *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__NewProxyReq (struct soap *, const struct ns__NewProxyReq *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__NewProxyReq (struct soap *, const char *, int, const struct ns__NewProxyReq *, const char *) |
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 | soap_in_ns__NewProxyReq (struct soap *, const char *, struct ns__NewProxyReq *, const char *) |
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 | soap_new_ns__NewProxyReq (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__NewProxyReq (struct soap *, const struct ns__NewProxyReq *, const char *, const char *) |
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 | soap_get_ns__NewProxyReq (struct soap *, struct ns__NewProxyReq *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns__DelegationExceptionType (struct soap *, struct ns__DelegationExceptionType *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns__DelegationExceptionType (struct soap *, const struct ns__DelegationExceptionType *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns__DelegationExceptionType (struct soap *, const char *, int, const struct ns__DelegationExceptionType *, const char *) |
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 | soap_in_ns__DelegationExceptionType (struct soap *, const char *, struct ns__DelegationExceptionType *, const char *) |
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 | soap_new_ns__DelegationExceptionType (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns__DelegationExceptionType (struct soap *, const struct ns__DelegationExceptionType *, const char *, const char *) |
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 | soap_get_ns__DelegationExceptionType (struct soap *, struct ns__DelegationExceptionType *, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerToSOAP_ENV__Reason (struct soap *, struct SOAP_ENV__Reason *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerToSOAP_ENV__Reason (struct soap *, const char *, int, struct SOAP_ENV__Reason *const *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Reason **SOAP_FMAC4 | soap_in_PointerToSOAP_ENV__Reason (struct soap *, const char *, struct SOAP_ENV__Reason **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerToSOAP_ENV__Reason (struct soap *, struct SOAP_ENV__Reason *const *, const char *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Reason **SOAP_FMAC4 | soap_get_PointerToSOAP_ENV__Reason (struct soap *, struct SOAP_ENV__Reason **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerToSOAP_ENV__Detail (struct soap *, struct SOAP_ENV__Detail *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerToSOAP_ENV__Detail (struct soap *, const char *, int, struct SOAP_ENV__Detail *const *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Detail **SOAP_FMAC4 | soap_in_PointerToSOAP_ENV__Detail (struct soap *, const char *, struct SOAP_ENV__Detail **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerToSOAP_ENV__Detail (struct soap *, struct SOAP_ENV__Detail *const *, const char *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Detail **SOAP_FMAC4 | soap_get_PointerToSOAP_ENV__Detail (struct soap *, struct SOAP_ENV__Detail **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerToSOAP_ENV__Code (struct soap *, struct SOAP_ENV__Code *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerToSOAP_ENV__Code (struct soap *, const char *, int, struct SOAP_ENV__Code *const *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Code **SOAP_FMAC4 | soap_in_PointerToSOAP_ENV__Code (struct soap *, const char *, struct SOAP_ENV__Code **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerToSOAP_ENV__Code (struct soap *, struct SOAP_ENV__Code *const *, const char *, const char *) |
SOAP_FMAC3 struct SOAP_ENV__Code **SOAP_FMAC4 | soap_get_PointerToSOAP_ENV__Code (struct soap *, struct SOAP_ENV__Code **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerTons__destroyResponse (struct soap *, struct ns__destroyResponse *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerTons__destroyResponse (struct soap *, const char *, int, struct ns__destroyResponse *const *, const char *) |
SOAP_FMAC3 struct ns__destroyResponse **SOAP_FMAC4 | soap_in_PointerTons__destroyResponse (struct soap *, const char *, struct ns__destroyResponse **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerTons__destroyResponse (struct soap *, struct ns__destroyResponse *const *, const char *, const char *) |
SOAP_FMAC3 struct ns__destroyResponse **SOAP_FMAC4 | soap_get_PointerTons__destroyResponse (struct soap *, struct ns__destroyResponse **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerTons__getTerminationTimeResponse (struct soap *, struct ns__getTerminationTimeResponse *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerTons__getTerminationTimeResponse (struct soap *, const char *, int, struct ns__getTerminationTimeResponse *const *, const char *) |
SOAP_FMAC3 struct ns__getTerminationTimeResponse **SOAP_FMAC4 | soap_in_PointerTons__getTerminationTimeResponse (struct soap *, const char *, struct ns__getTerminationTimeResponse **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerTons__getTerminationTimeResponse (struct soap *, struct ns__getTerminationTimeResponse *const *, const char *, const char *) |
SOAP_FMAC3 struct ns__getTerminationTimeResponse **SOAP_FMAC4 | soap_get_PointerTons__getTerminationTimeResponse (struct soap *, struct ns__getTerminationTimeResponse **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerTons__putProxyResponse (struct soap *, struct ns__putProxyResponse *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerTons__putProxyResponse (struct soap *, const char *, int, struct ns__putProxyResponse *const *, const char *) |
SOAP_FMAC3 struct ns__putProxyResponse **SOAP_FMAC4 | soap_in_PointerTons__putProxyResponse (struct soap *, const char *, struct ns__putProxyResponse **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerTons__putProxyResponse (struct soap *, struct ns__putProxyResponse *const *, const char *, const char *) |
SOAP_FMAC3 struct ns__putProxyResponse **SOAP_FMAC4 | soap_get_PointerTons__putProxyResponse (struct soap *, struct ns__putProxyResponse **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerTons__renewProxyReqResponse (struct soap *, struct ns__renewProxyReqResponse *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerTons__renewProxyReqResponse (struct soap *, const char *, int, struct ns__renewProxyReqResponse *const *, const char *) |
SOAP_FMAC3 struct ns__renewProxyReqResponse **SOAP_FMAC4 | soap_in_PointerTons__renewProxyReqResponse (struct soap *, const char *, struct ns__renewProxyReqResponse **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerTons__renewProxyReqResponse (struct soap *, struct ns__renewProxyReqResponse *const *, const char *, const char *) |
SOAP_FMAC3 struct ns__renewProxyReqResponse **SOAP_FMAC4 | soap_get_PointerTons__renewProxyReqResponse (struct soap *, struct ns__renewProxyReqResponse **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerTons__getNewProxyReqResponse (struct soap *, struct ns__getNewProxyReqResponse *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerTons__getNewProxyReqResponse (struct soap *, const char *, int, struct ns__getNewProxyReqResponse *const *, const char *) |
SOAP_FMAC3 struct ns__getNewProxyReqResponse **SOAP_FMAC4 | soap_in_PointerTons__getNewProxyReqResponse (struct soap *, const char *, struct ns__getNewProxyReqResponse **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerTons__getNewProxyReqResponse (struct soap *, struct ns__getNewProxyReqResponse *const *, const char *, const char *) |
SOAP_FMAC3 struct ns__getNewProxyReqResponse **SOAP_FMAC4 | soap_get_PointerTons__getNewProxyReqResponse (struct soap *, struct ns__getNewProxyReqResponse **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerTons__NewProxyReq (struct soap *, struct ns__NewProxyReq *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerTons__NewProxyReq (struct soap *, const char *, int, struct ns__NewProxyReq *const *, const char *) |
SOAP_FMAC3 struct ns__NewProxyReq **SOAP_FMAC4 | soap_in_PointerTons__NewProxyReq (struct soap *, const char *, struct ns__NewProxyReq **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerTons__NewProxyReq (struct soap *, struct ns__NewProxyReq *const *, const char *, const char *) |
SOAP_FMAC3 struct ns__NewProxyReq **SOAP_FMAC4 | soap_get_PointerTons__NewProxyReq (struct soap *, struct ns__NewProxyReq **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerTons__getProxyReqResponse (struct soap *, struct ns__getProxyReqResponse *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerTons__getProxyReqResponse (struct soap *, const char *, int, struct ns__getProxyReqResponse *const *, const char *) |
SOAP_FMAC3 struct ns__getProxyReqResponse **SOAP_FMAC4 | soap_in_PointerTons__getProxyReqResponse (struct soap *, const char *, struct ns__getProxyReqResponse **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerTons__getProxyReqResponse (struct soap *, struct ns__getProxyReqResponse *const *, const char *, const char *) |
SOAP_FMAC3 struct ns__getProxyReqResponse **SOAP_FMAC4 | soap_get_PointerTons__getProxyReqResponse (struct soap *, struct ns__getProxyReqResponse **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_PointerTons__DelegationExceptionType (struct soap *, struct ns__DelegationExceptionType *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_PointerTons__DelegationExceptionType (struct soap *, const char *, int, struct ns__DelegationExceptionType *const *, const char *) |
SOAP_FMAC3 struct ns__DelegationExceptionType **SOAP_FMAC4 | soap_in_PointerTons__DelegationExceptionType (struct soap *, const char *, struct ns__DelegationExceptionType **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_PointerTons__DelegationExceptionType (struct soap *, struct ns__DelegationExceptionType *const *, const char *, const char *) |
SOAP_FMAC3 struct ns__DelegationExceptionType **SOAP_FMAC4 | soap_get_PointerTons__DelegationExceptionType (struct soap *, struct ns__DelegationExceptionType **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize__QName (struct soap *, char *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out__QName (struct soap *, const char *, int, char *const *, const char *) |
SOAP_FMAC3 char **SOAP_FMAC4 | soap_in__QName (struct soap *, const char *, char **, const char *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put__QName (struct soap *, char *const *, const char *, const char *) |
SOAP_FMAC3 char **SOAP_FMAC4 | soap_get__QName (struct soap *, char **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_string (struct soap *, char *const *) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_out_string (struct soap *, const char *, int, char *const *, const char *) |
SOAP_FMAC3 char **SOAP_FMAC4 | soap_in_string (struct soap *, const char *, char **, const char *) |
SOAP_FMAC3 char **SOAP_FMAC4 | soap_new_string (struct soap *soap, int n) |
SOAP_FMAC3 int SOAP_FMAC4 | soap_put_string (struct soap *, char *const *, const char *, const char *) |
SOAP_FMAC3 char **SOAP_FMAC4 | soap_get_string (struct soap *, char **, const char *, const char *) |
SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException | ( | struct soap * | soap, |
struct _DelegationException * | 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_delelement | ( | const void * | ptr, |
int | type | ||
) |
SOAP_FMAC3 void *SOAP_FMAC4 soap_dupelement | ( | struct soap * | soap, |
const void * | ptr, | ||
int | type | ||
) |
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 time_t *SOAP_FMAC4 soap_get_dateTime | ( | struct soap * | soap, |
time_t * | 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 void *SOAP_FMAC4 soap_getelement | ( | struct soap * | soap, |
const char * | tag, | ||
int * | type | ||
) |
SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent | ( | 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 time_t *SOAP_FMAC4 soap_in_dateTime | ( | struct soap * | soap, |
const char * | tag, | ||
time_t * | 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 void SOAP_FMAC4 soap_markelement | ( | struct soap * | soap, |
const void * | ptr, | ||
int | type | ||
) |
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 soap_new__DelegationException | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 char *SOAP_FMAC4 soap_new_byte | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_new_dateTime | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 soap_new_ns__DelegationExceptionType | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 soap_new_ns__destroy | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 soap_new_ns__destroyResponse | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 soap_new_ns__getNewProxyReq | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 soap_new_ns__getNewProxyReqResponse | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 soap_new_ns__getProxyReq | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 soap_new_ns__getProxyReqResponse | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 soap_new_ns__getTerminationTime | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 soap_new_ns__getTerminationTimeResponse | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 soap_new_ns__NewProxyReq | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 soap_new_ns__putProxy | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 soap_new_ns__putProxyResponse | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 soap_new_ns__renewProxyReq | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 soap_new_ns__renewProxyReqResponse | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 soap_new_SOAP_ENV__Code | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 soap_new_SOAP_ENV__Detail | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 soap_new_SOAP_ENV__Fault | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 soap_new_SOAP_ENV__Header | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 struct SOAP_ENV__Reason *SOAP_FMAC4 soap_new_SOAP_ENV__Reason | ( | struct soap * | soap, |
int | n | ||
) |
SOAP_FMAC3 char **SOAP_FMAC4 soap_new_string | ( | struct soap * | soap, |
int | n | ||
) |
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_dateTime | ( | struct soap * | soap, |
const char * | tag, | ||
int | id, | ||
const time_t * | 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_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_dateTime | ( | struct soap * | soap, |
const time_t * | 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_putelement | ( | struct soap * | soap, |
const void * | ptr, | ||
const char * | tag, | ||
int | id, | ||
int | type | ||
) |
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 | ||
) |