copasi API  0.1
Functions
copasi/MIRIAM/WebServicesIssues/soapC.cpp File Reference
#include "soapH.h"

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_default_byte (struct soap *soap, char *a)
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_out_byte (struct soap *soap, const char *tag, int id, const char *a, const char *type)
SOAP_FMAC3 char *SOAP_FMAC4 soap_get_byte (struct soap *soap, char *p, const char *tag, const char *type)
SOAP_FMAC3 char *SOAP_FMAC4 soap_in_byte (struct soap *soap, const char *tag, char *a, const char *type)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_int (struct soap *soap, int *a)
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_out_int (struct soap *soap, const char *tag, int id, const int *a, const char *type)
SOAP_FMAC3 int *SOAP_FMAC4 soap_get_int (struct soap *soap, int *p, const char *tag, const char *type)
SOAP_FMAC3 int *SOAP_FMAC4 soap_in_int (struct soap *soap, const char *tag, int *a, 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_put_std__string (struct soap *soap, const std::string *a, const char *tag, 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 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_in_std__string (struct soap *soap, const char *tag, std::string *s, const char *type)
SOAP_FMAC5 std::string *SOAP_FMAC6 soap_new_std__string (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_std__string (struct soap *soap, std::string *p)
SOAP_FMAC3 std::string *SOAP_FMAC4 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 int SOAP_FMAC4 soap_out_ArrayOf_USCORExsd_USCOREstring (struct soap *soap, const char *tag, int id, const ArrayOf_USCORExsd_USCOREstring *a, const char *type)
SOAP_FMAC3
ArrayOf_USCORExsd_USCOREstring
*SOAP_FMAC4 
soap_get_ArrayOf_USCORExsd_USCOREstring (struct soap *soap, ArrayOf_USCORExsd_USCOREstring *p, const char *tag, const char *type)
SOAP_FMAC3
ArrayOf_USCORExsd_USCOREstring
*SOAP_FMAC4 
soap_in_ArrayOf_USCORExsd_USCOREstring (struct soap *soap, const char *tag, ArrayOf_USCORExsd_USCOREstring *a, const char *type)
SOAP_FMAC5
ArrayOf_USCORExsd_USCOREstring
*SOAP_FMAC6 
soap_new_ArrayOf_USCORExsd_USCOREstring (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ArrayOf_USCORExsd_USCOREstring (struct soap *soap, ArrayOf_USCORExsd_USCOREstring *p)
SOAP_FMAC3
ArrayOf_USCORExsd_USCOREstring
*SOAP_FMAC4 
soap_instantiate_ArrayOf_USCORExsd_USCOREstring (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ArrayOf_USCORExsd_USCOREstring (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_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_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_get_SOAP_ENV__Fault (struct soap *soap, struct SOAP_ENV__Fault *p, const char *tag, 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_FMAC5 struct
SOAP_ENV__Fault *SOAP_FMAC6 
soap_new_SOAP_ENV__Fault (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Fault (struct soap *soap, struct SOAP_ENV__Fault *p)
SOAP_FMAC3 struct
SOAP_ENV__Fault *SOAP_FMAC4 
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_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_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_get_SOAP_ENV__Reason (struct soap *soap, struct SOAP_ENV__Reason *p, const char *tag, 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_FMAC5 struct
SOAP_ENV__Reason *SOAP_FMAC6 
soap_new_SOAP_ENV__Reason (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Reason (struct soap *soap, struct SOAP_ENV__Reason *p)
SOAP_FMAC3 struct
SOAP_ENV__Reason *SOAP_FMAC4 
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_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_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_get_SOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail *p, const char *tag, 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_FMAC5 struct
SOAP_ENV__Detail *SOAP_FMAC6 
soap_new_SOAP_ENV__Detail (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail *p)
SOAP_FMAC3 struct
SOAP_ENV__Detail *SOAP_FMAC4 
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_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_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_get_SOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code *p, const char *tag, 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_FMAC5 struct
SOAP_ENV__Code *SOAP_FMAC6 
soap_new_SOAP_ENV__Code (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code *p)
SOAP_FMAC3 struct
SOAP_ENV__Code *SOAP_FMAC4 
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_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_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_get_SOAP_ENV__Header (struct soap *soap, struct SOAP_ENV__Header *p, const char *tag, 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_FMAC5 struct
SOAP_ENV__Header *SOAP_FMAC6 
soap_new_SOAP_ENV__Header (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Header (struct soap *soap, struct SOAP_ENV__Header *p)
SOAP_FMAC3 struct
SOAP_ENV__Header *SOAP_FMAC4 
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_ns2__checkRegExp (struct soap *soap, struct ns2__checkRegExp *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__checkRegExp (struct soap *soap, const struct ns2__checkRegExp *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__checkRegExp (struct soap *soap, const struct ns2__checkRegExp *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__checkRegExp (struct soap *soap, const char *tag, int id, const struct ns2__checkRegExp *a, const char *type)
SOAP_FMAC3 struct
ns2__checkRegExp *SOAP_FMAC4 
soap_get_ns2__checkRegExp (struct soap *soap, struct ns2__checkRegExp *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__checkRegExp *SOAP_FMAC4 
soap_in_ns2__checkRegExp (struct soap *soap, const char *tag, struct ns2__checkRegExp *a, const char *type)
SOAP_FMAC5 struct
ns2__checkRegExp *SOAP_FMAC6 
soap_new_ns2__checkRegExp (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__checkRegExp (struct soap *soap, struct ns2__checkRegExp *p)
SOAP_FMAC3 struct
ns2__checkRegExp *SOAP_FMAC4 
soap_instantiate_ns2__checkRegExp (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__checkRegExp (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_ns2__checkRegExpResponse (struct soap *soap, struct ns2__checkRegExpResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__checkRegExpResponse (struct soap *soap, const struct ns2__checkRegExpResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__checkRegExpResponse (struct soap *soap, const struct ns2__checkRegExpResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__checkRegExpResponse (struct soap *soap, const char *tag, int id, const struct ns2__checkRegExpResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__checkRegExpResponse
*SOAP_FMAC4 
soap_get_ns2__checkRegExpResponse (struct soap *soap, struct ns2__checkRegExpResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__checkRegExpResponse
*SOAP_FMAC4 
soap_in_ns2__checkRegExpResponse (struct soap *soap, const char *tag, struct ns2__checkRegExpResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__checkRegExpResponse
*SOAP_FMAC6 
soap_new_ns2__checkRegExpResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__checkRegExpResponse (struct soap *soap, struct ns2__checkRegExpResponse *p)
SOAP_FMAC3 struct
ns2__checkRegExpResponse
*SOAP_FMAC4 
soap_instantiate_ns2__checkRegExpResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__checkRegExpResponse (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_ns2__getDataTypesId (struct soap *soap, struct ns2__getDataTypesId *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypesId (struct soap *soap, const struct ns2__getDataTypesId *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypesId (struct soap *soap, const struct ns2__getDataTypesId *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypesId (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypesId *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypesId
*SOAP_FMAC4 
soap_get_ns2__getDataTypesId (struct soap *soap, struct ns2__getDataTypesId *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypesId
*SOAP_FMAC4 
soap_in_ns2__getDataTypesId (struct soap *soap, const char *tag, struct ns2__getDataTypesId *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypesId
*SOAP_FMAC6 
soap_new_ns2__getDataTypesId (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypesId (struct soap *soap, struct ns2__getDataTypesId *p)
SOAP_FMAC3 struct
ns2__getDataTypesId
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypesId (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypesId (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_ns2__getDataTypesIdResponse (struct soap *soap, struct ns2__getDataTypesIdResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypesIdResponse (struct soap *soap, const struct ns2__getDataTypesIdResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypesIdResponse (struct soap *soap, const struct ns2__getDataTypesIdResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypesIdResponse (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypesIdResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypesIdResponse
*SOAP_FMAC4 
soap_get_ns2__getDataTypesIdResponse (struct soap *soap, struct ns2__getDataTypesIdResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypesIdResponse
*SOAP_FMAC4 
soap_in_ns2__getDataTypesIdResponse (struct soap *soap, const char *tag, struct ns2__getDataTypesIdResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypesIdResponse
*SOAP_FMAC6 
soap_new_ns2__getDataTypesIdResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypesIdResponse (struct soap *soap, struct ns2__getDataTypesIdResponse *p)
SOAP_FMAC3 struct
ns2__getDataTypesIdResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypesIdResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypesIdResponse (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_ns2__getDataTypesName (struct soap *soap, struct ns2__getDataTypesName *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypesName (struct soap *soap, const struct ns2__getDataTypesName *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypesName (struct soap *soap, const struct ns2__getDataTypesName *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypesName (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypesName *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypesName
*SOAP_FMAC4 
soap_get_ns2__getDataTypesName (struct soap *soap, struct ns2__getDataTypesName *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypesName
*SOAP_FMAC4 
soap_in_ns2__getDataTypesName (struct soap *soap, const char *tag, struct ns2__getDataTypesName *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypesName
*SOAP_FMAC6 
soap_new_ns2__getDataTypesName (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypesName (struct soap *soap, struct ns2__getDataTypesName *p)
SOAP_FMAC3 struct
ns2__getDataTypesName
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypesName (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypesName (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_ns2__getDataTypesNameResponse (struct soap *soap, struct ns2__getDataTypesNameResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypesNameResponse (struct soap *soap, const struct ns2__getDataTypesNameResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypesNameResponse (struct soap *soap, const struct ns2__getDataTypesNameResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypesNameResponse (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypesNameResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypesNameResponse
*SOAP_FMAC4 
soap_get_ns2__getDataTypesNameResponse (struct soap *soap, struct ns2__getDataTypesNameResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypesNameResponse
*SOAP_FMAC4 
soap_in_ns2__getDataTypesNameResponse (struct soap *soap, const char *tag, struct ns2__getDataTypesNameResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypesNameResponse
*SOAP_FMAC6 
soap_new_ns2__getDataTypesNameResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypesNameResponse (struct soap *soap, struct ns2__getDataTypesNameResponse *p)
SOAP_FMAC3 struct
ns2__getDataTypesNameResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypesNameResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypesNameResponse (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_ns2__getNames (struct soap *soap, struct ns2__getNames *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getNames (struct soap *soap, const struct ns2__getNames *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getNames (struct soap *soap, const struct ns2__getNames *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getNames (struct soap *soap, const char *tag, int id, const struct ns2__getNames *a, const char *type)
SOAP_FMAC3 struct
ns2__getNames *SOAP_FMAC4 
soap_get_ns2__getNames (struct soap *soap, struct ns2__getNames *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getNames *SOAP_FMAC4 
soap_in_ns2__getNames (struct soap *soap, const char *tag, struct ns2__getNames *a, const char *type)
SOAP_FMAC5 struct
ns2__getNames *SOAP_FMAC6 
soap_new_ns2__getNames (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getNames (struct soap *soap, struct ns2__getNames *p)
SOAP_FMAC3 struct
ns2__getNames *SOAP_FMAC4 
soap_instantiate_ns2__getNames (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getNames (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_ns2__getNamesResponse (struct soap *soap, struct ns2__getNamesResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getNamesResponse (struct soap *soap, const struct ns2__getNamesResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getNamesResponse (struct soap *soap, const struct ns2__getNamesResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getNamesResponse (struct soap *soap, const char *tag, int id, const struct ns2__getNamesResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getNamesResponse
*SOAP_FMAC4 
soap_get_ns2__getNamesResponse (struct soap *soap, struct ns2__getNamesResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getNamesResponse
*SOAP_FMAC4 
soap_in_ns2__getNamesResponse (struct soap *soap, const char *tag, struct ns2__getNamesResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getNamesResponse
*SOAP_FMAC6 
soap_new_ns2__getNamesResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getNamesResponse (struct soap *soap, struct ns2__getNamesResponse *p)
SOAP_FMAC3 struct
ns2__getNamesResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getNamesResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getNamesResponse (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_ns2__getDataTypeSynonyms (struct soap *soap, struct ns2__getDataTypeSynonyms *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeSynonyms (struct soap *soap, const struct ns2__getDataTypeSynonyms *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeSynonyms (struct soap *soap, const struct ns2__getDataTypeSynonyms *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeSynonyms (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypeSynonyms *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeSynonyms
*SOAP_FMAC4 
soap_get_ns2__getDataTypeSynonyms (struct soap *soap, struct ns2__getDataTypeSynonyms *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeSynonyms
*SOAP_FMAC4 
soap_in_ns2__getDataTypeSynonyms (struct soap *soap, const char *tag, struct ns2__getDataTypeSynonyms *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypeSynonyms
*SOAP_FMAC6 
soap_new_ns2__getDataTypeSynonyms (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeSynonyms (struct soap *soap, struct ns2__getDataTypeSynonyms *p)
SOAP_FMAC3 struct
ns2__getDataTypeSynonyms
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypeSynonyms (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypeSynonyms (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_ns2__getDataTypeSynonymsResponse (struct soap *soap, struct ns2__getDataTypeSynonymsResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeSynonymsResponse (struct soap *soap, const struct ns2__getDataTypeSynonymsResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeSynonymsResponse (struct soap *soap, const struct ns2__getDataTypeSynonymsResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeSynonymsResponse (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypeSynonymsResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeSynonymsResponse
*SOAP_FMAC4 
soap_get_ns2__getDataTypeSynonymsResponse (struct soap *soap, struct ns2__getDataTypeSynonymsResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeSynonymsResponse
*SOAP_FMAC4 
soap_in_ns2__getDataTypeSynonymsResponse (struct soap *soap, const char *tag, struct ns2__getDataTypeSynonymsResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypeSynonymsResponse
*SOAP_FMAC6 
soap_new_ns2__getDataTypeSynonymsResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeSynonymsResponse (struct soap *soap, struct ns2__getDataTypeSynonymsResponse *p)
SOAP_FMAC3 struct
ns2__getDataTypeSynonymsResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypeSynonymsResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypeSynonymsResponse (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_ns2__getResourceLocation (struct soap *soap, struct ns2__getResourceLocation *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceLocation (struct soap *soap, const struct ns2__getResourceLocation *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceLocation (struct soap *soap, const struct ns2__getResourceLocation *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceLocation (struct soap *soap, const char *tag, int id, const struct ns2__getResourceLocation *a, const char *type)
SOAP_FMAC3 struct
ns2__getResourceLocation
*SOAP_FMAC4 
soap_get_ns2__getResourceLocation (struct soap *soap, struct ns2__getResourceLocation *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getResourceLocation
*SOAP_FMAC4 
soap_in_ns2__getResourceLocation (struct soap *soap, const char *tag, struct ns2__getResourceLocation *a, const char *type)
SOAP_FMAC5 struct
ns2__getResourceLocation
*SOAP_FMAC6 
soap_new_ns2__getResourceLocation (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceLocation (struct soap *soap, struct ns2__getResourceLocation *p)
SOAP_FMAC3 struct
ns2__getResourceLocation
*SOAP_FMAC4 
soap_instantiate_ns2__getResourceLocation (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getResourceLocation (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_ns2__getResourceLocationResponse (struct soap *soap, struct ns2__getResourceLocationResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceLocationResponse (struct soap *soap, const struct ns2__getResourceLocationResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceLocationResponse (struct soap *soap, const struct ns2__getResourceLocationResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceLocationResponse (struct soap *soap, const char *tag, int id, const struct ns2__getResourceLocationResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getResourceLocationResponse
*SOAP_FMAC4 
soap_get_ns2__getResourceLocationResponse (struct soap *soap, struct ns2__getResourceLocationResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getResourceLocationResponse
*SOAP_FMAC4 
soap_in_ns2__getResourceLocationResponse (struct soap *soap, const char *tag, struct ns2__getResourceLocationResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getResourceLocationResponse
*SOAP_FMAC6 
soap_new_ns2__getResourceLocationResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceLocationResponse (struct soap *soap, struct ns2__getResourceLocationResponse *p)
SOAP_FMAC3 struct
ns2__getResourceLocationResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getResourceLocationResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getResourceLocationResponse (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_ns2__getResourceInstitution (struct soap *soap, struct ns2__getResourceInstitution *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceInstitution (struct soap *soap, const struct ns2__getResourceInstitution *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceInstitution (struct soap *soap, const struct ns2__getResourceInstitution *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceInstitution (struct soap *soap, const char *tag, int id, const struct ns2__getResourceInstitution *a, const char *type)
SOAP_FMAC3 struct
ns2__getResourceInstitution
*SOAP_FMAC4 
soap_get_ns2__getResourceInstitution (struct soap *soap, struct ns2__getResourceInstitution *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getResourceInstitution
*SOAP_FMAC4 
soap_in_ns2__getResourceInstitution (struct soap *soap, const char *tag, struct ns2__getResourceInstitution *a, const char *type)
SOAP_FMAC5 struct
ns2__getResourceInstitution
*SOAP_FMAC6 
soap_new_ns2__getResourceInstitution (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceInstitution (struct soap *soap, struct ns2__getResourceInstitution *p)
SOAP_FMAC3 struct
ns2__getResourceInstitution
*SOAP_FMAC4 
soap_instantiate_ns2__getResourceInstitution (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getResourceInstitution (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_ns2__getResourceInstitutionResponse (struct soap *soap, struct ns2__getResourceInstitutionResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceInstitutionResponse (struct soap *soap, const struct ns2__getResourceInstitutionResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceInstitutionResponse (struct soap *soap, const struct ns2__getResourceInstitutionResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceInstitutionResponse (struct soap *soap, const char *tag, int id, const struct ns2__getResourceInstitutionResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getResourceInstitutionResponse
*SOAP_FMAC4 
soap_get_ns2__getResourceInstitutionResponse (struct soap *soap, struct ns2__getResourceInstitutionResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getResourceInstitutionResponse
*SOAP_FMAC4 
soap_in_ns2__getResourceInstitutionResponse (struct soap *soap, const char *tag, struct ns2__getResourceInstitutionResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getResourceInstitutionResponse
*SOAP_FMAC6 
soap_new_ns2__getResourceInstitutionResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceInstitutionResponse (struct soap *soap, struct ns2__getResourceInstitutionResponse *p)
SOAP_FMAC3 struct
ns2__getResourceInstitutionResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getResourceInstitutionResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getResourceInstitutionResponse (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_ns2__getResourceInfo (struct soap *soap, struct ns2__getResourceInfo *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceInfo (struct soap *soap, const struct ns2__getResourceInfo *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceInfo (struct soap *soap, const struct ns2__getResourceInfo *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceInfo (struct soap *soap, const char *tag, int id, const struct ns2__getResourceInfo *a, const char *type)
SOAP_FMAC3 struct
ns2__getResourceInfo
*SOAP_FMAC4 
soap_get_ns2__getResourceInfo (struct soap *soap, struct ns2__getResourceInfo *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getResourceInfo
*SOAP_FMAC4 
soap_in_ns2__getResourceInfo (struct soap *soap, const char *tag, struct ns2__getResourceInfo *a, const char *type)
SOAP_FMAC5 struct
ns2__getResourceInfo
*SOAP_FMAC6 
soap_new_ns2__getResourceInfo (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceInfo (struct soap *soap, struct ns2__getResourceInfo *p)
SOAP_FMAC3 struct
ns2__getResourceInfo
*SOAP_FMAC4 
soap_instantiate_ns2__getResourceInfo (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getResourceInfo (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_ns2__getResourceInfoResponse (struct soap *soap, struct ns2__getResourceInfoResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceInfoResponse (struct soap *soap, const struct ns2__getResourceInfoResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceInfoResponse (struct soap *soap, const struct ns2__getResourceInfoResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceInfoResponse (struct soap *soap, const char *tag, int id, const struct ns2__getResourceInfoResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getResourceInfoResponse
*SOAP_FMAC4 
soap_get_ns2__getResourceInfoResponse (struct soap *soap, struct ns2__getResourceInfoResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getResourceInfoResponse
*SOAP_FMAC4 
soap_in_ns2__getResourceInfoResponse (struct soap *soap, const char *tag, struct ns2__getResourceInfoResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getResourceInfoResponse
*SOAP_FMAC6 
soap_new_ns2__getResourceInfoResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceInfoResponse (struct soap *soap, struct ns2__getResourceInfoResponse *p)
SOAP_FMAC3 struct
ns2__getResourceInfoResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getResourceInfoResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getResourceInfoResponse (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_ns2__getDataTypePattern (struct soap *soap, struct ns2__getDataTypePattern *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypePattern (struct soap *soap, const struct ns2__getDataTypePattern *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypePattern (struct soap *soap, const struct ns2__getDataTypePattern *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypePattern (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypePattern *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypePattern
*SOAP_FMAC4 
soap_get_ns2__getDataTypePattern (struct soap *soap, struct ns2__getDataTypePattern *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypePattern
*SOAP_FMAC4 
soap_in_ns2__getDataTypePattern (struct soap *soap, const char *tag, struct ns2__getDataTypePattern *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypePattern
*SOAP_FMAC6 
soap_new_ns2__getDataTypePattern (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypePattern (struct soap *soap, struct ns2__getDataTypePattern *p)
SOAP_FMAC3 struct
ns2__getDataTypePattern
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypePattern (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypePattern (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_ns2__getDataTypePatternResponse (struct soap *soap, struct ns2__getDataTypePatternResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypePatternResponse (struct soap *soap, const struct ns2__getDataTypePatternResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypePatternResponse (struct soap *soap, const struct ns2__getDataTypePatternResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypePatternResponse (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypePatternResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypePatternResponse
*SOAP_FMAC4 
soap_get_ns2__getDataTypePatternResponse (struct soap *soap, struct ns2__getDataTypePatternResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypePatternResponse
*SOAP_FMAC4 
soap_in_ns2__getDataTypePatternResponse (struct soap *soap, const char *tag, struct ns2__getDataTypePatternResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypePatternResponse
*SOAP_FMAC6 
soap_new_ns2__getDataTypePatternResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypePatternResponse (struct soap *soap, struct ns2__getDataTypePatternResponse *p)
SOAP_FMAC3 struct
ns2__getDataTypePatternResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypePatternResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypePatternResponse (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_ns2__getMiriamURI (struct soap *soap, struct ns2__getMiriamURI *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getMiriamURI (struct soap *soap, const struct ns2__getMiriamURI *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getMiriamURI (struct soap *soap, const struct ns2__getMiriamURI *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getMiriamURI (struct soap *soap, const char *tag, int id, const struct ns2__getMiriamURI *a, const char *type)
SOAP_FMAC3 struct
ns2__getMiriamURI *SOAP_FMAC4 
soap_get_ns2__getMiriamURI (struct soap *soap, struct ns2__getMiriamURI *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getMiriamURI *SOAP_FMAC4 
soap_in_ns2__getMiriamURI (struct soap *soap, const char *tag, struct ns2__getMiriamURI *a, const char *type)
SOAP_FMAC5 struct
ns2__getMiriamURI *SOAP_FMAC6 
soap_new_ns2__getMiriamURI (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getMiriamURI (struct soap *soap, struct ns2__getMiriamURI *p)
SOAP_FMAC3 struct
ns2__getMiriamURI *SOAP_FMAC4 
soap_instantiate_ns2__getMiriamURI (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getMiriamURI (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_ns2__getMiriamURIResponse (struct soap *soap, struct ns2__getMiriamURIResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getMiriamURIResponse (struct soap *soap, const struct ns2__getMiriamURIResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getMiriamURIResponse (struct soap *soap, const struct ns2__getMiriamURIResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getMiriamURIResponse (struct soap *soap, const char *tag, int id, const struct ns2__getMiriamURIResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getMiriamURIResponse
*SOAP_FMAC4 
soap_get_ns2__getMiriamURIResponse (struct soap *soap, struct ns2__getMiriamURIResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getMiriamURIResponse
*SOAP_FMAC4 
soap_in_ns2__getMiriamURIResponse (struct soap *soap, const char *tag, struct ns2__getMiriamURIResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getMiriamURIResponse
*SOAP_FMAC6 
soap_new_ns2__getMiriamURIResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getMiriamURIResponse (struct soap *soap, struct ns2__getMiriamURIResponse *p)
SOAP_FMAC3 struct
ns2__getMiriamURIResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getMiriamURIResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getMiriamURIResponse (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_ns2__getOfficialDataTypeURI (struct soap *soap, struct ns2__getOfficialDataTypeURI *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getOfficialDataTypeURI (struct soap *soap, const struct ns2__getOfficialDataTypeURI *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getOfficialDataTypeURI (struct soap *soap, const struct ns2__getOfficialDataTypeURI *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getOfficialDataTypeURI (struct soap *soap, const char *tag, int id, const struct ns2__getOfficialDataTypeURI *a, const char *type)
SOAP_FMAC3 struct
ns2__getOfficialDataTypeURI
*SOAP_FMAC4 
soap_get_ns2__getOfficialDataTypeURI (struct soap *soap, struct ns2__getOfficialDataTypeURI *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getOfficialDataTypeURI
*SOAP_FMAC4 
soap_in_ns2__getOfficialDataTypeURI (struct soap *soap, const char *tag, struct ns2__getOfficialDataTypeURI *a, const char *type)
SOAP_FMAC5 struct
ns2__getOfficialDataTypeURI
*SOAP_FMAC6 
soap_new_ns2__getOfficialDataTypeURI (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getOfficialDataTypeURI (struct soap *soap, struct ns2__getOfficialDataTypeURI *p)
SOAP_FMAC3 struct
ns2__getOfficialDataTypeURI
*SOAP_FMAC4 
soap_instantiate_ns2__getOfficialDataTypeURI (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getOfficialDataTypeURI (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_ns2__getOfficialDataTypeURIResponse (struct soap *soap, struct ns2__getOfficialDataTypeURIResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getOfficialDataTypeURIResponse (struct soap *soap, const struct ns2__getOfficialDataTypeURIResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getOfficialDataTypeURIResponse (struct soap *soap, const struct ns2__getOfficialDataTypeURIResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getOfficialDataTypeURIResponse (struct soap *soap, const char *tag, int id, const struct ns2__getOfficialDataTypeURIResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getOfficialDataTypeURIResponse
*SOAP_FMAC4 
soap_get_ns2__getOfficialDataTypeURIResponse (struct soap *soap, struct ns2__getOfficialDataTypeURIResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getOfficialDataTypeURIResponse
*SOAP_FMAC4 
soap_in_ns2__getOfficialDataTypeURIResponse (struct soap *soap, const char *tag, struct ns2__getOfficialDataTypeURIResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getOfficialDataTypeURIResponse
*SOAP_FMAC6 
soap_new_ns2__getOfficialDataTypeURIResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getOfficialDataTypeURIResponse (struct soap *soap, struct ns2__getOfficialDataTypeURIResponse *p)
SOAP_FMAC3 struct
ns2__getOfficialDataTypeURIResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getOfficialDataTypeURIResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getOfficialDataTypeURIResponse (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_ns2__isDeprecated (struct soap *soap, struct ns2__isDeprecated *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__isDeprecated (struct soap *soap, const struct ns2__isDeprecated *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__isDeprecated (struct soap *soap, const struct ns2__isDeprecated *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__isDeprecated (struct soap *soap, const char *tag, int id, const struct ns2__isDeprecated *a, const char *type)
SOAP_FMAC3 struct
ns2__isDeprecated *SOAP_FMAC4 
soap_get_ns2__isDeprecated (struct soap *soap, struct ns2__isDeprecated *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__isDeprecated *SOAP_FMAC4 
soap_in_ns2__isDeprecated (struct soap *soap, const char *tag, struct ns2__isDeprecated *a, const char *type)
SOAP_FMAC5 struct
ns2__isDeprecated *SOAP_FMAC6 
soap_new_ns2__isDeprecated (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__isDeprecated (struct soap *soap, struct ns2__isDeprecated *p)
SOAP_FMAC3 struct
ns2__isDeprecated *SOAP_FMAC4 
soap_instantiate_ns2__isDeprecated (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__isDeprecated (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_ns2__isDeprecatedResponse (struct soap *soap, struct ns2__isDeprecatedResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__isDeprecatedResponse (struct soap *soap, const struct ns2__isDeprecatedResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__isDeprecatedResponse (struct soap *soap, const struct ns2__isDeprecatedResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__isDeprecatedResponse (struct soap *soap, const char *tag, int id, const struct ns2__isDeprecatedResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__isDeprecatedResponse
*SOAP_FMAC4 
soap_get_ns2__isDeprecatedResponse (struct soap *soap, struct ns2__isDeprecatedResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__isDeprecatedResponse
*SOAP_FMAC4 
soap_in_ns2__isDeprecatedResponse (struct soap *soap, const char *tag, struct ns2__isDeprecatedResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__isDeprecatedResponse
*SOAP_FMAC6 
soap_new_ns2__isDeprecatedResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__isDeprecatedResponse (struct soap *soap, struct ns2__isDeprecatedResponse *p)
SOAP_FMAC3 struct
ns2__isDeprecatedResponse
*SOAP_FMAC4 
soap_instantiate_ns2__isDeprecatedResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__isDeprecatedResponse (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_ns2__getLocations_ (struct soap *soap, struct ns2__getLocations_ *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocations_ (struct soap *soap, const struct ns2__getLocations_ *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocations_ (struct soap *soap, const struct ns2__getLocations_ *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocations_ (struct soap *soap, const char *tag, int id, const struct ns2__getLocations_ *a, const char *type)
SOAP_FMAC3 struct
ns2__getLocations_ *SOAP_FMAC4 
soap_get_ns2__getLocations_ (struct soap *soap, struct ns2__getLocations_ *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getLocations_ *SOAP_FMAC4 
soap_in_ns2__getLocations_ (struct soap *soap, const char *tag, struct ns2__getLocations_ *a, const char *type)
SOAP_FMAC5 struct
ns2__getLocations_ *SOAP_FMAC6 
soap_new_ns2__getLocations_ (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocations_ (struct soap *soap, struct ns2__getLocations_ *p)
SOAP_FMAC3 struct
ns2__getLocations_ *SOAP_FMAC4 
soap_instantiate_ns2__getLocations_ (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getLocations_ (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_ns2__getLocationsResponse_ (struct soap *soap, struct ns2__getLocationsResponse_ *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocationsResponse_ (struct soap *soap, const struct ns2__getLocationsResponse_ *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocationsResponse_ (struct soap *soap, const struct ns2__getLocationsResponse_ *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocationsResponse_ (struct soap *soap, const char *tag, int id, const struct ns2__getLocationsResponse_ *a, const char *type)
SOAP_FMAC3 struct
ns2__getLocationsResponse_
*SOAP_FMAC4 
soap_get_ns2__getLocationsResponse_ (struct soap *soap, struct ns2__getLocationsResponse_ *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getLocationsResponse_
*SOAP_FMAC4 
soap_in_ns2__getLocationsResponse_ (struct soap *soap, const char *tag, struct ns2__getLocationsResponse_ *a, const char *type)
SOAP_FMAC5 struct
ns2__getLocationsResponse_
*SOAP_FMAC6 
soap_new_ns2__getLocationsResponse_ (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocationsResponse_ (struct soap *soap, struct ns2__getLocationsResponse_ *p)
SOAP_FMAC3 struct
ns2__getLocationsResponse_
*SOAP_FMAC4 
soap_instantiate_ns2__getLocationsResponse_ (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getLocationsResponse_ (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_ns2__getLocations (struct soap *soap, struct ns2__getLocations *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocations (struct soap *soap, const struct ns2__getLocations *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocations (struct soap *soap, const struct ns2__getLocations *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocations (struct soap *soap, const char *tag, int id, const struct ns2__getLocations *a, const char *type)
SOAP_FMAC3 struct
ns2__getLocations *SOAP_FMAC4 
soap_get_ns2__getLocations (struct soap *soap, struct ns2__getLocations *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getLocations *SOAP_FMAC4 
soap_in_ns2__getLocations (struct soap *soap, const char *tag, struct ns2__getLocations *a, const char *type)
SOAP_FMAC5 struct
ns2__getLocations *SOAP_FMAC6 
soap_new_ns2__getLocations (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocations (struct soap *soap, struct ns2__getLocations *p)
SOAP_FMAC3 struct
ns2__getLocations *SOAP_FMAC4 
soap_instantiate_ns2__getLocations (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getLocations (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_ns2__getLocationsResponse (struct soap *soap, struct ns2__getLocationsResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocationsResponse (struct soap *soap, const struct ns2__getLocationsResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocationsResponse (struct soap *soap, const struct ns2__getLocationsResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocationsResponse (struct soap *soap, const char *tag, int id, const struct ns2__getLocationsResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getLocationsResponse
*SOAP_FMAC4 
soap_get_ns2__getLocationsResponse (struct soap *soap, struct ns2__getLocationsResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getLocationsResponse
*SOAP_FMAC4 
soap_in_ns2__getLocationsResponse (struct soap *soap, const char *tag, struct ns2__getLocationsResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getLocationsResponse
*SOAP_FMAC6 
soap_new_ns2__getLocationsResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocationsResponse (struct soap *soap, struct ns2__getLocationsResponse *p)
SOAP_FMAC3 struct
ns2__getLocationsResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getLocationsResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getLocationsResponse (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_ns2__getDataTypeDef (struct soap *soap, struct ns2__getDataTypeDef *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeDef (struct soap *soap, const struct ns2__getDataTypeDef *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeDef (struct soap *soap, const struct ns2__getDataTypeDef *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeDef (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypeDef *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeDef
*SOAP_FMAC4 
soap_get_ns2__getDataTypeDef (struct soap *soap, struct ns2__getDataTypeDef *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeDef
*SOAP_FMAC4 
soap_in_ns2__getDataTypeDef (struct soap *soap, const char *tag, struct ns2__getDataTypeDef *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypeDef
*SOAP_FMAC6 
soap_new_ns2__getDataTypeDef (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeDef (struct soap *soap, struct ns2__getDataTypeDef *p)
SOAP_FMAC3 struct
ns2__getDataTypeDef
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypeDef (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypeDef (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_ns2__getDataTypeDefResponse (struct soap *soap, struct ns2__getDataTypeDefResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeDefResponse (struct soap *soap, const struct ns2__getDataTypeDefResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeDefResponse (struct soap *soap, const struct ns2__getDataTypeDefResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeDefResponse (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypeDefResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeDefResponse
*SOAP_FMAC4 
soap_get_ns2__getDataTypeDefResponse (struct soap *soap, struct ns2__getDataTypeDefResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeDefResponse
*SOAP_FMAC4 
soap_in_ns2__getDataTypeDefResponse (struct soap *soap, const char *tag, struct ns2__getDataTypeDefResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypeDefResponse
*SOAP_FMAC6 
soap_new_ns2__getDataTypeDefResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeDefResponse (struct soap *soap, struct ns2__getDataTypeDefResponse *p)
SOAP_FMAC3 struct
ns2__getDataTypeDefResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypeDefResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypeDefResponse (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_ns2__getDataTypeURIs (struct soap *soap, struct ns2__getDataTypeURIs *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeURIs (struct soap *soap, const struct ns2__getDataTypeURIs *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeURIs (struct soap *soap, const struct ns2__getDataTypeURIs *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeURIs (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypeURIs *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeURIs
*SOAP_FMAC4 
soap_get_ns2__getDataTypeURIs (struct soap *soap, struct ns2__getDataTypeURIs *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeURIs
*SOAP_FMAC4 
soap_in_ns2__getDataTypeURIs (struct soap *soap, const char *tag, struct ns2__getDataTypeURIs *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypeURIs
*SOAP_FMAC6 
soap_new_ns2__getDataTypeURIs (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeURIs (struct soap *soap, struct ns2__getDataTypeURIs *p)
SOAP_FMAC3 struct
ns2__getDataTypeURIs
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypeURIs (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypeURIs (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_ns2__getDataTypeURIsResponse (struct soap *soap, struct ns2__getDataTypeURIsResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeURIsResponse (struct soap *soap, const struct ns2__getDataTypeURIsResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeURIsResponse (struct soap *soap, const struct ns2__getDataTypeURIsResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeURIsResponse (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypeURIsResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeURIsResponse
*SOAP_FMAC4 
soap_get_ns2__getDataTypeURIsResponse (struct soap *soap, struct ns2__getDataTypeURIsResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeURIsResponse
*SOAP_FMAC4 
soap_in_ns2__getDataTypeURIsResponse (struct soap *soap, const char *tag, struct ns2__getDataTypeURIsResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypeURIsResponse
*SOAP_FMAC6 
soap_new_ns2__getDataTypeURIsResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeURIsResponse (struct soap *soap, struct ns2__getDataTypeURIsResponse *p)
SOAP_FMAC3 struct
ns2__getDataTypeURIsResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypeURIsResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypeURIsResponse (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_ns2__getDataTypeURI (struct soap *soap, struct ns2__getDataTypeURI *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeURI (struct soap *soap, const struct ns2__getDataTypeURI *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeURI (struct soap *soap, const struct ns2__getDataTypeURI *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeURI (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypeURI *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeURI
*SOAP_FMAC4 
soap_get_ns2__getDataTypeURI (struct soap *soap, struct ns2__getDataTypeURI *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeURI
*SOAP_FMAC4 
soap_in_ns2__getDataTypeURI (struct soap *soap, const char *tag, struct ns2__getDataTypeURI *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypeURI
*SOAP_FMAC6 
soap_new_ns2__getDataTypeURI (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeURI (struct soap *soap, struct ns2__getDataTypeURI *p)
SOAP_FMAC3 struct
ns2__getDataTypeURI
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypeURI (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypeURI (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_ns2__getDataTypeURIResponse (struct soap *soap, struct ns2__getDataTypeURIResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeURIResponse (struct soap *soap, const struct ns2__getDataTypeURIResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeURIResponse (struct soap *soap, const struct ns2__getDataTypeURIResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeURIResponse (struct soap *soap, const char *tag, int id, const struct ns2__getDataTypeURIResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeURIResponse
*SOAP_FMAC4 
soap_get_ns2__getDataTypeURIResponse (struct soap *soap, struct ns2__getDataTypeURIResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataTypeURIResponse
*SOAP_FMAC4 
soap_in_ns2__getDataTypeURIResponse (struct soap *soap, const char *tag, struct ns2__getDataTypeURIResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataTypeURIResponse
*SOAP_FMAC6 
soap_new_ns2__getDataTypeURIResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeURIResponse (struct soap *soap, struct ns2__getDataTypeURIResponse *p)
SOAP_FMAC3 struct
ns2__getDataTypeURIResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getDataTypeURIResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataTypeURIResponse (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_ns2__getJavaLibraryVersion (struct soap *soap, struct ns2__getJavaLibraryVersion *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getJavaLibraryVersion (struct soap *soap, const struct ns2__getJavaLibraryVersion *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getJavaLibraryVersion (struct soap *soap, const struct ns2__getJavaLibraryVersion *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getJavaLibraryVersion (struct soap *soap, const char *tag, int id, const struct ns2__getJavaLibraryVersion *a, const char *type)
SOAP_FMAC3 struct
ns2__getJavaLibraryVersion
*SOAP_FMAC4 
soap_get_ns2__getJavaLibraryVersion (struct soap *soap, struct ns2__getJavaLibraryVersion *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getJavaLibraryVersion
*SOAP_FMAC4 
soap_in_ns2__getJavaLibraryVersion (struct soap *soap, const char *tag, struct ns2__getJavaLibraryVersion *a, const char *type)
SOAP_FMAC5 struct
ns2__getJavaLibraryVersion
*SOAP_FMAC6 
soap_new_ns2__getJavaLibraryVersion (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getJavaLibraryVersion (struct soap *soap, struct ns2__getJavaLibraryVersion *p)
SOAP_FMAC3 struct
ns2__getJavaLibraryVersion
*SOAP_FMAC4 
soap_instantiate_ns2__getJavaLibraryVersion (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getJavaLibraryVersion (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_ns2__getJavaLibraryVersionResponse (struct soap *soap, struct ns2__getJavaLibraryVersionResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getJavaLibraryVersionResponse (struct soap *soap, const struct ns2__getJavaLibraryVersionResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getJavaLibraryVersionResponse (struct soap *soap, const struct ns2__getJavaLibraryVersionResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getJavaLibraryVersionResponse (struct soap *soap, const char *tag, int id, const struct ns2__getJavaLibraryVersionResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getJavaLibraryVersionResponse
*SOAP_FMAC4 
soap_get_ns2__getJavaLibraryVersionResponse (struct soap *soap, struct ns2__getJavaLibraryVersionResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getJavaLibraryVersionResponse
*SOAP_FMAC4 
soap_in_ns2__getJavaLibraryVersionResponse (struct soap *soap, const char *tag, struct ns2__getJavaLibraryVersionResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getJavaLibraryVersionResponse
*SOAP_FMAC6 
soap_new_ns2__getJavaLibraryVersionResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getJavaLibraryVersionResponse (struct soap *soap, struct ns2__getJavaLibraryVersionResponse *p)
SOAP_FMAC3 struct
ns2__getJavaLibraryVersionResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getJavaLibraryVersionResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getJavaLibraryVersionResponse (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_ns2__getServicesVersion (struct soap *soap, struct ns2__getServicesVersion *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getServicesVersion (struct soap *soap, const struct ns2__getServicesVersion *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getServicesVersion (struct soap *soap, const struct ns2__getServicesVersion *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getServicesVersion (struct soap *soap, const char *tag, int id, const struct ns2__getServicesVersion *a, const char *type)
SOAP_FMAC3 struct
ns2__getServicesVersion
*SOAP_FMAC4 
soap_get_ns2__getServicesVersion (struct soap *soap, struct ns2__getServicesVersion *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getServicesVersion
*SOAP_FMAC4 
soap_in_ns2__getServicesVersion (struct soap *soap, const char *tag, struct ns2__getServicesVersion *a, const char *type)
SOAP_FMAC5 struct
ns2__getServicesVersion
*SOAP_FMAC6 
soap_new_ns2__getServicesVersion (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getServicesVersion (struct soap *soap, struct ns2__getServicesVersion *p)
SOAP_FMAC3 struct
ns2__getServicesVersion
*SOAP_FMAC4 
soap_instantiate_ns2__getServicesVersion (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getServicesVersion (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_ns2__getServicesVersionResponse (struct soap *soap, struct ns2__getServicesVersionResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getServicesVersionResponse (struct soap *soap, const struct ns2__getServicesVersionResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getServicesVersionResponse (struct soap *soap, const struct ns2__getServicesVersionResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getServicesVersionResponse (struct soap *soap, const char *tag, int id, const struct ns2__getServicesVersionResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getServicesVersionResponse
*SOAP_FMAC4 
soap_get_ns2__getServicesVersionResponse (struct soap *soap, struct ns2__getServicesVersionResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getServicesVersionResponse
*SOAP_FMAC4 
soap_in_ns2__getServicesVersionResponse (struct soap *soap, const char *tag, struct ns2__getServicesVersionResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getServicesVersionResponse
*SOAP_FMAC6 
soap_new_ns2__getServicesVersionResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getServicesVersionResponse (struct soap *soap, struct ns2__getServicesVersionResponse *p)
SOAP_FMAC3 struct
ns2__getServicesVersionResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getServicesVersionResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getServicesVersionResponse (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_ns2__getServicesInfo (struct soap *soap, struct ns2__getServicesInfo *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getServicesInfo (struct soap *soap, const struct ns2__getServicesInfo *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getServicesInfo (struct soap *soap, const struct ns2__getServicesInfo *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getServicesInfo (struct soap *soap, const char *tag, int id, const struct ns2__getServicesInfo *a, const char *type)
SOAP_FMAC3 struct
ns2__getServicesInfo
*SOAP_FMAC4 
soap_get_ns2__getServicesInfo (struct soap *soap, struct ns2__getServicesInfo *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getServicesInfo
*SOAP_FMAC4 
soap_in_ns2__getServicesInfo (struct soap *soap, const char *tag, struct ns2__getServicesInfo *a, const char *type)
SOAP_FMAC5 struct
ns2__getServicesInfo
*SOAP_FMAC6 
soap_new_ns2__getServicesInfo (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getServicesInfo (struct soap *soap, struct ns2__getServicesInfo *p)
SOAP_FMAC3 struct
ns2__getServicesInfo
*SOAP_FMAC4 
soap_instantiate_ns2__getServicesInfo (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getServicesInfo (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_ns2__getServicesInfoResponse (struct soap *soap, struct ns2__getServicesInfoResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getServicesInfoResponse (struct soap *soap, const struct ns2__getServicesInfoResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getServicesInfoResponse (struct soap *soap, const struct ns2__getServicesInfoResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getServicesInfoResponse (struct soap *soap, const char *tag, int id, const struct ns2__getServicesInfoResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getServicesInfoResponse
*SOAP_FMAC4 
soap_get_ns2__getServicesInfoResponse (struct soap *soap, struct ns2__getServicesInfoResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getServicesInfoResponse
*SOAP_FMAC4 
soap_in_ns2__getServicesInfoResponse (struct soap *soap, const char *tag, struct ns2__getServicesInfoResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getServicesInfoResponse
*SOAP_FMAC6 
soap_new_ns2__getServicesInfoResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getServicesInfoResponse (struct soap *soap, struct ns2__getServicesInfoResponse *p)
SOAP_FMAC3 struct
ns2__getServicesInfoResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getServicesInfoResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getServicesInfoResponse (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_ns2__getDataResources (struct soap *soap, struct ns2__getDataResources *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataResources (struct soap *soap, const struct ns2__getDataResources *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataResources (struct soap *soap, const struct ns2__getDataResources *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataResources (struct soap *soap, const char *tag, int id, const struct ns2__getDataResources *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataResources
*SOAP_FMAC4 
soap_get_ns2__getDataResources (struct soap *soap, struct ns2__getDataResources *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataResources
*SOAP_FMAC4 
soap_in_ns2__getDataResources (struct soap *soap, const char *tag, struct ns2__getDataResources *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataResources
*SOAP_FMAC6 
soap_new_ns2__getDataResources (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataResources (struct soap *soap, struct ns2__getDataResources *p)
SOAP_FMAC3 struct
ns2__getDataResources
*SOAP_FMAC4 
soap_instantiate_ns2__getDataResources (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataResources (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_ns2__getDataResourcesResponse (struct soap *soap, struct ns2__getDataResourcesResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataResourcesResponse (struct soap *soap, const struct ns2__getDataResourcesResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataResourcesResponse (struct soap *soap, const struct ns2__getDataResourcesResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataResourcesResponse (struct soap *soap, const char *tag, int id, const struct ns2__getDataResourcesResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getDataResourcesResponse
*SOAP_FMAC4 
soap_get_ns2__getDataResourcesResponse (struct soap *soap, struct ns2__getDataResourcesResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getDataResourcesResponse
*SOAP_FMAC4 
soap_in_ns2__getDataResourcesResponse (struct soap *soap, const char *tag, struct ns2__getDataResourcesResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getDataResourcesResponse
*SOAP_FMAC6 
soap_new_ns2__getDataResourcesResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataResourcesResponse (struct soap *soap, struct ns2__getDataResourcesResponse *p)
SOAP_FMAC3 struct
ns2__getDataResourcesResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getDataResourcesResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getDataResourcesResponse (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_ns2__getURI (struct soap *soap, struct ns2__getURI *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getURI (struct soap *soap, const struct ns2__getURI *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getURI (struct soap *soap, const struct ns2__getURI *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getURI (struct soap *soap, const char *tag, int id, const struct ns2__getURI *a, const char *type)
SOAP_FMAC3 struct ns2__getURI
*SOAP_FMAC4 
soap_get_ns2__getURI (struct soap *soap, struct ns2__getURI *p, const char *tag, const char *type)
SOAP_FMAC3 struct ns2__getURI
*SOAP_FMAC4 
soap_in_ns2__getURI (struct soap *soap, const char *tag, struct ns2__getURI *a, const char *type)
SOAP_FMAC5 struct ns2__getURI
*SOAP_FMAC6 
soap_new_ns2__getURI (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getURI (struct soap *soap, struct ns2__getURI *p)
SOAP_FMAC3 struct ns2__getURI
*SOAP_FMAC4 
soap_instantiate_ns2__getURI (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getURI (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_ns2__getURIResponse (struct soap *soap, struct ns2__getURIResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getURIResponse (struct soap *soap, const struct ns2__getURIResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getURIResponse (struct soap *soap, const struct ns2__getURIResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getURIResponse (struct soap *soap, const char *tag, int id, const struct ns2__getURIResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getURIResponse
*SOAP_FMAC4 
soap_get_ns2__getURIResponse (struct soap *soap, struct ns2__getURIResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getURIResponse
*SOAP_FMAC4 
soap_in_ns2__getURIResponse (struct soap *soap, const char *tag, struct ns2__getURIResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getURIResponse
*SOAP_FMAC6 
soap_new_ns2__getURIResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getURIResponse (struct soap *soap, struct ns2__getURIResponse *p)
SOAP_FMAC3 struct
ns2__getURIResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getURIResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getURIResponse (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_ns2__getLocation (struct soap *soap, struct ns2__getLocation *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocation (struct soap *soap, const struct ns2__getLocation *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocation (struct soap *soap, const struct ns2__getLocation *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocation (struct soap *soap, const char *tag, int id, const struct ns2__getLocation *a, const char *type)
SOAP_FMAC3 struct
ns2__getLocation *SOAP_FMAC4 
soap_get_ns2__getLocation (struct soap *soap, struct ns2__getLocation *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getLocation *SOAP_FMAC4 
soap_in_ns2__getLocation (struct soap *soap, const char *tag, struct ns2__getLocation *a, const char *type)
SOAP_FMAC5 struct
ns2__getLocation *SOAP_FMAC6 
soap_new_ns2__getLocation (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocation (struct soap *soap, struct ns2__getLocation *p)
SOAP_FMAC3 struct
ns2__getLocation *SOAP_FMAC4 
soap_instantiate_ns2__getLocation (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getLocation (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_ns2__getLocationResponse (struct soap *soap, struct ns2__getLocationResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocationResponse (struct soap *soap, const struct ns2__getLocationResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocationResponse (struct soap *soap, const struct ns2__getLocationResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocationResponse (struct soap *soap, const char *tag, int id, const struct ns2__getLocationResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getLocationResponse
*SOAP_FMAC4 
soap_get_ns2__getLocationResponse (struct soap *soap, struct ns2__getLocationResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getLocationResponse
*SOAP_FMAC4 
soap_in_ns2__getLocationResponse (struct soap *soap, const char *tag, struct ns2__getLocationResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getLocationResponse
*SOAP_FMAC6 
soap_new_ns2__getLocationResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocationResponse (struct soap *soap, struct ns2__getLocationResponse *p)
SOAP_FMAC3 struct
ns2__getLocationResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getLocationResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getLocationResponse (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_ns2__getName (struct soap *soap, struct ns2__getName *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getName (struct soap *soap, const struct ns2__getName *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getName (struct soap *soap, const struct ns2__getName *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getName (struct soap *soap, const char *tag, int id, const struct ns2__getName *a, const char *type)
SOAP_FMAC3 struct ns2__getName
*SOAP_FMAC4 
soap_get_ns2__getName (struct soap *soap, struct ns2__getName *p, const char *tag, const char *type)
SOAP_FMAC3 struct ns2__getName
*SOAP_FMAC4 
soap_in_ns2__getName (struct soap *soap, const char *tag, struct ns2__getName *a, const char *type)
SOAP_FMAC5 struct ns2__getName
*SOAP_FMAC6 
soap_new_ns2__getName (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getName (struct soap *soap, struct ns2__getName *p)
SOAP_FMAC3 struct ns2__getName
*SOAP_FMAC4 
soap_instantiate_ns2__getName (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getName (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_ns2__getNameResponse (struct soap *soap, struct ns2__getNameResponse *a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getNameResponse (struct soap *soap, const struct ns2__getNameResponse *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getNameResponse (struct soap *soap, const struct ns2__getNameResponse *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getNameResponse (struct soap *soap, const char *tag, int id, const struct ns2__getNameResponse *a, const char *type)
SOAP_FMAC3 struct
ns2__getNameResponse
*SOAP_FMAC4 
soap_get_ns2__getNameResponse (struct soap *soap, struct ns2__getNameResponse *p, const char *tag, const char *type)
SOAP_FMAC3 struct
ns2__getNameResponse
*SOAP_FMAC4 
soap_in_ns2__getNameResponse (struct soap *soap, const char *tag, struct ns2__getNameResponse *a, const char *type)
SOAP_FMAC5 struct
ns2__getNameResponse
*SOAP_FMAC6 
soap_new_ns2__getNameResponse (struct soap *soap, int n)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getNameResponse (struct soap *soap, struct ns2__getNameResponse *p)
SOAP_FMAC3 struct
ns2__getNameResponse
*SOAP_FMAC4 
soap_instantiate_ns2__getNameResponse (struct soap *soap, int n, const char *type, const char *arrayType, size_t *size)
SOAP_FMAC3 void SOAP_FMAC4 soap_copy_ns2__getNameResponse (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_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_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_get_PointerToSOAP_ENV__Reason (struct soap *soap, struct SOAP_ENV__Reason **p, const char *tag, 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 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail *const *a)
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_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_get_PointerToSOAP_ENV__Detail (struct soap *soap, struct SOAP_ENV__Detail **p, const char *tag, 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 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code *const *a)
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_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_get_PointerToSOAP_ENV__Code (struct soap *soap, struct SOAP_ENV__Code **p, const char *tag, 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 void SOAP_FMAC4 soap_serialize_PointerToArrayOf_USCORExsd_USCOREstring (struct soap *soap, ArrayOf_USCORExsd_USCOREstring *const *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToArrayOf_USCORExsd_USCOREstring (struct soap *soap, ArrayOf_USCORExsd_USCOREstring *const *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToArrayOf_USCORExsd_USCOREstring (struct soap *soap, const char *tag, int id, ArrayOf_USCORExsd_USCOREstring *const *a, const char *type)
SOAP_FMAC3
ArrayOf_USCORExsd_USCOREstring
**SOAP_FMAC4 
soap_get_PointerToArrayOf_USCORExsd_USCOREstring (struct soap *soap, ArrayOf_USCORExsd_USCOREstring **p, const char *tag, const char *type)
SOAP_FMAC3
ArrayOf_USCORExsd_USCOREstring
**SOAP_FMAC4 
soap_in_PointerToArrayOf_USCORExsd_USCOREstring (struct soap *soap, const char *tag, ArrayOf_USCORExsd_USCOREstring **a, const char *type)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTostd__string (struct soap *soap, std::string *const *a)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTostd__string (struct soap *soap, std::string *const *a, const char *tag, const char *type)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTostd__string (struct soap *soap, const char *tag, int id, std::string *const *a, const char *type)
SOAP_FMAC3 std::string **SOAP_FMAC4 soap_get_PointerTostd__string (struct soap *soap, std::string **p, const char *tag, const char *type)
SOAP_FMAC3 std::string **SOAP_FMAC4 soap_in_PointerTostd__string (struct soap *soap, const char *tag, std::string **a, const char *type)
SOAP_FMAC3 void SOAP_FMAC4 soap_default__QName (struct soap *soap, char **a)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName (struct soap *soap, char *const *a)
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_out__QName (struct soap *soap, const char *tag, int id, char *const *a, const char *type)
SOAP_FMAC3 char **SOAP_FMAC4 soap_get__QName (struct soap *soap, char **p, const char *tag, const char *type)
SOAP_FMAC3 char **SOAP_FMAC4 soap_in__QName (struct soap *soap, const char *tag, char **a, 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_put_string (struct soap *soap, char *const *a, const char *tag, 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 char **SOAP_FMAC4 soap_get_string (struct soap *soap, char **p, const char *tag, const char *type)
SOAP_FMAC3 char **SOAP_FMAC4 soap_in_string (struct soap *soap, const char *tag, char **a, const char *type)

Function Documentation

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_copy_ArrayOf_USCORExsd_USCOREstring ( 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_ns2__checkRegExp ( 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_ns2__checkRegExpResponse ( 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_ns2__getDataResources ( 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_ns2__getDataResourcesResponse ( 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_ns2__getDataTypeDef ( 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_ns2__getDataTypeDefResponse ( 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_ns2__getDataTypePattern ( 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_ns2__getDataTypePatternResponse ( 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_ns2__getDataTypesId ( 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_ns2__getDataTypesIdResponse ( 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_ns2__getDataTypesName ( 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_ns2__getDataTypesNameResponse ( 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_ns2__getDataTypeSynonyms ( 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_ns2__getDataTypeSynonymsResponse ( 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_ns2__getDataTypeURI ( 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_ns2__getDataTypeURIResponse ( 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_ns2__getDataTypeURIs ( 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_ns2__getDataTypeURIsResponse ( 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_ns2__getJavaLibraryVersion ( 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_ns2__getJavaLibraryVersionResponse ( 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_ns2__getLocation ( 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_ns2__getLocationResponse ( 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_ns2__getLocations ( 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_ns2__getLocations_ ( 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_ns2__getLocationsResponse ( 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_ns2__getLocationsResponse_ ( 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_ns2__getMiriamURI ( 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_ns2__getMiriamURIResponse ( 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_ns2__getName ( 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_ns2__getNameResponse ( 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_ns2__getNames ( 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_ns2__getNamesResponse ( 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_ns2__getOfficialDataTypeURI ( 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_ns2__getOfficialDataTypeURIResponse ( 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_ns2__getResourceInfo ( 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_ns2__getResourceInfoResponse ( 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_ns2__getResourceInstitution ( 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_ns2__getResourceInstitutionResponse ( 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_ns2__getResourceLocation ( 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_ns2__getResourceLocationResponse ( 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_ns2__getServicesInfo ( 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_ns2__getServicesInfoResponse ( 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_ns2__getServicesVersion ( 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_ns2__getServicesVersionResponse ( 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_ns2__getURI ( 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_ns2__getURIResponse ( 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_ns2__isDeprecated ( 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_ns2__isDeprecatedResponse ( 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__QName ( struct soap soap,
char **  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte ( struct soap soap,
char *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_int ( struct soap soap,
int *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__checkRegExp ( struct soap soap,
struct ns2__checkRegExp a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__checkRegExpResponse ( struct soap soap,
struct ns2__checkRegExpResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataResources ( struct soap soap,
struct ns2__getDataResources a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataResourcesResponse ( struct soap soap,
struct ns2__getDataResourcesResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypeDef ( struct soap soap,
struct ns2__getDataTypeDef a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypeDefResponse ( struct soap soap,
struct ns2__getDataTypeDefResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypePattern ( struct soap soap,
struct ns2__getDataTypePattern a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypePatternResponse ( struct soap soap,
struct ns2__getDataTypePatternResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypesId ( struct soap soap,
struct ns2__getDataTypesId a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypesIdResponse ( struct soap soap,
struct ns2__getDataTypesIdResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypesName ( struct soap soap,
struct ns2__getDataTypesName a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypesNameResponse ( struct soap soap,
struct ns2__getDataTypesNameResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypeSynonyms ( struct soap soap,
struct ns2__getDataTypeSynonyms a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypeSynonymsResponse ( struct soap soap,
struct ns2__getDataTypeSynonymsResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypeURI ( struct soap soap,
struct ns2__getDataTypeURI a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypeURIResponse ( struct soap soap,
struct ns2__getDataTypeURIResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypeURIs ( struct soap soap,
struct ns2__getDataTypeURIs a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getDataTypeURIsResponse ( struct soap soap,
struct ns2__getDataTypeURIsResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getJavaLibraryVersion ( struct soap soap,
struct ns2__getJavaLibraryVersion a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getJavaLibraryVersionResponse ( struct soap soap,
struct ns2__getJavaLibraryVersionResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getLocation ( struct soap soap,
struct ns2__getLocation a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getLocationResponse ( struct soap soap,
struct ns2__getLocationResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getLocations ( struct soap soap,
struct ns2__getLocations a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getLocations_ ( struct soap soap,
struct ns2__getLocations_ a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getLocationsResponse ( struct soap soap,
struct ns2__getLocationsResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getLocationsResponse_ ( struct soap soap,
struct ns2__getLocationsResponse_ a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getMiriamURI ( struct soap soap,
struct ns2__getMiriamURI a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getMiriamURIResponse ( struct soap soap,
struct ns2__getMiriamURIResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getName ( struct soap soap,
struct ns2__getName a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getNameResponse ( struct soap soap,
struct ns2__getNameResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getNames ( struct soap soap,
struct ns2__getNames a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getNamesResponse ( struct soap soap,
struct ns2__getNamesResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getOfficialDataTypeURI ( struct soap soap,
struct ns2__getOfficialDataTypeURI a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
struct ns2__getOfficialDataTypeURIResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getResourceInfo ( struct soap soap,
struct ns2__getResourceInfo a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getResourceInfoResponse ( struct soap soap,
struct ns2__getResourceInfoResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getResourceInstitution ( struct soap soap,
struct ns2__getResourceInstitution a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getResourceInstitutionResponse ( struct soap soap,
struct ns2__getResourceInstitutionResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getResourceLocation ( struct soap soap,
struct ns2__getResourceLocation a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getResourceLocationResponse ( struct soap soap,
struct ns2__getResourceLocationResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getServicesInfo ( struct soap soap,
struct ns2__getServicesInfo a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getServicesInfoResponse ( struct soap soap,
struct ns2__getServicesInfoResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getServicesVersion ( struct soap soap,
struct ns2__getServicesVersion a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getServicesVersionResponse ( struct soap soap,
struct ns2__getServicesVersionResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getURI ( struct soap soap,
struct ns2__getURI a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__getURIResponse ( struct soap soap,
struct ns2__getURIResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__isDeprecated ( struct soap soap,
struct ns2__isDeprecated a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns2__isDeprecatedResponse ( struct soap soap,
struct ns2__isDeprecatedResponse 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_FMAC5 void SOAP_FMAC6 soap_delete_ArrayOf_USCORExsd_USCOREstring ( struct soap soap,
ArrayOf_USCORExsd_USCOREstring p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__checkRegExp ( struct soap soap,
struct ns2__checkRegExp p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__checkRegExpResponse ( struct soap soap,
struct ns2__checkRegExpResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataResources ( struct soap soap,
struct ns2__getDataResources p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataResourcesResponse ( struct soap soap,
struct ns2__getDataResourcesResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeDef ( struct soap soap,
struct ns2__getDataTypeDef p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeDefResponse ( struct soap soap,
struct ns2__getDataTypeDefResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypePattern ( struct soap soap,
struct ns2__getDataTypePattern p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypePatternResponse ( struct soap soap,
struct ns2__getDataTypePatternResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypesId ( struct soap soap,
struct ns2__getDataTypesId p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypesIdResponse ( struct soap soap,
struct ns2__getDataTypesIdResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypesName ( struct soap soap,
struct ns2__getDataTypesName p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypesNameResponse ( struct soap soap,
struct ns2__getDataTypesNameResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeSynonyms ( struct soap soap,
struct ns2__getDataTypeSynonyms p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeSynonymsResponse ( struct soap soap,
struct ns2__getDataTypeSynonymsResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeURI ( struct soap soap,
struct ns2__getDataTypeURI p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeURIResponse ( struct soap soap,
struct ns2__getDataTypeURIResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeURIs ( struct soap soap,
struct ns2__getDataTypeURIs p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getDataTypeURIsResponse ( struct soap soap,
struct ns2__getDataTypeURIsResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getJavaLibraryVersion ( struct soap soap,
struct ns2__getJavaLibraryVersion p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getJavaLibraryVersionResponse ( struct soap soap,
struct ns2__getJavaLibraryVersionResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocation ( struct soap soap,
struct ns2__getLocation p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocationResponse ( struct soap soap,
struct ns2__getLocationResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocations ( struct soap soap,
struct ns2__getLocations p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocations_ ( struct soap soap,
struct ns2__getLocations_ p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocationsResponse ( struct soap soap,
struct ns2__getLocationsResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getLocationsResponse_ ( struct soap soap,
struct ns2__getLocationsResponse_ p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getMiriamURI ( struct soap soap,
struct ns2__getMiriamURI p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getMiriamURIResponse ( struct soap soap,
struct ns2__getMiriamURIResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getName ( struct soap soap,
struct ns2__getName p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getNameResponse ( struct soap soap,
struct ns2__getNameResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getNames ( struct soap soap,
struct ns2__getNames p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getNamesResponse ( struct soap soap,
struct ns2__getNamesResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getOfficialDataTypeURI ( struct soap soap,
struct ns2__getOfficialDataTypeURI p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
struct ns2__getOfficialDataTypeURIResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceInfo ( struct soap soap,
struct ns2__getResourceInfo p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceInfoResponse ( struct soap soap,
struct ns2__getResourceInfoResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceInstitution ( struct soap soap,
struct ns2__getResourceInstitution p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceInstitutionResponse ( struct soap soap,
struct ns2__getResourceInstitutionResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceLocation ( struct soap soap,
struct ns2__getResourceLocation p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getResourceLocationResponse ( struct soap soap,
struct ns2__getResourceLocationResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getServicesInfo ( struct soap soap,
struct ns2__getServicesInfo p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getServicesInfoResponse ( struct soap soap,
struct ns2__getServicesInfoResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getServicesVersion ( struct soap soap,
struct ns2__getServicesVersion p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getServicesVersionResponse ( struct soap soap,
struct ns2__getServicesVersionResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getURI ( struct soap soap,
struct ns2__getURI p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__getURIResponse ( struct soap soap,
struct ns2__getURIResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__isDeprecated ( struct soap soap,
struct ns2__isDeprecated p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_ns2__isDeprecatedResponse ( struct soap soap,
struct ns2__isDeprecatedResponse p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Code ( struct soap soap,
struct SOAP_ENV__Code p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Detail ( struct soap soap,
struct SOAP_ENV__Detail p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Fault ( struct soap soap,
struct SOAP_ENV__Fault p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Header ( struct soap soap,
struct SOAP_ENV__Header p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_SOAP_ENV__Reason ( struct soap soap,
struct SOAP_ENV__Reason p 
)
SOAP_FMAC5 void SOAP_FMAC6 soap_delete_std__string ( struct soap soap,
std::string *  p 
)
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 ArrayOf_USCORExsd_USCOREstring* SOAP_FMAC4 soap_get_ArrayOf_USCORExsd_USCOREstring ( struct soap soap,
ArrayOf_USCORExsd_USCOREstring 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 ns2__checkRegExp* SOAP_FMAC4 soap_get_ns2__checkRegExp ( struct soap soap,
struct ns2__checkRegExp p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__checkRegExpResponse* SOAP_FMAC4 soap_get_ns2__checkRegExpResponse ( struct soap soap,
struct ns2__checkRegExpResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataResources* SOAP_FMAC4 soap_get_ns2__getDataResources ( struct soap soap,
struct ns2__getDataResources p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataResourcesResponse* SOAP_FMAC4 soap_get_ns2__getDataResourcesResponse ( struct soap soap,
struct ns2__getDataResourcesResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeDef* SOAP_FMAC4 soap_get_ns2__getDataTypeDef ( struct soap soap,
struct ns2__getDataTypeDef p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeDefResponse* SOAP_FMAC4 soap_get_ns2__getDataTypeDefResponse ( struct soap soap,
struct ns2__getDataTypeDefResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypePattern* SOAP_FMAC4 soap_get_ns2__getDataTypePattern ( struct soap soap,
struct ns2__getDataTypePattern p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypePatternResponse* SOAP_FMAC4 soap_get_ns2__getDataTypePatternResponse ( struct soap soap,
struct ns2__getDataTypePatternResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesId* SOAP_FMAC4 soap_get_ns2__getDataTypesId ( struct soap soap,
struct ns2__getDataTypesId p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesIdResponse* SOAP_FMAC4 soap_get_ns2__getDataTypesIdResponse ( struct soap soap,
struct ns2__getDataTypesIdResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesName* SOAP_FMAC4 soap_get_ns2__getDataTypesName ( struct soap soap,
struct ns2__getDataTypesName p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesNameResponse* SOAP_FMAC4 soap_get_ns2__getDataTypesNameResponse ( struct soap soap,
struct ns2__getDataTypesNameResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeSynonyms* SOAP_FMAC4 soap_get_ns2__getDataTypeSynonyms ( struct soap soap,
struct ns2__getDataTypeSynonyms p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeSynonymsResponse* SOAP_FMAC4 soap_get_ns2__getDataTypeSynonymsResponse ( struct soap soap,
struct ns2__getDataTypeSynonymsResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURI* SOAP_FMAC4 soap_get_ns2__getDataTypeURI ( struct soap soap,
struct ns2__getDataTypeURI p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIResponse* SOAP_FMAC4 soap_get_ns2__getDataTypeURIResponse ( struct soap soap,
struct ns2__getDataTypeURIResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIs* SOAP_FMAC4 soap_get_ns2__getDataTypeURIs ( struct soap soap,
struct ns2__getDataTypeURIs p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIsResponse* SOAP_FMAC4 soap_get_ns2__getDataTypeURIsResponse ( struct soap soap,
struct ns2__getDataTypeURIsResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getJavaLibraryVersion* SOAP_FMAC4 soap_get_ns2__getJavaLibraryVersion ( struct soap soap,
struct ns2__getJavaLibraryVersion p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getJavaLibraryVersionResponse* SOAP_FMAC4 soap_get_ns2__getJavaLibraryVersionResponse ( struct soap soap,
struct ns2__getJavaLibraryVersionResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocation* SOAP_FMAC4 soap_get_ns2__getLocation ( struct soap soap,
struct ns2__getLocation p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocationResponse* SOAP_FMAC4 soap_get_ns2__getLocationResponse ( struct soap soap,
struct ns2__getLocationResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocations* SOAP_FMAC4 soap_get_ns2__getLocations ( struct soap soap,
struct ns2__getLocations p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocations_* SOAP_FMAC4 soap_get_ns2__getLocations_ ( struct soap soap,
struct ns2__getLocations_ p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocationsResponse* SOAP_FMAC4 soap_get_ns2__getLocationsResponse ( struct soap soap,
struct ns2__getLocationsResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocationsResponse_* SOAP_FMAC4 soap_get_ns2__getLocationsResponse_ ( struct soap soap,
struct ns2__getLocationsResponse_ p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getMiriamURI* SOAP_FMAC4 soap_get_ns2__getMiriamURI ( struct soap soap,
struct ns2__getMiriamURI p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getMiriamURIResponse* SOAP_FMAC4 soap_get_ns2__getMiriamURIResponse ( struct soap soap,
struct ns2__getMiriamURIResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getName* SOAP_FMAC4 soap_get_ns2__getName ( struct soap soap,
struct ns2__getName p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getNameResponse* SOAP_FMAC4 soap_get_ns2__getNameResponse ( struct soap soap,
struct ns2__getNameResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getNames* SOAP_FMAC4 soap_get_ns2__getNames ( struct soap soap,
struct ns2__getNames p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getNamesResponse* SOAP_FMAC4 soap_get_ns2__getNamesResponse ( struct soap soap,
struct ns2__getNamesResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getOfficialDataTypeURI* SOAP_FMAC4 soap_get_ns2__getOfficialDataTypeURI ( struct soap soap,
struct ns2__getOfficialDataTypeURI p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getOfficialDataTypeURIResponse* SOAP_FMAC4 soap_get_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
struct ns2__getOfficialDataTypeURIResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceInfo* SOAP_FMAC4 soap_get_ns2__getResourceInfo ( struct soap soap,
struct ns2__getResourceInfo p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceInfoResponse* SOAP_FMAC4 soap_get_ns2__getResourceInfoResponse ( struct soap soap,
struct ns2__getResourceInfoResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceInstitution* SOAP_FMAC4 soap_get_ns2__getResourceInstitution ( struct soap soap,
struct ns2__getResourceInstitution p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceInstitutionResponse* SOAP_FMAC4 soap_get_ns2__getResourceInstitutionResponse ( struct soap soap,
struct ns2__getResourceInstitutionResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceLocation* SOAP_FMAC4 soap_get_ns2__getResourceLocation ( struct soap soap,
struct ns2__getResourceLocation p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceLocationResponse* SOAP_FMAC4 soap_get_ns2__getResourceLocationResponse ( struct soap soap,
struct ns2__getResourceLocationResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getServicesInfo* SOAP_FMAC4 soap_get_ns2__getServicesInfo ( struct soap soap,
struct ns2__getServicesInfo p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getServicesInfoResponse* SOAP_FMAC4 soap_get_ns2__getServicesInfoResponse ( struct soap soap,
struct ns2__getServicesInfoResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getServicesVersion* SOAP_FMAC4 soap_get_ns2__getServicesVersion ( struct soap soap,
struct ns2__getServicesVersion p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getServicesVersionResponse* SOAP_FMAC4 soap_get_ns2__getServicesVersionResponse ( struct soap soap,
struct ns2__getServicesVersionResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getURI* SOAP_FMAC4 soap_get_ns2__getURI ( struct soap soap,
struct ns2__getURI p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getURIResponse* SOAP_FMAC4 soap_get_ns2__getURIResponse ( struct soap soap,
struct ns2__getURIResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__isDeprecated* SOAP_FMAC4 soap_get_ns2__isDeprecated ( struct soap soap,
struct ns2__isDeprecated p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__isDeprecatedResponse* SOAP_FMAC4 soap_get_ns2__isDeprecatedResponse ( struct soap soap,
struct ns2__isDeprecatedResponse p,
const char *  tag,
const char *  type 
) [read]
SOAP_FMAC3 ArrayOf_USCORExsd_USCOREstring** SOAP_FMAC4 soap_get_PointerToArrayOf_USCORExsd_USCOREstring ( struct soap soap,
ArrayOf_USCORExsd_USCOREstring **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Code** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code ( struct soap soap,
struct SOAP_ENV__Code **  p,
const char *  tag,
const char *  type 
) [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 std::string** SOAP_FMAC4 soap_get_PointerTostd__string ( struct soap soap,
std::string **  p,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 struct SOAP_ENV__Code* SOAP_FMAC4 soap_get_SOAP_ENV__Code ( struct soap soap,
struct SOAP_ENV__Code p,
const char *  tag,
const char *  type 
) [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 ArrayOf_USCORExsd_USCOREstring* SOAP_FMAC4 soap_in_ArrayOf_USCORExsd_USCOREstring ( struct soap soap,
const char *  tag,
ArrayOf_USCORExsd_USCOREstring 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 ns2__checkRegExp* SOAP_FMAC4 soap_in_ns2__checkRegExp ( struct soap soap,
const char *  tag,
struct ns2__checkRegExp a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__checkRegExpResponse* SOAP_FMAC4 soap_in_ns2__checkRegExpResponse ( struct soap soap,
const char *  tag,
struct ns2__checkRegExpResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataResources* SOAP_FMAC4 soap_in_ns2__getDataResources ( struct soap soap,
const char *  tag,
struct ns2__getDataResources a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataResourcesResponse* SOAP_FMAC4 soap_in_ns2__getDataResourcesResponse ( struct soap soap,
const char *  tag,
struct ns2__getDataResourcesResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeDef* SOAP_FMAC4 soap_in_ns2__getDataTypeDef ( struct soap soap,
const char *  tag,
struct ns2__getDataTypeDef a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeDefResponse* SOAP_FMAC4 soap_in_ns2__getDataTypeDefResponse ( struct soap soap,
const char *  tag,
struct ns2__getDataTypeDefResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypePattern* SOAP_FMAC4 soap_in_ns2__getDataTypePattern ( struct soap soap,
const char *  tag,
struct ns2__getDataTypePattern a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypePatternResponse* SOAP_FMAC4 soap_in_ns2__getDataTypePatternResponse ( struct soap soap,
const char *  tag,
struct ns2__getDataTypePatternResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesId* SOAP_FMAC4 soap_in_ns2__getDataTypesId ( struct soap soap,
const char *  tag,
struct ns2__getDataTypesId a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesIdResponse* SOAP_FMAC4 soap_in_ns2__getDataTypesIdResponse ( struct soap soap,
const char *  tag,
struct ns2__getDataTypesIdResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesName* SOAP_FMAC4 soap_in_ns2__getDataTypesName ( struct soap soap,
const char *  tag,
struct ns2__getDataTypesName a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesNameResponse* SOAP_FMAC4 soap_in_ns2__getDataTypesNameResponse ( struct soap soap,
const char *  tag,
struct ns2__getDataTypesNameResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeSynonyms* SOAP_FMAC4 soap_in_ns2__getDataTypeSynonyms ( struct soap soap,
const char *  tag,
struct ns2__getDataTypeSynonyms a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeSynonymsResponse* SOAP_FMAC4 soap_in_ns2__getDataTypeSynonymsResponse ( struct soap soap,
const char *  tag,
struct ns2__getDataTypeSynonymsResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURI* SOAP_FMAC4 soap_in_ns2__getDataTypeURI ( struct soap soap,
const char *  tag,
struct ns2__getDataTypeURI a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIResponse* SOAP_FMAC4 soap_in_ns2__getDataTypeURIResponse ( struct soap soap,
const char *  tag,
struct ns2__getDataTypeURIResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIs* SOAP_FMAC4 soap_in_ns2__getDataTypeURIs ( struct soap soap,
const char *  tag,
struct ns2__getDataTypeURIs a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIsResponse* SOAP_FMAC4 soap_in_ns2__getDataTypeURIsResponse ( struct soap soap,
const char *  tag,
struct ns2__getDataTypeURIsResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getJavaLibraryVersion* SOAP_FMAC4 soap_in_ns2__getJavaLibraryVersion ( struct soap soap,
const char *  tag,
struct ns2__getJavaLibraryVersion a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getJavaLibraryVersionResponse* SOAP_FMAC4 soap_in_ns2__getJavaLibraryVersionResponse ( struct soap soap,
const char *  tag,
struct ns2__getJavaLibraryVersionResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocation* SOAP_FMAC4 soap_in_ns2__getLocation ( struct soap soap,
const char *  tag,
struct ns2__getLocation a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocationResponse* SOAP_FMAC4 soap_in_ns2__getLocationResponse ( struct soap soap,
const char *  tag,
struct ns2__getLocationResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocations* SOAP_FMAC4 soap_in_ns2__getLocations ( struct soap soap,
const char *  tag,
struct ns2__getLocations a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocations_* SOAP_FMAC4 soap_in_ns2__getLocations_ ( struct soap soap,
const char *  tag,
struct ns2__getLocations_ a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocationsResponse* SOAP_FMAC4 soap_in_ns2__getLocationsResponse ( struct soap soap,
const char *  tag,
struct ns2__getLocationsResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getLocationsResponse_* SOAP_FMAC4 soap_in_ns2__getLocationsResponse_ ( struct soap soap,
const char *  tag,
struct ns2__getLocationsResponse_ a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getMiriamURI* SOAP_FMAC4 soap_in_ns2__getMiriamURI ( struct soap soap,
const char *  tag,
struct ns2__getMiriamURI a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getMiriamURIResponse* SOAP_FMAC4 soap_in_ns2__getMiriamURIResponse ( struct soap soap,
const char *  tag,
struct ns2__getMiriamURIResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getName* SOAP_FMAC4 soap_in_ns2__getName ( struct soap soap,
const char *  tag,
struct ns2__getName a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getNameResponse* SOAP_FMAC4 soap_in_ns2__getNameResponse ( struct soap soap,
const char *  tag,
struct ns2__getNameResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getNames* SOAP_FMAC4 soap_in_ns2__getNames ( struct soap soap,
const char *  tag,
struct ns2__getNames a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getNamesResponse* SOAP_FMAC4 soap_in_ns2__getNamesResponse ( struct soap soap,
const char *  tag,
struct ns2__getNamesResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getOfficialDataTypeURI* SOAP_FMAC4 soap_in_ns2__getOfficialDataTypeURI ( struct soap soap,
const char *  tag,
struct ns2__getOfficialDataTypeURI a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getOfficialDataTypeURIResponse* SOAP_FMAC4 soap_in_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
const char *  tag,
struct ns2__getOfficialDataTypeURIResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceInfo* SOAP_FMAC4 soap_in_ns2__getResourceInfo ( struct soap soap,
const char *  tag,
struct ns2__getResourceInfo a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceInfoResponse* SOAP_FMAC4 soap_in_ns2__getResourceInfoResponse ( struct soap soap,
const char *  tag,
struct ns2__getResourceInfoResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceInstitution* SOAP_FMAC4 soap_in_ns2__getResourceInstitution ( struct soap soap,
const char *  tag,
struct ns2__getResourceInstitution a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceInstitutionResponse* SOAP_FMAC4 soap_in_ns2__getResourceInstitutionResponse ( struct soap soap,
const char *  tag,
struct ns2__getResourceInstitutionResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceLocation* SOAP_FMAC4 soap_in_ns2__getResourceLocation ( struct soap soap,
const char *  tag,
struct ns2__getResourceLocation a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getResourceLocationResponse* SOAP_FMAC4 soap_in_ns2__getResourceLocationResponse ( struct soap soap,
const char *  tag,
struct ns2__getResourceLocationResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getServicesInfo* SOAP_FMAC4 soap_in_ns2__getServicesInfo ( struct soap soap,
const char *  tag,
struct ns2__getServicesInfo a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getServicesInfoResponse* SOAP_FMAC4 soap_in_ns2__getServicesInfoResponse ( struct soap soap,
const char *  tag,
struct ns2__getServicesInfoResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getServicesVersion* SOAP_FMAC4 soap_in_ns2__getServicesVersion ( struct soap soap,
const char *  tag,
struct ns2__getServicesVersion a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getServicesVersionResponse* SOAP_FMAC4 soap_in_ns2__getServicesVersionResponse ( struct soap soap,
const char *  tag,
struct ns2__getServicesVersionResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getURI* SOAP_FMAC4 soap_in_ns2__getURI ( struct soap soap,
const char *  tag,
struct ns2__getURI a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__getURIResponse* SOAP_FMAC4 soap_in_ns2__getURIResponse ( struct soap soap,
const char *  tag,
struct ns2__getURIResponse a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__isDeprecated* SOAP_FMAC4 soap_in_ns2__isDeprecated ( struct soap soap,
const char *  tag,
struct ns2__isDeprecated a,
const char *  type 
) [read]
SOAP_FMAC3 struct ns2__isDeprecatedResponse* SOAP_FMAC4 soap_in_ns2__isDeprecatedResponse ( struct soap soap,
const char *  tag,
struct ns2__isDeprecatedResponse a,
const char *  type 
) [read]
SOAP_FMAC3 ArrayOf_USCORExsd_USCOREstring** SOAP_FMAC4 soap_in_PointerToArrayOf_USCORExsd_USCOREstring ( struct soap soap,
const char *  tag,
ArrayOf_USCORExsd_USCOREstring **  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 
) [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 std::string** SOAP_FMAC4 soap_in_PointerTostd__string ( struct soap soap,
const char *  tag,
std::string **  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 
) [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_FMAC1 std::string* SOAP_FMAC2 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_FMAC3 ArrayOf_USCORExsd_USCOREstring* SOAP_FMAC4 soap_instantiate_ArrayOf_USCORExsd_USCOREstring ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
)
SOAP_FMAC3 struct ns2__checkRegExp* SOAP_FMAC4 soap_instantiate_ns2__checkRegExp ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__checkRegExpResponse* SOAP_FMAC4 soap_instantiate_ns2__checkRegExpResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataResources* SOAP_FMAC4 soap_instantiate_ns2__getDataResources ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataResourcesResponse* SOAP_FMAC4 soap_instantiate_ns2__getDataResourcesResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeDef* SOAP_FMAC4 soap_instantiate_ns2__getDataTypeDef ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeDefResponse* SOAP_FMAC4 soap_instantiate_ns2__getDataTypeDefResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypePattern* SOAP_FMAC4 soap_instantiate_ns2__getDataTypePattern ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypePatternResponse* SOAP_FMAC4 soap_instantiate_ns2__getDataTypePatternResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesId* SOAP_FMAC4 soap_instantiate_ns2__getDataTypesId ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesIdResponse* SOAP_FMAC4 soap_instantiate_ns2__getDataTypesIdResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesName* SOAP_FMAC4 soap_instantiate_ns2__getDataTypesName ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypesNameResponse* SOAP_FMAC4 soap_instantiate_ns2__getDataTypesNameResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeSynonyms* SOAP_FMAC4 soap_instantiate_ns2__getDataTypeSynonyms ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeSynonymsResponse* SOAP_FMAC4 soap_instantiate_ns2__getDataTypeSynonymsResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURI* SOAP_FMAC4 soap_instantiate_ns2__getDataTypeURI ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIResponse* SOAP_FMAC4 soap_instantiate_ns2__getDataTypeURIResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIs* SOAP_FMAC4 soap_instantiate_ns2__getDataTypeURIs ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getDataTypeURIsResponse* SOAP_FMAC4 soap_instantiate_ns2__getDataTypeURIsResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getJavaLibraryVersion* SOAP_FMAC4 soap_instantiate_ns2__getJavaLibraryVersion ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getJavaLibraryVersionResponse* SOAP_FMAC4 soap_instantiate_ns2__getJavaLibraryVersionResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getLocation* SOAP_FMAC4 soap_instantiate_ns2__getLocation ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getLocationResponse* SOAP_FMAC4 soap_instantiate_ns2__getLocationResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getLocations* SOAP_FMAC4 soap_instantiate_ns2__getLocations ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getLocations_* SOAP_FMAC4 soap_instantiate_ns2__getLocations_ ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getLocationsResponse* SOAP_FMAC4 soap_instantiate_ns2__getLocationsResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getLocationsResponse_* SOAP_FMAC4 soap_instantiate_ns2__getLocationsResponse_ ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getMiriamURI* SOAP_FMAC4 soap_instantiate_ns2__getMiriamURI ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getMiriamURIResponse* SOAP_FMAC4 soap_instantiate_ns2__getMiriamURIResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getName* SOAP_FMAC4 soap_instantiate_ns2__getName ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getNameResponse* SOAP_FMAC4 soap_instantiate_ns2__getNameResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getNames* SOAP_FMAC4 soap_instantiate_ns2__getNames ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getNamesResponse* SOAP_FMAC4 soap_instantiate_ns2__getNamesResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getOfficialDataTypeURI* SOAP_FMAC4 soap_instantiate_ns2__getOfficialDataTypeURI ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getOfficialDataTypeURIResponse* SOAP_FMAC4 soap_instantiate_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getResourceInfo* SOAP_FMAC4 soap_instantiate_ns2__getResourceInfo ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getResourceInfoResponse* SOAP_FMAC4 soap_instantiate_ns2__getResourceInfoResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getResourceInstitution* SOAP_FMAC4 soap_instantiate_ns2__getResourceInstitution ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getResourceInstitutionResponse* SOAP_FMAC4 soap_instantiate_ns2__getResourceInstitutionResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getResourceLocation* SOAP_FMAC4 soap_instantiate_ns2__getResourceLocation ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getResourceLocationResponse* SOAP_FMAC4 soap_instantiate_ns2__getResourceLocationResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getServicesInfo* SOAP_FMAC4 soap_instantiate_ns2__getServicesInfo ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getServicesInfoResponse* SOAP_FMAC4 soap_instantiate_ns2__getServicesInfoResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getServicesVersion* SOAP_FMAC4 soap_instantiate_ns2__getServicesVersion ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getServicesVersionResponse* SOAP_FMAC4 soap_instantiate_ns2__getServicesVersionResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getURI* SOAP_FMAC4 soap_instantiate_ns2__getURI ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__getURIResponse* SOAP_FMAC4 soap_instantiate_ns2__getURIResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__isDeprecated* SOAP_FMAC4 soap_instantiate_ns2__isDeprecated ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct ns2__isDeprecatedResponse* SOAP_FMAC4 soap_instantiate_ns2__isDeprecatedResponse ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct SOAP_ENV__Code* SOAP_FMAC4 soap_instantiate_SOAP_ENV__Code ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct SOAP_ENV__Detail* SOAP_FMAC4 soap_instantiate_SOAP_ENV__Detail ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct SOAP_ENV__Fault* SOAP_FMAC4 soap_instantiate_SOAP_ENV__Fault ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct SOAP_ENV__Header* SOAP_FMAC4 soap_instantiate_SOAP_ENV__Header ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 struct SOAP_ENV__Reason* SOAP_FMAC4 soap_instantiate_SOAP_ENV__Reason ( struct soap soap,
int  n,
const char *  type,
const char *  arrayType,
size_t *  size 
) [read]
SOAP_FMAC3 std::string* SOAP_FMAC4 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_FMAC5 ArrayOf_USCORExsd_USCOREstring* SOAP_FMAC6 soap_new_ArrayOf_USCORExsd_USCOREstring ( struct soap soap,
int  n 
)
SOAP_FMAC5 struct ns2__checkRegExp* SOAP_FMAC6 soap_new_ns2__checkRegExp ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__checkRegExpResponse* SOAP_FMAC6 soap_new_ns2__checkRegExpResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataResources* SOAP_FMAC6 soap_new_ns2__getDataResources ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataResourcesResponse* SOAP_FMAC6 soap_new_ns2__getDataResourcesResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypeDef* SOAP_FMAC6 soap_new_ns2__getDataTypeDef ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypeDefResponse* SOAP_FMAC6 soap_new_ns2__getDataTypeDefResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypePattern* SOAP_FMAC6 soap_new_ns2__getDataTypePattern ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypePatternResponse* SOAP_FMAC6 soap_new_ns2__getDataTypePatternResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypesId* SOAP_FMAC6 soap_new_ns2__getDataTypesId ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypesIdResponse* SOAP_FMAC6 soap_new_ns2__getDataTypesIdResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypesName* SOAP_FMAC6 soap_new_ns2__getDataTypesName ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypesNameResponse* SOAP_FMAC6 soap_new_ns2__getDataTypesNameResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypeSynonyms* SOAP_FMAC6 soap_new_ns2__getDataTypeSynonyms ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypeSynonymsResponse* SOAP_FMAC6 soap_new_ns2__getDataTypeSynonymsResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypeURI* SOAP_FMAC6 soap_new_ns2__getDataTypeURI ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypeURIResponse* SOAP_FMAC6 soap_new_ns2__getDataTypeURIResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypeURIs* SOAP_FMAC6 soap_new_ns2__getDataTypeURIs ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getDataTypeURIsResponse* SOAP_FMAC6 soap_new_ns2__getDataTypeURIsResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getJavaLibraryVersion* SOAP_FMAC6 soap_new_ns2__getJavaLibraryVersion ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getJavaLibraryVersionResponse* SOAP_FMAC6 soap_new_ns2__getJavaLibraryVersionResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getLocation* SOAP_FMAC6 soap_new_ns2__getLocation ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getLocationResponse* SOAP_FMAC6 soap_new_ns2__getLocationResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getLocations* SOAP_FMAC6 soap_new_ns2__getLocations ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getLocations_* SOAP_FMAC6 soap_new_ns2__getLocations_ ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getLocationsResponse* SOAP_FMAC6 soap_new_ns2__getLocationsResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getLocationsResponse_* SOAP_FMAC6 soap_new_ns2__getLocationsResponse_ ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getMiriamURI* SOAP_FMAC6 soap_new_ns2__getMiriamURI ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getMiriamURIResponse* SOAP_FMAC6 soap_new_ns2__getMiriamURIResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getName* SOAP_FMAC6 soap_new_ns2__getName ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getNameResponse* SOAP_FMAC6 soap_new_ns2__getNameResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getNames* SOAP_FMAC6 soap_new_ns2__getNames ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getNamesResponse* SOAP_FMAC6 soap_new_ns2__getNamesResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getOfficialDataTypeURI* SOAP_FMAC6 soap_new_ns2__getOfficialDataTypeURI ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getOfficialDataTypeURIResponse* SOAP_FMAC6 soap_new_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getResourceInfo* SOAP_FMAC6 soap_new_ns2__getResourceInfo ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getResourceInfoResponse* SOAP_FMAC6 soap_new_ns2__getResourceInfoResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getResourceInstitution* SOAP_FMAC6 soap_new_ns2__getResourceInstitution ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getResourceInstitutionResponse* SOAP_FMAC6 soap_new_ns2__getResourceInstitutionResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getResourceLocation* SOAP_FMAC6 soap_new_ns2__getResourceLocation ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getResourceLocationResponse* SOAP_FMAC6 soap_new_ns2__getResourceLocationResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getServicesInfo* SOAP_FMAC6 soap_new_ns2__getServicesInfo ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getServicesInfoResponse* SOAP_FMAC6 soap_new_ns2__getServicesInfoResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getServicesVersion* SOAP_FMAC6 soap_new_ns2__getServicesVersion ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getServicesVersionResponse* SOAP_FMAC6 soap_new_ns2__getServicesVersionResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getURI* SOAP_FMAC6 soap_new_ns2__getURI ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__getURIResponse* SOAP_FMAC6 soap_new_ns2__getURIResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__isDeprecated* SOAP_FMAC6 soap_new_ns2__isDeprecated ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct ns2__isDeprecatedResponse* SOAP_FMAC6 soap_new_ns2__isDeprecatedResponse ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct SOAP_ENV__Code* SOAP_FMAC6 soap_new_SOAP_ENV__Code ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct SOAP_ENV__Detail* SOAP_FMAC6 soap_new_SOAP_ENV__Detail ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct SOAP_ENV__Fault* SOAP_FMAC6 soap_new_SOAP_ENV__Fault ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct SOAP_ENV__Header* SOAP_FMAC6 soap_new_SOAP_ENV__Header ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 struct SOAP_ENV__Reason* SOAP_FMAC6 soap_new_SOAP_ENV__Reason ( struct soap soap,
int  n 
) [read]
SOAP_FMAC5 std::string* SOAP_FMAC6 soap_new_std__string ( struct soap soap,
int  n 
)
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_ArrayOf_USCORExsd_USCOREstring ( struct soap soap,
const char *  tag,
int  id,
const ArrayOf_USCORExsd_USCOREstring 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_ns2__checkRegExp ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__checkRegExp a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__checkRegExpResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__checkRegExpResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataResources ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataResources a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataResourcesResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataResourcesResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeDef ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypeDef a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeDefResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypeDefResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypePattern ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypePattern a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypePatternResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypePatternResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypesId ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypesId a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypesIdResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypesIdResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypesName ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypesName a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypesNameResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypesNameResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeSynonyms ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypeSynonyms a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeSynonymsResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypeSynonymsResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeURI ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypeURI a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeURIResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypeURIResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeURIs ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypeURIs a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getDataTypeURIsResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getDataTypeURIsResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getJavaLibraryVersion ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getJavaLibraryVersion a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getJavaLibraryVersionResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getJavaLibraryVersionResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocation ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getLocation a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocationResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getLocationResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocations ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getLocations a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocations_ ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getLocations_ a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocationsResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getLocationsResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getLocationsResponse_ ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getLocationsResponse_ a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getMiriamURI ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getMiriamURI a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getMiriamURIResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getMiriamURIResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getName ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getName a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getNameResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getNameResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getNames ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getNames a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getNamesResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getNamesResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getOfficialDataTypeURI ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getOfficialDataTypeURI a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getOfficialDataTypeURIResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceInfo ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getResourceInfo a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceInfoResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getResourceInfoResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceInstitution ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getResourceInstitution a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceInstitutionResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getResourceInstitutionResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceLocation ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getResourceLocation a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getResourceLocationResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getResourceLocationResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getServicesInfo ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getServicesInfo a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getServicesInfoResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getServicesInfoResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getServicesVersion ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getServicesVersion a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getServicesVersionResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getServicesVersionResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getURI ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getURI a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__getURIResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__getURIResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__isDeprecated ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__isDeprecated a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns2__isDeprecatedResponse ( struct soap soap,
const char *  tag,
int  id,
const struct ns2__isDeprecatedResponse a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToArrayOf_USCORExsd_USCOREstring ( struct soap soap,
const char *  tag,
int  id,
ArrayOf_USCORExsd_USCOREstring *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code ( struct soap soap,
const char *  tag,
int  id,
struct SOAP_ENV__Code *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail ( struct soap soap,
const char *  tag,
int  id,
struct SOAP_ENV__Detail *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason ( struct soap soap,
const char *  tag,
int  id,
struct SOAP_ENV__Reason *const *  a,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTostd__string ( struct soap soap,
const char *  tag,
int  id,
std::string *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_ns2__checkRegExp ( struct soap soap,
const struct ns2__checkRegExp a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__checkRegExpResponse ( struct soap soap,
const struct ns2__checkRegExpResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataResources ( struct soap soap,
const struct ns2__getDataResources a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataResourcesResponse ( struct soap soap,
const struct ns2__getDataResourcesResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeDef ( struct soap soap,
const struct ns2__getDataTypeDef a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeDefResponse ( struct soap soap,
const struct ns2__getDataTypeDefResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypePattern ( struct soap soap,
const struct ns2__getDataTypePattern a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypePatternResponse ( struct soap soap,
const struct ns2__getDataTypePatternResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypesId ( struct soap soap,
const struct ns2__getDataTypesId a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypesIdResponse ( struct soap soap,
const struct ns2__getDataTypesIdResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypesName ( struct soap soap,
const struct ns2__getDataTypesName a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypesNameResponse ( struct soap soap,
const struct ns2__getDataTypesNameResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeSynonyms ( struct soap soap,
const struct ns2__getDataTypeSynonyms a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeSynonymsResponse ( struct soap soap,
const struct ns2__getDataTypeSynonymsResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeURI ( struct soap soap,
const struct ns2__getDataTypeURI a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeURIResponse ( struct soap soap,
const struct ns2__getDataTypeURIResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeURIs ( struct soap soap,
const struct ns2__getDataTypeURIs a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getDataTypeURIsResponse ( struct soap soap,
const struct ns2__getDataTypeURIsResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getJavaLibraryVersion ( struct soap soap,
const struct ns2__getJavaLibraryVersion a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getJavaLibraryVersionResponse ( struct soap soap,
const struct ns2__getJavaLibraryVersionResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocation ( struct soap soap,
const struct ns2__getLocation a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocationResponse ( struct soap soap,
const struct ns2__getLocationResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocations ( struct soap soap,
const struct ns2__getLocations a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocations_ ( struct soap soap,
const struct ns2__getLocations_ a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocationsResponse ( struct soap soap,
const struct ns2__getLocationsResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getLocationsResponse_ ( struct soap soap,
const struct ns2__getLocationsResponse_ a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getMiriamURI ( struct soap soap,
const struct ns2__getMiriamURI a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getMiriamURIResponse ( struct soap soap,
const struct ns2__getMiriamURIResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getName ( struct soap soap,
const struct ns2__getName a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getNameResponse ( struct soap soap,
const struct ns2__getNameResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getNames ( struct soap soap,
const struct ns2__getNames a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getNamesResponse ( struct soap soap,
const struct ns2__getNamesResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getOfficialDataTypeURI ( struct soap soap,
const struct ns2__getOfficialDataTypeURI a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
const struct ns2__getOfficialDataTypeURIResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceInfo ( struct soap soap,
const struct ns2__getResourceInfo a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceInfoResponse ( struct soap soap,
const struct ns2__getResourceInfoResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceInstitution ( struct soap soap,
const struct ns2__getResourceInstitution a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceInstitutionResponse ( struct soap soap,
const struct ns2__getResourceInstitutionResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceLocation ( struct soap soap,
const struct ns2__getResourceLocation a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getResourceLocationResponse ( struct soap soap,
const struct ns2__getResourceLocationResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getServicesInfo ( struct soap soap,
const struct ns2__getServicesInfo a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getServicesInfoResponse ( struct soap soap,
const struct ns2__getServicesInfoResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getServicesVersion ( struct soap soap,
const struct ns2__getServicesVersion a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getServicesVersionResponse ( struct soap soap,
const struct ns2__getServicesVersionResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getURI ( struct soap soap,
const struct ns2__getURI a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__getURIResponse ( struct soap soap,
const struct ns2__getURIResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__isDeprecated ( struct soap soap,
const struct ns2__isDeprecated a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns2__isDeprecatedResponse ( struct soap soap,
const struct ns2__isDeprecatedResponse a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToArrayOf_USCORExsd_USCOREstring ( struct soap soap,
ArrayOf_USCORExsd_USCOREstring *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code ( struct soap soap,
struct SOAP_ENV__Code *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail ( struct soap soap,
struct SOAP_ENV__Detail *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason ( struct soap soap,
struct SOAP_ENV__Reason *const *  a,
const char *  tag,
const char *  type 
)
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTostd__string ( struct soap soap,
std::string *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__QName ( struct soap soap,
char *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__checkRegExp ( struct soap soap,
const struct ns2__checkRegExp a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__checkRegExpResponse ( struct soap soap,
const struct ns2__checkRegExpResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataResources ( struct soap soap,
const struct ns2__getDataResources a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataResourcesResponse ( struct soap soap,
const struct ns2__getDataResourcesResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeDef ( struct soap soap,
const struct ns2__getDataTypeDef a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeDefResponse ( struct soap soap,
const struct ns2__getDataTypeDefResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypePattern ( struct soap soap,
const struct ns2__getDataTypePattern a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypePatternResponse ( struct soap soap,
const struct ns2__getDataTypePatternResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypesId ( struct soap soap,
const struct ns2__getDataTypesId a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypesIdResponse ( struct soap soap,
const struct ns2__getDataTypesIdResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypesName ( struct soap soap,
const struct ns2__getDataTypesName a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypesNameResponse ( struct soap soap,
const struct ns2__getDataTypesNameResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeSynonyms ( struct soap soap,
const struct ns2__getDataTypeSynonyms a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeSynonymsResponse ( struct soap soap,
const struct ns2__getDataTypeSynonymsResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeURI ( struct soap soap,
const struct ns2__getDataTypeURI a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeURIResponse ( struct soap soap,
const struct ns2__getDataTypeURIResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeURIs ( struct soap soap,
const struct ns2__getDataTypeURIs a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getDataTypeURIsResponse ( struct soap soap,
const struct ns2__getDataTypeURIsResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getJavaLibraryVersion ( struct soap soap,
const struct ns2__getJavaLibraryVersion a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getJavaLibraryVersionResponse ( struct soap soap,
const struct ns2__getJavaLibraryVersionResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocation ( struct soap soap,
const struct ns2__getLocation a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocationResponse ( struct soap soap,
const struct ns2__getLocationResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocations ( struct soap soap,
const struct ns2__getLocations a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocations_ ( struct soap soap,
const struct ns2__getLocations_ a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocationsResponse ( struct soap soap,
const struct ns2__getLocationsResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getLocationsResponse_ ( struct soap soap,
const struct ns2__getLocationsResponse_ a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getMiriamURI ( struct soap soap,
const struct ns2__getMiriamURI a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getMiriamURIResponse ( struct soap soap,
const struct ns2__getMiriamURIResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getName ( struct soap soap,
const struct ns2__getName a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getNameResponse ( struct soap soap,
const struct ns2__getNameResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getNames ( struct soap soap,
const struct ns2__getNames a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getNamesResponse ( struct soap soap,
const struct ns2__getNamesResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getOfficialDataTypeURI ( struct soap soap,
const struct ns2__getOfficialDataTypeURI a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getOfficialDataTypeURIResponse ( struct soap soap,
const struct ns2__getOfficialDataTypeURIResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceInfo ( struct soap soap,
const struct ns2__getResourceInfo a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceInfoResponse ( struct soap soap,
const struct ns2__getResourceInfoResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceInstitution ( struct soap soap,
const struct ns2__getResourceInstitution a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceInstitutionResponse ( struct soap soap,
const struct ns2__getResourceInstitutionResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceLocation ( struct soap soap,
const struct ns2__getResourceLocation a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getResourceLocationResponse ( struct soap soap,
const struct ns2__getResourceLocationResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getServicesInfo ( struct soap soap,
const struct ns2__getServicesInfo a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getServicesInfoResponse ( struct soap soap,
const struct ns2__getServicesInfoResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getServicesVersion ( struct soap soap,
const struct ns2__getServicesVersion a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getServicesVersionResponse ( struct soap soap,
const struct ns2__getServicesVersionResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getURI ( struct soap soap,
const struct ns2__getURI a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__getURIResponse ( struct soap soap,
const struct ns2__getURIResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__isDeprecated ( struct soap soap,
const struct ns2__isDeprecated a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns2__isDeprecatedResponse ( struct soap soap,
const struct ns2__isDeprecatedResponse a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToArrayOf_USCORExsd_USCOREstring ( struct soap soap,
ArrayOf_USCORExsd_USCOREstring *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code ( struct soap soap,
struct SOAP_ENV__Code *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail ( struct soap soap,
struct SOAP_ENV__Detail *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason ( struct soap soap,
struct SOAP_ENV__Reason *const *  a 
)
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTostd__string ( struct soap soap,
std::string *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)
SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader ( struct soap soap)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines