![]() |
GDBMS 1.0
|
#include "soapH.h"Go to the source code of this file.
Functions | |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serializeheader (struct soap *soap) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_putheader (struct soap *soap) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_getheader (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_faultstring (struct soap *soap) |
| SOAP_FMAC3 const char **SOAP_FMAC4 | soap_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_instantiate (struct soap *soap, int t, const char *type, const char *arrayType, size_t *n) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_fdelete (struct soap_clist *p) |
| SOAP_FMAC3 void *SOAP_FMAC4 | soap_class_id_enter (struct soap *soap, const char *id, void *p, int t, size_t n, const char *type, const char *arrayType) |
| SOAP_FMAC3 void *SOAP_FMAC4 | soap_container_id_forward (struct soap *soap, const char *href, void *p, size_t len, int st, int tt, size_t n, unsigned int k) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_container_insert (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| 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_std__string (struct soap *soap, std::string *p) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_std__string (struct soap *soap, const std::string *p) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_std__string (struct soap *soap, const char *tag, int id, const std::string *s, const char *type) |
| SOAP_FMAC3 std::string *SOAP_FMAC4 | soap_in_std__string (struct soap *soap, const char *tag, std::string *s, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_std__string (struct soap *soap, const std::string *a, const char *tag, const char *type) |
| SOAP_FMAC3 std::string *SOAP_FMAC4 | soap_get_std__string (struct soap *soap, std::string *p, const char *tag, const char *type) |
| SOAP_FMAC1 std::string *SOAP_FMAC2 | soap_instantiate_std__string (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_std__string (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| 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_FMAC1 struct SOAP_ENV__Fault *SOAP_FMAC2 | soap_instantiate_SOAP_ENV__Fault (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_SOAP_ENV__Fault (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| 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_FMAC1 struct SOAP_ENV__Reason *SOAP_FMAC2 | soap_instantiate_SOAP_ENV__Reason (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_SOAP_ENV__Reason (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| 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_FMAC1 struct SOAP_ENV__Detail *SOAP_FMAC2 | soap_instantiate_SOAP_ENV__Detail (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_SOAP_ENV__Detail (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| 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_FMAC1 struct SOAP_ENV__Code *SOAP_FMAC2 | soap_instantiate_SOAP_ENV__Code (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_SOAP_ENV__Code (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| 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_FMAC1 struct SOAP_ENV__Header *SOAP_FMAC2 | soap_instantiate_SOAP_ENV__Header (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_SOAP_ENV__Header (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__InitiateTransactionStop (struct soap *soap, struct ns1__InitiateTransactionStop *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__InitiateTransactionStop (struct soap *soap, const struct ns1__InitiateTransactionStop *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__InitiateTransactionStop (struct soap *soap, const char *tag, int id, const struct ns1__InitiateTransactionStop *a, const char *type) |
| SOAP_FMAC3 struct ns1__InitiateTransactionStop *SOAP_FMAC4 | soap_in_ns1__InitiateTransactionStop (struct soap *soap, const char *tag, struct ns1__InitiateTransactionStop *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__InitiateTransactionStop (struct soap *soap, const struct ns1__InitiateTransactionStop *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__InitiateTransactionStop *SOAP_FMAC4 | soap_get_ns1__InitiateTransactionStop (struct soap *soap, struct ns1__InitiateTransactionStop *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__InitiateTransactionStop *SOAP_FMAC2 | soap_instantiate_ns1__InitiateTransactionStop (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__InitiateTransactionStop (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__InitiateTransactionStopResponse (struct soap *soap, struct ns1__InitiateTransactionStopResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__InitiateTransactionStopResponse (struct soap *soap, const struct ns1__InitiateTransactionStopResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__InitiateTransactionStopResponse (struct soap *soap, const char *tag, int id, const struct ns1__InitiateTransactionStopResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__InitiateTransactionStopResponse *SOAP_FMAC4 | soap_in_ns1__InitiateTransactionStopResponse (struct soap *soap, const char *tag, struct ns1__InitiateTransactionStopResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__InitiateTransactionStopResponse (struct soap *soap, const struct ns1__InitiateTransactionStopResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__InitiateTransactionStopResponse *SOAP_FMAC4 | soap_get_ns1__InitiateTransactionStopResponse (struct soap *soap, struct ns1__InitiateTransactionStopResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__InitiateTransactionStopResponse *SOAP_FMAC2 | soap_instantiate_ns1__InitiateTransactionStopResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__InitiateTransactionStopResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindDFS (struct soap *soap, struct ns1__FindDFS *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindDFS (struct soap *soap, const struct ns1__FindDFS *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindDFS (struct soap *soap, const char *tag, int id, const struct ns1__FindDFS *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindDFS *SOAP_FMAC4 | soap_in_ns1__FindDFS (struct soap *soap, const char *tag, struct ns1__FindDFS *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindDFS (struct soap *soap, const struct ns1__FindDFS *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindDFS *SOAP_FMAC4 | soap_get_ns1__FindDFS (struct soap *soap, struct ns1__FindDFS *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindDFS *SOAP_FMAC2 | soap_instantiate_ns1__FindDFS (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindDFS (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindDFSResponse (struct soap *soap, struct ns1__FindDFSResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindDFSResponse (struct soap *soap, const struct ns1__FindDFSResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindDFSResponse (struct soap *soap, const char *tag, int id, const struct ns1__FindDFSResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindDFSResponse *SOAP_FMAC4 | soap_in_ns1__FindDFSResponse (struct soap *soap, const char *tag, struct ns1__FindDFSResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindDFSResponse (struct soap *soap, const struct ns1__FindDFSResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindDFSResponse *SOAP_FMAC4 | soap_get_ns1__FindDFSResponse (struct soap *soap, struct ns1__FindDFSResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindDFSResponse *SOAP_FMAC2 | soap_instantiate_ns1__FindDFSResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindDFSResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindBFS (struct soap *soap, struct ns1__FindBFS *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindBFS (struct soap *soap, const struct ns1__FindBFS *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindBFS (struct soap *soap, const char *tag, int id, const struct ns1__FindBFS *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindBFS *SOAP_FMAC4 | soap_in_ns1__FindBFS (struct soap *soap, const char *tag, struct ns1__FindBFS *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindBFS (struct soap *soap, const struct ns1__FindBFS *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindBFS *SOAP_FMAC4 | soap_get_ns1__FindBFS (struct soap *soap, struct ns1__FindBFS *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindBFS *SOAP_FMAC2 | soap_instantiate_ns1__FindBFS (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindBFS (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindBFSResponse (struct soap *soap, struct ns1__FindBFSResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindBFSResponse (struct soap *soap, const struct ns1__FindBFSResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindBFSResponse (struct soap *soap, const char *tag, int id, const struct ns1__FindBFSResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindBFSResponse *SOAP_FMAC4 | soap_in_ns1__FindBFSResponse (struct soap *soap, const char *tag, struct ns1__FindBFSResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindBFSResponse (struct soap *soap, const struct ns1__FindBFSResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindBFSResponse *SOAP_FMAC4 | soap_get_ns1__FindBFSResponse (struct soap *soap, struct ns1__FindBFSResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindBFSResponse *SOAP_FMAC2 | soap_instantiate_ns1__FindBFSResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindBFSResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindAllFriends (struct soap *soap, struct ns1__FindAllFriends *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindAllFriends (struct soap *soap, const struct ns1__FindAllFriends *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindAllFriends (struct soap *soap, const char *tag, int id, const struct ns1__FindAllFriends *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindAllFriends *SOAP_FMAC4 | soap_in_ns1__FindAllFriends (struct soap *soap, const char *tag, struct ns1__FindAllFriends *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindAllFriends (struct soap *soap, const struct ns1__FindAllFriends *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindAllFriends *SOAP_FMAC4 | soap_get_ns1__FindAllFriends (struct soap *soap, struct ns1__FindAllFriends *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindAllFriends *SOAP_FMAC2 | soap_instantiate_ns1__FindAllFriends (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindAllFriends (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindAllFriendsResponse (struct soap *soap, struct ns1__FindAllFriendsResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindAllFriendsResponse (struct soap *soap, const struct ns1__FindAllFriendsResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindAllFriendsResponse (struct soap *soap, const char *tag, int id, const struct ns1__FindAllFriendsResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindAllFriendsResponse *SOAP_FMAC4 | soap_in_ns1__FindAllFriendsResponse (struct soap *soap, const char *tag, struct ns1__FindAllFriendsResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindAllFriendsResponse (struct soap *soap, const struct ns1__FindAllFriendsResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindAllFriendsResponse *SOAP_FMAC4 | soap_get_ns1__FindAllFriendsResponse (struct soap *soap, struct ns1__FindAllFriendsResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindAllFriendsResponse *SOAP_FMAC2 | soap_instantiate_ns1__FindAllFriendsResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindAllFriendsResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindAllPathsBetweenNodes (struct soap *soap, struct ns1__FindAllPathsBetweenNodes *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindAllPathsBetweenNodes (struct soap *soap, const struct ns1__FindAllPathsBetweenNodes *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindAllPathsBetweenNodes (struct soap *soap, const char *tag, int id, const struct ns1__FindAllPathsBetweenNodes *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindAllPathsBetweenNodes *SOAP_FMAC4 | soap_in_ns1__FindAllPathsBetweenNodes (struct soap *soap, const char *tag, struct ns1__FindAllPathsBetweenNodes *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindAllPathsBetweenNodes (struct soap *soap, const struct ns1__FindAllPathsBetweenNodes *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindAllPathsBetweenNodes *SOAP_FMAC4 | soap_get_ns1__FindAllPathsBetweenNodes (struct soap *soap, struct ns1__FindAllPathsBetweenNodes *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindAllPathsBetweenNodes *SOAP_FMAC2 | soap_instantiate_ns1__FindAllPathsBetweenNodes (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindAllPathsBetweenNodes (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindAllPathsBetweenNodesResponse (struct soap *soap, struct ns1__FindAllPathsBetweenNodesResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindAllPathsBetweenNodesResponse (struct soap *soap, const struct ns1__FindAllPathsBetweenNodesResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindAllPathsBetweenNodesResponse (struct soap *soap, const char *tag, int id, const struct ns1__FindAllPathsBetweenNodesResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindAllPathsBetweenNodesResponse *SOAP_FMAC4 | soap_in_ns1__FindAllPathsBetweenNodesResponse (struct soap *soap, const char *tag, struct ns1__FindAllPathsBetweenNodesResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindAllPathsBetweenNodesResponse (struct soap *soap, const struct ns1__FindAllPathsBetweenNodesResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindAllPathsBetweenNodesResponse *SOAP_FMAC4 | soap_get_ns1__FindAllPathsBetweenNodesResponse (struct soap *soap, struct ns1__FindAllPathsBetweenNodesResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindAllPathsBetweenNodesResponse *SOAP_FMAC2 | soap_instantiate_ns1__FindAllPathsBetweenNodesResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindAllPathsBetweenNodesResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindMaxPathBetweenNodes (struct soap *soap, struct ns1__FindMaxPathBetweenNodes *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindMaxPathBetweenNodes (struct soap *soap, const struct ns1__FindMaxPathBetweenNodes *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindMaxPathBetweenNodes (struct soap *soap, const char *tag, int id, const struct ns1__FindMaxPathBetweenNodes *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindMaxPathBetweenNodes *SOAP_FMAC4 | soap_in_ns1__FindMaxPathBetweenNodes (struct soap *soap, const char *tag, struct ns1__FindMaxPathBetweenNodes *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindMaxPathBetweenNodes (struct soap *soap, const struct ns1__FindMaxPathBetweenNodes *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindMaxPathBetweenNodes *SOAP_FMAC4 | soap_get_ns1__FindMaxPathBetweenNodes (struct soap *soap, struct ns1__FindMaxPathBetweenNodes *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindMaxPathBetweenNodes *SOAP_FMAC2 | soap_instantiate_ns1__FindMaxPathBetweenNodes (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindMaxPathBetweenNodes (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindMaxPathBetweenNodesResponse (struct soap *soap, struct ns1__FindMaxPathBetweenNodesResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindMaxPathBetweenNodesResponse (struct soap *soap, const struct ns1__FindMaxPathBetweenNodesResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindMaxPathBetweenNodesResponse (struct soap *soap, const char *tag, int id, const struct ns1__FindMaxPathBetweenNodesResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindMaxPathBetweenNodesResponse *SOAP_FMAC4 | soap_in_ns1__FindMaxPathBetweenNodesResponse (struct soap *soap, const char *tag, struct ns1__FindMaxPathBetweenNodesResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindMaxPathBetweenNodesResponse (struct soap *soap, const struct ns1__FindMaxPathBetweenNodesResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindMaxPathBetweenNodesResponse *SOAP_FMAC4 | soap_get_ns1__FindMaxPathBetweenNodesResponse (struct soap *soap, struct ns1__FindMaxPathBetweenNodesResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindMaxPathBetweenNodesResponse *SOAP_FMAC2 | soap_instantiate_ns1__FindMaxPathBetweenNodesResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindMaxPathBetweenNodesResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindMinPathBetweenNodes (struct soap *soap, struct ns1__FindMinPathBetweenNodes *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindMinPathBetweenNodes (struct soap *soap, const struct ns1__FindMinPathBetweenNodes *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindMinPathBetweenNodes (struct soap *soap, const char *tag, int id, const struct ns1__FindMinPathBetweenNodes *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindMinPathBetweenNodes *SOAP_FMAC4 | soap_in_ns1__FindMinPathBetweenNodes (struct soap *soap, const char *tag, struct ns1__FindMinPathBetweenNodes *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindMinPathBetweenNodes (struct soap *soap, const struct ns1__FindMinPathBetweenNodes *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindMinPathBetweenNodes *SOAP_FMAC4 | soap_get_ns1__FindMinPathBetweenNodes (struct soap *soap, struct ns1__FindMinPathBetweenNodes *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindMinPathBetweenNodes *SOAP_FMAC2 | soap_instantiate_ns1__FindMinPathBetweenNodes (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindMinPathBetweenNodes (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__FindMinPathBetweenNodesResponse (struct soap *soap, struct ns1__FindMinPathBetweenNodesResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__FindMinPathBetweenNodesResponse (struct soap *soap, const struct ns1__FindMinPathBetweenNodesResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__FindMinPathBetweenNodesResponse (struct soap *soap, const char *tag, int id, const struct ns1__FindMinPathBetweenNodesResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__FindMinPathBetweenNodesResponse *SOAP_FMAC4 | soap_in_ns1__FindMinPathBetweenNodesResponse (struct soap *soap, const char *tag, struct ns1__FindMinPathBetweenNodesResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__FindMinPathBetweenNodesResponse (struct soap *soap, const struct ns1__FindMinPathBetweenNodesResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__FindMinPathBetweenNodesResponse *SOAP_FMAC4 | soap_get_ns1__FindMinPathBetweenNodesResponse (struct soap *soap, struct ns1__FindMinPathBetweenNodesResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__FindMinPathBetweenNodesResponse *SOAP_FMAC2 | soap_instantiate_ns1__FindMinPathBetweenNodesResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__FindMinPathBetweenNodesResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteEdge (struct soap *soap, struct ns1__DeleteEdge *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteEdge (struct soap *soap, const struct ns1__DeleteEdge *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteEdge (struct soap *soap, const char *tag, int id, const struct ns1__DeleteEdge *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteEdge *SOAP_FMAC4 | soap_in_ns1__DeleteEdge (struct soap *soap, const char *tag, struct ns1__DeleteEdge *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteEdge (struct soap *soap, const struct ns1__DeleteEdge *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteEdge *SOAP_FMAC4 | soap_get_ns1__DeleteEdge (struct soap *soap, struct ns1__DeleteEdge *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteEdge *SOAP_FMAC2 | soap_instantiate_ns1__DeleteEdge (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteEdge (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteEdgeResponse (struct soap *soap, struct ns1__DeleteEdgeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteEdgeResponse (struct soap *soap, const struct ns1__DeleteEdgeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteEdgeResponse (struct soap *soap, const char *tag, int id, const struct ns1__DeleteEdgeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteEdgeResponse *SOAP_FMAC4 | soap_in_ns1__DeleteEdgeResponse (struct soap *soap, const char *tag, struct ns1__DeleteEdgeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteEdgeResponse (struct soap *soap, const struct ns1__DeleteEdgeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteEdgeResponse *SOAP_FMAC4 | soap_get_ns1__DeleteEdgeResponse (struct soap *soap, struct ns1__DeleteEdgeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteEdgeResponse *SOAP_FMAC2 | soap_instantiate_ns1__DeleteEdgeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteEdgeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddValueToEdge (struct soap *soap, struct ns1__AddValueToEdge *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddValueToEdge (struct soap *soap, const struct ns1__AddValueToEdge *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddValueToEdge (struct soap *soap, const char *tag, int id, const struct ns1__AddValueToEdge *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddValueToEdge *SOAP_FMAC4 | soap_in_ns1__AddValueToEdge (struct soap *soap, const char *tag, struct ns1__AddValueToEdge *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddValueToEdge (struct soap *soap, const struct ns1__AddValueToEdge *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddValueToEdge *SOAP_FMAC4 | soap_get_ns1__AddValueToEdge (struct soap *soap, struct ns1__AddValueToEdge *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddValueToEdge *SOAP_FMAC2 | soap_instantiate_ns1__AddValueToEdge (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddValueToEdge (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddValueToEdgeResponse (struct soap *soap, struct ns1__AddValueToEdgeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddValueToEdgeResponse (struct soap *soap, const struct ns1__AddValueToEdgeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddValueToEdgeResponse (struct soap *soap, const char *tag, int id, const struct ns1__AddValueToEdgeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddValueToEdgeResponse *SOAP_FMAC4 | soap_in_ns1__AddValueToEdgeResponse (struct soap *soap, const char *tag, struct ns1__AddValueToEdgeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddValueToEdgeResponse (struct soap *soap, const struct ns1__AddValueToEdgeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddValueToEdgeResponse *SOAP_FMAC4 | soap_get_ns1__AddValueToEdgeResponse (struct soap *soap, struct ns1__AddValueToEdgeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddValueToEdgeResponse *SOAP_FMAC2 | soap_instantiate_ns1__AddValueToEdgeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddValueToEdgeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddEdge (struct soap *soap, struct ns1__AddEdge *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddEdge (struct soap *soap, const struct ns1__AddEdge *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddEdge (struct soap *soap, const char *tag, int id, const struct ns1__AddEdge *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddEdge *SOAP_FMAC4 | soap_in_ns1__AddEdge (struct soap *soap, const char *tag, struct ns1__AddEdge *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddEdge (struct soap *soap, const struct ns1__AddEdge *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddEdge *SOAP_FMAC4 | soap_get_ns1__AddEdge (struct soap *soap, struct ns1__AddEdge *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddEdge *SOAP_FMAC2 | soap_instantiate_ns1__AddEdge (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddEdge (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddEdgeResponse (struct soap *soap, struct ns1__AddEdgeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddEdgeResponse (struct soap *soap, const struct ns1__AddEdgeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddEdgeResponse (struct soap *soap, const char *tag, int id, const struct ns1__AddEdgeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddEdgeResponse *SOAP_FMAC4 | soap_in_ns1__AddEdgeResponse (struct soap *soap, const char *tag, struct ns1__AddEdgeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddEdgeResponse (struct soap *soap, const struct ns1__AddEdgeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddEdgeResponse *SOAP_FMAC4 | soap_get_ns1__AddEdgeResponse (struct soap *soap, struct ns1__AddEdgeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddEdgeResponse *SOAP_FMAC2 | soap_instantiate_ns1__AddEdgeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddEdgeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteNode (struct soap *soap, struct ns1__DeleteNode *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteNode (struct soap *soap, const struct ns1__DeleteNode *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteNode (struct soap *soap, const char *tag, int id, const struct ns1__DeleteNode *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteNode *SOAP_FMAC4 | soap_in_ns1__DeleteNode (struct soap *soap, const char *tag, struct ns1__DeleteNode *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteNode (struct soap *soap, const struct ns1__DeleteNode *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteNode *SOAP_FMAC4 | soap_get_ns1__DeleteNode (struct soap *soap, struct ns1__DeleteNode *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteNode *SOAP_FMAC2 | soap_instantiate_ns1__DeleteNode (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteNode (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteNodeResponse (struct soap *soap, struct ns1__DeleteNodeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteNodeResponse (struct soap *soap, const struct ns1__DeleteNodeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteNodeResponse (struct soap *soap, const char *tag, int id, const struct ns1__DeleteNodeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteNodeResponse *SOAP_FMAC4 | soap_in_ns1__DeleteNodeResponse (struct soap *soap, const char *tag, struct ns1__DeleteNodeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteNodeResponse (struct soap *soap, const struct ns1__DeleteNodeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteNodeResponse *SOAP_FMAC4 | soap_get_ns1__DeleteNodeResponse (struct soap *soap, struct ns1__DeleteNodeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteNodeResponse *SOAP_FMAC2 | soap_instantiate_ns1__DeleteNodeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteNodeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddValueToNode (struct soap *soap, struct ns1__AddValueToNode *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddValueToNode (struct soap *soap, const struct ns1__AddValueToNode *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddValueToNode (struct soap *soap, const char *tag, int id, const struct ns1__AddValueToNode *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddValueToNode *SOAP_FMAC4 | soap_in_ns1__AddValueToNode (struct soap *soap, const char *tag, struct ns1__AddValueToNode *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddValueToNode (struct soap *soap, const struct ns1__AddValueToNode *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddValueToNode *SOAP_FMAC4 | soap_get_ns1__AddValueToNode (struct soap *soap, struct ns1__AddValueToNode *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddValueToNode *SOAP_FMAC2 | soap_instantiate_ns1__AddValueToNode (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddValueToNode (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddValueToNodeResponse (struct soap *soap, struct ns1__AddValueToNodeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddValueToNodeResponse (struct soap *soap, const struct ns1__AddValueToNodeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddValueToNodeResponse (struct soap *soap, const char *tag, int id, const struct ns1__AddValueToNodeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddValueToNodeResponse *SOAP_FMAC4 | soap_in_ns1__AddValueToNodeResponse (struct soap *soap, const char *tag, struct ns1__AddValueToNodeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddValueToNodeResponse (struct soap *soap, const struct ns1__AddValueToNodeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddValueToNodeResponse *SOAP_FMAC4 | soap_get_ns1__AddValueToNodeResponse (struct soap *soap, struct ns1__AddValueToNodeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddValueToNodeResponse *SOAP_FMAC2 | soap_instantiate_ns1__AddValueToNodeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddValueToNodeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddNode (struct soap *soap, struct ns1__AddNode *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddNode (struct soap *soap, const struct ns1__AddNode *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddNode (struct soap *soap, const char *tag, int id, const struct ns1__AddNode *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddNode *SOAP_FMAC4 | soap_in_ns1__AddNode (struct soap *soap, const char *tag, struct ns1__AddNode *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddNode (struct soap *soap, const struct ns1__AddNode *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddNode *SOAP_FMAC4 | soap_get_ns1__AddNode (struct soap *soap, struct ns1__AddNode *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddNode *SOAP_FMAC2 | soap_instantiate_ns1__AddNode (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddNode (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddNodeResponse (struct soap *soap, struct ns1__AddNodeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddNodeResponse (struct soap *soap, const struct ns1__AddNodeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddNodeResponse (struct soap *soap, const char *tag, int id, const struct ns1__AddNodeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddNodeResponse *SOAP_FMAC4 | soap_in_ns1__AddNodeResponse (struct soap *soap, const char *tag, struct ns1__AddNodeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddNodeResponse (struct soap *soap, const struct ns1__AddNodeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddNodeResponse *SOAP_FMAC4 | soap_get_ns1__AddNodeResponse (struct soap *soap, struct ns1__AddNodeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddNodeResponse *SOAP_FMAC2 | soap_instantiate_ns1__AddNodeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddNodeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GetTypeId (struct soap *soap, struct ns1__GetTypeId *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GetTypeId (struct soap *soap, const struct ns1__GetTypeId *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GetTypeId (struct soap *soap, const char *tag, int id, const struct ns1__GetTypeId *a, const char *type) |
| SOAP_FMAC3 struct ns1__GetTypeId *SOAP_FMAC4 | soap_in_ns1__GetTypeId (struct soap *soap, const char *tag, struct ns1__GetTypeId *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GetTypeId (struct soap *soap, const struct ns1__GetTypeId *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GetTypeId *SOAP_FMAC4 | soap_get_ns1__GetTypeId (struct soap *soap, struct ns1__GetTypeId *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GetTypeId *SOAP_FMAC2 | soap_instantiate_ns1__GetTypeId (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GetTypeId (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GetTypeIdResponse (struct soap *soap, struct ns1__GetTypeIdResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GetTypeIdResponse (struct soap *soap, const struct ns1__GetTypeIdResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GetTypeIdResponse (struct soap *soap, const char *tag, int id, const struct ns1__GetTypeIdResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__GetTypeIdResponse *SOAP_FMAC4 | soap_in_ns1__GetTypeIdResponse (struct soap *soap, const char *tag, struct ns1__GetTypeIdResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GetTypeIdResponse (struct soap *soap, const struct ns1__GetTypeIdResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GetTypeIdResponse *SOAP_FMAC4 | soap_get_ns1__GetTypeIdResponse (struct soap *soap, struct ns1__GetTypeIdResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GetTypeIdResponse *SOAP_FMAC2 | soap_instantiate_ns1__GetTypeIdResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GetTypeIdResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddMemberToType (struct soap *soap, struct ns1__AddMemberToType *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddMemberToType (struct soap *soap, const struct ns1__AddMemberToType *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddMemberToType (struct soap *soap, const char *tag, int id, const struct ns1__AddMemberToType *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddMemberToType *SOAP_FMAC4 | soap_in_ns1__AddMemberToType (struct soap *soap, const char *tag, struct ns1__AddMemberToType *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddMemberToType (struct soap *soap, const struct ns1__AddMemberToType *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddMemberToType *SOAP_FMAC4 | soap_get_ns1__AddMemberToType (struct soap *soap, struct ns1__AddMemberToType *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddMemberToType *SOAP_FMAC2 | soap_instantiate_ns1__AddMemberToType (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddMemberToType (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__AddMemberToTypeResponse (struct soap *soap, struct ns1__AddMemberToTypeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__AddMemberToTypeResponse (struct soap *soap, const struct ns1__AddMemberToTypeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__AddMemberToTypeResponse (struct soap *soap, const char *tag, int id, const struct ns1__AddMemberToTypeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__AddMemberToTypeResponse *SOAP_FMAC4 | soap_in_ns1__AddMemberToTypeResponse (struct soap *soap, const char *tag, struct ns1__AddMemberToTypeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__AddMemberToTypeResponse (struct soap *soap, const struct ns1__AddMemberToTypeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__AddMemberToTypeResponse *SOAP_FMAC4 | soap_get_ns1__AddMemberToTypeResponse (struct soap *soap, struct ns1__AddMemberToTypeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__AddMemberToTypeResponse *SOAP_FMAC2 | soap_instantiate_ns1__AddMemberToTypeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__AddMemberToTypeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteType (struct soap *soap, struct ns1__DeleteType *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteType (struct soap *soap, const struct ns1__DeleteType *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteType (struct soap *soap, const char *tag, int id, const struct ns1__DeleteType *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteType *SOAP_FMAC4 | soap_in_ns1__DeleteType (struct soap *soap, const char *tag, struct ns1__DeleteType *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteType (struct soap *soap, const struct ns1__DeleteType *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteType *SOAP_FMAC4 | soap_get_ns1__DeleteType (struct soap *soap, struct ns1__DeleteType *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteType *SOAP_FMAC2 | soap_instantiate_ns1__DeleteType (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteType (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteTypeResponse (struct soap *soap, struct ns1__DeleteTypeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteTypeResponse (struct soap *soap, const struct ns1__DeleteTypeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteTypeResponse (struct soap *soap, const char *tag, int id, const struct ns1__DeleteTypeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteTypeResponse *SOAP_FMAC4 | soap_in_ns1__DeleteTypeResponse (struct soap *soap, const char *tag, struct ns1__DeleteTypeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteTypeResponse (struct soap *soap, const struct ns1__DeleteTypeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteTypeResponse *SOAP_FMAC4 | soap_get_ns1__DeleteTypeResponse (struct soap *soap, struct ns1__DeleteTypeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteTypeResponse *SOAP_FMAC2 | soap_instantiate_ns1__DeleteTypeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteTypeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DefineType (struct soap *soap, struct ns1__DefineType *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DefineType (struct soap *soap, const struct ns1__DefineType *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DefineType (struct soap *soap, const char *tag, int id, const struct ns1__DefineType *a, const char *type) |
| SOAP_FMAC3 struct ns1__DefineType *SOAP_FMAC4 | soap_in_ns1__DefineType (struct soap *soap, const char *tag, struct ns1__DefineType *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DefineType (struct soap *soap, const struct ns1__DefineType *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DefineType *SOAP_FMAC4 | soap_get_ns1__DefineType (struct soap *soap, struct ns1__DefineType *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DefineType *SOAP_FMAC2 | soap_instantiate_ns1__DefineType (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DefineType (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DefineTypeResponse (struct soap *soap, struct ns1__DefineTypeResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DefineTypeResponse (struct soap *soap, const struct ns1__DefineTypeResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DefineTypeResponse (struct soap *soap, const char *tag, int id, const struct ns1__DefineTypeResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__DefineTypeResponse *SOAP_FMAC4 | soap_in_ns1__DefineTypeResponse (struct soap *soap, const char *tag, struct ns1__DefineTypeResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DefineTypeResponse (struct soap *soap, const struct ns1__DefineTypeResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DefineTypeResponse *SOAP_FMAC4 | soap_get_ns1__DefineTypeResponse (struct soap *soap, struct ns1__DefineTypeResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DefineTypeResponse *SOAP_FMAC2 | soap_instantiate_ns1__DefineTypeResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DefineTypeResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CloseTransaction (struct soap *soap, struct ns1__CloseTransaction *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CloseTransaction (struct soap *soap, const struct ns1__CloseTransaction *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CloseTransaction (struct soap *soap, const char *tag, int id, const struct ns1__CloseTransaction *a, const char *type) |
| SOAP_FMAC3 struct ns1__CloseTransaction *SOAP_FMAC4 | soap_in_ns1__CloseTransaction (struct soap *soap, const char *tag, struct ns1__CloseTransaction *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CloseTransaction (struct soap *soap, const struct ns1__CloseTransaction *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CloseTransaction *SOAP_FMAC4 | soap_get_ns1__CloseTransaction (struct soap *soap, struct ns1__CloseTransaction *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CloseTransaction *SOAP_FMAC2 | soap_instantiate_ns1__CloseTransaction (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CloseTransaction (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CloseTransactionResponse (struct soap *soap, struct ns1__CloseTransactionResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CloseTransactionResponse (struct soap *soap, const struct ns1__CloseTransactionResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CloseTransactionResponse (struct soap *soap, const char *tag, int id, const struct ns1__CloseTransactionResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__CloseTransactionResponse *SOAP_FMAC4 | soap_in_ns1__CloseTransactionResponse (struct soap *soap, const char *tag, struct ns1__CloseTransactionResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CloseTransactionResponse (struct soap *soap, const struct ns1__CloseTransactionResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CloseTransactionResponse *SOAP_FMAC4 | soap_get_ns1__CloseTransactionResponse (struct soap *soap, struct ns1__CloseTransactionResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CloseTransactionResponse *SOAP_FMAC2 | soap_instantiate_ns1__CloseTransactionResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CloseTransactionResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GetTransactionId (struct soap *soap, struct ns1__GetTransactionId *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GetTransactionId (struct soap *soap, const struct ns1__GetTransactionId *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GetTransactionId (struct soap *soap, const char *tag, int id, const struct ns1__GetTransactionId *a, const char *type) |
| SOAP_FMAC3 struct ns1__GetTransactionId *SOAP_FMAC4 | soap_in_ns1__GetTransactionId (struct soap *soap, const char *tag, struct ns1__GetTransactionId *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GetTransactionId (struct soap *soap, const struct ns1__GetTransactionId *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GetTransactionId *SOAP_FMAC4 | soap_get_ns1__GetTransactionId (struct soap *soap, struct ns1__GetTransactionId *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GetTransactionId *SOAP_FMAC2 | soap_instantiate_ns1__GetTransactionId (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GetTransactionId (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GetTransactionIdResponse (struct soap *soap, struct ns1__GetTransactionIdResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GetTransactionIdResponse (struct soap *soap, const struct ns1__GetTransactionIdResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GetTransactionIdResponse (struct soap *soap, const char *tag, int id, const struct ns1__GetTransactionIdResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__GetTransactionIdResponse *SOAP_FMAC4 | soap_in_ns1__GetTransactionIdResponse (struct soap *soap, const char *tag, struct ns1__GetTransactionIdResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GetTransactionIdResponse (struct soap *soap, const struct ns1__GetTransactionIdResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GetTransactionIdResponse *SOAP_FMAC4 | soap_get_ns1__GetTransactionIdResponse (struct soap *soap, struct ns1__GetTransactionIdResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GetTransactionIdResponse *SOAP_FMAC2 | soap_instantiate_ns1__GetTransactionIdResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GetTransactionIdResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CloseSession (struct soap *soap, struct ns1__CloseSession *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CloseSession (struct soap *soap, const struct ns1__CloseSession *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CloseSession (struct soap *soap, const char *tag, int id, const struct ns1__CloseSession *a, const char *type) |
| SOAP_FMAC3 struct ns1__CloseSession *SOAP_FMAC4 | soap_in_ns1__CloseSession (struct soap *soap, const char *tag, struct ns1__CloseSession *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CloseSession (struct soap *soap, const struct ns1__CloseSession *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CloseSession *SOAP_FMAC4 | soap_get_ns1__CloseSession (struct soap *soap, struct ns1__CloseSession *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CloseSession *SOAP_FMAC2 | soap_instantiate_ns1__CloseSession (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CloseSession (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CloseSessionResponse (struct soap *soap, struct ns1__CloseSessionResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CloseSessionResponse (struct soap *soap, const struct ns1__CloseSessionResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CloseSessionResponse (struct soap *soap, const char *tag, int id, const struct ns1__CloseSessionResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__CloseSessionResponse *SOAP_FMAC4 | soap_in_ns1__CloseSessionResponse (struct soap *soap, const char *tag, struct ns1__CloseSessionResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CloseSessionResponse (struct soap *soap, const struct ns1__CloseSessionResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CloseSessionResponse *SOAP_FMAC4 | soap_get_ns1__CloseSessionResponse (struct soap *soap, struct ns1__CloseSessionResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CloseSessionResponse *SOAP_FMAC2 | soap_instantiate_ns1__CloseSessionResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CloseSessionResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GrantRightsToGraph (struct soap *soap, struct ns1__GrantRightsToGraph *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GrantRightsToGraph (struct soap *soap, const struct ns1__GrantRightsToGraph *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GrantRightsToGraph (struct soap *soap, const char *tag, int id, const struct ns1__GrantRightsToGraph *a, const char *type) |
| SOAP_FMAC3 struct ns1__GrantRightsToGraph *SOAP_FMAC4 | soap_in_ns1__GrantRightsToGraph (struct soap *soap, const char *tag, struct ns1__GrantRightsToGraph *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GrantRightsToGraph (struct soap *soap, const struct ns1__GrantRightsToGraph *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GrantRightsToGraph *SOAP_FMAC4 | soap_get_ns1__GrantRightsToGraph (struct soap *soap, struct ns1__GrantRightsToGraph *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GrantRightsToGraph *SOAP_FMAC2 | soap_instantiate_ns1__GrantRightsToGraph (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GrantRightsToGraph (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GrantRightsToGraphResponse (struct soap *soap, struct ns1__GrantRightsToGraphResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GrantRightsToGraphResponse (struct soap *soap, const struct ns1__GrantRightsToGraphResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GrantRightsToGraphResponse (struct soap *soap, const char *tag, int id, const struct ns1__GrantRightsToGraphResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__GrantRightsToGraphResponse *SOAP_FMAC4 | soap_in_ns1__GrantRightsToGraphResponse (struct soap *soap, const char *tag, struct ns1__GrantRightsToGraphResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GrantRightsToGraphResponse (struct soap *soap, const struct ns1__GrantRightsToGraphResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GrantRightsToGraphResponse *SOAP_FMAC4 | soap_get_ns1__GrantRightsToGraphResponse (struct soap *soap, struct ns1__GrantRightsToGraphResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GrantRightsToGraphResponse *SOAP_FMAC2 | soap_instantiate_ns1__GrantRightsToGraphResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GrantRightsToGraphResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteGraph (struct soap *soap, struct ns1__DeleteGraph *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteGraph (struct soap *soap, const struct ns1__DeleteGraph *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteGraph (struct soap *soap, const char *tag, int id, const struct ns1__DeleteGraph *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteGraph *SOAP_FMAC4 | soap_in_ns1__DeleteGraph (struct soap *soap, const char *tag, struct ns1__DeleteGraph *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteGraph (struct soap *soap, const struct ns1__DeleteGraph *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteGraph *SOAP_FMAC4 | soap_get_ns1__DeleteGraph (struct soap *soap, struct ns1__DeleteGraph *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteGraph *SOAP_FMAC2 | soap_instantiate_ns1__DeleteGraph (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteGraph (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteGraphResponse (struct soap *soap, struct ns1__DeleteGraphResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteGraphResponse (struct soap *soap, const struct ns1__DeleteGraphResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteGraphResponse (struct soap *soap, const char *tag, int id, const struct ns1__DeleteGraphResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteGraphResponse *SOAP_FMAC4 | soap_in_ns1__DeleteGraphResponse (struct soap *soap, const char *tag, struct ns1__DeleteGraphResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteGraphResponse (struct soap *soap, const struct ns1__DeleteGraphResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteGraphResponse *SOAP_FMAC4 | soap_get_ns1__DeleteGraphResponse (struct soap *soap, struct ns1__DeleteGraphResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteGraphResponse *SOAP_FMAC2 | soap_instantiate_ns1__DeleteGraphResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteGraphResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CreateGraph (struct soap *soap, struct ns1__CreateGraph *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CreateGraph (struct soap *soap, const struct ns1__CreateGraph *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CreateGraph (struct soap *soap, const char *tag, int id, const struct ns1__CreateGraph *a, const char *type) |
| SOAP_FMAC3 struct ns1__CreateGraph *SOAP_FMAC4 | soap_in_ns1__CreateGraph (struct soap *soap, const char *tag, struct ns1__CreateGraph *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CreateGraph (struct soap *soap, const struct ns1__CreateGraph *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CreateGraph *SOAP_FMAC4 | soap_get_ns1__CreateGraph (struct soap *soap, struct ns1__CreateGraph *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CreateGraph *SOAP_FMAC2 | soap_instantiate_ns1__CreateGraph (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CreateGraph (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CreateGraphResponse (struct soap *soap, struct ns1__CreateGraphResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CreateGraphResponse (struct soap *soap, const struct ns1__CreateGraphResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CreateGraphResponse (struct soap *soap, const char *tag, int id, const struct ns1__CreateGraphResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__CreateGraphResponse *SOAP_FMAC4 | soap_in_ns1__CreateGraphResponse (struct soap *soap, const char *tag, struct ns1__CreateGraphResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CreateGraphResponse (struct soap *soap, const struct ns1__CreateGraphResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CreateGraphResponse *SOAP_FMAC4 | soap_get_ns1__CreateGraphResponse (struct soap *soap, struct ns1__CreateGraphResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CreateGraphResponse *SOAP_FMAC2 | soap_instantiate_ns1__CreateGraphResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CreateGraphResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteUser (struct soap *soap, struct ns1__DeleteUser *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteUser (struct soap *soap, const struct ns1__DeleteUser *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteUser (struct soap *soap, const char *tag, int id, const struct ns1__DeleteUser *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteUser *SOAP_FMAC4 | soap_in_ns1__DeleteUser (struct soap *soap, const char *tag, struct ns1__DeleteUser *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteUser (struct soap *soap, const struct ns1__DeleteUser *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteUser *SOAP_FMAC4 | soap_get_ns1__DeleteUser (struct soap *soap, struct ns1__DeleteUser *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteUser *SOAP_FMAC2 | soap_instantiate_ns1__DeleteUser (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteUser (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteUserResponse (struct soap *soap, struct ns1__DeleteUserResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteUserResponse (struct soap *soap, const struct ns1__DeleteUserResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteUserResponse (struct soap *soap, const char *tag, int id, const struct ns1__DeleteUserResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteUserResponse *SOAP_FMAC4 | soap_in_ns1__DeleteUserResponse (struct soap *soap, const char *tag, struct ns1__DeleteUserResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteUserResponse (struct soap *soap, const struct ns1__DeleteUserResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteUserResponse *SOAP_FMAC4 | soap_get_ns1__DeleteUserResponse (struct soap *soap, struct ns1__DeleteUserResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteUserResponse *SOAP_FMAC2 | soap_instantiate_ns1__DeleteUserResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteUserResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CreateUser (struct soap *soap, struct ns1__CreateUser *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CreateUser (struct soap *soap, const struct ns1__CreateUser *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CreateUser (struct soap *soap, const char *tag, int id, const struct ns1__CreateUser *a, const char *type) |
| SOAP_FMAC3 struct ns1__CreateUser *SOAP_FMAC4 | soap_in_ns1__CreateUser (struct soap *soap, const char *tag, struct ns1__CreateUser *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CreateUser (struct soap *soap, const struct ns1__CreateUser *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CreateUser *SOAP_FMAC4 | soap_get_ns1__CreateUser (struct soap *soap, struct ns1__CreateUser *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CreateUser *SOAP_FMAC2 | soap_instantiate_ns1__CreateUser (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CreateUser (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CreateUserResponse (struct soap *soap, struct ns1__CreateUserResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CreateUserResponse (struct soap *soap, const struct ns1__CreateUserResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CreateUserResponse (struct soap *soap, const char *tag, int id, const struct ns1__CreateUserResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__CreateUserResponse *SOAP_FMAC4 | soap_in_ns1__CreateUserResponse (struct soap *soap, const char *tag, struct ns1__CreateUserResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CreateUserResponse (struct soap *soap, const struct ns1__CreateUserResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CreateUserResponse *SOAP_FMAC4 | soap_get_ns1__CreateUserResponse (struct soap *soap, struct ns1__CreateUserResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CreateUserResponse *SOAP_FMAC2 | soap_instantiate_ns1__CreateUserResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CreateUserResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GrantRightsToGroup (struct soap *soap, struct ns1__GrantRightsToGroup *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GrantRightsToGroup (struct soap *soap, const struct ns1__GrantRightsToGroup *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GrantRightsToGroup (struct soap *soap, const char *tag, int id, const struct ns1__GrantRightsToGroup *a, const char *type) |
| SOAP_FMAC3 struct ns1__GrantRightsToGroup *SOAP_FMAC4 | soap_in_ns1__GrantRightsToGroup (struct soap *soap, const char *tag, struct ns1__GrantRightsToGroup *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GrantRightsToGroup (struct soap *soap, const struct ns1__GrantRightsToGroup *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GrantRightsToGroup *SOAP_FMAC4 | soap_get_ns1__GrantRightsToGroup (struct soap *soap, struct ns1__GrantRightsToGroup *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GrantRightsToGroup *SOAP_FMAC2 | soap_instantiate_ns1__GrantRightsToGroup (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GrantRightsToGroup (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GrantRightsToGroupResponse (struct soap *soap, struct ns1__GrantRightsToGroupResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GrantRightsToGroupResponse (struct soap *soap, const struct ns1__GrantRightsToGroupResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GrantRightsToGroupResponse (struct soap *soap, const char *tag, int id, const struct ns1__GrantRightsToGroupResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__GrantRightsToGroupResponse *SOAP_FMAC4 | soap_in_ns1__GrantRightsToGroupResponse (struct soap *soap, const char *tag, struct ns1__GrantRightsToGroupResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GrantRightsToGroupResponse (struct soap *soap, const struct ns1__GrantRightsToGroupResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GrantRightsToGroupResponse *SOAP_FMAC4 | soap_get_ns1__GrantRightsToGroupResponse (struct soap *soap, struct ns1__GrantRightsToGroupResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GrantRightsToGroupResponse *SOAP_FMAC2 | soap_instantiate_ns1__GrantRightsToGroupResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GrantRightsToGroupResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteUserGroup (struct soap *soap, struct ns1__DeleteUserGroup *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteUserGroup (struct soap *soap, const struct ns1__DeleteUserGroup *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteUserGroup (struct soap *soap, const char *tag, int id, const struct ns1__DeleteUserGroup *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteUserGroup *SOAP_FMAC4 | soap_in_ns1__DeleteUserGroup (struct soap *soap, const char *tag, struct ns1__DeleteUserGroup *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteUserGroup (struct soap *soap, const struct ns1__DeleteUserGroup *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteUserGroup *SOAP_FMAC4 | soap_get_ns1__DeleteUserGroup (struct soap *soap, struct ns1__DeleteUserGroup *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteUserGroup *SOAP_FMAC2 | soap_instantiate_ns1__DeleteUserGroup (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteUserGroup (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__DeleteUserGroupResponse (struct soap *soap, struct ns1__DeleteUserGroupResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__DeleteUserGroupResponse (struct soap *soap, const struct ns1__DeleteUserGroupResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__DeleteUserGroupResponse (struct soap *soap, const char *tag, int id, const struct ns1__DeleteUserGroupResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteUserGroupResponse *SOAP_FMAC4 | soap_in_ns1__DeleteUserGroupResponse (struct soap *soap, const char *tag, struct ns1__DeleteUserGroupResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__DeleteUserGroupResponse (struct soap *soap, const struct ns1__DeleteUserGroupResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__DeleteUserGroupResponse *SOAP_FMAC4 | soap_get_ns1__DeleteUserGroupResponse (struct soap *soap, struct ns1__DeleteUserGroupResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__DeleteUserGroupResponse *SOAP_FMAC2 | soap_instantiate_ns1__DeleteUserGroupResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__DeleteUserGroupResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CreateUserGroup (struct soap *soap, struct ns1__CreateUserGroup *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CreateUserGroup (struct soap *soap, const struct ns1__CreateUserGroup *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CreateUserGroup (struct soap *soap, const char *tag, int id, const struct ns1__CreateUserGroup *a, const char *type) |
| SOAP_FMAC3 struct ns1__CreateUserGroup *SOAP_FMAC4 | soap_in_ns1__CreateUserGroup (struct soap *soap, const char *tag, struct ns1__CreateUserGroup *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CreateUserGroup (struct soap *soap, const struct ns1__CreateUserGroup *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CreateUserGroup *SOAP_FMAC4 | soap_get_ns1__CreateUserGroup (struct soap *soap, struct ns1__CreateUserGroup *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CreateUserGroup *SOAP_FMAC2 | soap_instantiate_ns1__CreateUserGroup (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CreateUserGroup (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__CreateUserGroupResponse (struct soap *soap, struct ns1__CreateUserGroupResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__CreateUserGroupResponse (struct soap *soap, const struct ns1__CreateUserGroupResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__CreateUserGroupResponse (struct soap *soap, const char *tag, int id, const struct ns1__CreateUserGroupResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__CreateUserGroupResponse *SOAP_FMAC4 | soap_in_ns1__CreateUserGroupResponse (struct soap *soap, const char *tag, struct ns1__CreateUserGroupResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__CreateUserGroupResponse (struct soap *soap, const struct ns1__CreateUserGroupResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__CreateUserGroupResponse *SOAP_FMAC4 | soap_get_ns1__CreateUserGroupResponse (struct soap *soap, struct ns1__CreateUserGroupResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__CreateUserGroupResponse *SOAP_FMAC2 | soap_instantiate_ns1__CreateUserGroupResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__CreateUserGroupResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GetSessionId (struct soap *soap, struct ns1__GetSessionId *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GetSessionId (struct soap *soap, const struct ns1__GetSessionId *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GetSessionId (struct soap *soap, const char *tag, int id, const struct ns1__GetSessionId *a, const char *type) |
| SOAP_FMAC3 struct ns1__GetSessionId *SOAP_FMAC4 | soap_in_ns1__GetSessionId (struct soap *soap, const char *tag, struct ns1__GetSessionId *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GetSessionId (struct soap *soap, const struct ns1__GetSessionId *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GetSessionId *SOAP_FMAC4 | soap_get_ns1__GetSessionId (struct soap *soap, struct ns1__GetSessionId *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GetSessionId *SOAP_FMAC2 | soap_instantiate_ns1__GetSessionId (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GetSessionId (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__GetSessionIdResponse (struct soap *soap, struct ns1__GetSessionIdResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__GetSessionIdResponse (struct soap *soap, const struct ns1__GetSessionIdResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__GetSessionIdResponse (struct soap *soap, const char *tag, int id, const struct ns1__GetSessionIdResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__GetSessionIdResponse *SOAP_FMAC4 | soap_in_ns1__GetSessionIdResponse (struct soap *soap, const char *tag, struct ns1__GetSessionIdResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__GetSessionIdResponse (struct soap *soap, const struct ns1__GetSessionIdResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__GetSessionIdResponse *SOAP_FMAC4 | soap_get_ns1__GetSessionIdResponse (struct soap *soap, struct ns1__GetSessionIdResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__GetSessionIdResponse *SOAP_FMAC2 | soap_instantiate_ns1__GetSessionIdResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__GetSessionIdResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__Connect (struct soap *soap, struct ns1__Connect *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__Connect (struct soap *soap, const struct ns1__Connect *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__Connect (struct soap *soap, const char *tag, int id, const struct ns1__Connect *a, const char *type) |
| SOAP_FMAC3 struct ns1__Connect *SOAP_FMAC4 | soap_in_ns1__Connect (struct soap *soap, const char *tag, struct ns1__Connect *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__Connect (struct soap *soap, const struct ns1__Connect *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__Connect *SOAP_FMAC4 | soap_get_ns1__Connect (struct soap *soap, struct ns1__Connect *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__Connect *SOAP_FMAC2 | soap_instantiate_ns1__Connect (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__Connect (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_default_ns1__ConnectResponse (struct soap *soap, struct ns1__ConnectResponse *a) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_serialize_ns1__ConnectResponse (struct soap *soap, const struct ns1__ConnectResponse *a) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_out_ns1__ConnectResponse (struct soap *soap, const char *tag, int id, const struct ns1__ConnectResponse *a, const char *type) |
| SOAP_FMAC3 struct ns1__ConnectResponse *SOAP_FMAC4 | soap_in_ns1__ConnectResponse (struct soap *soap, const char *tag, struct ns1__ConnectResponse *a, const char *type) |
| SOAP_FMAC3 int SOAP_FMAC4 | soap_put_ns1__ConnectResponse (struct soap *soap, const struct ns1__ConnectResponse *a, const char *tag, const char *type) |
| SOAP_FMAC3 struct ns1__ConnectResponse *SOAP_FMAC4 | soap_get_ns1__ConnectResponse (struct soap *soap, struct ns1__ConnectResponse *p, const char *tag, const char *type) |
| SOAP_FMAC1 struct ns1__ConnectResponse *SOAP_FMAC2 | soap_instantiate_ns1__ConnectResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) |
| SOAP_FMAC3 void SOAP_FMAC4 | soap_copy_ns1__ConnectResponse (struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) |
| 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 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) |
| SOAP_FMAC3 void* SOAP_FMAC4 soap_class_id_enter | ( | struct soap * | soap, |
| const char * | id, | ||
| void * | p, | ||
| int | t, | ||
| size_t | n, | ||
| const char * | type, | ||
| const char * | arrayType | ||
| ) |
| SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward | ( | struct soap * | soap, |
| const char * | href, | ||
| void * | p, | ||
| size_t | len, | ||
| int | st, | ||
| int | tt, | ||
| size_t | n, | ||
| unsigned int | k | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_container_insert | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddEdge | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddEdgeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddMemberToType | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddMemberToTypeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddNode | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddNodeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddValueToEdge | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddValueToEdgeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddValueToNode | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__AddValueToNodeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CloseSession | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CloseSessionResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CloseTransaction | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CloseTransactionResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__Connect | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__ConnectResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CreateGraph | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CreateGraphResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CreateUser | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CreateUserGroup | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CreateUserGroupResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__CreateUserResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DefineType | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DefineTypeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteEdge | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteEdgeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteGraph | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteGraphResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteNode | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteNodeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteType | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteTypeResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteUser | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteUserGroup | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteUserGroupResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__DeleteUserResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindAllFriends | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindAllFriendsResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindAllPathsBetweenNodes | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindAllPathsBetweenNodesResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindBFS | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindBFSResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindDFS | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindDFSResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindMaxPathBetweenNodes | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindMaxPathBetweenNodesResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindMinPathBetweenNodes | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__FindMinPathBetweenNodesResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GetSessionId | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GetSessionIdResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GetTransactionId | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GetTransactionIdResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GetTypeId | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GetTypeIdResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GrantRightsToGraph | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GrantRightsToGraphResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GrantRightsToGroup | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__GrantRightsToGroupResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__InitiateTransactionStop | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns1__InitiateTransactionStopResponse | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Code | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Detail | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Fault | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Header | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Reason | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_copy_std__string | ( | struct soap * | soap, |
| int | st, | ||
| int | tt, | ||
| void * | p, | ||
| size_t | len, | ||
| const void * | q, | ||
| size_t | n | ||
| ) |
| 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_ns1__AddEdge | ( | struct soap * | soap, |
| struct ns1__AddEdge * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddEdgeResponse | ( | struct soap * | soap, |
| struct ns1__AddEdgeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddMemberToType | ( | struct soap * | soap, |
| struct ns1__AddMemberToType * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddMemberToTypeResponse | ( | struct soap * | soap, |
| struct ns1__AddMemberToTypeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddNode | ( | struct soap * | soap, |
| struct ns1__AddNode * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddNodeResponse | ( | struct soap * | soap, |
| struct ns1__AddNodeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddValueToEdge | ( | struct soap * | soap, |
| struct ns1__AddValueToEdge * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddValueToEdgeResponse | ( | struct soap * | soap, |
| struct ns1__AddValueToEdgeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddValueToNode | ( | struct soap * | soap, |
| struct ns1__AddValueToNode * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__AddValueToNodeResponse | ( | struct soap * | soap, |
| struct ns1__AddValueToNodeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CloseSession | ( | struct soap * | soap, |
| struct ns1__CloseSession * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CloseSessionResponse | ( | struct soap * | soap, |
| struct ns1__CloseSessionResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CloseTransaction | ( | struct soap * | soap, |
| struct ns1__CloseTransaction * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CloseTransactionResponse | ( | struct soap * | soap, |
| struct ns1__CloseTransactionResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__Connect | ( | struct soap * | soap, |
| struct ns1__Connect * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__ConnectResponse | ( | struct soap * | soap, |
| struct ns1__ConnectResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CreateGraph | ( | struct soap * | soap, |
| struct ns1__CreateGraph * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CreateGraphResponse | ( | struct soap * | soap, |
| struct ns1__CreateGraphResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CreateUser | ( | struct soap * | soap, |
| struct ns1__CreateUser * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CreateUserGroup | ( | struct soap * | soap, |
| struct ns1__CreateUserGroup * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CreateUserGroupResponse | ( | struct soap * | soap, |
| struct ns1__CreateUserGroupResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__CreateUserResponse | ( | struct soap * | soap, |
| struct ns1__CreateUserResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DefineType | ( | struct soap * | soap, |
| struct ns1__DefineType * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DefineTypeResponse | ( | struct soap * | soap, |
| struct ns1__DefineTypeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteEdge | ( | struct soap * | soap, |
| struct ns1__DeleteEdge * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteEdgeResponse | ( | struct soap * | soap, |
| struct ns1__DeleteEdgeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteGraph | ( | struct soap * | soap, |
| struct ns1__DeleteGraph * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteGraphResponse | ( | struct soap * | soap, |
| struct ns1__DeleteGraphResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteNode | ( | struct soap * | soap, |
| struct ns1__DeleteNode * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteNodeResponse | ( | struct soap * | soap, |
| struct ns1__DeleteNodeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteType | ( | struct soap * | soap, |
| struct ns1__DeleteType * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteTypeResponse | ( | struct soap * | soap, |
| struct ns1__DeleteTypeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteUser | ( | struct soap * | soap, |
| struct ns1__DeleteUser * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteUserGroup | ( | struct soap * | soap, |
| struct ns1__DeleteUserGroup * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteUserGroupResponse | ( | struct soap * | soap, |
| struct ns1__DeleteUserGroupResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__DeleteUserResponse | ( | struct soap * | soap, |
| struct ns1__DeleteUserResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindAllFriends | ( | struct soap * | soap, |
| struct ns1__FindAllFriends * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindAllFriendsResponse | ( | struct soap * | soap, |
| struct ns1__FindAllFriendsResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindAllPathsBetweenNodes | ( | struct soap * | soap, |
| struct ns1__FindAllPathsBetweenNodes * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindAllPathsBetweenNodesResponse | ( | struct soap * | soap, |
| struct ns1__FindAllPathsBetweenNodesResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindBFS | ( | struct soap * | soap, |
| struct ns1__FindBFS * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindBFSResponse | ( | struct soap * | soap, |
| struct ns1__FindBFSResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindDFS | ( | struct soap * | soap, |
| struct ns1__FindDFS * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindDFSResponse | ( | struct soap * | soap, |
| struct ns1__FindDFSResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindMaxPathBetweenNodes | ( | struct soap * | soap, |
| struct ns1__FindMaxPathBetweenNodes * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindMaxPathBetweenNodesResponse | ( | struct soap * | soap, |
| struct ns1__FindMaxPathBetweenNodesResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindMinPathBetweenNodes | ( | struct soap * | soap, |
| struct ns1__FindMinPathBetweenNodes * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__FindMinPathBetweenNodesResponse | ( | struct soap * | soap, |
| struct ns1__FindMinPathBetweenNodesResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GetSessionId | ( | struct soap * | soap, |
| struct ns1__GetSessionId * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GetSessionIdResponse | ( | struct soap * | soap, |
| struct ns1__GetSessionIdResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GetTransactionId | ( | struct soap * | soap, |
| struct ns1__GetTransactionId * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GetTransactionIdResponse | ( | struct soap * | soap, |
| struct ns1__GetTransactionIdResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GetTypeId | ( | struct soap * | soap, |
| struct ns1__GetTypeId * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GetTypeIdResponse | ( | struct soap * | soap, |
| struct ns1__GetTypeIdResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GrantRightsToGraph | ( | struct soap * | soap, |
| struct ns1__GrantRightsToGraph * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GrantRightsToGraphResponse | ( | struct soap * | soap, |
| struct ns1__GrantRightsToGraphResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GrantRightsToGroup | ( | struct soap * | soap, |
| struct ns1__GrantRightsToGroup * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__GrantRightsToGroupResponse | ( | struct soap * | soap, |
| struct ns1__GrantRightsToGroupResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__InitiateTransactionStop | ( | struct soap * | soap, |
| struct ns1__InitiateTransactionStop * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns1__InitiateTransactionStopResponse | ( | struct soap * | soap, |
| struct ns1__InitiateTransactionStopResponse * | 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_std__string | ( | struct soap * | soap, |
| std::string * | p | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_default_string | ( | struct soap * | soap, |
| char ** | 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 int SOAP_FMAC4 soap_fdelete | ( | struct soap_clist * | p | ) |
| 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 ns1__AddEdge* SOAP_FMAC4 soap_get_ns1__AddEdge | ( | struct soap * | soap, |
| struct ns1__AddEdge * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddEdgeResponse* SOAP_FMAC4 soap_get_ns1__AddEdgeResponse | ( | struct soap * | soap, |
| struct ns1__AddEdgeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddMemberToType* SOAP_FMAC4 soap_get_ns1__AddMemberToType | ( | struct soap * | soap, |
| struct ns1__AddMemberToType * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddMemberToTypeResponse* SOAP_FMAC4 soap_get_ns1__AddMemberToTypeResponse | ( | struct soap * | soap, |
| struct ns1__AddMemberToTypeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddNode* SOAP_FMAC4 soap_get_ns1__AddNode | ( | struct soap * | soap, |
| struct ns1__AddNode * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddNodeResponse* SOAP_FMAC4 soap_get_ns1__AddNodeResponse | ( | struct soap * | soap, |
| struct ns1__AddNodeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddValueToEdge* SOAP_FMAC4 soap_get_ns1__AddValueToEdge | ( | struct soap * | soap, |
| struct ns1__AddValueToEdge * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddValueToEdgeResponse* SOAP_FMAC4 soap_get_ns1__AddValueToEdgeResponse | ( | struct soap * | soap, |
| struct ns1__AddValueToEdgeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddValueToNode* SOAP_FMAC4 soap_get_ns1__AddValueToNode | ( | struct soap * | soap, |
| struct ns1__AddValueToNode * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddValueToNodeResponse* SOAP_FMAC4 soap_get_ns1__AddValueToNodeResponse | ( | struct soap * | soap, |
| struct ns1__AddValueToNodeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CloseSession* SOAP_FMAC4 soap_get_ns1__CloseSession | ( | struct soap * | soap, |
| struct ns1__CloseSession * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CloseSessionResponse* SOAP_FMAC4 soap_get_ns1__CloseSessionResponse | ( | struct soap * | soap, |
| struct ns1__CloseSessionResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CloseTransaction* SOAP_FMAC4 soap_get_ns1__CloseTransaction | ( | struct soap * | soap, |
| struct ns1__CloseTransaction * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CloseTransactionResponse* SOAP_FMAC4 soap_get_ns1__CloseTransactionResponse | ( | struct soap * | soap, |
| struct ns1__CloseTransactionResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__Connect* SOAP_FMAC4 soap_get_ns1__Connect | ( | struct soap * | soap, |
| struct ns1__Connect * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__ConnectResponse* SOAP_FMAC4 soap_get_ns1__ConnectResponse | ( | struct soap * | soap, |
| struct ns1__ConnectResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateGraph* SOAP_FMAC4 soap_get_ns1__CreateGraph | ( | struct soap * | soap, |
| struct ns1__CreateGraph * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateGraphResponse* SOAP_FMAC4 soap_get_ns1__CreateGraphResponse | ( | struct soap * | soap, |
| struct ns1__CreateGraphResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateUser* SOAP_FMAC4 soap_get_ns1__CreateUser | ( | struct soap * | soap, |
| struct ns1__CreateUser * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateUserGroup* SOAP_FMAC4 soap_get_ns1__CreateUserGroup | ( | struct soap * | soap, |
| struct ns1__CreateUserGroup * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateUserGroupResponse* SOAP_FMAC4 soap_get_ns1__CreateUserGroupResponse | ( | struct soap * | soap, |
| struct ns1__CreateUserGroupResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateUserResponse* SOAP_FMAC4 soap_get_ns1__CreateUserResponse | ( | struct soap * | soap, |
| struct ns1__CreateUserResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DefineType* SOAP_FMAC4 soap_get_ns1__DefineType | ( | struct soap * | soap, |
| struct ns1__DefineType * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DefineTypeResponse* SOAP_FMAC4 soap_get_ns1__DefineTypeResponse | ( | struct soap * | soap, |
| struct ns1__DefineTypeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteEdge* SOAP_FMAC4 soap_get_ns1__DeleteEdge | ( | struct soap * | soap, |
| struct ns1__DeleteEdge * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteEdgeResponse* SOAP_FMAC4 soap_get_ns1__DeleteEdgeResponse | ( | struct soap * | soap, |
| struct ns1__DeleteEdgeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteGraph* SOAP_FMAC4 soap_get_ns1__DeleteGraph | ( | struct soap * | soap, |
| struct ns1__DeleteGraph * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteGraphResponse* SOAP_FMAC4 soap_get_ns1__DeleteGraphResponse | ( | struct soap * | soap, |
| struct ns1__DeleteGraphResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteNode* SOAP_FMAC4 soap_get_ns1__DeleteNode | ( | struct soap * | soap, |
| struct ns1__DeleteNode * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteNodeResponse* SOAP_FMAC4 soap_get_ns1__DeleteNodeResponse | ( | struct soap * | soap, |
| struct ns1__DeleteNodeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteType* SOAP_FMAC4 soap_get_ns1__DeleteType | ( | struct soap * | soap, |
| struct ns1__DeleteType * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteTypeResponse* SOAP_FMAC4 soap_get_ns1__DeleteTypeResponse | ( | struct soap * | soap, |
| struct ns1__DeleteTypeResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteUser* SOAP_FMAC4 soap_get_ns1__DeleteUser | ( | struct soap * | soap, |
| struct ns1__DeleteUser * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteUserGroup* SOAP_FMAC4 soap_get_ns1__DeleteUserGroup | ( | struct soap * | soap, |
| struct ns1__DeleteUserGroup * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteUserGroupResponse* SOAP_FMAC4 soap_get_ns1__DeleteUserGroupResponse | ( | struct soap * | soap, |
| struct ns1__DeleteUserGroupResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteUserResponse* SOAP_FMAC4 soap_get_ns1__DeleteUserResponse | ( | struct soap * | soap, |
| struct ns1__DeleteUserResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindAllFriends* SOAP_FMAC4 soap_get_ns1__FindAllFriends | ( | struct soap * | soap, |
| struct ns1__FindAllFriends * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindAllFriendsResponse* SOAP_FMAC4 soap_get_ns1__FindAllFriendsResponse | ( | struct soap * | soap, |
| struct ns1__FindAllFriendsResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindAllPathsBetweenNodes* SOAP_FMAC4 soap_get_ns1__FindAllPathsBetweenNodes | ( | struct soap * | soap, |
| struct ns1__FindAllPathsBetweenNodes * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindAllPathsBetweenNodesResponse* SOAP_FMAC4 soap_get_ns1__FindAllPathsBetweenNodesResponse | ( | struct soap * | soap, |
| struct ns1__FindAllPathsBetweenNodesResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindBFS* SOAP_FMAC4 soap_get_ns1__FindBFS | ( | struct soap * | soap, |
| struct ns1__FindBFS * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindBFSResponse* SOAP_FMAC4 soap_get_ns1__FindBFSResponse | ( | struct soap * | soap, |
| struct ns1__FindBFSResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindDFS* SOAP_FMAC4 soap_get_ns1__FindDFS | ( | struct soap * | soap, |
| struct ns1__FindDFS * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindDFSResponse* SOAP_FMAC4 soap_get_ns1__FindDFSResponse | ( | struct soap * | soap, |
| struct ns1__FindDFSResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindMaxPathBetweenNodes* SOAP_FMAC4 soap_get_ns1__FindMaxPathBetweenNodes | ( | struct soap * | soap, |
| struct ns1__FindMaxPathBetweenNodes * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindMaxPathBetweenNodesResponse* SOAP_FMAC4 soap_get_ns1__FindMaxPathBetweenNodesResponse | ( | struct soap * | soap, |
| struct ns1__FindMaxPathBetweenNodesResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindMinPathBetweenNodes* SOAP_FMAC4 soap_get_ns1__FindMinPathBetweenNodes | ( | struct soap * | soap, |
| struct ns1__FindMinPathBetweenNodes * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindMinPathBetweenNodesResponse* SOAP_FMAC4 soap_get_ns1__FindMinPathBetweenNodesResponse | ( | struct soap * | soap, |
| struct ns1__FindMinPathBetweenNodesResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetSessionId* SOAP_FMAC4 soap_get_ns1__GetSessionId | ( | struct soap * | soap, |
| struct ns1__GetSessionId * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetSessionIdResponse* SOAP_FMAC4 soap_get_ns1__GetSessionIdResponse | ( | struct soap * | soap, |
| struct ns1__GetSessionIdResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetTransactionId* SOAP_FMAC4 soap_get_ns1__GetTransactionId | ( | struct soap * | soap, |
| struct ns1__GetTransactionId * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetTransactionIdResponse* SOAP_FMAC4 soap_get_ns1__GetTransactionIdResponse | ( | struct soap * | soap, |
| struct ns1__GetTransactionIdResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetTypeId* SOAP_FMAC4 soap_get_ns1__GetTypeId | ( | struct soap * | soap, |
| struct ns1__GetTypeId * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetTypeIdResponse* SOAP_FMAC4 soap_get_ns1__GetTypeIdResponse | ( | struct soap * | soap, |
| struct ns1__GetTypeIdResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GrantRightsToGraph* SOAP_FMAC4 soap_get_ns1__GrantRightsToGraph | ( | struct soap * | soap, |
| struct ns1__GrantRightsToGraph * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GrantRightsToGraphResponse* SOAP_FMAC4 soap_get_ns1__GrantRightsToGraphResponse | ( | struct soap * | soap, |
| struct ns1__GrantRightsToGraphResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GrantRightsToGroup* SOAP_FMAC4 soap_get_ns1__GrantRightsToGroup | ( | struct soap * | soap, |
| struct ns1__GrantRightsToGroup * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GrantRightsToGroupResponse* SOAP_FMAC4 soap_get_ns1__GrantRightsToGroupResponse | ( | struct soap * | soap, |
| struct ns1__GrantRightsToGroupResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__InitiateTransactionStop* SOAP_FMAC4 soap_get_ns1__InitiateTransactionStop | ( | struct soap * | soap, |
| struct ns1__InitiateTransactionStop * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__InitiateTransactionStopResponse* SOAP_FMAC4 soap_get_ns1__InitiateTransactionStopResponse | ( | struct soap * | soap, |
| struct ns1__InitiateTransactionStopResponse * | p, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| SOAP_FMAC3 std::string* SOAP_FMAC4 soap_get_std__string | ( | struct soap * | soap, |
| std::string * | 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, |
| int * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_getfault | ( | struct soap * | soap | ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_getheader | ( | 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 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 ns1__AddEdge* SOAP_FMAC4 soap_in_ns1__AddEdge | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddEdge * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddEdgeResponse* SOAP_FMAC4 soap_in_ns1__AddEdgeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddEdgeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddMemberToType* SOAP_FMAC4 soap_in_ns1__AddMemberToType | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddMemberToType * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddMemberToTypeResponse* SOAP_FMAC4 soap_in_ns1__AddMemberToTypeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddMemberToTypeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddNode* SOAP_FMAC4 soap_in_ns1__AddNode | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddNode * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddNodeResponse* SOAP_FMAC4 soap_in_ns1__AddNodeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddNodeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddValueToEdge* SOAP_FMAC4 soap_in_ns1__AddValueToEdge | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddValueToEdge * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddValueToEdgeResponse* SOAP_FMAC4 soap_in_ns1__AddValueToEdgeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddValueToEdgeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddValueToNode* SOAP_FMAC4 soap_in_ns1__AddValueToNode | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddValueToNode * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__AddValueToNodeResponse* SOAP_FMAC4 soap_in_ns1__AddValueToNodeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__AddValueToNodeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CloseSession* SOAP_FMAC4 soap_in_ns1__CloseSession | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CloseSession * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CloseSessionResponse* SOAP_FMAC4 soap_in_ns1__CloseSessionResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CloseSessionResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CloseTransaction* SOAP_FMAC4 soap_in_ns1__CloseTransaction | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CloseTransaction * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CloseTransactionResponse* SOAP_FMAC4 soap_in_ns1__CloseTransactionResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CloseTransactionResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__Connect* SOAP_FMAC4 soap_in_ns1__Connect | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__Connect * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__ConnectResponse* SOAP_FMAC4 soap_in_ns1__ConnectResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__ConnectResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateGraph* SOAP_FMAC4 soap_in_ns1__CreateGraph | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CreateGraph * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateGraphResponse* SOAP_FMAC4 soap_in_ns1__CreateGraphResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CreateGraphResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateUser* SOAP_FMAC4 soap_in_ns1__CreateUser | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CreateUser * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateUserGroup* SOAP_FMAC4 soap_in_ns1__CreateUserGroup | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CreateUserGroup * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateUserGroupResponse* SOAP_FMAC4 soap_in_ns1__CreateUserGroupResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CreateUserGroupResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__CreateUserResponse* SOAP_FMAC4 soap_in_ns1__CreateUserResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__CreateUserResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DefineType* SOAP_FMAC4 soap_in_ns1__DefineType | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DefineType * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DefineTypeResponse* SOAP_FMAC4 soap_in_ns1__DefineTypeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DefineTypeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteEdge* SOAP_FMAC4 soap_in_ns1__DeleteEdge | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteEdge * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteEdgeResponse* SOAP_FMAC4 soap_in_ns1__DeleteEdgeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteEdgeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteGraph* SOAP_FMAC4 soap_in_ns1__DeleteGraph | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteGraph * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteGraphResponse* SOAP_FMAC4 soap_in_ns1__DeleteGraphResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteGraphResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteNode* SOAP_FMAC4 soap_in_ns1__DeleteNode | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteNode * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteNodeResponse* SOAP_FMAC4 soap_in_ns1__DeleteNodeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteNodeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteType* SOAP_FMAC4 soap_in_ns1__DeleteType | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteType * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteTypeResponse* SOAP_FMAC4 soap_in_ns1__DeleteTypeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteTypeResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteUser* SOAP_FMAC4 soap_in_ns1__DeleteUser | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteUser * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteUserGroup* SOAP_FMAC4 soap_in_ns1__DeleteUserGroup | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteUserGroup * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteUserGroupResponse* SOAP_FMAC4 soap_in_ns1__DeleteUserGroupResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteUserGroupResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__DeleteUserResponse* SOAP_FMAC4 soap_in_ns1__DeleteUserResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__DeleteUserResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindAllFriends* SOAP_FMAC4 soap_in_ns1__FindAllFriends | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindAllFriends * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindAllFriendsResponse* SOAP_FMAC4 soap_in_ns1__FindAllFriendsResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindAllFriendsResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindAllPathsBetweenNodes* SOAP_FMAC4 soap_in_ns1__FindAllPathsBetweenNodes | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindAllPathsBetweenNodes * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindAllPathsBetweenNodesResponse* SOAP_FMAC4 soap_in_ns1__FindAllPathsBetweenNodesResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindAllPathsBetweenNodesResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindBFS* SOAP_FMAC4 soap_in_ns1__FindBFS | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindBFS * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindBFSResponse* SOAP_FMAC4 soap_in_ns1__FindBFSResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindBFSResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindDFS* SOAP_FMAC4 soap_in_ns1__FindDFS | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindDFS * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindDFSResponse* SOAP_FMAC4 soap_in_ns1__FindDFSResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindDFSResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindMaxPathBetweenNodes* SOAP_FMAC4 soap_in_ns1__FindMaxPathBetweenNodes | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindMaxPathBetweenNodes * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindMaxPathBetweenNodesResponse* SOAP_FMAC4 soap_in_ns1__FindMaxPathBetweenNodesResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindMaxPathBetweenNodesResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindMinPathBetweenNodes* SOAP_FMAC4 soap_in_ns1__FindMinPathBetweenNodes | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindMinPathBetweenNodes * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__FindMinPathBetweenNodesResponse* SOAP_FMAC4 soap_in_ns1__FindMinPathBetweenNodesResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__FindMinPathBetweenNodesResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetSessionId* SOAP_FMAC4 soap_in_ns1__GetSessionId | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GetSessionId * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetSessionIdResponse* SOAP_FMAC4 soap_in_ns1__GetSessionIdResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GetSessionIdResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetTransactionId* SOAP_FMAC4 soap_in_ns1__GetTransactionId | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GetTransactionId * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetTransactionIdResponse* SOAP_FMAC4 soap_in_ns1__GetTransactionIdResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GetTransactionIdResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetTypeId* SOAP_FMAC4 soap_in_ns1__GetTypeId | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GetTypeId * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GetTypeIdResponse* SOAP_FMAC4 soap_in_ns1__GetTypeIdResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GetTypeIdResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GrantRightsToGraph* SOAP_FMAC4 soap_in_ns1__GrantRightsToGraph | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GrantRightsToGraph * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GrantRightsToGraphResponse* SOAP_FMAC4 soap_in_ns1__GrantRightsToGraphResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GrantRightsToGraphResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GrantRightsToGroup* SOAP_FMAC4 soap_in_ns1__GrantRightsToGroup | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GrantRightsToGroup * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__GrantRightsToGroupResponse* SOAP_FMAC4 soap_in_ns1__GrantRightsToGroupResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__GrantRightsToGroupResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__InitiateTransactionStop* SOAP_FMAC4 soap_in_ns1__InitiateTransactionStop | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__InitiateTransactionStop * | a, | ||
| const char * | type | ||
| ) | [read] |
| SOAP_FMAC3 struct ns1__InitiateTransactionStopResponse* SOAP_FMAC4 soap_in_ns1__InitiateTransactionStopResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| struct ns1__InitiateTransactionStopResponse * | a, | ||
| const char * | type | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| 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 | ||
| ) | [read] |
| SOAP_FMAC3 std::string* SOAP_FMAC4 soap_in_std__string | ( | struct soap * | soap, |
| const char * | tag, | ||
| std::string * | s, | ||
| 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_instantiate | ( | struct soap * | soap, |
| int | t, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | n | ||
| ) |
| SOAP_FMAC1 struct ns1__AddEdge* SOAP_FMAC2 soap_instantiate_ns1__AddEdge | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddEdgeResponse* SOAP_FMAC2 soap_instantiate_ns1__AddEdgeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddMemberToType* SOAP_FMAC2 soap_instantiate_ns1__AddMemberToType | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddMemberToTypeResponse* SOAP_FMAC2 soap_instantiate_ns1__AddMemberToTypeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddNode* SOAP_FMAC2 soap_instantiate_ns1__AddNode | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddNodeResponse* SOAP_FMAC2 soap_instantiate_ns1__AddNodeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddValueToEdge* SOAP_FMAC2 soap_instantiate_ns1__AddValueToEdge | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddValueToEdgeResponse* SOAP_FMAC2 soap_instantiate_ns1__AddValueToEdgeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddValueToNode* SOAP_FMAC2 soap_instantiate_ns1__AddValueToNode | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__AddValueToNodeResponse* SOAP_FMAC2 soap_instantiate_ns1__AddValueToNodeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CloseSession* SOAP_FMAC2 soap_instantiate_ns1__CloseSession | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CloseSessionResponse* SOAP_FMAC2 soap_instantiate_ns1__CloseSessionResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CloseTransaction* SOAP_FMAC2 soap_instantiate_ns1__CloseTransaction | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CloseTransactionResponse* SOAP_FMAC2 soap_instantiate_ns1__CloseTransactionResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__Connect* SOAP_FMAC2 soap_instantiate_ns1__Connect | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__ConnectResponse* SOAP_FMAC2 soap_instantiate_ns1__ConnectResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CreateGraph* SOAP_FMAC2 soap_instantiate_ns1__CreateGraph | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CreateGraphResponse* SOAP_FMAC2 soap_instantiate_ns1__CreateGraphResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CreateUser* SOAP_FMAC2 soap_instantiate_ns1__CreateUser | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CreateUserGroup* SOAP_FMAC2 soap_instantiate_ns1__CreateUserGroup | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CreateUserGroupResponse* SOAP_FMAC2 soap_instantiate_ns1__CreateUserGroupResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__CreateUserResponse* SOAP_FMAC2 soap_instantiate_ns1__CreateUserResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DefineType* SOAP_FMAC2 soap_instantiate_ns1__DefineType | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DefineTypeResponse* SOAP_FMAC2 soap_instantiate_ns1__DefineTypeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteEdge* SOAP_FMAC2 soap_instantiate_ns1__DeleteEdge | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteEdgeResponse* SOAP_FMAC2 soap_instantiate_ns1__DeleteEdgeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteGraph* SOAP_FMAC2 soap_instantiate_ns1__DeleteGraph | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteGraphResponse* SOAP_FMAC2 soap_instantiate_ns1__DeleteGraphResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteNode* SOAP_FMAC2 soap_instantiate_ns1__DeleteNode | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteNodeResponse* SOAP_FMAC2 soap_instantiate_ns1__DeleteNodeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteType* SOAP_FMAC2 soap_instantiate_ns1__DeleteType | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteTypeResponse* SOAP_FMAC2 soap_instantiate_ns1__DeleteTypeResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteUser* SOAP_FMAC2 soap_instantiate_ns1__DeleteUser | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteUserGroup* SOAP_FMAC2 soap_instantiate_ns1__DeleteUserGroup | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteUserGroupResponse* SOAP_FMAC2 soap_instantiate_ns1__DeleteUserGroupResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__DeleteUserResponse* SOAP_FMAC2 soap_instantiate_ns1__DeleteUserResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindAllFriends* SOAP_FMAC2 soap_instantiate_ns1__FindAllFriends | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindAllFriendsResponse* SOAP_FMAC2 soap_instantiate_ns1__FindAllFriendsResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindAllPathsBetweenNodes* SOAP_FMAC2 soap_instantiate_ns1__FindAllPathsBetweenNodes | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindAllPathsBetweenNodesResponse* SOAP_FMAC2 soap_instantiate_ns1__FindAllPathsBetweenNodesResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindBFS* SOAP_FMAC2 soap_instantiate_ns1__FindBFS | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindBFSResponse* SOAP_FMAC2 soap_instantiate_ns1__FindBFSResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindDFS* SOAP_FMAC2 soap_instantiate_ns1__FindDFS | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindDFSResponse* SOAP_FMAC2 soap_instantiate_ns1__FindDFSResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindMaxPathBetweenNodes* SOAP_FMAC2 soap_instantiate_ns1__FindMaxPathBetweenNodes | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindMaxPathBetweenNodesResponse* SOAP_FMAC2 soap_instantiate_ns1__FindMaxPathBetweenNodesResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindMinPathBetweenNodes* SOAP_FMAC2 soap_instantiate_ns1__FindMinPathBetweenNodes | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__FindMinPathBetweenNodesResponse* SOAP_FMAC2 soap_instantiate_ns1__FindMinPathBetweenNodesResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GetSessionId* SOAP_FMAC2 soap_instantiate_ns1__GetSessionId | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GetSessionIdResponse* SOAP_FMAC2 soap_instantiate_ns1__GetSessionIdResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GetTransactionId* SOAP_FMAC2 soap_instantiate_ns1__GetTransactionId | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GetTransactionIdResponse* SOAP_FMAC2 soap_instantiate_ns1__GetTransactionIdResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GetTypeId* SOAP_FMAC2 soap_instantiate_ns1__GetTypeId | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GetTypeIdResponse* SOAP_FMAC2 soap_instantiate_ns1__GetTypeIdResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GrantRightsToGraph* SOAP_FMAC2 soap_instantiate_ns1__GrantRightsToGraph | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GrantRightsToGraphResponse* SOAP_FMAC2 soap_instantiate_ns1__GrantRightsToGraphResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GrantRightsToGroup* SOAP_FMAC2 soap_instantiate_ns1__GrantRightsToGroup | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__GrantRightsToGroupResponse* SOAP_FMAC2 soap_instantiate_ns1__GrantRightsToGroupResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__InitiateTransactionStop* SOAP_FMAC2 soap_instantiate_ns1__InitiateTransactionStop | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct ns1__InitiateTransactionStopResponse* SOAP_FMAC2 soap_instantiate_ns1__InitiateTransactionStopResponse | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct SOAP_ENV__Code* SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct SOAP_ENV__Detail* SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct SOAP_ENV__Fault* SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct SOAP_ENV__Header* SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 struct SOAP_ENV__Reason* SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) | [read] |
| SOAP_FMAC1 std::string* SOAP_FMAC2 soap_instantiate_std__string | ( | struct soap * | soap, |
| int | n, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| size_t * | size | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_markelement | ( | struct soap * | soap, |
| const void * | ptr, | ||
| int | 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_ns1__AddEdge | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddEdge * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddEdgeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddEdgeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddMemberToType | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddMemberToType * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddMemberToTypeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddMemberToTypeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddNode | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddNode * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddNodeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddNodeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddValueToEdge | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddValueToEdge * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddValueToEdgeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddValueToEdgeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddValueToNode | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddValueToNode * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__AddValueToNodeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__AddValueToNodeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CloseSession | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CloseSession * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CloseSessionResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CloseSessionResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CloseTransaction | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CloseTransaction * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CloseTransactionResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CloseTransactionResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__Connect | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__Connect * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__ConnectResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__ConnectResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CreateGraph | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CreateGraph * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CreateGraphResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CreateGraphResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CreateUser | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CreateUser * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CreateUserGroup | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CreateUserGroup * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CreateUserGroupResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CreateUserGroupResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__CreateUserResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__CreateUserResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DefineType | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DefineType * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DefineTypeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DefineTypeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteEdge | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteEdge * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteEdgeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteEdgeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteGraph | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteGraph * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteGraphResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteGraphResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteNode | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteNode * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteNodeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteNodeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteType | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteType * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteTypeResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteTypeResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteUser | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteUser * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteUserGroup | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteUserGroup * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteUserGroupResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteUserGroupResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__DeleteUserResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__DeleteUserResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindAllFriends | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindAllFriends * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindAllFriendsResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindAllFriendsResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindAllPathsBetweenNodes | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindAllPathsBetweenNodes * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindAllPathsBetweenNodesResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindAllPathsBetweenNodesResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindBFS | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindBFS * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindBFSResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindBFSResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindDFS | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindDFS * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindDFSResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindDFSResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindMaxPathBetweenNodes | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindMaxPathBetweenNodes * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindMaxPathBetweenNodesResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindMaxPathBetweenNodesResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindMinPathBetweenNodes | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindMinPathBetweenNodes * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__FindMinPathBetweenNodesResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__FindMinPathBetweenNodesResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GetSessionId | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GetSessionId * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GetSessionIdResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GetSessionIdResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GetTransactionId | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GetTransactionId * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GetTransactionIdResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GetTransactionIdResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GetTypeId | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GetTypeId * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GetTypeIdResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GetTypeIdResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GrantRightsToGraph | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GrantRightsToGraph * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GrantRightsToGraphResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GrantRightsToGraphResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GrantRightsToGroup | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GrantRightsToGroup * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__GrantRightsToGroupResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__GrantRightsToGroupResponse * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__InitiateTransactionStop | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__InitiateTransactionStop * | a, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns1__InitiateTransactionStopResponse | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const struct ns1__InitiateTransactionStopResponse * | 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_std__string | ( | struct soap * | soap, |
| const char * | tag, | ||
| int | id, | ||
| const std::string * | s, | ||
| 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__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_ns1__AddEdge | ( | struct soap * | soap, |
| const struct ns1__AddEdge * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddEdgeResponse | ( | struct soap * | soap, |
| const struct ns1__AddEdgeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddMemberToType | ( | struct soap * | soap, |
| const struct ns1__AddMemberToType * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddMemberToTypeResponse | ( | struct soap * | soap, |
| const struct ns1__AddMemberToTypeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddNode | ( | struct soap * | soap, |
| const struct ns1__AddNode * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddNodeResponse | ( | struct soap * | soap, |
| const struct ns1__AddNodeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddValueToEdge | ( | struct soap * | soap, |
| const struct ns1__AddValueToEdge * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddValueToEdgeResponse | ( | struct soap * | soap, |
| const struct ns1__AddValueToEdgeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddValueToNode | ( | struct soap * | soap, |
| const struct ns1__AddValueToNode * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__AddValueToNodeResponse | ( | struct soap * | soap, |
| const struct ns1__AddValueToNodeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CloseSession | ( | struct soap * | soap, |
| const struct ns1__CloseSession * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CloseSessionResponse | ( | struct soap * | soap, |
| const struct ns1__CloseSessionResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CloseTransaction | ( | struct soap * | soap, |
| const struct ns1__CloseTransaction * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CloseTransactionResponse | ( | struct soap * | soap, |
| const struct ns1__CloseTransactionResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__Connect | ( | struct soap * | soap, |
| const struct ns1__Connect * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__ConnectResponse | ( | struct soap * | soap, |
| const struct ns1__ConnectResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CreateGraph | ( | struct soap * | soap, |
| const struct ns1__CreateGraph * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CreateGraphResponse | ( | struct soap * | soap, |
| const struct ns1__CreateGraphResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CreateUser | ( | struct soap * | soap, |
| const struct ns1__CreateUser * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CreateUserGroup | ( | struct soap * | soap, |
| const struct ns1__CreateUserGroup * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CreateUserGroupResponse | ( | struct soap * | soap, |
| const struct ns1__CreateUserGroupResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__CreateUserResponse | ( | struct soap * | soap, |
| const struct ns1__CreateUserResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DefineType | ( | struct soap * | soap, |
| const struct ns1__DefineType * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DefineTypeResponse | ( | struct soap * | soap, |
| const struct ns1__DefineTypeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteEdge | ( | struct soap * | soap, |
| const struct ns1__DeleteEdge * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteEdgeResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteEdgeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteGraph | ( | struct soap * | soap, |
| const struct ns1__DeleteGraph * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteGraphResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteGraphResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteNode | ( | struct soap * | soap, |
| const struct ns1__DeleteNode * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteNodeResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteNodeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteType | ( | struct soap * | soap, |
| const struct ns1__DeleteType * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteTypeResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteTypeResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteUser | ( | struct soap * | soap, |
| const struct ns1__DeleteUser * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteUserGroup | ( | struct soap * | soap, |
| const struct ns1__DeleteUserGroup * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteUserGroupResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteUserGroupResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__DeleteUserResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteUserResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindAllFriends | ( | struct soap * | soap, |
| const struct ns1__FindAllFriends * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindAllFriendsResponse | ( | struct soap * | soap, |
| const struct ns1__FindAllFriendsResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindAllPathsBetweenNodes | ( | struct soap * | soap, |
| const struct ns1__FindAllPathsBetweenNodes * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindAllPathsBetweenNodesResponse | ( | struct soap * | soap, |
| const struct ns1__FindAllPathsBetweenNodesResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindBFS | ( | struct soap * | soap, |
| const struct ns1__FindBFS * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindBFSResponse | ( | struct soap * | soap, |
| const struct ns1__FindBFSResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindDFS | ( | struct soap * | soap, |
| const struct ns1__FindDFS * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindDFSResponse | ( | struct soap * | soap, |
| const struct ns1__FindDFSResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindMaxPathBetweenNodes | ( | struct soap * | soap, |
| const struct ns1__FindMaxPathBetweenNodes * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindMaxPathBetweenNodesResponse | ( | struct soap * | soap, |
| const struct ns1__FindMaxPathBetweenNodesResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindMinPathBetweenNodes | ( | struct soap * | soap, |
| const struct ns1__FindMinPathBetweenNodes * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__FindMinPathBetweenNodesResponse | ( | struct soap * | soap, |
| const struct ns1__FindMinPathBetweenNodesResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GetSessionId | ( | struct soap * | soap, |
| const struct ns1__GetSessionId * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GetSessionIdResponse | ( | struct soap * | soap, |
| const struct ns1__GetSessionIdResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GetTransactionId | ( | struct soap * | soap, |
| const struct ns1__GetTransactionId * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GetTransactionIdResponse | ( | struct soap * | soap, |
| const struct ns1__GetTransactionIdResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GetTypeId | ( | struct soap * | soap, |
| const struct ns1__GetTypeId * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GetTypeIdResponse | ( | struct soap * | soap, |
| const struct ns1__GetTypeIdResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GrantRightsToGraph | ( | struct soap * | soap, |
| const struct ns1__GrantRightsToGraph * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GrantRightsToGraphResponse | ( | struct soap * | soap, |
| const struct ns1__GrantRightsToGraphResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GrantRightsToGroup | ( | struct soap * | soap, |
| const struct ns1__GrantRightsToGroup * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__GrantRightsToGroupResponse | ( | struct soap * | soap, |
| const struct ns1__GrantRightsToGroupResponse * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__InitiateTransactionStop | ( | struct soap * | soap, |
| const struct ns1__InitiateTransactionStop * | a, | ||
| const char * | tag, | ||
| const char * | type | ||
| ) |
| SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns1__InitiateTransactionStopResponse | ( | struct soap * | soap, |
| const struct ns1__InitiateTransactionStopResponse * | 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_std__string | ( | struct soap * | soap, |
| const std::string * | 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_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_ns1__AddEdge | ( | struct soap * | soap, |
| const struct ns1__AddEdge * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddEdgeResponse | ( | struct soap * | soap, |
| const struct ns1__AddEdgeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddMemberToType | ( | struct soap * | soap, |
| const struct ns1__AddMemberToType * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddMemberToTypeResponse | ( | struct soap * | soap, |
| const struct ns1__AddMemberToTypeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddNode | ( | struct soap * | soap, |
| const struct ns1__AddNode * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddNodeResponse | ( | struct soap * | soap, |
| const struct ns1__AddNodeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddValueToEdge | ( | struct soap * | soap, |
| const struct ns1__AddValueToEdge * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddValueToEdgeResponse | ( | struct soap * | soap, |
| const struct ns1__AddValueToEdgeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddValueToNode | ( | struct soap * | soap, |
| const struct ns1__AddValueToNode * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__AddValueToNodeResponse | ( | struct soap * | soap, |
| const struct ns1__AddValueToNodeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CloseSession | ( | struct soap * | soap, |
| const struct ns1__CloseSession * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CloseSessionResponse | ( | struct soap * | soap, |
| const struct ns1__CloseSessionResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CloseTransaction | ( | struct soap * | soap, |
| const struct ns1__CloseTransaction * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CloseTransactionResponse | ( | struct soap * | soap, |
| const struct ns1__CloseTransactionResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__Connect | ( | struct soap * | soap, |
| const struct ns1__Connect * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__ConnectResponse | ( | struct soap * | soap, |
| const struct ns1__ConnectResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CreateGraph | ( | struct soap * | soap, |
| const struct ns1__CreateGraph * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CreateGraphResponse | ( | struct soap * | soap, |
| const struct ns1__CreateGraphResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CreateUser | ( | struct soap * | soap, |
| const struct ns1__CreateUser * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CreateUserGroup | ( | struct soap * | soap, |
| const struct ns1__CreateUserGroup * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CreateUserGroupResponse | ( | struct soap * | soap, |
| const struct ns1__CreateUserGroupResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__CreateUserResponse | ( | struct soap * | soap, |
| const struct ns1__CreateUserResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DefineType | ( | struct soap * | soap, |
| const struct ns1__DefineType * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DefineTypeResponse | ( | struct soap * | soap, |
| const struct ns1__DefineTypeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteEdge | ( | struct soap * | soap, |
| const struct ns1__DeleteEdge * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteEdgeResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteEdgeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteGraph | ( | struct soap * | soap, |
| const struct ns1__DeleteGraph * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteGraphResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteGraphResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteNode | ( | struct soap * | soap, |
| const struct ns1__DeleteNode * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteNodeResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteNodeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteType | ( | struct soap * | soap, |
| const struct ns1__DeleteType * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteTypeResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteTypeResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteUser | ( | struct soap * | soap, |
| const struct ns1__DeleteUser * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteUserGroup | ( | struct soap * | soap, |
| const struct ns1__DeleteUserGroup * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteUserGroupResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteUserGroupResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__DeleteUserResponse | ( | struct soap * | soap, |
| const struct ns1__DeleteUserResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindAllFriends | ( | struct soap * | soap, |
| const struct ns1__FindAllFriends * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindAllFriendsResponse | ( | struct soap * | soap, |
| const struct ns1__FindAllFriendsResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindAllPathsBetweenNodes | ( | struct soap * | soap, |
| const struct ns1__FindAllPathsBetweenNodes * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindAllPathsBetweenNodesResponse | ( | struct soap * | soap, |
| const struct ns1__FindAllPathsBetweenNodesResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindBFS | ( | struct soap * | soap, |
| const struct ns1__FindBFS * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindBFSResponse | ( | struct soap * | soap, |
| const struct ns1__FindBFSResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindDFS | ( | struct soap * | soap, |
| const struct ns1__FindDFS * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindDFSResponse | ( | struct soap * | soap, |
| const struct ns1__FindDFSResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindMaxPathBetweenNodes | ( | struct soap * | soap, |
| const struct ns1__FindMaxPathBetweenNodes * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindMaxPathBetweenNodesResponse | ( | struct soap * | soap, |
| const struct ns1__FindMaxPathBetweenNodesResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindMinPathBetweenNodes | ( | struct soap * | soap, |
| const struct ns1__FindMinPathBetweenNodes * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__FindMinPathBetweenNodesResponse | ( | struct soap * | soap, |
| const struct ns1__FindMinPathBetweenNodesResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GetSessionId | ( | struct soap * | soap, |
| const struct ns1__GetSessionId * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GetSessionIdResponse | ( | struct soap * | soap, |
| const struct ns1__GetSessionIdResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GetTransactionId | ( | struct soap * | soap, |
| const struct ns1__GetTransactionId * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GetTransactionIdResponse | ( | struct soap * | soap, |
| const struct ns1__GetTransactionIdResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GetTypeId | ( | struct soap * | soap, |
| const struct ns1__GetTypeId * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GetTypeIdResponse | ( | struct soap * | soap, |
| const struct ns1__GetTypeIdResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GrantRightsToGraph | ( | struct soap * | soap, |
| const struct ns1__GrantRightsToGraph * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GrantRightsToGraphResponse | ( | struct soap * | soap, |
| const struct ns1__GrantRightsToGraphResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GrantRightsToGroup | ( | struct soap * | soap, |
| const struct ns1__GrantRightsToGroup * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__GrantRightsToGroupResponse | ( | struct soap * | soap, |
| const struct ns1__GrantRightsToGroupResponse * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__InitiateTransactionStop | ( | struct soap * | soap, |
| const struct ns1__InitiateTransactionStop * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns1__InitiateTransactionStopResponse | ( | struct soap * | soap, |
| const struct ns1__InitiateTransactionStopResponse * | 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_std__string | ( | struct soap * | soap, |
| const std::string * | p | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string | ( | struct soap * | soap, |
| char *const * | a | ||
| ) |
| SOAP_FMAC3 void SOAP_FMAC4 soap_serializefault | ( | struct soap * | soap | ) |
1.7.4