From d8fb1a76a6b2db8d44e9c713ca9c8b045dfecb7f Mon Sep 17 00:00:00 2001 From: Olusesan Ameye Date: Thu, 3 Sep 2020 01:16:02 -0400 Subject: [PATCH] Removed SOAP interswitch/storeface --- coregrade/src/include/envH.h | 378 - coregrade/src/include/envStub.h | 163 - coregrade/src/include/interswitch.h | 37 - coregrade/src/include/interswitch.nsmap | 12 - ...ttpBinding_USCOREQuickTellerServiceProxy.h | 171 - coregrade/src/include/interswitchH.h | 5242 --- coregrade/src/include/interswitchStub.h | 2730 -- coregrade/src/include/interswitch_sendmoney.h | 28 - coregrade/src/include/paylid.h | 13 - coregrade/src/include/paylid.nsmap | 11 - coregrade/src/include/paylidH.h | 915 - coregrade/src/include/paylidStub.h | 403 - .../include/paylidpaylidwsdlBindingProxy.h | 102 - coregrade/src/include/storeface.h | 15 - coregrade/src/shared_tool/envC.cc | 1388 - coregrade/src/shared_tool/interswitch.cc | 1555 - ...tpBinding_USCOREQuickTellerServiceProxy.cc | 2116 -- coregrade/src/shared_tool/interswitchC.cc | 27239 ---------------- .../src/shared_tool/interswitch_sendmoney.cc | 593 - coregrade/src/shared_tool/paylid.cc | 550 - .../src/shared_tool/paylid/PaylidService.h | 1031 - coregrade/src/shared_tool/paylid/paylid.nsmap | 11 - coregrade/src/shared_tool/paylid/paylidC.cpp | 3873 --- coregrade/src/shared_tool/paylid/paylidH.h | 915 - coregrade/src/shared_tool/paylid/paylidStub.h | 403 - .../paylid/paylidpaylidwsdlBindingProxy.cpp | 588 - .../paylid/paylidpaylidwsdlBindingProxy.h | 102 - ...lidwsdlBinding.checkTransferStatus.req.xml | 15 - ...lidwsdlBinding.checkTransferStatus.res.xml | 15 - .../paylidwsdlBinding.currentXrate.req.xml | 15 - .../paylidwsdlBinding.currentXrate.res.xml | 15 - ...ylidwsdlBinding.directAirTimeTopUp.req.xml | 15 - ...ylidwsdlBinding.directAirTimeTopUp.res.xml | 15 - .../paylidwsdlBinding.getAccount.req.xml | 15 - .../paylidwsdlBinding.getAccount.res.xml | 15 - ...aylidwsdlBinding.getAccountBalance.req.xml | 14 - ...aylidwsdlBinding.getAccountBalance.res.xml | 15 - ...aylidwsdlBinding.getSupportedBanks.req.xml | 15 - ...aylidwsdlBinding.getSupportedBanks.res.xml | 15 - .../paylidwsdlBinding.getTrxStatus.req.xml | 15 - .../paylidwsdlBinding.getTrxStatus.res.xml | 15 - .../paylidwsdlBinding.transferFund.req.xml | 15 - .../paylidwsdlBinding.transferFund.res.xml | 15 - coregrade/src/shared_tool/paylidC.cc | 3873 --- .../paylidpaylidwsdlBindingProxy.cc | 588 - .../src/shared_tool/soap/QuickTellerService.h | 1 - .../src/shared_tool/soap/interswitch.nsmap | 12 - ...pBinding_USCOREQuickTellerServiceProxy.cpp | 2116 -- ...ttpBinding_USCOREQuickTellerServiceProxy.h | 171 - .../src/shared_tool/soap/interswitchC.cpp | 27239 ---------------- coregrade/src/shared_tool/soap/interswitchH.h | 5242 --- .../src/shared_tool/soap/interswitchStub.h | 2730 -- coregrade/src/shared_tool/soapTest/build.sh | 26 - .../src/shared_tool/soapTest/namespaces.cc | 4 - coregrade/src/shared_tool/storeface.cc | 124 - coregrade/src/shared_tool/topups.cc | 252 - 56 files changed, 93201 deletions(-) delete mode 100644 coregrade/src/include/envH.h delete mode 100644 coregrade/src/include/envStub.h delete mode 100644 coregrade/src/include/interswitch.h delete mode 100644 coregrade/src/include/interswitch.nsmap delete mode 100644 coregrade/src/include/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h delete mode 100644 coregrade/src/include/interswitchH.h delete mode 100644 coregrade/src/include/interswitchStub.h delete mode 100644 coregrade/src/include/interswitch_sendmoney.h delete mode 100644 coregrade/src/include/paylid.h delete mode 100644 coregrade/src/include/paylid.nsmap delete mode 100644 coregrade/src/include/paylidH.h delete mode 100644 coregrade/src/include/paylidStub.h delete mode 100644 coregrade/src/include/paylidpaylidwsdlBindingProxy.h delete mode 100644 coregrade/src/include/storeface.h delete mode 100644 coregrade/src/shared_tool/envC.cc delete mode 100644 coregrade/src/shared_tool/interswitch.cc delete mode 100644 coregrade/src/shared_tool/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cc delete mode 100644 coregrade/src/shared_tool/interswitchC.cc delete mode 100644 coregrade/src/shared_tool/interswitch_sendmoney.cc delete mode 100644 coregrade/src/shared_tool/paylid.cc delete mode 100644 coregrade/src/shared_tool/paylid/PaylidService.h delete mode 100644 coregrade/src/shared_tool/paylid/paylid.nsmap delete mode 100644 coregrade/src/shared_tool/paylid/paylidC.cpp delete mode 100644 coregrade/src/shared_tool/paylid/paylidH.h delete mode 100644 coregrade/src/shared_tool/paylid/paylidStub.h delete mode 100644 coregrade/src/shared_tool/paylid/paylidpaylidwsdlBindingProxy.cpp delete mode 100644 coregrade/src/shared_tool/paylid/paylidpaylidwsdlBindingProxy.h delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.checkTransferStatus.req.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.checkTransferStatus.res.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.currentXrate.req.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.currentXrate.res.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.directAirTimeTopUp.req.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.directAirTimeTopUp.res.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccount.req.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccount.res.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccountBalance.req.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccountBalance.res.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.getSupportedBanks.req.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.getSupportedBanks.res.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.getTrxStatus.req.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.getTrxStatus.res.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.transferFund.req.xml delete mode 100644 coregrade/src/shared_tool/paylid/paylidwsdlBinding.transferFund.res.xml delete mode 100644 coregrade/src/shared_tool/paylidC.cc delete mode 100644 coregrade/src/shared_tool/paylidpaylidwsdlBindingProxy.cc delete mode 100644 coregrade/src/shared_tool/soap/QuickTellerService.h delete mode 100644 coregrade/src/shared_tool/soap/interswitch.nsmap delete mode 100644 coregrade/src/shared_tool/soap/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cpp delete mode 100644 coregrade/src/shared_tool/soap/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h delete mode 100644 coregrade/src/shared_tool/soap/interswitchC.cpp delete mode 100644 coregrade/src/shared_tool/soap/interswitchH.h delete mode 100644 coregrade/src/shared_tool/soap/interswitchStub.h delete mode 100755 coregrade/src/shared_tool/soapTest/build.sh delete mode 100644 coregrade/src/shared_tool/soapTest/namespaces.cc delete mode 100644 coregrade/src/shared_tool/storeface.cc delete mode 100644 coregrade/src/shared_tool/topups.cc diff --git a/coregrade/src/include/envH.h b/coregrade/src/include/envH.h deleted file mode 100644 index 70a3ee6..0000000 --- a/coregrade/src/include/envH.h +++ /dev/null @@ -1,378 +0,0 @@ -/* envH.h - Generated by gSOAP 2.8.16 from env.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#ifndef envH_H -#define envH_H -#include "envStub.h" -#ifndef WITH_NOIDREF - -#ifdef __cplusplus -extern "C" { -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int); - -#ifdef __cplusplus -} -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*); -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*); -#endif - -#ifdef __cplusplus -extern "C" { -#endif -SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap*, int*); -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int); - -#ifdef __cplusplus -} -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*); - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap); - -SOAP_FMAC3 void * SOAP_FMAC4 env_instantiate(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 int SOAP_FMAC4 env_fdelete(struct soap_clist*); -SOAP_FMAC3 void* SOAP_FMAC4 soap_class_id_enter(struct soap*, const char*, void*, int, size_t, const char*, const char*); - -#ifndef SOAP_TYPE_byte -#define SOAP_TYPE_byte (3) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*); -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*); - -#ifndef soap_write_byte -#define soap_write_byte(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_byte(soap, data),0) || soap_put_byte(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*); - -#ifndef soap_read_byte -#define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef SOAP_TYPE_int -#define SOAP_TYPE_int (1) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*); -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*); - -#ifndef soap_write_int -#define soap_write_int(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_int(soap, data),0) || soap_put_int(soap, data, "int", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*); - -#ifndef soap_read_int -#define soap_read_int(soap, data) ( soap_begin_recv(soap) || !soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Fault -#define SOAP_TYPE_SOAP_ENV__Fault (14) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Fault -#define soap_write_SOAP_ENV__Fault(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Fault(soap, data),0) || soap_put_SOAP_ENV__Fault(soap, data, "SOAP-ENV:Fault", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Fault -#define soap_read_SOAP_ENV__Fault(soap, data) ( soap_begin_recv(soap) || !soap_get_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Fault * soap_new_SOAP_ENV__Fault(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Fault(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Fault * soap_new_req_SOAP_ENV__Fault(struct soap *soap) { struct SOAP_ENV__Fault *_p = soap_instantiate_SOAP_ENV__Fault(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Fault(soap, _p); } return _p; } - -inline struct SOAP_ENV__Fault * soap_new_set_SOAP_ENV__Fault(struct soap *soap, char *faultcode, char *faultstring, char *faultactor, struct SOAP_ENV__Detail *detail, struct SOAP_ENV__Code *SOAP_ENV__Code, struct SOAP_ENV__Reason *SOAP_ENV__Reason, char *SOAP_ENV__Node, char *SOAP_ENV__Role, struct SOAP_ENV__Detail *SOAP_ENV__Detail) { struct SOAP_ENV__Fault *_p = soap_instantiate_SOAP_ENV__Fault(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Fault(soap, _p); _p->faultcode = faultcode; _p->faultstring = faultstring; _p->faultactor = faultactor; _p->detail = detail; _p->SOAP_ENV__Code = SOAP_ENV__Code; _p->SOAP_ENV__Reason = SOAP_ENV__Reason; _p->SOAP_ENV__Node = SOAP_ENV__Node; _p->SOAP_ENV__Role = SOAP_ENV__Role; _p->SOAP_ENV__Detail = SOAP_ENV__Detail; } return _p; } - -inline void soap_delete_SOAP_ENV__Fault(struct soap *soap, struct SOAP_ENV__Fault *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Fault(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Reason -#define SOAP_TYPE_SOAP_ENV__Reason (13) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Reason -#define soap_write_SOAP_ENV__Reason(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Reason(soap, data),0) || soap_put_SOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Reason -#define soap_read_SOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !soap_get_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Reason * soap_new_SOAP_ENV__Reason(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Reason(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Reason * soap_new_req_SOAP_ENV__Reason(struct soap *soap) { struct SOAP_ENV__Reason *_p = soap_instantiate_SOAP_ENV__Reason(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Reason(soap, _p); } return _p; } - -inline struct SOAP_ENV__Reason * soap_new_set_SOAP_ENV__Reason(struct soap *soap, char *SOAP_ENV__Text) { struct SOAP_ENV__Reason *_p = soap_instantiate_SOAP_ENV__Reason(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Reason(soap, _p); _p->SOAP_ENV__Text = SOAP_ENV__Text; } return _p; } - -inline void soap_delete_SOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Reason(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Detail -#define SOAP_TYPE_SOAP_ENV__Detail (10) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Detail -#define soap_write_SOAP_ENV__Detail(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Detail(soap, data),0) || soap_put_SOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Detail -#define soap_read_SOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !soap_get_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Detail * soap_new_SOAP_ENV__Detail(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Detail(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Detail * soap_new_req_SOAP_ENV__Detail(struct soap *soap, int __type, void *fault) { struct SOAP_ENV__Detail *_p = soap_instantiate_SOAP_ENV__Detail(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Detail(soap, _p); _p->__type = __type; _p->fault = fault; } return _p; } - -inline struct SOAP_ENV__Detail * soap_new_set_SOAP_ENV__Detail(struct soap *soap, char *__any, int __type, void *fault) { struct SOAP_ENV__Detail *_p = soap_instantiate_SOAP_ENV__Detail(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Detail(soap, _p); _p->__any = __any; _p->__type = __type; _p->fault = fault; } return _p; } - -inline void soap_delete_SOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Detail(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Code -#define SOAP_TYPE_SOAP_ENV__Code (8) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Code -#define soap_write_SOAP_ENV__Code(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Code(soap, data),0) || soap_put_SOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Code -#define soap_read_SOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !soap_get_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Code * soap_new_SOAP_ENV__Code(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Code(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Code * soap_new_req_SOAP_ENV__Code(struct soap *soap) { struct SOAP_ENV__Code *_p = soap_instantiate_SOAP_ENV__Code(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Code(soap, _p); } return _p; } - -inline struct SOAP_ENV__Code * soap_new_set_SOAP_ENV__Code(struct soap *soap, char *SOAP_ENV__Value, struct SOAP_ENV__Code *SOAP_ENV__Subcode) { struct SOAP_ENV__Code *_p = soap_instantiate_SOAP_ENV__Code(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Code(soap, _p); _p->SOAP_ENV__Value = SOAP_ENV__Value; _p->SOAP_ENV__Subcode = SOAP_ENV__Subcode; } return _p; } - -inline void soap_delete_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Code(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Header -#define SOAP_TYPE_SOAP_ENV__Header (7) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Header -#define soap_write_SOAP_ENV__Header(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Header(soap, data),0) || soap_put_SOAP_ENV__Header(soap, data, "SOAP-ENV:Header", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Header -#define soap_read_SOAP_ENV__Header(soap, data) ( soap_begin_recv(soap) || !soap_get_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Header * soap_new_SOAP_ENV__Header(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Header(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Header * soap_new_req_SOAP_ENV__Header(struct soap *soap) { struct SOAP_ENV__Header *_p = soap_instantiate_SOAP_ENV__Header(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Header(soap, _p); } return _p; } - -inline struct SOAP_ENV__Header * soap_new_set_SOAP_ENV__Header(struct soap *soap) { struct SOAP_ENV__Header *_p = soap_instantiate_SOAP_ENV__Header(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Header(soap, _p); } return _p; } - -inline void soap_delete_SOAP_ENV__Header(struct soap *soap, struct SOAP_ENV__Header *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Header(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason -#define SOAP_TYPE_PointerToSOAP_ENV__Reason (16) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Reason -#define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_PointerToSOAP_ENV__Reason(soap, data),0) || soap_put_PointerToSOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Reason -#define soap_read_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail -#define SOAP_TYPE_PointerToSOAP_ENV__Detail (15) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Detail -#define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_PointerToSOAP_ENV__Detail(soap, data),0) || soap_put_PointerToSOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Detail -#define soap_read_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_PointerToSOAP_ENV__Code -#define SOAP_TYPE_PointerToSOAP_ENV__Code (9) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Code -#define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_PointerToSOAP_ENV__Code(soap, data),0) || soap_put_PointerToSOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Code -#define soap_read_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef SOAP_TYPE__QName -#define SOAP_TYPE__QName (5) -#endif - -#define soap_default__QName(soap, a) soap_default_string(soap, a) - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap*, char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*); - -#ifndef soap_write__QName -#define soap_write__QName(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize__QName(soap, data),0) || soap_put__QName(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*); - -#ifndef soap_read__QName -#define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef SOAP_TYPE_string -#define SOAP_TYPE_string (4) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*); - -#ifndef soap_write_string -#define soap_write_string(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_string(soap, data),0) || soap_put_string(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*); - -#ifndef soap_read_string -#define soap_read_string(soap, data) ( soap_begin_recv(soap) || !soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -/* End of envH.h */ diff --git a/coregrade/src/include/envStub.h b/coregrade/src/include/envStub.h deleted file mode 100644 index 4192e40..0000000 --- a/coregrade/src/include/envStub.h +++ /dev/null @@ -1,163 +0,0 @@ -/* envStub.h - Generated by gSOAP 2.8.16 from env.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#ifndef envStub_H -#define envStub_H -#include "stdsoap2.h" -#if GSOAP_VERSION != 20816 -# error "GSOAP VERSION MISMATCH IN GENERATED CODE: PLEASE REINSTALL PACKAGE" -#endif - - -/******************************************************************************\ - * * - * Enumerations * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Types with Custom Serializers * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Classes and Structs * - * * -\******************************************************************************/ - - -#if 0 /* volatile type: do not declare here, declared elsewhere */ - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Header -#define SOAP_TYPE_SOAP_ENV__Header (7) -/* SOAP Header: */ -struct SOAP_ENV__Header -{ -public: - int soap_type() const { return 7; } /* = unique id SOAP_TYPE_SOAP_ENV__Header */ -#ifdef WITH_NOEMPTYSTRUCT -private: - char dummy; /* dummy member to enable compilation */ -#endif -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Code -#define SOAP_TYPE_SOAP_ENV__Code (8) -/* SOAP Fault Code: */ -struct SOAP_ENV__Code -{ -public: - char *SOAP_ENV__Value; /* optional element of type xsd:QName */ - struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */ -public: - int soap_type() const { return 8; } /* = unique id SOAP_TYPE_SOAP_ENV__Code */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Detail -#define SOAP_TYPE_SOAP_ENV__Detail (10) -/* SOAP-ENV:Detail */ -struct SOAP_ENV__Detail -{ -public: - char *__any; - int __type; /* any type of element (defined below) */ - void *fault; /* transient */ -public: - int soap_type() const { return 10; } /* = unique id SOAP_TYPE_SOAP_ENV__Detail */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Reason -#define SOAP_TYPE_SOAP_ENV__Reason (13) -/* SOAP-ENV:Reason */ -struct SOAP_ENV__Reason -{ -public: - char *SOAP_ENV__Text; /* optional element of type xsd:string */ -public: - int soap_type() const { return 13; } /* = unique id SOAP_TYPE_SOAP_ENV__Reason */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_SOAP_ENV__Fault -#define SOAP_TYPE_SOAP_ENV__Fault (14) -/* SOAP Fault: */ -struct SOAP_ENV__Fault -{ -public: - char *faultcode; /* optional element of type xsd:QName */ - char *faultstring; /* optional element of type xsd:string */ - char *faultactor; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */ - struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */ - struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */ - char *SOAP_ENV__Node; /* optional element of type xsd:string */ - char *SOAP_ENV__Role; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */ -public: - int soap_type() const { return 14; } /* = unique id SOAP_TYPE_SOAP_ENV__Fault */ -}; -#endif - -#endif - -/******************************************************************************\ - * * - * Typedefs * - * * -\******************************************************************************/ - -#ifndef SOAP_TYPE__QName -#define SOAP_TYPE__QName (5) -typedef char *_QName; -#endif - -#ifndef SOAP_TYPE__XML -#define SOAP_TYPE__XML (6) -typedef char *_XML; -#endif - - -/******************************************************************************\ - * * - * Externals * - * * -\******************************************************************************/ - - -#endif - -/* End of envStub.h */ diff --git a/coregrade/src/include/interswitch.h b/coregrade/src/include/interswitch.h deleted file mode 100644 index c24bcbd..0000000 --- a/coregrade/src/include/interswitch.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef __INTERSWITCH_H__ -#define __INTERSWITCH_H__ - -#include "vars.h" - -#include -#include - -using namespace std; -using namespace __gnu_cxx; - -/*****************************************************************************/ -struct eqstr{ - bool operator()(const char* s1, const char* s2) const { - return strcmp(s1,s2)==0; - } -}; -/*****************************************************************************/ - -long interswitch_config_ssl(const char *keyfile, const char *password, const char *cacert, long version); -long interswitch_getBillers(const char *endpoint, const char *tid, int billerId, int categoryId, int channelId, const char *billerName, char *status, long(*save)(hash_map, eqstr>)); -long interswitch_getBillerPaymentItems(const char *endpoint, const char *tid, int billerId, char *status, long(*save)(const char*, hash_map, eqstr>)); -long interswitch_getBillerCategories(const char *endpoint, char *error, long(*save)(hash_map, eqstr>)); -string interswitch_getBankCodes(const char *endpoint, const char *tid, char *status); -string interswitch_queryTransaction(const char *endpoint, const char *tid, const char *transferCode, const char *requestReference, char *status, char *transactionResponseCode); -long interswitch_getBalance(const char *endpoint, const char *tid, const char *mkey, const char *pin, char *status); -string interswitch_transferFunds(const char *endpoint, const char *tid, const char *mkey, const char *pin, char *error, const char *account, const char *uniqueRef, const char *bankCode, long currency, long amount ,CVars trans_info); -string interswitch_SendBillPaymentAdvice(const char *endpoint, const char *tid, long amount, const char *paymentCode, long customerId, const char *requestReference, char *status, char *transactionRef,char *customer_mobile,char *customer_email); -string interswitch_doTransfer(const char *endpoint, const char *tid, CVars trans_info, char *error); -//char * interswitch_pinChange(const char *tid, const char *mkey, const char *pin, char *status); -long interswitch_test(); - -#endif - -/* -vi:ts=2 -*/ diff --git a/coregrade/src/include/interswitch.nsmap b/coregrade/src/include/interswitch.nsmap deleted file mode 100644 index 8ff7dd8..0000000 --- a/coregrade/src/include/interswitch.nsmap +++ /dev/null @@ -1,12 +0,0 @@ - -#include "interswitchH.h" -SOAP_NMAC struct Namespace interswitch_namespaces[] = -{ - {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://schemas.xmlsoap.org/soap/envelope/", NULL}, - {"SOAP-ENC", "http://www.w3.org/2003/05/soap-encoding", "http://www.w3.org/2003/05/soap-encoding", NULL}, - {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, - {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, - {"interswitch2", "http://schemas.microsoft.com/2003/10/Serialization/", NULL, NULL}, - {"interswitch", "http://services.interswitchng.com/quicktellerservice/", NULL, NULL}, - {NULL, NULL, NULL, NULL} -}; diff --git a/coregrade/src/include/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h b/coregrade/src/include/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h deleted file mode 100644 index 8873bc5..0000000 --- a/coregrade/src/include/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h +++ /dev/null @@ -1,171 +0,0 @@ -/* interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#ifndef interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy_H -#define interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy_H -#include "interswitchH.h" - -namespace interswitch { - -class SOAP_CMAC BasicHttpBinding_USCOREQuickTellerServiceProxy : public soap -{ public: - /// Endpoint URL of service 'BasicHttpBinding_USCOREQuickTellerServiceProxy' (change as needed) - const char *soap_endpoint; - /// Constructor - BasicHttpBinding_USCOREQuickTellerServiceProxy(); - /// Constructor with copy of another engine state - BasicHttpBinding_USCOREQuickTellerServiceProxy(const struct soap&); - /// Constructor with engine input+output mode control - BasicHttpBinding_USCOREQuickTellerServiceProxy(soap_mode iomode); - /// Constructor with engine input and output mode control - BasicHttpBinding_USCOREQuickTellerServiceProxy(soap_mode imode, soap_mode omode); - /// Destructor frees deserialized data - virtual ~BasicHttpBinding_USCOREQuickTellerServiceProxy(); - /// Initializer used by constructors - virtual void BasicHttpBinding_USCOREQuickTellerServiceProxy_init(soap_mode imode, soap_mode omode); - /// Delete all deserialized data (uses soap_destroy and soap_end) - virtual void destroy(); - /// Disables and removes SOAP Header from message - virtual void soap_noheader(); - /// Get SOAP Fault structure (NULL when absent) - virtual const SOAP_ENV__Fault *soap_fault(); - /// Get SOAP Fault string (NULL when absent) - virtual const char *soap_fault_string(); - /// Get SOAP Fault detail as string (NULL when absent) - virtual const char *soap_fault_detail(); - /// Force close connection (normally automatic, except for send_X ops) - virtual int soap_close_socket(); - /// Print fault - virtual void soap_print_fault(FILE*); -#ifndef WITH_LEAN - /// Print fault to stream - virtual void soap_stream_fault(std::ostream&); - /// Put fault into buffer - virtual char *soap_sprint_fault(char *buf, size_t len); -#endif - - /// Web service operation 'ValidateCustomer' (returns error code or SOAP_OK) - virtual int ValidateCustomer(_interswitch__ValidateCustomer *interswitch__ValidateCustomer, _interswitch__ValidateCustomerResponse *interswitch__ValidateCustomerResponse); - - /// Web service operation 'DoTransfer' (returns error code or SOAP_OK) - virtual int DoTransfer(_interswitch__DoTransfer *interswitch__DoTransfer, _interswitch__DoTransferResponse *interswitch__DoTransferResponse); - - /// Web service operation 'CancelTransfer' (returns error code or SOAP_OK) - virtual int CancelTransfer(_interswitch__CancelTransfer *interswitch__CancelTransfer, _interswitch__CancelTransferResponse *interswitch__CancelTransferResponse); - - /// Web service operation 'SendSessionKey' (returns error code or SOAP_OK) - virtual int SendSessionKey(_interswitch__SendSessionKey *interswitch__SendSessionKey, _interswitch__SendSessionKeyResponse *interswitch__SendSessionKeyResponse); - - /// Web service operation 'QueryTransfer' (returns error code or SOAP_OK) - virtual int QueryTransfer(_interswitch__QueryTransfer *interswitch__QueryTransfer, _interswitch__QueryTransferResponse *interswitch__QueryTransferResponse); - - /// Web service operation 'AuthoriseCashOut' (returns error code or SOAP_OK) - virtual int AuthoriseCashOut(_interswitch__AuthoriseCashOut *interswitch__AuthoriseCashOut, _interswitch__AuthoriseCashOutResponse *interswitch__AuthoriseCashOutResponse); - - /// Web service operation 'AuthoriseAccountCashOut' (returns error code or SOAP_OK) - virtual int AuthoriseAccountCashOut(_interswitch__AuthoriseAccountCashOut *interswitch__AuthoriseAccountCashOut, _interswitch__AuthoriseAccountCashOutResponse *interswitch__AuthoriseAccountCashOutResponse); - - /// Web service operation 'ReverseCashOut' (returns error code or SOAP_OK) - virtual int ReverseCashOut(_interswitch__ReverseCashOut *interswitch__ReverseCashOut, _interswitch__ReverseCashOutResponse *interswitch__ReverseCashOutResponse); - - /// Web service operation 'StatusCheck' (returns error code or SOAP_OK) - virtual int StatusCheck(_interswitch__StatusCheck *interswitch__StatusCheck, _interswitch__StatusCheckResponse *interswitch__StatusCheckResponse); - - /// Web service operation 'QueryTransaction' (returns error code or SOAP_OK) - virtual int QueryTransaction(_interswitch__QueryTransaction *interswitch__QueryTransaction, _interswitch__QueryTransactionResponse *interswitch__QueryTransactionResponse); - - /// Web service operation 'GetSystemSettings' (returns error code or SOAP_OK) - virtual int GetSystemSettings(_interswitch__GetSystemSettings *interswitch__GetSystemSettings, _interswitch__GetSystemSettingsResponse *interswitch__GetSystemSettingsResponse); - - /// Web service operation 'CreateUser' (returns error code or SOAP_OK) - virtual int CreateUser(_interswitch__CreateUser *interswitch__CreateUser, _interswitch__CreateUserResponse *interswitch__CreateUserResponse); - - /// Web service operation 'ActivateUser' (returns error code or SOAP_OK) - virtual int ActivateUser(_interswitch__ActivateUser *interswitch__ActivateUser, _interswitch__ActivateUserResponse *interswitch__ActivateUserResponse); - - /// Web service operation 'UpdateUser' (returns error code or SOAP_OK) - virtual int UpdateUser(_interswitch__UpdateUser *interswitch__UpdateUser, _interswitch__UpdateUserResponse *interswitch__UpdateUserResponse); - - /// Web service operation 'ChangePassword' (returns error code or SOAP_OK) - virtual int ChangePassword(_interswitch__ChangePassword *interswitch__ChangePassword, _interswitch__ChangePasswordResponse *interswitch__ChangePasswordResponse); - - /// Web service operation 'ResetPassword' (returns error code or SOAP_OK) - virtual int ResetPassword(_interswitch__ResetPassword *interswitch__ResetPassword, _interswitch__ResetPasswordResponse *interswitch__ResetPasswordResponse); - - /// Web service operation 'AuthenticateUser' (returns error code or SOAP_OK) - virtual int AuthenticateUser(_interswitch__AuthenticateUser *interswitch__AuthenticateUser, _interswitch__AuthenticateUserResponse *interswitch__AuthenticateUserResponse); - - /// Web service operation 'AuthenticateUserSecurityToken' (returns error code or SOAP_OK) - virtual int AuthenticateUserSecurityToken(_interswitch__AuthenticateUserSecurityToken *interswitch__AuthenticateUserSecurityToken, _interswitch__AuthenticateUserSecurityTokenResponse *interswitch__AuthenticateUserSecurityTokenResponse); - - /// Web service operation 'GetUser' (returns error code or SOAP_OK) - virtual int GetUser(_interswitch__GetUser *interswitch__GetUser, _interswitch__GetUserResponse *interswitch__GetUserResponse); - - /// Web service operation 'GetBillers' (returns error code or SOAP_OK) - virtual int GetBillers(_interswitch__GetBillers *interswitch__GetBillers, _interswitch__GetBillersResponse *interswitch__GetBillersResponse); - - /// Web service operation 'GetLatestBillers' (returns error code or SOAP_OK) - virtual int GetLatestBillers(_interswitch__GetLatestBillers *interswitch__GetLatestBillers, _interswitch__GetLatestBillersResponse *interswitch__GetLatestBillersResponse); - - /// Web service operation 'GetFeaturedBillers' (returns error code or SOAP_OK) - virtual int GetFeaturedBillers(_interswitch__GetFeaturedBillers *interswitch__GetFeaturedBillers, _interswitch__GetFeaturedBillersResponse *interswitch__GetFeaturedBillersResponse); - - /// Web service operation 'GetBillerPaymentItems' (returns error code or SOAP_OK) - virtual int GetBillerPaymentItems(_interswitch__GetBillerPaymentItems *interswitch__GetBillerPaymentItems, _interswitch__GetBillerPaymentItemsResponse *interswitch__GetBillerPaymentItemsResponse); - - /// Web service operation 'GetBillerCategories' (returns error code or SOAP_OK) - virtual int GetBillerCategories(_interswitch__GetBillerCategories *interswitch__GetBillerCategories, _interswitch__GetBillerCategoriesResponse *interswitch__GetBillerCategoriesResponse); - - /// Web service operation 'DoBillPaymentInquiry' (returns error code or SOAP_OK) - virtual int DoBillPaymentInquiry(_interswitch__DoBillPaymentInquiry *interswitch__DoBillPaymentInquiry, _interswitch__DoBillPaymentInquiryResponse *interswitch__DoBillPaymentInquiryResponse); - - /// Web service operation 'AuthenticateCustomer' (returns error code or SOAP_OK) - virtual int AuthenticateCustomer(_interswitch__AuthenticateCustomer *interswitch__AuthenticateCustomer, _interswitch__AuthenticateCustomerResponse *interswitch__AuthenticateCustomerResponse); - - /// Web service operation 'SendBillPaymentAdvice' (returns error code or SOAP_OK) - virtual int SendBillPaymentAdvice(_interswitch__SendBillPaymentAdvice *interswitch__SendBillPaymentAdvice, _interswitch__SendBillPaymentAdviceResponse *interswitch__SendBillPaymentAdviceResponse); - - /// Web service operation 'SendPayments' (returns error code or SOAP_OK) - virtual int SendPayments(_interswitch__SendPayments *interswitch__SendPayments, _interswitch__SendPaymentsResponse *interswitch__SendPaymentsResponse); - - /// Web service operation 'AddCustomerBillerAccount' (returns error code or SOAP_OK) - virtual int AddCustomerBillerAccount(_interswitch__AddCustomerBillerAccount *interswitch__AddCustomerBillerAccount, _interswitch__AddCustomerBillerAccountResponse *interswitch__AddCustomerBillerAccountResponse); - - /// Web service operation 'GetCustomerBillerAccounts' (returns error code or SOAP_OK) - virtual int GetCustomerBillerAccounts(_interswitch__GetCustomerBillerAccounts *interswitch__GetCustomerBillerAccounts, _interswitch__GetCustomerBillerAccountsResponse *interswitch__GetCustomerBillerAccountsResponse); - - /// Web service operation 'GetCustomerPayments' (returns error code or SOAP_OK) - virtual int GetCustomerPayments(_interswitch__GetCustomerPayments *interswitch__GetCustomerPayments, _interswitch__GetCustomerPaymentsResponse *interswitch__GetCustomerPaymentsResponse); - - /// Web service operation 'AddBillerCustomer' (returns error code or SOAP_OK) - virtual int AddBillerCustomer(_interswitch__AddBillerCustomer *interswitch__AddBillerCustomer, _interswitch__AddBillerCustomerResponse *interswitch__AddBillerCustomerResponse); - - /// Web service operation 'GetCollectionsAccount' (returns error code or SOAP_OK) - virtual int GetCollectionsAccount(_interswitch__GetCollectionsAccount *interswitch__GetCollectionsAccount, _interswitch__GetCollectionsAccountResponse *interswitch__GetCollectionsAccountResponse); - - /// Web service operation 'GetBillersCollectionsAccount' (returns error code or SOAP_OK) - virtual int GetBillersCollectionsAccount(_interswitch__GetBillersCollectionsAccount *interswitch__GetBillersCollectionsAccount, _interswitch__GetBillersCollectionsAccountResponse *interswitch__GetBillersCollectionsAccountResponse); - - /// Web service operation 'EditCustomerBillerAccount' (returns error code or SOAP_OK) - virtual int EditCustomerBillerAccount(_interswitch__EditCustomerBillerAccount *interswitch__EditCustomerBillerAccount, _interswitch__EditCustomerBillerAccountResponse *interswitch__EditCustomerBillerAccountResponse); - - /// Web service operation 'ResendActivationToken' (returns error code or SOAP_OK) - virtual int ResendActivationToken(_interswitch__ResendActivationToken *interswitch__ResendActivationToken, _interswitch__ResendActivationTokenResponse *interswitch__ResendActivationTokenResponse); - - /// Web service operation 'DoCustomProcessing' (returns error code or SOAP_OK) - virtual int DoCustomProcessing(_interswitch__DoCustomProcessing *interswitch__DoCustomProcessing, _interswitch__DoCustomProcessingResponse *interswitch__DoCustomProcessingResponse); - - /// Web service operation 'CreateBiller' (returns error code or SOAP_OK) - virtual int CreateBiller(_interswitch__CreateBiller *interswitch__CreateBiller, _interswitch__CreateBillerResponse *interswitch__CreateBillerResponse); - - /// Web service operation 'VerifyBiller' (returns error code or SOAP_OK) - virtual int VerifyBiller(_interswitch__VerifyBiller *interswitch__VerifyBiller, _interswitch__VerifyBillerResponse *interswitch__VerifyBillerResponse); -}; - -} // namespace interswitch - -#endif diff --git a/coregrade/src/include/interswitchH.h b/coregrade/src/include/interswitchH.h deleted file mode 100644 index 7fd5837..0000000 --- a/coregrade/src/include/interswitchH.h +++ /dev/null @@ -1,5242 +0,0 @@ -/* interswitchH.h - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#ifndef interswitchH_H -#define interswitchH_H -#include "interswitchStub.h" - -namespace interswitch { -#ifndef WITH_NOIDREF -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int); -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int); -SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap*, int*); -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*); -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*); -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*); - -SOAP_FMAC3 void * SOAP_FMAC4 soap_instantiate(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 int SOAP_FMAC4 soap_fdelete(struct soap_clist*); -SOAP_FMAC3 void* SOAP_FMAC4 soap_class_id_enter(struct soap*, const char*, void*, int, size_t, const char*, const char*); - -SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward(struct soap*, const char*, void*, size_t, int, int, size_t, unsigned int); - -SOAP_FMAC3 void SOAP_FMAC4 soap_container_insert(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__byte -#define SOAP_TYPE_interswitch_xsd__byte (26) -#endif - -#define soap_default_xsd__byte(soap, a) soap_default_byte(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__byte(struct soap*, const char*, int, const char *, const char*); -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_xsd__byte(struct soap*, const char*, char *, const char*); - -#define soap_write_xsd__byte(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_xsd__byte(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__byte(struct soap*, const char *, const char*, const char*); - -#define soap_read_xsd__byte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__byte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_xsd__byte(struct soap*, char *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_byte -#define SOAP_TYPE_interswitch_byte (3) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*); -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*); - -#define soap_write_byte(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_byte(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*); - -#define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_short -#define SOAP_TYPE_interswitch_short (42) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_short(struct soap*, short *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_short(struct soap*, const char*, int, const short *, const char*); -SOAP_FMAC3 short * SOAP_FMAC4 soap_in_short(struct soap*, const char*, short *, const char*); - -#define soap_write_short(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_short(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_short(struct soap*, const short *, const char*, const char*); - -#define soap_read_short(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_short(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 short * SOAP_FMAC4 soap_get_short(struct soap*, short *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_interswitch2__char -#define SOAP_TYPE_interswitch_interswitch2__char (129) -#endif - -#define soap_default_interswitch2__char(soap, a) soap_default_int(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__char(struct soap*, const char*, int, const int *, const char*); -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_interswitch2__char(struct soap*, const char*, int *, const char*); - -#define soap_write_interswitch2__char(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_interswitch2__char(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__char(struct soap*, const int *, const char*, const char*); - -#define soap_read_interswitch2__char(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__char(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_interswitch2__char(struct soap*, int *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_int -#define SOAP_TYPE_interswitch_int (1) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*); -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*); - -#define soap_write_int(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_int(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*); - -#define soap_read_int(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_LONG64 -#define SOAP_TYPE_interswitch_LONG64 (40) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_LONG64(struct soap*, LONG64 *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_LONG64(struct soap*, const char*, int, const LONG64 *, const char*); -SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_in_LONG64(struct soap*, const char*, LONG64 *, const char*); - -#define soap_write_LONG64(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_LONG64(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_LONG64(struct soap*, const LONG64 *, const char*, const char*); - -#define soap_read_LONG64(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_LONG64(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_get_LONG64(struct soap*, LONG64 *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_float -#define SOAP_TYPE_interswitch_float (37) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_float(struct soap*, float *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_float(struct soap*, const char*, int, const float *, const char*); -SOAP_FMAC3 float * SOAP_FMAC4 soap_in_float(struct soap*, const char*, float *, const char*); - -#define soap_write_float(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_float(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_float(struct soap*, const float *, const char*, const char*); - -#define soap_read_float(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_float(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 float * SOAP_FMAC4 soap_get_float(struct soap*, float *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_double -#define SOAP_TYPE_interswitch_double (33) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_double(struct soap*, double *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_double(struct soap*, const char*, int, const double *, const char*); -SOAP_FMAC3 double * SOAP_FMAC4 soap_in_double(struct soap*, const char*, double *, const char*); - -#define soap_write_double(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_double(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_double(struct soap*, const double *, const char*, const char*); - -#define soap_read_double(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_double(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 double * SOAP_FMAC4 soap_get_double(struct soap*, double *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedByte -#define SOAP_TYPE_interswitch_xsd__unsignedByte (44) -#endif - -#define soap_default_xsd__unsignedByte(soap, a) soap_default_unsignedByte(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedByte(struct soap*, const char*, int, const unsigned char *, const char*); -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_xsd__unsignedByte(struct soap*, const char*, unsigned char *, const char*); - -#define soap_write_xsd__unsignedByte(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_xsd__unsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__unsignedByte(struct soap*, const unsigned char *, const char*, const char*); - -#define soap_read_xsd__unsignedByte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_xsd__unsignedByte(struct soap*, unsigned char *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_unsignedByte -#define SOAP_TYPE_interswitch_unsignedByte (21) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedByte(struct soap*, unsigned char *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedByte(struct soap*, const char*, int, const unsigned char *, const char*); -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_unsignedByte(struct soap*, const char*, unsigned char *, const char*); - -#define soap_write_unsignedByte(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_unsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedByte(struct soap*, const unsigned char *, const char*, const char*); - -#define soap_read_unsignedByte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_unsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_unsignedByte(struct soap*, unsigned char *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_unsignedShort -#define SOAP_TYPE_interswitch_unsignedShort (50) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedShort(struct soap*, unsigned short *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedShort(struct soap*, const char*, int, const unsigned short *, const char*); -SOAP_FMAC3 unsigned short * SOAP_FMAC4 soap_in_unsignedShort(struct soap*, const char*, unsigned short *, const char*); - -#define soap_write_unsignedShort(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_unsignedShort(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedShort(struct soap*, const unsigned short *, const char*, const char*); - -#define soap_read_unsignedShort(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_unsignedShort(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned short * SOAP_FMAC4 soap_get_unsignedShort(struct soap*, unsigned short *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_unsignedInt -#define SOAP_TYPE_interswitch_unsignedInt (20) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedInt(struct soap*, unsigned int *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedInt(struct soap*, const char*, int, const unsigned int *, const char*); -SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_in_unsignedInt(struct soap*, const char*, unsigned int *, const char*); - -#define soap_write_unsignedInt(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_unsignedInt(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedInt(struct soap*, const unsigned int *, const char*, const char*); - -#define soap_read_unsignedInt(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_unsignedInt(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_get_unsignedInt(struct soap*, unsigned int *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_unsignedLONG64 -#define SOAP_TYPE_interswitch_unsignedLONG64 (48) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedLONG64(struct soap*, ULONG64 *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedLONG64(struct soap*, const char*, int, const ULONG64 *, const char*); -SOAP_FMAC3 ULONG64 * SOAP_FMAC4 soap_in_unsignedLONG64(struct soap*, const char*, ULONG64 *, const char*); - -#define soap_write_unsignedLONG64(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_unsignedLONG64(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedLONG64(struct soap*, const ULONG64 *, const char*, const char*); - -#define soap_read_unsignedLONG64(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_unsignedLONG64(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 ULONG64 * SOAP_FMAC4 soap_get_unsignedLONG64(struct soap*, ULONG64 *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_time -#define SOAP_TYPE_interswitch_time (29) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_time(struct soap*, time_t *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_time(struct soap*, const char*, int, const time_t *, const char*); -SOAP_FMAC3 time_t * SOAP_FMAC4 soap_in_time(struct soap*, const char*, time_t *, const char*); - -#define soap_write_time(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_time(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_time(struct soap*, const time_t *, const char*, const char*); - -#define soap_read_time(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_time(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 time_t * SOAP_FMAC4 soap_get_time(struct soap*, time_t *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_bool -#define SOAP_TYPE_interswitch_bool (25) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_bool(struct soap*, bool *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_bool(struct soap*, const char*, int, const bool *, const char*); - -SOAP_FMAC3S const char* SOAP_FMAC4S soap_bool2s(struct soap*, bool); -SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_bool(struct soap*, const char*, bool *, const char*); - -SOAP_FMAC3S int SOAP_FMAC4S soap_s2bool(struct soap*, const char*, bool *); - -#define soap_write_bool(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_bool(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_bool(struct soap*, const bool *, const char*, const char*); - -#define soap_read_bool(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_bool(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_bool(struct soap*, bool *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_interswitch2__guid__ -#define SOAP_TYPE_interswitch_interswitch2__guid__ (134) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__guid__(struct soap*, const char*, int, const interswitch2__guid__ *, const char*); -SOAP_FMAC3 interswitch2__guid__ * SOAP_FMAC4 soap_in_interswitch2__guid__(struct soap*, const char*, interswitch2__guid__ *, const char*); - -#define soap_write_interswitch2__guid__(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_interswitch2__guid__(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__guid__(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 interswitch2__guid__ * SOAP_FMAC4 soap_get_interswitch2__guid__(struct soap*, interswitch2__guid__ *, const char*, const char*); - -#define soap_new_interswitch2__guid__(soap, n) soap_instantiate_interswitch2__guid__(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__guid__(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 interswitch2__guid__ * SOAP_FMAC2 soap_instantiate_interswitch2__guid__(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__guid__(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_interswitch2__guid -#define SOAP_TYPE_interswitch_interswitch2__guid (133) -#endif - -#define soap_default_interswitch2__guid(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_interswitch2__guid(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__guid(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_interswitch2__guid(struct soap*, const char*, std::string*, const char*); - -#define soap_write_interswitch2__guid(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__guid(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_interswitch2__guid(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__guid(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_interswitch2__guid(struct soap*, std::string *, const char*, const char*); - -#define soap_new_interswitch2__guid(soap, n) soap_instantiate_interswitch2__guid(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__guid(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_interswitch2__guid soap_instantiate_std__string - - -#define soap_copy_interswitch2__guid soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_interswitch2__duration__ -#define SOAP_TYPE_interswitch_interswitch2__duration__ (132) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__duration__(struct soap*, const char*, int, const interswitch2__duration__ *, const char*); -SOAP_FMAC3 interswitch2__duration__ * SOAP_FMAC4 soap_in_interswitch2__duration__(struct soap*, const char*, interswitch2__duration__ *, const char*); - -#define soap_write_interswitch2__duration__(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_interswitch2__duration__(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__duration__(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 interswitch2__duration__ * SOAP_FMAC4 soap_get_interswitch2__duration__(struct soap*, interswitch2__duration__ *, const char*, const char*); - -#define soap_new_interswitch2__duration__(soap, n) soap_instantiate_interswitch2__duration__(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__duration__(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 interswitch2__duration__ * SOAP_FMAC2 soap_instantiate_interswitch2__duration__(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__duration__(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_interswitch2__duration -#define SOAP_TYPE_interswitch_interswitch2__duration (131) -#endif - -#define soap_default_interswitch2__duration(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_interswitch2__duration(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__duration(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_interswitch2__duration(struct soap*, const char*, std::string*, const char*); - -#define soap_write_interswitch2__duration(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__duration(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_interswitch2__duration(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__duration(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_interswitch2__duration(struct soap*, std::string *, const char*, const char*); - -#define soap_new_interswitch2__duration(soap, n) soap_instantiate_interswitch2__duration(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__duration(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_interswitch2__duration soap_instantiate_std__string - - -#define soap_copy_interswitch2__duration soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_interswitch2__char__ -#define SOAP_TYPE_interswitch_interswitch2__char__ (130) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__char__(struct soap*, const char*, int, const interswitch2__char__ *, const char*); -SOAP_FMAC3 interswitch2__char__ * SOAP_FMAC4 soap_in_interswitch2__char__(struct soap*, const char*, interswitch2__char__ *, const char*); - -#define soap_write_interswitch2__char__(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_interswitch2__char__(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__char__(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 interswitch2__char__ * SOAP_FMAC4 soap_get_interswitch2__char__(struct soap*, interswitch2__char__ *, const char*, const char*); - -#define soap_new_interswitch2__char__(soap, n) soap_instantiate_interswitch2__char__(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__char__(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 interswitch2__char__ * SOAP_FMAC2 soap_instantiate_interswitch2__char__(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__char__(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse -#define SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse (128) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__VerifyBillerResponse(struct soap*, const char*, int, const _interswitch__VerifyBillerResponse *, const char*); -SOAP_FMAC3 _interswitch__VerifyBillerResponse * SOAP_FMAC4 soap_in__interswitch__VerifyBillerResponse(struct soap*, const char*, _interswitch__VerifyBillerResponse *, const char*); - -#define soap_write__interswitch__VerifyBillerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__VerifyBillerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__VerifyBillerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__VerifyBillerResponse * SOAP_FMAC4 soap_get__interswitch__VerifyBillerResponse(struct soap*, _interswitch__VerifyBillerResponse *, const char*, const char*); - -#define soap_new__interswitch__VerifyBillerResponse(soap, n) soap_instantiate__interswitch__VerifyBillerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__VerifyBillerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__VerifyBillerResponse * SOAP_FMAC2 soap_instantiate__interswitch__VerifyBillerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__VerifyBillerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__VerifyBiller -#define SOAP_TYPE_interswitch__interswitch__VerifyBiller (127) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__VerifyBiller(struct soap*, const char*, int, const _interswitch__VerifyBiller *, const char*); -SOAP_FMAC3 _interswitch__VerifyBiller * SOAP_FMAC4 soap_in__interswitch__VerifyBiller(struct soap*, const char*, _interswitch__VerifyBiller *, const char*); - -#define soap_write__interswitch__VerifyBiller(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__VerifyBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__VerifyBiller * SOAP_FMAC4 soap_get__interswitch__VerifyBiller(struct soap*, _interswitch__VerifyBiller *, const char*, const char*); - -#define soap_new__interswitch__VerifyBiller(soap, n) soap_instantiate__interswitch__VerifyBiller(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__VerifyBiller(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__VerifyBiller * SOAP_FMAC2 soap_instantiate__interswitch__VerifyBiller(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__VerifyBiller(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateBillerResponse -#define SOAP_TYPE_interswitch__interswitch__CreateBillerResponse (126) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateBillerResponse(struct soap*, const char*, int, const _interswitch__CreateBillerResponse *, const char*); -SOAP_FMAC3 _interswitch__CreateBillerResponse * SOAP_FMAC4 soap_in__interswitch__CreateBillerResponse(struct soap*, const char*, _interswitch__CreateBillerResponse *, const char*); - -#define soap_write__interswitch__CreateBillerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CreateBillerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CreateBillerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateBillerResponse * SOAP_FMAC4 soap_get__interswitch__CreateBillerResponse(struct soap*, _interswitch__CreateBillerResponse *, const char*, const char*); - -#define soap_new__interswitch__CreateBillerResponse(soap, n) soap_instantiate__interswitch__CreateBillerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CreateBillerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CreateBillerResponse * SOAP_FMAC2 soap_instantiate__interswitch__CreateBillerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateBillerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateBiller -#define SOAP_TYPE_interswitch__interswitch__CreateBiller (125) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateBiller(struct soap*, const char*, int, const _interswitch__CreateBiller *, const char*); -SOAP_FMAC3 _interswitch__CreateBiller * SOAP_FMAC4 soap_in__interswitch__CreateBiller(struct soap*, const char*, _interswitch__CreateBiller *, const char*); - -#define soap_write__interswitch__CreateBiller(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CreateBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateBiller * SOAP_FMAC4 soap_get__interswitch__CreateBiller(struct soap*, _interswitch__CreateBiller *, const char*, const char*); - -#define soap_new__interswitch__CreateBiller(soap, n) soap_instantiate__interswitch__CreateBiller(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CreateBiller(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CreateBiller * SOAP_FMAC2 soap_instantiate__interswitch__CreateBiller(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateBiller(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse -#define SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse (124) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoCustomProcessingResponse(struct soap*, const char*, int, const _interswitch__DoCustomProcessingResponse *, const char*); -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse * SOAP_FMAC4 soap_in__interswitch__DoCustomProcessingResponse(struct soap*, const char*, _interswitch__DoCustomProcessingResponse *, const char*); - -#define soap_write__interswitch__DoCustomProcessingResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoCustomProcessingResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoCustomProcessingResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse * SOAP_FMAC4 soap_get__interswitch__DoCustomProcessingResponse(struct soap*, _interswitch__DoCustomProcessingResponse *, const char*, const char*); - -#define soap_new__interswitch__DoCustomProcessingResponse(soap, n) soap_instantiate__interswitch__DoCustomProcessingResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoCustomProcessingResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoCustomProcessingResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoCustomProcessingResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoCustomProcessingResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch__interswitch__DoCustomProcessing (123) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoCustomProcessing(struct soap*, const char*, int, const _interswitch__DoCustomProcessing *, const char*); -SOAP_FMAC3 _interswitch__DoCustomProcessing * SOAP_FMAC4 soap_in__interswitch__DoCustomProcessing(struct soap*, const char*, _interswitch__DoCustomProcessing *, const char*); - -#define soap_write__interswitch__DoCustomProcessing(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoCustomProcessing(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoCustomProcessing * SOAP_FMAC4 soap_get__interswitch__DoCustomProcessing(struct soap*, _interswitch__DoCustomProcessing *, const char*, const char*); - -#define soap_new__interswitch__DoCustomProcessing(soap, n) soap_instantiate__interswitch__DoCustomProcessing(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoCustomProcessing(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoCustomProcessing * SOAP_FMAC2 soap_instantiate__interswitch__DoCustomProcessing(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoCustomProcessing(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse -#define SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse (122) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResendActivationTokenResponse(struct soap*, const char*, int, const _interswitch__ResendActivationTokenResponse *, const char*); -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse * SOAP_FMAC4 soap_in__interswitch__ResendActivationTokenResponse(struct soap*, const char*, _interswitch__ResendActivationTokenResponse *, const char*); - -#define soap_write__interswitch__ResendActivationTokenResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ResendActivationTokenResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ResendActivationTokenResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse * SOAP_FMAC4 soap_get__interswitch__ResendActivationTokenResponse(struct soap*, _interswitch__ResendActivationTokenResponse *, const char*, const char*); - -#define soap_new__interswitch__ResendActivationTokenResponse(soap, n) soap_instantiate__interswitch__ResendActivationTokenResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ResendActivationTokenResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ResendActivationTokenResponse * SOAP_FMAC2 soap_instantiate__interswitch__ResendActivationTokenResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResendActivationTokenResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch__interswitch__ResendActivationToken (121) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResendActivationToken(struct soap*, const char*, int, const _interswitch__ResendActivationToken *, const char*); -SOAP_FMAC3 _interswitch__ResendActivationToken * SOAP_FMAC4 soap_in__interswitch__ResendActivationToken(struct soap*, const char*, _interswitch__ResendActivationToken *, const char*); - -#define soap_write__interswitch__ResendActivationToken(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ResendActivationToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResendActivationToken * SOAP_FMAC4 soap_get__interswitch__ResendActivationToken(struct soap*, _interswitch__ResendActivationToken *, const char*, const char*); - -#define soap_new__interswitch__ResendActivationToken(soap, n) soap_instantiate__interswitch__ResendActivationToken(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ResendActivationToken(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ResendActivationToken * SOAP_FMAC2 soap_instantiate__interswitch__ResendActivationToken(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResendActivationToken(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse (120) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__EditCustomerBillerAccountResponse(struct soap*, const char*, int, const _interswitch__EditCustomerBillerAccountResponse *, const char*); -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC4 soap_in__interswitch__EditCustomerBillerAccountResponse(struct soap*, const char*, _interswitch__EditCustomerBillerAccountResponse *, const char*); - -#define soap_write__interswitch__EditCustomerBillerAccountResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__EditCustomerBillerAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__EditCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC4 soap_get__interswitch__EditCustomerBillerAccountResponse(struct soap*, _interswitch__EditCustomerBillerAccountResponse *, const char*, const char*); - -#define soap_new__interswitch__EditCustomerBillerAccountResponse(soap, n) soap_instantiate__interswitch__EditCustomerBillerAccountResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__EditCustomerBillerAccountResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__EditCustomerBillerAccountResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__EditCustomerBillerAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount (119) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__EditCustomerBillerAccount(struct soap*, const char*, int, const _interswitch__EditCustomerBillerAccount *, const char*); -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_in__interswitch__EditCustomerBillerAccount(struct soap*, const char*, _interswitch__EditCustomerBillerAccount *, const char*); - -#define soap_write__interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_get__interswitch__EditCustomerBillerAccount(struct soap*, _interswitch__EditCustomerBillerAccount *, const char*, const char*); - -#define soap_new__interswitch__EditCustomerBillerAccount(soap, n) soap_instantiate__interswitch__EditCustomerBillerAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__EditCustomerBillerAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__EditCustomerBillerAccount * SOAP_FMAC2 soap_instantiate__interswitch__EditCustomerBillerAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__EditCustomerBillerAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse (118) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersCollectionsAccountResponse(struct soap*, const char*, int, const _interswitch__GetBillersCollectionsAccountResponse *, const char*); -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC4 soap_in__interswitch__GetBillersCollectionsAccountResponse(struct soap*, const char*, _interswitch__GetBillersCollectionsAccountResponse *, const char*); - -#define soap_write__interswitch__GetBillersCollectionsAccountResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillersCollectionsAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillersCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC4 soap_get__interswitch__GetBillersCollectionsAccountResponse(struct soap*, _interswitch__GetBillersCollectionsAccountResponse *, const char*, const char*); - -#define soap_new__interswitch__GetBillersCollectionsAccountResponse(soap, n) soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillersCollectionsAccountResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersCollectionsAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount (117) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersCollectionsAccount(struct soap*, const char*, int, const _interswitch__GetBillersCollectionsAccount *, const char*); -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_in__interswitch__GetBillersCollectionsAccount(struct soap*, const char*, _interswitch__GetBillersCollectionsAccount *, const char*); - -#define soap_write__interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_get__interswitch__GetBillersCollectionsAccount(struct soap*, _interswitch__GetBillersCollectionsAccount *, const char*, const char*); - -#define soap_new__interswitch__GetBillersCollectionsAccount(soap, n) soap_instantiate__interswitch__GetBillersCollectionsAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillersCollectionsAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersCollectionsAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersCollectionsAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse -#define SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse (116) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCollectionsAccountResponse(struct soap*, const char*, int, const _interswitch__GetCollectionsAccountResponse *, const char*); -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC4 soap_in__interswitch__GetCollectionsAccountResponse(struct soap*, const char*, _interswitch__GetCollectionsAccountResponse *, const char*); - -#define soap_write__interswitch__GetCollectionsAccountResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCollectionsAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC4 soap_get__interswitch__GetCollectionsAccountResponse(struct soap*, _interswitch__GetCollectionsAccountResponse *, const char*, const char*); - -#define soap_new__interswitch__GetCollectionsAccountResponse(soap, n) soap_instantiate__interswitch__GetCollectionsAccountResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCollectionsAccountResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCollectionsAccountResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCollectionsAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount (115) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCollectionsAccount(struct soap*, const char*, int, const _interswitch__GetCollectionsAccount *, const char*); -SOAP_FMAC3 _interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_in__interswitch__GetCollectionsAccount(struct soap*, const char*, _interswitch__GetCollectionsAccount *, const char*); - -#define soap_write__interswitch__GetCollectionsAccount(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_get__interswitch__GetCollectionsAccount(struct soap*, _interswitch__GetCollectionsAccount *, const char*, const char*); - -#define soap_new__interswitch__GetCollectionsAccount(soap, n) soap_instantiate__interswitch__GetCollectionsAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCollectionsAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCollectionsAccount * SOAP_FMAC2 soap_instantiate__interswitch__GetCollectionsAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCollectionsAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse (114) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddBillerCustomerResponse(struct soap*, const char*, int, const _interswitch__AddBillerCustomerResponse *, const char*); -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse * SOAP_FMAC4 soap_in__interswitch__AddBillerCustomerResponse(struct soap*, const char*, _interswitch__AddBillerCustomerResponse *, const char*); - -#define soap_write__interswitch__AddBillerCustomerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AddBillerCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AddBillerCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse * SOAP_FMAC4 soap_get__interswitch__AddBillerCustomerResponse(struct soap*, _interswitch__AddBillerCustomerResponse *, const char*, const char*); - -#define soap_new__interswitch__AddBillerCustomerResponse(soap, n) soap_instantiate__interswitch__AddBillerCustomerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AddBillerCustomerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AddBillerCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__AddBillerCustomerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddBillerCustomerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch__interswitch__AddBillerCustomer (113) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddBillerCustomer(struct soap*, const char*, int, const _interswitch__AddBillerCustomer *, const char*); -SOAP_FMAC3 _interswitch__AddBillerCustomer * SOAP_FMAC4 soap_in__interswitch__AddBillerCustomer(struct soap*, const char*, _interswitch__AddBillerCustomer *, const char*); - -#define soap_write__interswitch__AddBillerCustomer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AddBillerCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddBillerCustomer * SOAP_FMAC4 soap_get__interswitch__AddBillerCustomer(struct soap*, _interswitch__AddBillerCustomer *, const char*, const char*); - -#define soap_new__interswitch__AddBillerCustomer(soap, n) soap_instantiate__interswitch__AddBillerCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AddBillerCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AddBillerCustomer * SOAP_FMAC2 soap_instantiate__interswitch__AddBillerCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddBillerCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse -#define SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse (112) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerPaymentsResponse(struct soap*, const char*, int, const _interswitch__GetCustomerPaymentsResponse *, const char*); -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC4 soap_in__interswitch__GetCustomerPaymentsResponse(struct soap*, const char*, _interswitch__GetCustomerPaymentsResponse *, const char*); - -#define soap_write__interswitch__GetCustomerPaymentsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCustomerPaymentsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCustomerPaymentsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC4 soap_get__interswitch__GetCustomerPaymentsResponse(struct soap*, _interswitch__GetCustomerPaymentsResponse *, const char*, const char*); - -#define soap_new__interswitch__GetCustomerPaymentsResponse(soap, n) soap_instantiate__interswitch__GetCustomerPaymentsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCustomerPaymentsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerPaymentsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerPaymentsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch__interswitch__GetCustomerPayments (111) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerPayments(struct soap*, const char*, int, const _interswitch__GetCustomerPayments *, const char*); -SOAP_FMAC3 _interswitch__GetCustomerPayments * SOAP_FMAC4 soap_in__interswitch__GetCustomerPayments(struct soap*, const char*, _interswitch__GetCustomerPayments *, const char*); - -#define soap_write__interswitch__GetCustomerPayments(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCustomerPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerPayments * SOAP_FMAC4 soap_get__interswitch__GetCustomerPayments(struct soap*, _interswitch__GetCustomerPayments *, const char*, const char*); - -#define soap_new__interswitch__GetCustomerPayments(soap, n) soap_instantiate__interswitch__GetCustomerPayments(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCustomerPayments(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCustomerPayments * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerPayments(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerPayments(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse -#define SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse (110) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerBillerAccountsResponse(struct soap*, const char*, int, const _interswitch__GetCustomerBillerAccountsResponse *, const char*); -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC4 soap_in__interswitch__GetCustomerBillerAccountsResponse(struct soap*, const char*, _interswitch__GetCustomerBillerAccountsResponse *, const char*); - -#define soap_write__interswitch__GetCustomerBillerAccountsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCustomerBillerAccountsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCustomerBillerAccountsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC4 soap_get__interswitch__GetCustomerBillerAccountsResponse(struct soap*, _interswitch__GetCustomerBillerAccountsResponse *, const char*, const char*); - -#define soap_new__interswitch__GetCustomerBillerAccountsResponse(soap, n) soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCustomerBillerAccountsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerBillerAccountsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts (109) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerBillerAccounts(struct soap*, const char*, int, const _interswitch__GetCustomerBillerAccounts *, const char*); -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_in__interswitch__GetCustomerBillerAccounts(struct soap*, const char*, _interswitch__GetCustomerBillerAccounts *, const char*); - -#define soap_write__interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_get__interswitch__GetCustomerBillerAccounts(struct soap*, _interswitch__GetCustomerBillerAccounts *, const char*, const char*); - -#define soap_new__interswitch__GetCustomerBillerAccounts(soap, n) soap_instantiate__interswitch__GetCustomerBillerAccounts(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCustomerBillerAccounts(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerBillerAccounts(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerBillerAccounts(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse (108) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddCustomerBillerAccountResponse(struct soap*, const char*, int, const _interswitch__AddCustomerBillerAccountResponse *, const char*); -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC4 soap_in__interswitch__AddCustomerBillerAccountResponse(struct soap*, const char*, _interswitch__AddCustomerBillerAccountResponse *, const char*); - -#define soap_write__interswitch__AddCustomerBillerAccountResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AddCustomerBillerAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AddCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC4 soap_get__interswitch__AddCustomerBillerAccountResponse(struct soap*, _interswitch__AddCustomerBillerAccountResponse *, const char*, const char*); - -#define soap_new__interswitch__AddCustomerBillerAccountResponse(soap, n) soap_instantiate__interswitch__AddCustomerBillerAccountResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AddCustomerBillerAccountResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__AddCustomerBillerAccountResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddCustomerBillerAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount (107) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddCustomerBillerAccount(struct soap*, const char*, int, const _interswitch__AddCustomerBillerAccount *, const char*); -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_in__interswitch__AddCustomerBillerAccount(struct soap*, const char*, _interswitch__AddCustomerBillerAccount *, const char*); - -#define soap_write__interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_get__interswitch__AddCustomerBillerAccount(struct soap*, _interswitch__AddCustomerBillerAccount *, const char*, const char*); - -#define soap_new__interswitch__AddCustomerBillerAccount(soap, n) soap_instantiate__interswitch__AddCustomerBillerAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AddCustomerBillerAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AddCustomerBillerAccount * SOAP_FMAC2 soap_instantiate__interswitch__AddCustomerBillerAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddCustomerBillerAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse -#define SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse (106) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendPaymentsResponse(struct soap*, const char*, int, const _interswitch__SendPaymentsResponse *, const char*); -SOAP_FMAC3 _interswitch__SendPaymentsResponse * SOAP_FMAC4 soap_in__interswitch__SendPaymentsResponse(struct soap*, const char*, _interswitch__SendPaymentsResponse *, const char*); - -#define soap_write__interswitch__SendPaymentsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendPaymentsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendPaymentsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendPaymentsResponse * SOAP_FMAC4 soap_get__interswitch__SendPaymentsResponse(struct soap*, _interswitch__SendPaymentsResponse *, const char*, const char*); - -#define soap_new__interswitch__SendPaymentsResponse(soap, n) soap_instantiate__interswitch__SendPaymentsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendPaymentsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendPaymentsResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendPaymentsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendPaymentsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendPayments -#define SOAP_TYPE_interswitch__interswitch__SendPayments (105) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendPayments(struct soap*, const char*, int, const _interswitch__SendPayments *, const char*); -SOAP_FMAC3 _interswitch__SendPayments * SOAP_FMAC4 soap_in__interswitch__SendPayments(struct soap*, const char*, _interswitch__SendPayments *, const char*); - -#define soap_write__interswitch__SendPayments(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendPayments * SOAP_FMAC4 soap_get__interswitch__SendPayments(struct soap*, _interswitch__SendPayments *, const char*, const char*); - -#define soap_new__interswitch__SendPayments(soap, n) soap_instantiate__interswitch__SendPayments(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendPayments(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendPayments * SOAP_FMAC2 soap_instantiate__interswitch__SendPayments(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendPayments(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse -#define SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse (104) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendBillPaymentAdviceResponse(struct soap*, const char*, int, const _interswitch__SendBillPaymentAdviceResponse *, const char*); -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC4 soap_in__interswitch__SendBillPaymentAdviceResponse(struct soap*, const char*, _interswitch__SendBillPaymentAdviceResponse *, const char*); - -#define soap_write__interswitch__SendBillPaymentAdviceResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendBillPaymentAdviceResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendBillPaymentAdviceResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC4 soap_get__interswitch__SendBillPaymentAdviceResponse(struct soap*, _interswitch__SendBillPaymentAdviceResponse *, const char*, const char*); - -#define soap_new__interswitch__SendBillPaymentAdviceResponse(soap, n) soap_instantiate__interswitch__SendBillPaymentAdviceResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendBillPaymentAdviceResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendBillPaymentAdviceResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendBillPaymentAdviceResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice (103) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendBillPaymentAdvice(struct soap*, const char*, int, const _interswitch__SendBillPaymentAdvice *, const char*); -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_in__interswitch__SendBillPaymentAdvice(struct soap*, const char*, _interswitch__SendBillPaymentAdvice *, const char*); - -#define soap_write__interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_get__interswitch__SendBillPaymentAdvice(struct soap*, _interswitch__SendBillPaymentAdvice *, const char*, const char*); - -#define soap_new__interswitch__SendBillPaymentAdvice(soap, n) soap_instantiate__interswitch__SendBillPaymentAdvice(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendBillPaymentAdvice(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendBillPaymentAdvice * SOAP_FMAC2 soap_instantiate__interswitch__SendBillPaymentAdvice(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendBillPaymentAdvice(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse (102) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateCustomerResponse(struct soap*, const char*, int, const _interswitch__AuthenticateCustomerResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateCustomerResponse(struct soap*, const char*, _interswitch__AuthenticateCustomerResponse *, const char*); - -#define soap_write__interswitch__AuthenticateCustomerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateCustomerResponse(struct soap*, _interswitch__AuthenticateCustomerResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateCustomerResponse(soap, n) soap_instantiate__interswitch__AuthenticateCustomerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateCustomerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateCustomerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateCustomerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer (101) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateCustomer(struct soap*, const char*, int, const _interswitch__AuthenticateCustomer *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_in__interswitch__AuthenticateCustomer(struct soap*, const char*, _interswitch__AuthenticateCustomer *, const char*); - -#define soap_write__interswitch__AuthenticateCustomer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_get__interswitch__AuthenticateCustomer(struct soap*, _interswitch__AuthenticateCustomer *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateCustomer(soap, n) soap_instantiate__interswitch__AuthenticateCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateCustomer * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse -#define SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse (100) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoBillPaymentInquiryResponse(struct soap*, const char*, int, const _interswitch__DoBillPaymentInquiryResponse *, const char*); -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC4 soap_in__interswitch__DoBillPaymentInquiryResponse(struct soap*, const char*, _interswitch__DoBillPaymentInquiryResponse *, const char*); - -#define soap_write__interswitch__DoBillPaymentInquiryResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoBillPaymentInquiryResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoBillPaymentInquiryResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC4 soap_get__interswitch__DoBillPaymentInquiryResponse(struct soap*, _interswitch__DoBillPaymentInquiryResponse *, const char*, const char*); - -#define soap_new__interswitch__DoBillPaymentInquiryResponse(soap, n) soap_instantiate__interswitch__DoBillPaymentInquiryResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoBillPaymentInquiryResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoBillPaymentInquiryResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoBillPaymentInquiryResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry (99) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoBillPaymentInquiry(struct soap*, const char*, int, const _interswitch__DoBillPaymentInquiry *, const char*); -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_in__interswitch__DoBillPaymentInquiry(struct soap*, const char*, _interswitch__DoBillPaymentInquiry *, const char*); - -#define soap_write__interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_get__interswitch__DoBillPaymentInquiry(struct soap*, _interswitch__DoBillPaymentInquiry *, const char*, const char*); - -#define soap_new__interswitch__DoBillPaymentInquiry(soap, n) soap_instantiate__interswitch__DoBillPaymentInquiry(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoBillPaymentInquiry(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoBillPaymentInquiry * SOAP_FMAC2 soap_instantiate__interswitch__DoBillPaymentInquiry(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoBillPaymentInquiry(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse (98) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerCategoriesResponse(struct soap*, const char*, int, const _interswitch__GetBillerCategoriesResponse *, const char*); -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC4 soap_in__interswitch__GetBillerCategoriesResponse(struct soap*, const char*, _interswitch__GetBillerCategoriesResponse *, const char*); - -#define soap_write__interswitch__GetBillerCategoriesResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillerCategoriesResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillerCategoriesResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC4 soap_get__interswitch__GetBillerCategoriesResponse(struct soap*, _interswitch__GetBillerCategoriesResponse *, const char*, const char*); - -#define soap_new__interswitch__GetBillerCategoriesResponse(soap, n) soap_instantiate__interswitch__GetBillerCategoriesResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillerCategoriesResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerCategoriesResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerCategoriesResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch__interswitch__GetBillerCategories (97) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerCategories(struct soap*, const char*, int, const _interswitch__GetBillerCategories *, const char*); -SOAP_FMAC3 _interswitch__GetBillerCategories * SOAP_FMAC4 soap_in__interswitch__GetBillerCategories(struct soap*, const char*, _interswitch__GetBillerCategories *, const char*); - -#define soap_write__interswitch__GetBillerCategories(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillerCategories(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerCategories * SOAP_FMAC4 soap_get__interswitch__GetBillerCategories(struct soap*, _interswitch__GetBillerCategories *, const char*, const char*); - -#define soap_new__interswitch__GetBillerCategories(soap, n) soap_instantiate__interswitch__GetBillerCategories(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillerCategories(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillerCategories * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerCategories(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerCategories(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse (96) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerPaymentItemsResponse(struct soap*, const char*, int, const _interswitch__GetBillerPaymentItemsResponse *, const char*); -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC4 soap_in__interswitch__GetBillerPaymentItemsResponse(struct soap*, const char*, _interswitch__GetBillerPaymentItemsResponse *, const char*); - -#define soap_write__interswitch__GetBillerPaymentItemsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillerPaymentItemsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillerPaymentItemsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC4 soap_get__interswitch__GetBillerPaymentItemsResponse(struct soap*, _interswitch__GetBillerPaymentItemsResponse *, const char*, const char*); - -#define soap_new__interswitch__GetBillerPaymentItemsResponse(soap, n) soap_instantiate__interswitch__GetBillerPaymentItemsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillerPaymentItemsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerPaymentItemsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerPaymentItemsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems (95) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerPaymentItems(struct soap*, const char*, int, const _interswitch__GetBillerPaymentItems *, const char*); -SOAP_FMAC3 _interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_in__interswitch__GetBillerPaymentItems(struct soap*, const char*, _interswitch__GetBillerPaymentItems *, const char*); - -#define soap_write__interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_get__interswitch__GetBillerPaymentItems(struct soap*, _interswitch__GetBillerPaymentItems *, const char*, const char*); - -#define soap_new__interswitch__GetBillerPaymentItems(soap, n) soap_instantiate__interswitch__GetBillerPaymentItems(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillerPaymentItems(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillerPaymentItems * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerPaymentItems(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerPaymentItems(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse (94) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetFeaturedBillersResponse(struct soap*, const char*, int, const _interswitch__GetFeaturedBillersResponse *, const char*); -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetFeaturedBillersResponse(struct soap*, const char*, _interswitch__GetFeaturedBillersResponse *, const char*); - -#define soap_write__interswitch__GetFeaturedBillersResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetFeaturedBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetFeaturedBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetFeaturedBillersResponse(struct soap*, _interswitch__GetFeaturedBillersResponse *, const char*, const char*); - -#define soap_new__interswitch__GetFeaturedBillersResponse(soap, n) soap_instantiate__interswitch__GetFeaturedBillersResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetFeaturedBillersResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetFeaturedBillersResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetFeaturedBillersResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers (93) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetFeaturedBillers(struct soap*, const char*, int, const _interswitch__GetFeaturedBillers *, const char*); -SOAP_FMAC3 _interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_in__interswitch__GetFeaturedBillers(struct soap*, const char*, _interswitch__GetFeaturedBillers *, const char*); - -#define soap_write__interswitch__GetFeaturedBillers(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetFeaturedBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_get__interswitch__GetFeaturedBillers(struct soap*, _interswitch__GetFeaturedBillers *, const char*, const char*); - -#define soap_new__interswitch__GetFeaturedBillers(soap, n) soap_instantiate__interswitch__GetFeaturedBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetFeaturedBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetFeaturedBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetFeaturedBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetFeaturedBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse (92) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetLatestBillersResponse(struct soap*, const char*, int, const _interswitch__GetLatestBillersResponse *, const char*); -SOAP_FMAC3 _interswitch__GetLatestBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetLatestBillersResponse(struct soap*, const char*, _interswitch__GetLatestBillersResponse *, const char*); - -#define soap_write__interswitch__GetLatestBillersResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetLatestBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetLatestBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetLatestBillersResponse(struct soap*, _interswitch__GetLatestBillersResponse *, const char*, const char*); - -#define soap_new__interswitch__GetLatestBillersResponse(soap, n) soap_instantiate__interswitch__GetLatestBillersResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetLatestBillersResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetLatestBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetLatestBillersResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetLatestBillersResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch__interswitch__GetLatestBillers (91) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetLatestBillers(struct soap*, const char*, int, const _interswitch__GetLatestBillers *, const char*); -SOAP_FMAC3 _interswitch__GetLatestBillers * SOAP_FMAC4 soap_in__interswitch__GetLatestBillers(struct soap*, const char*, _interswitch__GetLatestBillers *, const char*); - -#define soap_write__interswitch__GetLatestBillers(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetLatestBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetLatestBillers * SOAP_FMAC4 soap_get__interswitch__GetLatestBillers(struct soap*, _interswitch__GetLatestBillers *, const char*, const char*); - -#define soap_new__interswitch__GetLatestBillers(soap, n) soap_instantiate__interswitch__GetLatestBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetLatestBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetLatestBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetLatestBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetLatestBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillersResponse (90) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersResponse(struct soap*, const char*, int, const _interswitch__GetBillersResponse *, const char*); -SOAP_FMAC3 _interswitch__GetBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetBillersResponse(struct soap*, const char*, _interswitch__GetBillersResponse *, const char*); - -#define soap_write__interswitch__GetBillersResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetBillersResponse(struct soap*, _interswitch__GetBillersResponse *, const char*, const char*); - -#define soap_new__interswitch__GetBillersResponse(soap, n) soap_instantiate__interswitch__GetBillersResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillersResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillers -#define SOAP_TYPE_interswitch__interswitch__GetBillers (89) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillers(struct soap*, const char*, int, const _interswitch__GetBillers *, const char*); -SOAP_FMAC3 _interswitch__GetBillers * SOAP_FMAC4 soap_in__interswitch__GetBillers(struct soap*, const char*, _interswitch__GetBillers *, const char*); - -#define soap_write__interswitch__GetBillers(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillers * SOAP_FMAC4 soap_get__interswitch__GetBillers(struct soap*, _interswitch__GetBillers *, const char*, const char*); - -#define soap_new__interswitch__GetBillers(soap, n) soap_instantiate__interswitch__GetBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetUserResponse -#define SOAP_TYPE_interswitch__interswitch__GetUserResponse (88) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetUserResponse(struct soap*, const char*, int, const _interswitch__GetUserResponse *, const char*); -SOAP_FMAC3 _interswitch__GetUserResponse * SOAP_FMAC4 soap_in__interswitch__GetUserResponse(struct soap*, const char*, _interswitch__GetUserResponse *, const char*); - -#define soap_write__interswitch__GetUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetUserResponse * SOAP_FMAC4 soap_get__interswitch__GetUserResponse(struct soap*, _interswitch__GetUserResponse *, const char*, const char*); - -#define soap_new__interswitch__GetUserResponse(soap, n) soap_instantiate__interswitch__GetUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetUser -#define SOAP_TYPE_interswitch__interswitch__GetUser (87) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetUser(struct soap*, const char*, int, const _interswitch__GetUser *, const char*); -SOAP_FMAC3 _interswitch__GetUser * SOAP_FMAC4 soap_in__interswitch__GetUser(struct soap*, const char*, _interswitch__GetUser *, const char*); - -#define soap_write__interswitch__GetUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetUser * SOAP_FMAC4 soap_get__interswitch__GetUser(struct soap*, _interswitch__GetUser *, const char*, const char*); - -#define soap_new__interswitch__GetUser(soap, n) soap_instantiate__interswitch__GetUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetUser * SOAP_FMAC2 soap_instantiate__interswitch__GetUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse (86) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, const char*, int, const _interswitch__AuthenticateUserSecurityTokenResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, const char*, _interswitch__AuthenticateUserSecurityTokenResponse *, const char*); - -#define soap_write__interswitch__AuthenticateUserSecurityTokenResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateUserSecurityTokenResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateUserSecurityTokenResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, _interswitch__AuthenticateUserSecurityTokenResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateUserSecurityTokenResponse(soap, n) soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateUserSecurityTokenResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken (85) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, int, const _interswitch__AuthenticateUserSecurityToken *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, _interswitch__AuthenticateUserSecurityToken *, const char*); - -#define soap_write__interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserSecurityToken(struct soap*, _interswitch__AuthenticateUserSecurityToken *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateUserSecurityToken(soap, n) soap_instantiate__interswitch__AuthenticateUserSecurityToken(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateUserSecurityToken(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserSecurityToken(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserSecurityToken(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse (84) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserResponse(struct soap*, const char*, int, const _interswitch__AuthenticateUserResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateUserResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserResponse(struct soap*, const char*, _interswitch__AuthenticateUserResponse *, const char*); - -#define soap_write__interswitch__AuthenticateUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserResponse(struct soap*, _interswitch__AuthenticateUserResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateUserResponse(soap, n) soap_instantiate__interswitch__AuthenticateUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUser (83) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUser(struct soap*, const char*, int, const _interswitch__AuthenticateUser *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateUser * SOAP_FMAC4 soap_in__interswitch__AuthenticateUser(struct soap*, const char*, _interswitch__AuthenticateUser *, const char*); - -#define soap_write__interswitch__AuthenticateUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUser * SOAP_FMAC4 soap_get__interswitch__AuthenticateUser(struct soap*, _interswitch__AuthenticateUser *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateUser(soap, n) soap_instantiate__interswitch__AuthenticateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateUser * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse -#define SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse (82) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResetPasswordResponse(struct soap*, const char*, int, const _interswitch__ResetPasswordResponse *, const char*); -SOAP_FMAC3 _interswitch__ResetPasswordResponse * SOAP_FMAC4 soap_in__interswitch__ResetPasswordResponse(struct soap*, const char*, _interswitch__ResetPasswordResponse *, const char*); - -#define soap_write__interswitch__ResetPasswordResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ResetPasswordResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ResetPasswordResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResetPasswordResponse * SOAP_FMAC4 soap_get__interswitch__ResetPasswordResponse(struct soap*, _interswitch__ResetPasswordResponse *, const char*, const char*); - -#define soap_new__interswitch__ResetPasswordResponse(soap, n) soap_instantiate__interswitch__ResetPasswordResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ResetPasswordResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ResetPasswordResponse * SOAP_FMAC2 soap_instantiate__interswitch__ResetPasswordResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResetPasswordResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ResetPassword -#define SOAP_TYPE_interswitch__interswitch__ResetPassword (81) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResetPassword(struct soap*, const char*, int, const _interswitch__ResetPassword *, const char*); -SOAP_FMAC3 _interswitch__ResetPassword * SOAP_FMAC4 soap_in__interswitch__ResetPassword(struct soap*, const char*, _interswitch__ResetPassword *, const char*); - -#define soap_write__interswitch__ResetPassword(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ResetPassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResetPassword * SOAP_FMAC4 soap_get__interswitch__ResetPassword(struct soap*, _interswitch__ResetPassword *, const char*, const char*); - -#define soap_new__interswitch__ResetPassword(soap, n) soap_instantiate__interswitch__ResetPassword(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ResetPassword(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ResetPassword * SOAP_FMAC2 soap_instantiate__interswitch__ResetPassword(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResetPassword(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse -#define SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse (80) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ChangePasswordResponse(struct soap*, const char*, int, const _interswitch__ChangePasswordResponse *, const char*); -SOAP_FMAC3 _interswitch__ChangePasswordResponse * SOAP_FMAC4 soap_in__interswitch__ChangePasswordResponse(struct soap*, const char*, _interswitch__ChangePasswordResponse *, const char*); - -#define soap_write__interswitch__ChangePasswordResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ChangePasswordResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ChangePasswordResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ChangePasswordResponse * SOAP_FMAC4 soap_get__interswitch__ChangePasswordResponse(struct soap*, _interswitch__ChangePasswordResponse *, const char*, const char*); - -#define soap_new__interswitch__ChangePasswordResponse(soap, n) soap_instantiate__interswitch__ChangePasswordResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ChangePasswordResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ChangePasswordResponse * SOAP_FMAC2 soap_instantiate__interswitch__ChangePasswordResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ChangePasswordResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ChangePassword -#define SOAP_TYPE_interswitch__interswitch__ChangePassword (79) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ChangePassword(struct soap*, const char*, int, const _interswitch__ChangePassword *, const char*); -SOAP_FMAC3 _interswitch__ChangePassword * SOAP_FMAC4 soap_in__interswitch__ChangePassword(struct soap*, const char*, _interswitch__ChangePassword *, const char*); - -#define soap_write__interswitch__ChangePassword(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ChangePassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ChangePassword * SOAP_FMAC4 soap_get__interswitch__ChangePassword(struct soap*, _interswitch__ChangePassword *, const char*, const char*); - -#define soap_new__interswitch__ChangePassword(soap, n) soap_instantiate__interswitch__ChangePassword(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ChangePassword(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ChangePassword * SOAP_FMAC2 soap_instantiate__interswitch__ChangePassword(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ChangePassword(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__UpdateUserResponse -#define SOAP_TYPE_interswitch__interswitch__UpdateUserResponse (78) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__UpdateUserResponse(struct soap*, const char*, int, const _interswitch__UpdateUserResponse *, const char*); -SOAP_FMAC3 _interswitch__UpdateUserResponse * SOAP_FMAC4 soap_in__interswitch__UpdateUserResponse(struct soap*, const char*, _interswitch__UpdateUserResponse *, const char*); - -#define soap_write__interswitch__UpdateUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__UpdateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__UpdateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__UpdateUserResponse * SOAP_FMAC4 soap_get__interswitch__UpdateUserResponse(struct soap*, _interswitch__UpdateUserResponse *, const char*, const char*); - -#define soap_new__interswitch__UpdateUserResponse(soap, n) soap_instantiate__interswitch__UpdateUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__UpdateUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__UpdateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__UpdateUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__UpdateUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__UpdateUser -#define SOAP_TYPE_interswitch__interswitch__UpdateUser (77) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__UpdateUser(struct soap*, const char*, int, const _interswitch__UpdateUser *, const char*); -SOAP_FMAC3 _interswitch__UpdateUser * SOAP_FMAC4 soap_in__interswitch__UpdateUser(struct soap*, const char*, _interswitch__UpdateUser *, const char*); - -#define soap_write__interswitch__UpdateUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__UpdateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__UpdateUser * SOAP_FMAC4 soap_get__interswitch__UpdateUser(struct soap*, _interswitch__UpdateUser *, const char*, const char*); - -#define soap_new__interswitch__UpdateUser(soap, n) soap_instantiate__interswitch__UpdateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__UpdateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__UpdateUser * SOAP_FMAC2 soap_instantiate__interswitch__UpdateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__UpdateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ActivateUserResponse -#define SOAP_TYPE_interswitch__interswitch__ActivateUserResponse (76) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ActivateUserResponse(struct soap*, const char*, int, const _interswitch__ActivateUserResponse *, const char*); -SOAP_FMAC3 _interswitch__ActivateUserResponse * SOAP_FMAC4 soap_in__interswitch__ActivateUserResponse(struct soap*, const char*, _interswitch__ActivateUserResponse *, const char*); - -#define soap_write__interswitch__ActivateUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ActivateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ActivateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ActivateUserResponse * SOAP_FMAC4 soap_get__interswitch__ActivateUserResponse(struct soap*, _interswitch__ActivateUserResponse *, const char*, const char*); - -#define soap_new__interswitch__ActivateUserResponse(soap, n) soap_instantiate__interswitch__ActivateUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ActivateUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ActivateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__ActivateUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ActivateUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ActivateUser -#define SOAP_TYPE_interswitch__interswitch__ActivateUser (75) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ActivateUser(struct soap*, const char*, int, const _interswitch__ActivateUser *, const char*); -SOAP_FMAC3 _interswitch__ActivateUser * SOAP_FMAC4 soap_in__interswitch__ActivateUser(struct soap*, const char*, _interswitch__ActivateUser *, const char*); - -#define soap_write__interswitch__ActivateUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ActivateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ActivateUser * SOAP_FMAC4 soap_get__interswitch__ActivateUser(struct soap*, _interswitch__ActivateUser *, const char*, const char*); - -#define soap_new__interswitch__ActivateUser(soap, n) soap_instantiate__interswitch__ActivateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ActivateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ActivateUser * SOAP_FMAC2 soap_instantiate__interswitch__ActivateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ActivateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateUserResponse -#define SOAP_TYPE_interswitch__interswitch__CreateUserResponse (74) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateUserResponse(struct soap*, const char*, int, const _interswitch__CreateUserResponse *, const char*); -SOAP_FMAC3 _interswitch__CreateUserResponse * SOAP_FMAC4 soap_in__interswitch__CreateUserResponse(struct soap*, const char*, _interswitch__CreateUserResponse *, const char*); - -#define soap_write__interswitch__CreateUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CreateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CreateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateUserResponse * SOAP_FMAC4 soap_get__interswitch__CreateUserResponse(struct soap*, _interswitch__CreateUserResponse *, const char*, const char*); - -#define soap_new__interswitch__CreateUserResponse(soap, n) soap_instantiate__interswitch__CreateUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CreateUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CreateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__CreateUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateUser -#define SOAP_TYPE_interswitch__interswitch__CreateUser (73) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateUser(struct soap*, const char*, int, const _interswitch__CreateUser *, const char*); -SOAP_FMAC3 _interswitch__CreateUser * SOAP_FMAC4 soap_in__interswitch__CreateUser(struct soap*, const char*, _interswitch__CreateUser *, const char*); - -#define soap_write__interswitch__CreateUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CreateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateUser * SOAP_FMAC4 soap_get__interswitch__CreateUser(struct soap*, _interswitch__CreateUser *, const char*, const char*); - -#define soap_new__interswitch__CreateUser(soap, n) soap_instantiate__interswitch__CreateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CreateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CreateUser * SOAP_FMAC2 soap_instantiate__interswitch__CreateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse -#define SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse (72) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetSystemSettingsResponse(struct soap*, const char*, int, const _interswitch__GetSystemSettingsResponse *, const char*); -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse * SOAP_FMAC4 soap_in__interswitch__GetSystemSettingsResponse(struct soap*, const char*, _interswitch__GetSystemSettingsResponse *, const char*); - -#define soap_write__interswitch__GetSystemSettingsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetSystemSettingsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetSystemSettingsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse * SOAP_FMAC4 soap_get__interswitch__GetSystemSettingsResponse(struct soap*, _interswitch__GetSystemSettingsResponse *, const char*, const char*); - -#define soap_new__interswitch__GetSystemSettingsResponse(soap, n) soap_instantiate__interswitch__GetSystemSettingsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetSystemSettingsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetSystemSettingsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetSystemSettingsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetSystemSettingsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch__interswitch__GetSystemSettings (71) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetSystemSettings(struct soap*, const char*, int, const _interswitch__GetSystemSettings *, const char*); -SOAP_FMAC3 _interswitch__GetSystemSettings * SOAP_FMAC4 soap_in__interswitch__GetSystemSettings(struct soap*, const char*, _interswitch__GetSystemSettings *, const char*); - -#define soap_write__interswitch__GetSystemSettings(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetSystemSettings(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetSystemSettings * SOAP_FMAC4 soap_get__interswitch__GetSystemSettings(struct soap*, _interswitch__GetSystemSettings *, const char*, const char*); - -#define soap_new__interswitch__GetSystemSettings(soap, n) soap_instantiate__interswitch__GetSystemSettings(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetSystemSettings(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetSystemSettings * SOAP_FMAC2 soap_instantiate__interswitch__GetSystemSettings(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetSystemSettings(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse -#define SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse (70) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransactionResponse(struct soap*, const char*, int, const _interswitch__QueryTransactionResponse *, const char*); -SOAP_FMAC3 _interswitch__QueryTransactionResponse * SOAP_FMAC4 soap_in__interswitch__QueryTransactionResponse(struct soap*, const char*, _interswitch__QueryTransactionResponse *, const char*); - -#define soap_write__interswitch__QueryTransactionResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__QueryTransactionResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__QueryTransactionResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransactionResponse * SOAP_FMAC4 soap_get__interswitch__QueryTransactionResponse(struct soap*, _interswitch__QueryTransactionResponse *, const char*, const char*); - -#define soap_new__interswitch__QueryTransactionResponse(soap, n) soap_instantiate__interswitch__QueryTransactionResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__QueryTransactionResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__QueryTransactionResponse * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransactionResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransactionResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransaction -#define SOAP_TYPE_interswitch__interswitch__QueryTransaction (69) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransaction(struct soap*, const char*, int, const _interswitch__QueryTransaction *, const char*); -SOAP_FMAC3 _interswitch__QueryTransaction * SOAP_FMAC4 soap_in__interswitch__QueryTransaction(struct soap*, const char*, _interswitch__QueryTransaction *, const char*); - -#define soap_write__interswitch__QueryTransaction(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__QueryTransaction(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransaction * SOAP_FMAC4 soap_get__interswitch__QueryTransaction(struct soap*, _interswitch__QueryTransaction *, const char*, const char*); - -#define soap_new__interswitch__QueryTransaction(soap, n) soap_instantiate__interswitch__QueryTransaction(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__QueryTransaction(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__QueryTransaction * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransaction(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransaction(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__StatusCheckResponse -#define SOAP_TYPE_interswitch__interswitch__StatusCheckResponse (68) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__StatusCheckResponse(struct soap*, const char*, int, const _interswitch__StatusCheckResponse *, const char*); -SOAP_FMAC3 _interswitch__StatusCheckResponse * SOAP_FMAC4 soap_in__interswitch__StatusCheckResponse(struct soap*, const char*, _interswitch__StatusCheckResponse *, const char*); - -#define soap_write__interswitch__StatusCheckResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__StatusCheckResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__StatusCheckResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__StatusCheckResponse * SOAP_FMAC4 soap_get__interswitch__StatusCheckResponse(struct soap*, _interswitch__StatusCheckResponse *, const char*, const char*); - -#define soap_new__interswitch__StatusCheckResponse(soap, n) soap_instantiate__interswitch__StatusCheckResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__StatusCheckResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__StatusCheckResponse * SOAP_FMAC2 soap_instantiate__interswitch__StatusCheckResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__StatusCheckResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__StatusCheck -#define SOAP_TYPE_interswitch__interswitch__StatusCheck (67) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__StatusCheck(struct soap*, const char*, int, const _interswitch__StatusCheck *, const char*); -SOAP_FMAC3 _interswitch__StatusCheck * SOAP_FMAC4 soap_in__interswitch__StatusCheck(struct soap*, const char*, _interswitch__StatusCheck *, const char*); - -#define soap_write__interswitch__StatusCheck(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__StatusCheck(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__StatusCheck * SOAP_FMAC4 soap_get__interswitch__StatusCheck(struct soap*, _interswitch__StatusCheck *, const char*, const char*); - -#define soap_new__interswitch__StatusCheck(soap, n) soap_instantiate__interswitch__StatusCheck(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__StatusCheck(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__StatusCheck * SOAP_FMAC2 soap_instantiate__interswitch__StatusCheck(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__StatusCheck(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse (66) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ReverseCashOutResponse(struct soap*, const char*, int, const _interswitch__ReverseCashOutResponse *, const char*); -SOAP_FMAC3 _interswitch__ReverseCashOutResponse * SOAP_FMAC4 soap_in__interswitch__ReverseCashOutResponse(struct soap*, const char*, _interswitch__ReverseCashOutResponse *, const char*); - -#define soap_write__interswitch__ReverseCashOutResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ReverseCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ReverseCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse * SOAP_FMAC4 soap_get__interswitch__ReverseCashOutResponse(struct soap*, _interswitch__ReverseCashOutResponse *, const char*, const char*); - -#define soap_new__interswitch__ReverseCashOutResponse(soap, n) soap_instantiate__interswitch__ReverseCashOutResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ReverseCashOutResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ReverseCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__ReverseCashOutResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ReverseCashOutResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch__interswitch__ReverseCashOut (65) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ReverseCashOut(struct soap*, const char*, int, const _interswitch__ReverseCashOut *, const char*); -SOAP_FMAC3 _interswitch__ReverseCashOut * SOAP_FMAC4 soap_in__interswitch__ReverseCashOut(struct soap*, const char*, _interswitch__ReverseCashOut *, const char*); - -#define soap_write__interswitch__ReverseCashOut(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ReverseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ReverseCashOut * SOAP_FMAC4 soap_get__interswitch__ReverseCashOut(struct soap*, _interswitch__ReverseCashOut *, const char*, const char*); - -#define soap_new__interswitch__ReverseCashOut(soap, n) soap_instantiate__interswitch__ReverseCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ReverseCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ReverseCashOut * SOAP_FMAC2 soap_instantiate__interswitch__ReverseCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ReverseCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse (64) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseAccountCashOutResponse(struct soap*, const char*, int, const _interswitch__AuthoriseAccountCashOutResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC4 soap_in__interswitch__AuthoriseAccountCashOutResponse(struct soap*, const char*, _interswitch__AuthoriseAccountCashOutResponse *, const char*); - -#define soap_write__interswitch__AuthoriseAccountCashOutResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthoriseAccountCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthoriseAccountCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC4 soap_get__interswitch__AuthoriseAccountCashOutResponse(struct soap*, _interswitch__AuthoriseAccountCashOutResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthoriseAccountCashOutResponse(soap, n) soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthoriseAccountCashOutResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseAccountCashOutResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut (63) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseAccountCashOut(struct soap*, const char*, int, const _interswitch__AuthoriseAccountCashOut *, const char*); -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_in__interswitch__AuthoriseAccountCashOut(struct soap*, const char*, _interswitch__AuthoriseAccountCashOut *, const char*); - -#define soap_write__interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_get__interswitch__AuthoriseAccountCashOut(struct soap*, _interswitch__AuthoriseAccountCashOut *, const char*, const char*); - -#define soap_new__interswitch__AuthoriseAccountCashOut(soap, n) soap_instantiate__interswitch__AuthoriseAccountCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthoriseAccountCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseAccountCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseAccountCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse (62) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseCashOutResponse(struct soap*, const char*, int, const _interswitch__AuthoriseCashOutResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC4 soap_in__interswitch__AuthoriseCashOutResponse(struct soap*, const char*, _interswitch__AuthoriseCashOutResponse *, const char*); - -#define soap_write__interswitch__AuthoriseCashOutResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthoriseCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthoriseCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC4 soap_get__interswitch__AuthoriseCashOutResponse(struct soap*, _interswitch__AuthoriseCashOutResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthoriseCashOutResponse(soap, n) soap_instantiate__interswitch__AuthoriseCashOutResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthoriseCashOutResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseCashOutResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseCashOutResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut (61) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseCashOut(struct soap*, const char*, int, const _interswitch__AuthoriseCashOut *, const char*); -SOAP_FMAC3 _interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_in__interswitch__AuthoriseCashOut(struct soap*, const char*, _interswitch__AuthoriseCashOut *, const char*); - -#define soap_write__interswitch__AuthoriseCashOut(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthoriseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_get__interswitch__AuthoriseCashOut(struct soap*, _interswitch__AuthoriseCashOut *, const char*, const char*); - -#define soap_new__interswitch__AuthoriseCashOut(soap, n) soap_instantiate__interswitch__AuthoriseCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthoriseCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthoriseCashOut * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransferResponse -#define SOAP_TYPE_interswitch__interswitch__QueryTransferResponse (60) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransferResponse(struct soap*, const char*, int, const _interswitch__QueryTransferResponse *, const char*); -SOAP_FMAC3 _interswitch__QueryTransferResponse * SOAP_FMAC4 soap_in__interswitch__QueryTransferResponse(struct soap*, const char*, _interswitch__QueryTransferResponse *, const char*); - -#define soap_write__interswitch__QueryTransferResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__QueryTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__QueryTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransferResponse * SOAP_FMAC4 soap_get__interswitch__QueryTransferResponse(struct soap*, _interswitch__QueryTransferResponse *, const char*, const char*); - -#define soap_new__interswitch__QueryTransferResponse(soap, n) soap_instantiate__interswitch__QueryTransferResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__QueryTransferResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__QueryTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransferResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransferResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransfer -#define SOAP_TYPE_interswitch__interswitch__QueryTransfer (59) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransfer(struct soap*, const char*, int, const _interswitch__QueryTransfer *, const char*); -SOAP_FMAC3 _interswitch__QueryTransfer * SOAP_FMAC4 soap_in__interswitch__QueryTransfer(struct soap*, const char*, _interswitch__QueryTransfer *, const char*); - -#define soap_write__interswitch__QueryTransfer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__QueryTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransfer * SOAP_FMAC4 soap_get__interswitch__QueryTransfer(struct soap*, _interswitch__QueryTransfer *, const char*, const char*); - -#define soap_new__interswitch__QueryTransfer(soap, n) soap_instantiate__interswitch__QueryTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__QueryTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__QueryTransfer * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse -#define SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse (58) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendSessionKeyResponse(struct soap*, const char*, int, const _interswitch__SendSessionKeyResponse *, const char*); -SOAP_FMAC3 _interswitch__SendSessionKeyResponse * SOAP_FMAC4 soap_in__interswitch__SendSessionKeyResponse(struct soap*, const char*, _interswitch__SendSessionKeyResponse *, const char*); - -#define soap_write__interswitch__SendSessionKeyResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendSessionKeyResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendSessionKeyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse * SOAP_FMAC4 soap_get__interswitch__SendSessionKeyResponse(struct soap*, _interswitch__SendSessionKeyResponse *, const char*, const char*); - -#define soap_new__interswitch__SendSessionKeyResponse(soap, n) soap_instantiate__interswitch__SendSessionKeyResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendSessionKeyResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendSessionKeyResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendSessionKeyResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendSessionKeyResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendSessionKey -#define SOAP_TYPE_interswitch__interswitch__SendSessionKey (57) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendSessionKey(struct soap*, const char*, int, const _interswitch__SendSessionKey *, const char*); -SOAP_FMAC3 _interswitch__SendSessionKey * SOAP_FMAC4 soap_in__interswitch__SendSessionKey(struct soap*, const char*, _interswitch__SendSessionKey *, const char*); - -#define soap_write__interswitch__SendSessionKey(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendSessionKey(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendSessionKey * SOAP_FMAC4 soap_get__interswitch__SendSessionKey(struct soap*, _interswitch__SendSessionKey *, const char*, const char*); - -#define soap_new__interswitch__SendSessionKey(soap, n) soap_instantiate__interswitch__SendSessionKey(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendSessionKey(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendSessionKey * SOAP_FMAC2 soap_instantiate__interswitch__SendSessionKey(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendSessionKey(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CancelTransferResponse -#define SOAP_TYPE_interswitch__interswitch__CancelTransferResponse (56) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CancelTransferResponse(struct soap*, const char*, int, const _interswitch__CancelTransferResponse *, const char*); -SOAP_FMAC3 _interswitch__CancelTransferResponse * SOAP_FMAC4 soap_in__interswitch__CancelTransferResponse(struct soap*, const char*, _interswitch__CancelTransferResponse *, const char*); - -#define soap_write__interswitch__CancelTransferResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CancelTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CancelTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CancelTransferResponse * SOAP_FMAC4 soap_get__interswitch__CancelTransferResponse(struct soap*, _interswitch__CancelTransferResponse *, const char*, const char*); - -#define soap_new__interswitch__CancelTransferResponse(soap, n) soap_instantiate__interswitch__CancelTransferResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CancelTransferResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CancelTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__CancelTransferResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CancelTransferResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CancelTransfer -#define SOAP_TYPE_interswitch__interswitch__CancelTransfer (55) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CancelTransfer(struct soap*, const char*, int, const _interswitch__CancelTransfer *, const char*); -SOAP_FMAC3 _interswitch__CancelTransfer * SOAP_FMAC4 soap_in__interswitch__CancelTransfer(struct soap*, const char*, _interswitch__CancelTransfer *, const char*); - -#define soap_write__interswitch__CancelTransfer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CancelTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CancelTransfer * SOAP_FMAC4 soap_get__interswitch__CancelTransfer(struct soap*, _interswitch__CancelTransfer *, const char*, const char*); - -#define soap_new__interswitch__CancelTransfer(soap, n) soap_instantiate__interswitch__CancelTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CancelTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CancelTransfer * SOAP_FMAC2 soap_instantiate__interswitch__CancelTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CancelTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoTransferResponse -#define SOAP_TYPE_interswitch__interswitch__DoTransferResponse (54) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoTransferResponse(struct soap*, const char*, int, const _interswitch__DoTransferResponse *, const char*); -SOAP_FMAC3 _interswitch__DoTransferResponse * SOAP_FMAC4 soap_in__interswitch__DoTransferResponse(struct soap*, const char*, _interswitch__DoTransferResponse *, const char*); - -#define soap_write__interswitch__DoTransferResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoTransferResponse * SOAP_FMAC4 soap_get__interswitch__DoTransferResponse(struct soap*, _interswitch__DoTransferResponse *, const char*, const char*); - -#define soap_new__interswitch__DoTransferResponse(soap, n) soap_instantiate__interswitch__DoTransferResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoTransferResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoTransferResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoTransferResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoTransfer -#define SOAP_TYPE_interswitch__interswitch__DoTransfer (53) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoTransfer(struct soap*, const char*, int, const _interswitch__DoTransfer *, const char*); -SOAP_FMAC3 _interswitch__DoTransfer * SOAP_FMAC4 soap_in__interswitch__DoTransfer(struct soap*, const char*, _interswitch__DoTransfer *, const char*); - -#define soap_write__interswitch__DoTransfer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoTransfer * SOAP_FMAC4 soap_get__interswitch__DoTransfer(struct soap*, _interswitch__DoTransfer *, const char*, const char*); - -#define soap_new__interswitch__DoTransfer(soap, n) soap_instantiate__interswitch__DoTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoTransfer * SOAP_FMAC2 soap_instantiate__interswitch__DoTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse (52) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ValidateCustomerResponse(struct soap*, const char*, int, const _interswitch__ValidateCustomerResponse *, const char*); -SOAP_FMAC3 _interswitch__ValidateCustomerResponse * SOAP_FMAC4 soap_in__interswitch__ValidateCustomerResponse(struct soap*, const char*, _interswitch__ValidateCustomerResponse *, const char*); - -#define soap_write__interswitch__ValidateCustomerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ValidateCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ValidateCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse * SOAP_FMAC4 soap_get__interswitch__ValidateCustomerResponse(struct soap*, _interswitch__ValidateCustomerResponse *, const char*, const char*); - -#define soap_new__interswitch__ValidateCustomerResponse(soap, n) soap_instantiate__interswitch__ValidateCustomerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ValidateCustomerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ValidateCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__ValidateCustomerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ValidateCustomerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch__interswitch__ValidateCustomer (51) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ValidateCustomer(struct soap*, const char*, int, const _interswitch__ValidateCustomer *, const char*); -SOAP_FMAC3 _interswitch__ValidateCustomer * SOAP_FMAC4 soap_in__interswitch__ValidateCustomer(struct soap*, const char*, _interswitch__ValidateCustomer *, const char*); - -#define soap_write__interswitch__ValidateCustomer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ValidateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ValidateCustomer * SOAP_FMAC4 soap_get__interswitch__ValidateCustomer(struct soap*, _interswitch__ValidateCustomer *, const char*, const char*); - -#define soap_new__interswitch__ValidateCustomer(soap, n) soap_instantiate__interswitch__ValidateCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ValidateCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ValidateCustomer * SOAP_FMAC2 soap_instantiate__interswitch__ValidateCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ValidateCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedShort -#define SOAP_TYPE_interswitch_xsd__unsignedShort (49) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedShort(struct soap*, const char*, int, const xsd__unsignedShort *, const char*); -SOAP_FMAC3 xsd__unsignedShort * SOAP_FMAC4 soap_in_xsd__unsignedShort(struct soap*, const char*, xsd__unsignedShort *, const char*); - -#define soap_write_xsd__unsignedShort(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__unsignedShort(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedShort(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__unsignedShort * SOAP_FMAC4 soap_get_xsd__unsignedShort(struct soap*, xsd__unsignedShort *, const char*, const char*); - -#define soap_new_xsd__unsignedShort(soap, n) soap_instantiate_xsd__unsignedShort(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__unsignedShort(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__unsignedShort * SOAP_FMAC2 soap_instantiate_xsd__unsignedShort(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedShort(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedLong -#define SOAP_TYPE_interswitch_xsd__unsignedLong (47) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedLong(struct soap*, const char*, int, const xsd__unsignedLong *, const char*); -SOAP_FMAC3 xsd__unsignedLong * SOAP_FMAC4 soap_in_xsd__unsignedLong(struct soap*, const char*, xsd__unsignedLong *, const char*); - -#define soap_write_xsd__unsignedLong(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__unsignedLong(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedLong(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__unsignedLong * SOAP_FMAC4 soap_get_xsd__unsignedLong(struct soap*, xsd__unsignedLong *, const char*, const char*); - -#define soap_new_xsd__unsignedLong(soap, n) soap_instantiate_xsd__unsignedLong(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__unsignedLong(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__unsignedLong * SOAP_FMAC2 soap_instantiate_xsd__unsignedLong(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedLong(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedInt -#define SOAP_TYPE_interswitch_xsd__unsignedInt (46) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedInt(struct soap*, const char*, int, const xsd__unsignedInt *, const char*); -SOAP_FMAC3 xsd__unsignedInt * SOAP_FMAC4 soap_in_xsd__unsignedInt(struct soap*, const char*, xsd__unsignedInt *, const char*); - -#define soap_write_xsd__unsignedInt(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__unsignedInt(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedInt(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__unsignedInt * SOAP_FMAC4 soap_get_xsd__unsignedInt(struct soap*, xsd__unsignedInt *, const char*, const char*); - -#define soap_new_xsd__unsignedInt(soap, n) soap_instantiate_xsd__unsignedInt(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__unsignedInt(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__unsignedInt * SOAP_FMAC2 soap_instantiate_xsd__unsignedInt(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedInt(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedByte_ -#define SOAP_TYPE_interswitch_xsd__unsignedByte_ (45) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedByte_(struct soap*, const char*, int, const xsd__unsignedByte_ *, const char*); -SOAP_FMAC3 xsd__unsignedByte_ * SOAP_FMAC4 soap_in_xsd__unsignedByte_(struct soap*, const char*, xsd__unsignedByte_ *, const char*); - -#define soap_write_xsd__unsignedByte_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__unsignedByte_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedByte_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__unsignedByte_ * SOAP_FMAC4 soap_get_xsd__unsignedByte_(struct soap*, xsd__unsignedByte_ *, const char*, const char*); - -#define soap_new_xsd__unsignedByte_(soap, n) soap_instantiate_xsd__unsignedByte_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__unsignedByte_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__unsignedByte_ * SOAP_FMAC2 soap_instantiate_xsd__unsignedByte_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedByte_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__string -#define SOAP_TYPE_interswitch_xsd__string (43) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__string(struct soap*, const char*, int, const xsd__string *, const char*); -SOAP_FMAC3 xsd__string * SOAP_FMAC4 soap_in_xsd__string(struct soap*, const char*, xsd__string *, const char*); - -#define soap_write_xsd__string(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__string(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__string(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__string * SOAP_FMAC4 soap_get_xsd__string(struct soap*, xsd__string *, const char*, const char*); - -#define soap_new_xsd__string(soap, n) soap_instantiate_xsd__string(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__string(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__string * SOAP_FMAC2 soap_instantiate_xsd__string(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__string(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__short -#define SOAP_TYPE_interswitch_xsd__short (41) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__short(struct soap*, const char*, int, const xsd__short *, const char*); -SOAP_FMAC3 xsd__short * SOAP_FMAC4 soap_in_xsd__short(struct soap*, const char*, xsd__short *, const char*); - -#define soap_write_xsd__short(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__short(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__short(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__short * SOAP_FMAC4 soap_get_xsd__short(struct soap*, xsd__short *, const char*, const char*); - -#define soap_new_xsd__short(soap, n) soap_instantiate_xsd__short(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__short(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__short * SOAP_FMAC2 soap_instantiate_xsd__short(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__short(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__long -#define SOAP_TYPE_interswitch_xsd__long (39) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__long(struct soap*, const char*, int, const xsd__long *, const char*); -SOAP_FMAC3 xsd__long * SOAP_FMAC4 soap_in_xsd__long(struct soap*, const char*, xsd__long *, const char*); - -#define soap_write_xsd__long(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__long(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__long(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__long * SOAP_FMAC4 soap_get_xsd__long(struct soap*, xsd__long *, const char*, const char*); - -#define soap_new_xsd__long(soap, n) soap_instantiate_xsd__long(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__long(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__long * SOAP_FMAC2 soap_instantiate_xsd__long(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__long(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__int -#define SOAP_TYPE_interswitch_xsd__int (38) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__int(struct soap*, const char*, int, const xsd__int *, const char*); -SOAP_FMAC3 xsd__int * SOAP_FMAC4 soap_in_xsd__int(struct soap*, const char*, xsd__int *, const char*); - -#define soap_write_xsd__int(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__int(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__int(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__int * SOAP_FMAC4 soap_get_xsd__int(struct soap*, xsd__int *, const char*, const char*); - -#define soap_new_xsd__int(soap, n) soap_instantiate_xsd__int(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__int(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__int * SOAP_FMAC2 soap_instantiate_xsd__int(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__int(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__float -#define SOAP_TYPE_interswitch_xsd__float (36) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__float(struct soap*, const char*, int, const xsd__float *, const char*); -SOAP_FMAC3 xsd__float * SOAP_FMAC4 soap_in_xsd__float(struct soap*, const char*, xsd__float *, const char*); - -#define soap_write_xsd__float(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__float(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__float(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__float * SOAP_FMAC4 soap_get_xsd__float(struct soap*, xsd__float *, const char*, const char*); - -#define soap_new_xsd__float(soap, n) soap_instantiate_xsd__float(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__float(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__float * SOAP_FMAC2 soap_instantiate_xsd__float(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__float(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__duration_ -#define SOAP_TYPE_interswitch_xsd__duration_ (35) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration_(struct soap*, const char*, int, const xsd__duration_ *, const char*); -SOAP_FMAC3 xsd__duration_ * SOAP_FMAC4 soap_in_xsd__duration_(struct soap*, const char*, xsd__duration_ *, const char*); - -#define soap_write_xsd__duration_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__duration_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__duration_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__duration_ * SOAP_FMAC4 soap_get_xsd__duration_(struct soap*, xsd__duration_ *, const char*, const char*); - -#define soap_new_xsd__duration_(soap, n) soap_instantiate_xsd__duration_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__duration_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__duration_ * SOAP_FMAC2 soap_instantiate_xsd__duration_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__duration_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__duration -#define SOAP_TYPE_interswitch_xsd__duration (34) -#endif - -#define soap_default_xsd__duration(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__duration(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__duration(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__duration(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__duration(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__duration(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__duration(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__duration(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__duration(soap, n) soap_instantiate_xsd__duration(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__duration(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__duration soap_instantiate_std__string - - -#define soap_copy_xsd__duration soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_xsd__double -#define SOAP_TYPE_interswitch_xsd__double (32) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__double(struct soap*, const char*, int, const xsd__double *, const char*); -SOAP_FMAC3 xsd__double * SOAP_FMAC4 soap_in_xsd__double(struct soap*, const char*, xsd__double *, const char*); - -#define soap_write_xsd__double(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__double(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__double(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__double * SOAP_FMAC4 soap_get_xsd__double(struct soap*, xsd__double *, const char*, const char*); - -#define soap_new_xsd__double(soap, n) soap_instantiate_xsd__double(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__double(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__double * SOAP_FMAC2 soap_instantiate_xsd__double(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__double(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__decimal_ -#define SOAP_TYPE_interswitch_xsd__decimal_ (31) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__decimal_(struct soap*, const char*, int, const xsd__decimal_ *, const char*); -SOAP_FMAC3 xsd__decimal_ * SOAP_FMAC4 soap_in_xsd__decimal_(struct soap*, const char*, xsd__decimal_ *, const char*); - -#define soap_write_xsd__decimal_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__decimal_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__decimal_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__decimal_ * SOAP_FMAC4 soap_get_xsd__decimal_(struct soap*, xsd__decimal_ *, const char*, const char*); - -#define soap_new_xsd__decimal_(soap, n) soap_instantiate_xsd__decimal_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__decimal_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__decimal_ * SOAP_FMAC2 soap_instantiate_xsd__decimal_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__decimal_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__decimal -#define SOAP_TYPE_interswitch_xsd__decimal (30) -#endif - -#define soap_default_xsd__decimal(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__decimal(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__decimal(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__decimal(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__decimal(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__decimal(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__decimal(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__decimal(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__decimal(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__decimal(soap, n) soap_instantiate_xsd__decimal(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__decimal(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__decimal soap_instantiate_std__string - - -#define soap_copy_xsd__decimal soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_xsd__dateTime -#define SOAP_TYPE_interswitch_xsd__dateTime (28) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__dateTime(struct soap*, const char*, int, const xsd__dateTime *, const char*); -SOAP_FMAC3 xsd__dateTime * SOAP_FMAC4 soap_in_xsd__dateTime(struct soap*, const char*, xsd__dateTime *, const char*); - -#define soap_write_xsd__dateTime(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__dateTime(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__dateTime(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__dateTime * SOAP_FMAC4 soap_get_xsd__dateTime(struct soap*, xsd__dateTime *, const char*, const char*); - -#define soap_new_xsd__dateTime(soap, n) soap_instantiate_xsd__dateTime(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__dateTime(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__dateTime * SOAP_FMAC2 soap_instantiate_xsd__dateTime(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__dateTime(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__byte_ -#define SOAP_TYPE_interswitch_xsd__byte_ (27) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__byte_(struct soap*, const char*, int, const xsd__byte_ *, const char*); -SOAP_FMAC3 xsd__byte_ * SOAP_FMAC4 soap_in_xsd__byte_(struct soap*, const char*, xsd__byte_ *, const char*); - -#define soap_write_xsd__byte_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__byte_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__byte_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__byte_ * SOAP_FMAC4 soap_get_xsd__byte_(struct soap*, xsd__byte_ *, const char*, const char*); - -#define soap_new_xsd__byte_(soap, n) soap_instantiate_xsd__byte_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__byte_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__byte_ * SOAP_FMAC2 soap_instantiate_xsd__byte_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__byte_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__boolean -#define SOAP_TYPE_interswitch_xsd__boolean (24) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__boolean(struct soap*, const char*, int, const xsd__boolean *, const char*); -SOAP_FMAC3 xsd__boolean * SOAP_FMAC4 soap_in_xsd__boolean(struct soap*, const char*, xsd__boolean *, const char*); - -#define soap_write_xsd__boolean(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__boolean(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__boolean(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__boolean * SOAP_FMAC4 soap_get_xsd__boolean(struct soap*, xsd__boolean *, const char*, const char*); - -#define soap_new_xsd__boolean(soap, n) soap_instantiate_xsd__boolean(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__boolean(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__boolean * SOAP_FMAC2 soap_instantiate_xsd__boolean(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__boolean(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__base64Binary_ -#define SOAP_TYPE_interswitch_xsd__base64Binary_ (23) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__base64Binary_(struct soap*, const char*, int, const xsd__base64Binary_ *, const char*); -SOAP_FMAC3 xsd__base64Binary_ * SOAP_FMAC4 soap_in_xsd__base64Binary_(struct soap*, const char*, xsd__base64Binary_ *, const char*); - -#define soap_write_xsd__base64Binary_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__base64Binary_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__base64Binary_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__base64Binary_ * SOAP_FMAC4 soap_get_xsd__base64Binary_(struct soap*, xsd__base64Binary_ *, const char*, const char*); - -#define soap_new_xsd__base64Binary_(soap, n) soap_instantiate_xsd__base64Binary_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__base64Binary_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__base64Binary_ * SOAP_FMAC2 soap_instantiate_xsd__base64Binary_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__base64Binary_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__base64Binary -#define SOAP_TYPE_interswitch_xsd__base64Binary (19) -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__base64Binary(struct soap*, const char*, int, const xsd__base64Binary *, const char*); -SOAP_FMAC3 xsd__base64Binary * SOAP_FMAC4 soap_in_xsd__base64Binary(struct soap*, const char*, xsd__base64Binary *, const char*); - -#define soap_write_xsd__base64Binary(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__base64Binary(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__base64Binary(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__base64Binary * SOAP_FMAC4 soap_get_xsd__base64Binary(struct soap*, xsd__base64Binary *, const char*, const char*); - -#define soap_new_xsd__base64Binary(soap, n) soap_instantiate_xsd__base64Binary(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__base64Binary(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__base64Binary * SOAP_FMAC2 soap_instantiate_xsd__base64Binary(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__base64Binary(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__anyURI_ -#define SOAP_TYPE_interswitch_xsd__anyURI_ (18) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyURI_(struct soap*, const char*, int, const xsd__anyURI_ *, const char*); -SOAP_FMAC3 xsd__anyURI_ * SOAP_FMAC4 soap_in_xsd__anyURI_(struct soap*, const char*, xsd__anyURI_ *, const char*); - -#define soap_write_xsd__anyURI_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__anyURI_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__anyURI_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__anyURI_ * SOAP_FMAC4 soap_get_xsd__anyURI_(struct soap*, xsd__anyURI_ *, const char*, const char*); - -#define soap_new_xsd__anyURI_(soap, n) soap_instantiate_xsd__anyURI_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__anyURI_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__anyURI_ * SOAP_FMAC2 soap_instantiate_xsd__anyURI_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__anyURI_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__anyURI -#define SOAP_TYPE_interswitch_xsd__anyURI (17) -#endif - -#define soap_default_xsd__anyURI(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__anyURI(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyURI(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__anyURI(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__anyURI(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyURI(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__anyURI(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__anyURI(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__anyURI(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__anyURI(soap, n) soap_instantiate_xsd__anyURI(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__anyURI(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__anyURI soap_instantiate_std__string - - -#define soap_copy_xsd__anyURI soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_xsd__QName_ -#define SOAP_TYPE_interswitch_xsd__QName_ (16) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__QName_(struct soap*, const char*, int, const xsd__QName_ *, const char*); -SOAP_FMAC3 xsd__QName_ * SOAP_FMAC4 soap_in_xsd__QName_(struct soap*, const char*, xsd__QName_ *, const char*); - -#define soap_write_xsd__QName_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__QName_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__QName_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__QName_ * SOAP_FMAC4 soap_get_xsd__QName_(struct soap*, xsd__QName_ *, const char*, const char*); - -#define soap_new_xsd__QName_(soap, n) soap_instantiate_xsd__QName_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__QName_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__QName_ * SOAP_FMAC2 soap_instantiate_xsd__QName_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__QName_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__QName -#define SOAP_TYPE_interswitch_xsd__QName (15) -#endif - -#define soap_default_xsd__QName(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__QName(soap, a) soap_serialize_std__string(soap, a) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__QName(struct soap*, const char*, int, const xsd__QName *, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__QName(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__QName(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__QName(struct soap*, const xsd__QName *, const char*, const char*); - -#define soap_read_xsd__QName(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__QName(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__QName * SOAP_FMAC4 soap_get_xsd__QName(struct soap*, xsd__QName *, const char*, const char*); - -#define soap_new_xsd__QName(soap, n) soap_instantiate_xsd__QName(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__QName(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__QName * SOAP_FMAC2 soap_instantiate_xsd__QName(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__QName(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__IDREF_ -#define SOAP_TYPE_interswitch_xsd__IDREF_ (14) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__IDREF_(struct soap*, const char*, int, const xsd__IDREF_ *, const char*); -SOAP_FMAC3 xsd__IDREF_ * SOAP_FMAC4 soap_in_xsd__IDREF_(struct soap*, const char*, xsd__IDREF_ *, const char*); - -#define soap_write_xsd__IDREF_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__IDREF_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__IDREF_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__IDREF_ * SOAP_FMAC4 soap_get_xsd__IDREF_(struct soap*, xsd__IDREF_ *, const char*, const char*); - -#define soap_new_xsd__IDREF_(soap, n) soap_instantiate_xsd__IDREF_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__IDREF_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__IDREF_ * SOAP_FMAC2 soap_instantiate_xsd__IDREF_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__IDREF_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__IDREF -#define SOAP_TYPE_interswitch_xsd__IDREF (13) -#endif - -#define soap_default_xsd__IDREF(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__IDREF(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__IDREF(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__IDREF(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__IDREF(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__IDREF(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__IDREF(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__IDREF(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__IDREF(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__IDREF(soap, n) soap_instantiate_xsd__IDREF(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__IDREF(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__IDREF soap_instantiate_std__string - - -#define soap_copy_xsd__IDREF soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_xsd__ID_ -#define SOAP_TYPE_interswitch_xsd__ID_ (12) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__ID_(struct soap*, const char*, int, const xsd__ID_ *, const char*); -SOAP_FMAC3 xsd__ID_ * SOAP_FMAC4 soap_in_xsd__ID_(struct soap*, const char*, xsd__ID_ *, const char*); - -#define soap_write_xsd__ID_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__ID_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__ID_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__ID_ * SOAP_FMAC4 soap_get_xsd__ID_(struct soap*, xsd__ID_ *, const char*, const char*); - -#define soap_new_xsd__ID_(soap, n) soap_instantiate_xsd__ID_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__ID_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__ID_ * SOAP_FMAC2 soap_instantiate_xsd__ID_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__ID_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__ID -#define SOAP_TYPE_interswitch_xsd__ID (11) -#endif - -#define soap_default_xsd__ID(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__ID(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__ID(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__ID(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__ID(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__ID(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__ID(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__ID(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__ID(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__ID(soap, n) soap_instantiate_xsd__ID(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__ID(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__ID soap_instantiate_std__string - - -#define soap_copy_xsd__ID soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_std__string -#define SOAP_TYPE_interswitch_std__string (10) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_std__string(struct soap*, std::string *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_std__string(struct soap*, const std::string *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__string(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_std__string(struct soap*, const char*, std::string*, const char*); - -#define soap_write_std__string(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_std__string(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_std__string(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_std__string(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_std__string(struct soap*, std::string *, const char*, const char*); - -#define soap_new_std__string(soap, n) soap_instantiate_std__string(soap, n, NULL, NULL, NULL) - - -#define soap_delete_std__string(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_instantiate_std__string(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_std__string(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__anyType -#define SOAP_TYPE_interswitch_xsd__anyType (8) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyType(struct soap*, const char*, int, const xsd__anyType *, const char*); -SOAP_FMAC3 xsd__anyType * SOAP_FMAC4 soap_in_xsd__anyType(struct soap*, const char*, xsd__anyType *, const char*); - -#define soap_write_xsd__anyType(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__anyType(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__anyType(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__anyType * SOAP_FMAC4 soap_get_xsd__anyType(struct soap*, xsd__anyType *, const char*, const char*); - -#define soap_new_xsd__anyType(soap, n) soap_instantiate_xsd__anyType(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__anyType(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__anyType * SOAP_FMAC2 soap_instantiate_xsd__anyType(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__anyType(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Fault -#define SOAP_TYPE_interswitch_SOAP_ENV__Fault (299) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*); - -#define soap_write_SOAP_ENV__Fault(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Fault(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*); - -#define soap_read_SOAP_ENV__Fault(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*); - -#define soap_new_SOAP_ENV__Fault(soap, n) soap_instantiate_SOAP_ENV__Fault(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Fault(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Fault(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Reason -#define SOAP_TYPE_interswitch_SOAP_ENV__Reason (298) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*); - -#define soap_write_SOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Reason(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*); - -#define soap_read_SOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*); - -#define soap_new_SOAP_ENV__Reason(soap, n) soap_instantiate_SOAP_ENV__Reason(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Reason(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Reason(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Detail -#define SOAP_TYPE_interswitch_SOAP_ENV__Detail (295) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*); - -#define soap_write_SOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Detail(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*); - -#define soap_read_SOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*); - -#define soap_new_SOAP_ENV__Detail(soap, n) soap_instantiate_SOAP_ENV__Detail(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Detail(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Detail(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Code -#define SOAP_TYPE_interswitch_SOAP_ENV__Code (293) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*); - -#define soap_write_SOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Code(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*); - -#define soap_read_SOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*); - -#define soap_new_SOAP_ENV__Code(soap, n) soap_instantiate_SOAP_ENV__Code(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Code(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Code(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Header -#define SOAP_TYPE_interswitch_SOAP_ENV__Header (292) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*); - -#define soap_write_SOAP_ENV__Header(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Header(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*); - -#define soap_read_SOAP_ENV__Header(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*); - -#define soap_new_SOAP_ENV__Header(soap, n) soap_instantiate_SOAP_ENV__Header(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Header(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Header(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__VerifyBiller -#define SOAP_TYPE_interswitch___interswitch__VerifyBiller (291) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__VerifyBiller(struct soap*, struct __interswitch__VerifyBiller *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__VerifyBiller(struct soap*, const struct __interswitch__VerifyBiller *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__VerifyBiller(struct soap*, const char*, int, const struct __interswitch__VerifyBiller *, const char*); -SOAP_FMAC3 struct __interswitch__VerifyBiller * SOAP_FMAC4 soap_in___interswitch__VerifyBiller(struct soap*, const char*, struct __interswitch__VerifyBiller *, const char*); - -#define soap_write___interswitch__VerifyBiller(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__VerifyBiller(soap, data), 0) || interswitch::soap_put___interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__VerifyBiller(struct soap*, const struct __interswitch__VerifyBiller *, const char*, const char*); - -#define soap_read___interswitch__VerifyBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__VerifyBiller * SOAP_FMAC4 soap_get___interswitch__VerifyBiller(struct soap*, struct __interswitch__VerifyBiller *, const char*, const char*); - -#define soap_new___interswitch__VerifyBiller(soap, n) soap_instantiate___interswitch__VerifyBiller(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__VerifyBiller(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__VerifyBiller * SOAP_FMAC2 soap_instantiate___interswitch__VerifyBiller(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__VerifyBiller(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__CreateBiller -#define SOAP_TYPE_interswitch___interswitch__CreateBiller (287) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CreateBiller(struct soap*, struct __interswitch__CreateBiller *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CreateBiller(struct soap*, const struct __interswitch__CreateBiller *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CreateBiller(struct soap*, const char*, int, const struct __interswitch__CreateBiller *, const char*); -SOAP_FMAC3 struct __interswitch__CreateBiller * SOAP_FMAC4 soap_in___interswitch__CreateBiller(struct soap*, const char*, struct __interswitch__CreateBiller *, const char*); - -#define soap_write___interswitch__CreateBiller(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__CreateBiller(soap, data), 0) || interswitch::soap_put___interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CreateBiller(struct soap*, const struct __interswitch__CreateBiller *, const char*, const char*); - -#define soap_read___interswitch__CreateBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__CreateBiller * SOAP_FMAC4 soap_get___interswitch__CreateBiller(struct soap*, struct __interswitch__CreateBiller *, const char*, const char*); - -#define soap_new___interswitch__CreateBiller(soap, n) soap_instantiate___interswitch__CreateBiller(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__CreateBiller(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__CreateBiller * SOAP_FMAC2 soap_instantiate___interswitch__CreateBiller(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CreateBiller(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch___interswitch__DoCustomProcessing (283) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoCustomProcessing(struct soap*, struct __interswitch__DoCustomProcessing *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoCustomProcessing(struct soap*, const struct __interswitch__DoCustomProcessing *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoCustomProcessing(struct soap*, const char*, int, const struct __interswitch__DoCustomProcessing *, const char*); -SOAP_FMAC3 struct __interswitch__DoCustomProcessing * SOAP_FMAC4 soap_in___interswitch__DoCustomProcessing(struct soap*, const char*, struct __interswitch__DoCustomProcessing *, const char*); - -#define soap_write___interswitch__DoCustomProcessing(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__DoCustomProcessing(soap, data), 0) || interswitch::soap_put___interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoCustomProcessing(struct soap*, const struct __interswitch__DoCustomProcessing *, const char*, const char*); - -#define soap_read___interswitch__DoCustomProcessing(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__DoCustomProcessing * SOAP_FMAC4 soap_get___interswitch__DoCustomProcessing(struct soap*, struct __interswitch__DoCustomProcessing *, const char*, const char*); - -#define soap_new___interswitch__DoCustomProcessing(soap, n) soap_instantiate___interswitch__DoCustomProcessing(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__DoCustomProcessing(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__DoCustomProcessing * SOAP_FMAC2 soap_instantiate___interswitch__DoCustomProcessing(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoCustomProcessing(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch___interswitch__ResendActivationToken (279) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ResendActivationToken(struct soap*, struct __interswitch__ResendActivationToken *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ResendActivationToken(struct soap*, const struct __interswitch__ResendActivationToken *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ResendActivationToken(struct soap*, const char*, int, const struct __interswitch__ResendActivationToken *, const char*); -SOAP_FMAC3 struct __interswitch__ResendActivationToken * SOAP_FMAC4 soap_in___interswitch__ResendActivationToken(struct soap*, const char*, struct __interswitch__ResendActivationToken *, const char*); - -#define soap_write___interswitch__ResendActivationToken(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ResendActivationToken(soap, data), 0) || interswitch::soap_put___interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ResendActivationToken(struct soap*, const struct __interswitch__ResendActivationToken *, const char*, const char*); - -#define soap_read___interswitch__ResendActivationToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ResendActivationToken * SOAP_FMAC4 soap_get___interswitch__ResendActivationToken(struct soap*, struct __interswitch__ResendActivationToken *, const char*, const char*); - -#define soap_new___interswitch__ResendActivationToken(soap, n) soap_instantiate___interswitch__ResendActivationToken(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ResendActivationToken(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ResendActivationToken * SOAP_FMAC2 soap_instantiate___interswitch__ResendActivationToken(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ResendActivationToken(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount (275) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__EditCustomerBillerAccount(struct soap*, struct __interswitch__EditCustomerBillerAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__EditCustomerBillerAccount(struct soap*, const struct __interswitch__EditCustomerBillerAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__EditCustomerBillerAccount(struct soap*, const char*, int, const struct __interswitch__EditCustomerBillerAccount *, const char*); -SOAP_FMAC3 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_in___interswitch__EditCustomerBillerAccount(struct soap*, const char*, struct __interswitch__EditCustomerBillerAccount *, const char*); - -#define soap_write___interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__EditCustomerBillerAccount(soap, data), 0) || interswitch::soap_put___interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__EditCustomerBillerAccount(struct soap*, const struct __interswitch__EditCustomerBillerAccount *, const char*, const char*); - -#define soap_read___interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_get___interswitch__EditCustomerBillerAccount(struct soap*, struct __interswitch__EditCustomerBillerAccount *, const char*, const char*); - -#define soap_new___interswitch__EditCustomerBillerAccount(soap, n) soap_instantiate___interswitch__EditCustomerBillerAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__EditCustomerBillerAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC2 soap_instantiate___interswitch__EditCustomerBillerAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__EditCustomerBillerAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount (271) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillersCollectionsAccount(struct soap*, struct __interswitch__GetBillersCollectionsAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillersCollectionsAccount(struct soap*, const struct __interswitch__GetBillersCollectionsAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillersCollectionsAccount(struct soap*, const char*, int, const struct __interswitch__GetBillersCollectionsAccount *, const char*); -SOAP_FMAC3 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_in___interswitch__GetBillersCollectionsAccount(struct soap*, const char*, struct __interswitch__GetBillersCollectionsAccount *, const char*); - -#define soap_write___interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetBillersCollectionsAccount(soap, data), 0) || interswitch::soap_put___interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillersCollectionsAccount(struct soap*, const struct __interswitch__GetBillersCollectionsAccount *, const char*, const char*); - -#define soap_read___interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_get___interswitch__GetBillersCollectionsAccount(struct soap*, struct __interswitch__GetBillersCollectionsAccount *, const char*, const char*); - -#define soap_new___interswitch__GetBillersCollectionsAccount(soap, n) soap_instantiate___interswitch__GetBillersCollectionsAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetBillersCollectionsAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC2 soap_instantiate___interswitch__GetBillersCollectionsAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillersCollectionsAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount (267) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCollectionsAccount(struct soap*, struct __interswitch__GetCollectionsAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCollectionsAccount(struct soap*, const struct __interswitch__GetCollectionsAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCollectionsAccount(struct soap*, const char*, int, const struct __interswitch__GetCollectionsAccount *, const char*); -SOAP_FMAC3 struct __interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_in___interswitch__GetCollectionsAccount(struct soap*, const char*, struct __interswitch__GetCollectionsAccount *, const char*); - -#define soap_write___interswitch__GetCollectionsAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetCollectionsAccount(soap, data), 0) || interswitch::soap_put___interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCollectionsAccount(struct soap*, const struct __interswitch__GetCollectionsAccount *, const char*, const char*); - -#define soap_read___interswitch__GetCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_get___interswitch__GetCollectionsAccount(struct soap*, struct __interswitch__GetCollectionsAccount *, const char*, const char*); - -#define soap_new___interswitch__GetCollectionsAccount(soap, n) soap_instantiate___interswitch__GetCollectionsAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetCollectionsAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetCollectionsAccount * SOAP_FMAC2 soap_instantiate___interswitch__GetCollectionsAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCollectionsAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch___interswitch__AddBillerCustomer (263) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AddBillerCustomer(struct soap*, struct __interswitch__AddBillerCustomer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AddBillerCustomer(struct soap*, const struct __interswitch__AddBillerCustomer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AddBillerCustomer(struct soap*, const char*, int, const struct __interswitch__AddBillerCustomer *, const char*); -SOAP_FMAC3 struct __interswitch__AddBillerCustomer * SOAP_FMAC4 soap_in___interswitch__AddBillerCustomer(struct soap*, const char*, struct __interswitch__AddBillerCustomer *, const char*); - -#define soap_write___interswitch__AddBillerCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AddBillerCustomer(soap, data), 0) || interswitch::soap_put___interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AddBillerCustomer(struct soap*, const struct __interswitch__AddBillerCustomer *, const char*, const char*); - -#define soap_read___interswitch__AddBillerCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AddBillerCustomer * SOAP_FMAC4 soap_get___interswitch__AddBillerCustomer(struct soap*, struct __interswitch__AddBillerCustomer *, const char*, const char*); - -#define soap_new___interswitch__AddBillerCustomer(soap, n) soap_instantiate___interswitch__AddBillerCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AddBillerCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AddBillerCustomer * SOAP_FMAC2 soap_instantiate___interswitch__AddBillerCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AddBillerCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch___interswitch__GetCustomerPayments (259) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCustomerPayments(struct soap*, struct __interswitch__GetCustomerPayments *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCustomerPayments(struct soap*, const struct __interswitch__GetCustomerPayments *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCustomerPayments(struct soap*, const char*, int, const struct __interswitch__GetCustomerPayments *, const char*); -SOAP_FMAC3 struct __interswitch__GetCustomerPayments * SOAP_FMAC4 soap_in___interswitch__GetCustomerPayments(struct soap*, const char*, struct __interswitch__GetCustomerPayments *, const char*); - -#define soap_write___interswitch__GetCustomerPayments(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetCustomerPayments(soap, data), 0) || interswitch::soap_put___interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCustomerPayments(struct soap*, const struct __interswitch__GetCustomerPayments *, const char*, const char*); - -#define soap_read___interswitch__GetCustomerPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetCustomerPayments * SOAP_FMAC4 soap_get___interswitch__GetCustomerPayments(struct soap*, struct __interswitch__GetCustomerPayments *, const char*, const char*); - -#define soap_new___interswitch__GetCustomerPayments(soap, n) soap_instantiate___interswitch__GetCustomerPayments(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetCustomerPayments(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetCustomerPayments * SOAP_FMAC2 soap_instantiate___interswitch__GetCustomerPayments(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCustomerPayments(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts (255) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCustomerBillerAccounts(struct soap*, struct __interswitch__GetCustomerBillerAccounts *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCustomerBillerAccounts(struct soap*, const struct __interswitch__GetCustomerBillerAccounts *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCustomerBillerAccounts(struct soap*, const char*, int, const struct __interswitch__GetCustomerBillerAccounts *, const char*); -SOAP_FMAC3 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_in___interswitch__GetCustomerBillerAccounts(struct soap*, const char*, struct __interswitch__GetCustomerBillerAccounts *, const char*); - -#define soap_write___interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetCustomerBillerAccounts(soap, data), 0) || interswitch::soap_put___interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCustomerBillerAccounts(struct soap*, const struct __interswitch__GetCustomerBillerAccounts *, const char*, const char*); - -#define soap_read___interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_get___interswitch__GetCustomerBillerAccounts(struct soap*, struct __interswitch__GetCustomerBillerAccounts *, const char*, const char*); - -#define soap_new___interswitch__GetCustomerBillerAccounts(soap, n) soap_instantiate___interswitch__GetCustomerBillerAccounts(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetCustomerBillerAccounts(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC2 soap_instantiate___interswitch__GetCustomerBillerAccounts(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCustomerBillerAccounts(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount (251) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AddCustomerBillerAccount(struct soap*, struct __interswitch__AddCustomerBillerAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AddCustomerBillerAccount(struct soap*, const struct __interswitch__AddCustomerBillerAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AddCustomerBillerAccount(struct soap*, const char*, int, const struct __interswitch__AddCustomerBillerAccount *, const char*); -SOAP_FMAC3 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_in___interswitch__AddCustomerBillerAccount(struct soap*, const char*, struct __interswitch__AddCustomerBillerAccount *, const char*); - -#define soap_write___interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AddCustomerBillerAccount(soap, data), 0) || interswitch::soap_put___interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AddCustomerBillerAccount(struct soap*, const struct __interswitch__AddCustomerBillerAccount *, const char*, const char*); - -#define soap_read___interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_get___interswitch__AddCustomerBillerAccount(struct soap*, struct __interswitch__AddCustomerBillerAccount *, const char*, const char*); - -#define soap_new___interswitch__AddCustomerBillerAccount(soap, n) soap_instantiate___interswitch__AddCustomerBillerAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AddCustomerBillerAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC2 soap_instantiate___interswitch__AddCustomerBillerAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AddCustomerBillerAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__SendPayments -#define SOAP_TYPE_interswitch___interswitch__SendPayments (247) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendPayments(struct soap*, struct __interswitch__SendPayments *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendPayments(struct soap*, const struct __interswitch__SendPayments *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendPayments(struct soap*, const char*, int, const struct __interswitch__SendPayments *, const char*); -SOAP_FMAC3 struct __interswitch__SendPayments * SOAP_FMAC4 soap_in___interswitch__SendPayments(struct soap*, const char*, struct __interswitch__SendPayments *, const char*); - -#define soap_write___interswitch__SendPayments(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__SendPayments(soap, data), 0) || interswitch::soap_put___interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendPayments(struct soap*, const struct __interswitch__SendPayments *, const char*, const char*); - -#define soap_read___interswitch__SendPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__SendPayments * SOAP_FMAC4 soap_get___interswitch__SendPayments(struct soap*, struct __interswitch__SendPayments *, const char*, const char*); - -#define soap_new___interswitch__SendPayments(soap, n) soap_instantiate___interswitch__SendPayments(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__SendPayments(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__SendPayments * SOAP_FMAC2 soap_instantiate___interswitch__SendPayments(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendPayments(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice (243) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendBillPaymentAdvice(struct soap*, struct __interswitch__SendBillPaymentAdvice *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendBillPaymentAdvice(struct soap*, const struct __interswitch__SendBillPaymentAdvice *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendBillPaymentAdvice(struct soap*, const char*, int, const struct __interswitch__SendBillPaymentAdvice *, const char*); -SOAP_FMAC3 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_in___interswitch__SendBillPaymentAdvice(struct soap*, const char*, struct __interswitch__SendBillPaymentAdvice *, const char*); - -#define soap_write___interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__SendBillPaymentAdvice(soap, data), 0) || interswitch::soap_put___interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendBillPaymentAdvice(struct soap*, const struct __interswitch__SendBillPaymentAdvice *, const char*, const char*); - -#define soap_read___interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_get___interswitch__SendBillPaymentAdvice(struct soap*, struct __interswitch__SendBillPaymentAdvice *, const char*, const char*); - -#define soap_new___interswitch__SendBillPaymentAdvice(soap, n) soap_instantiate___interswitch__SendBillPaymentAdvice(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__SendBillPaymentAdvice(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC2 soap_instantiate___interswitch__SendBillPaymentAdvice(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendBillPaymentAdvice(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer (239) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateCustomer(struct soap*, struct __interswitch__AuthenticateCustomer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateCustomer(struct soap*, const struct __interswitch__AuthenticateCustomer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateCustomer(struct soap*, const char*, int, const struct __interswitch__AuthenticateCustomer *, const char*); -SOAP_FMAC3 struct __interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_in___interswitch__AuthenticateCustomer(struct soap*, const char*, struct __interswitch__AuthenticateCustomer *, const char*); - -#define soap_write___interswitch__AuthenticateCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthenticateCustomer(soap, data), 0) || interswitch::soap_put___interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateCustomer(struct soap*, const struct __interswitch__AuthenticateCustomer *, const char*, const char*); - -#define soap_read___interswitch__AuthenticateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_get___interswitch__AuthenticateCustomer(struct soap*, struct __interswitch__AuthenticateCustomer *, const char*, const char*); - -#define soap_new___interswitch__AuthenticateCustomer(soap, n) soap_instantiate___interswitch__AuthenticateCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthenticateCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthenticateCustomer * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry (235) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoBillPaymentInquiry(struct soap*, struct __interswitch__DoBillPaymentInquiry *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoBillPaymentInquiry(struct soap*, const struct __interswitch__DoBillPaymentInquiry *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoBillPaymentInquiry(struct soap*, const char*, int, const struct __interswitch__DoBillPaymentInquiry *, const char*); -SOAP_FMAC3 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_in___interswitch__DoBillPaymentInquiry(struct soap*, const char*, struct __interswitch__DoBillPaymentInquiry *, const char*); - -#define soap_write___interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__DoBillPaymentInquiry(soap, data), 0) || interswitch::soap_put___interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoBillPaymentInquiry(struct soap*, const struct __interswitch__DoBillPaymentInquiry *, const char*, const char*); - -#define soap_read___interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_get___interswitch__DoBillPaymentInquiry(struct soap*, struct __interswitch__DoBillPaymentInquiry *, const char*, const char*); - -#define soap_new___interswitch__DoBillPaymentInquiry(soap, n) soap_instantiate___interswitch__DoBillPaymentInquiry(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__DoBillPaymentInquiry(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC2 soap_instantiate___interswitch__DoBillPaymentInquiry(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoBillPaymentInquiry(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch___interswitch__GetBillerCategories (231) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillerCategories(struct soap*, struct __interswitch__GetBillerCategories *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillerCategories(struct soap*, const struct __interswitch__GetBillerCategories *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillerCategories(struct soap*, const char*, int, const struct __interswitch__GetBillerCategories *, const char*); -SOAP_FMAC3 struct __interswitch__GetBillerCategories * SOAP_FMAC4 soap_in___interswitch__GetBillerCategories(struct soap*, const char*, struct __interswitch__GetBillerCategories *, const char*); - -#define soap_write___interswitch__GetBillerCategories(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetBillerCategories(soap, data), 0) || interswitch::soap_put___interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillerCategories(struct soap*, const struct __interswitch__GetBillerCategories *, const char*, const char*); - -#define soap_read___interswitch__GetBillerCategories(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetBillerCategories * SOAP_FMAC4 soap_get___interswitch__GetBillerCategories(struct soap*, struct __interswitch__GetBillerCategories *, const char*, const char*); - -#define soap_new___interswitch__GetBillerCategories(soap, n) soap_instantiate___interswitch__GetBillerCategories(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetBillerCategories(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetBillerCategories * SOAP_FMAC2 soap_instantiate___interswitch__GetBillerCategories(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillerCategories(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems (227) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillerPaymentItems(struct soap*, struct __interswitch__GetBillerPaymentItems *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillerPaymentItems(struct soap*, const struct __interswitch__GetBillerPaymentItems *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillerPaymentItems(struct soap*, const char*, int, const struct __interswitch__GetBillerPaymentItems *, const char*); -SOAP_FMAC3 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_in___interswitch__GetBillerPaymentItems(struct soap*, const char*, struct __interswitch__GetBillerPaymentItems *, const char*); - -#define soap_write___interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetBillerPaymentItems(soap, data), 0) || interswitch::soap_put___interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillerPaymentItems(struct soap*, const struct __interswitch__GetBillerPaymentItems *, const char*, const char*); - -#define soap_read___interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_get___interswitch__GetBillerPaymentItems(struct soap*, struct __interswitch__GetBillerPaymentItems *, const char*, const char*); - -#define soap_new___interswitch__GetBillerPaymentItems(soap, n) soap_instantiate___interswitch__GetBillerPaymentItems(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetBillerPaymentItems(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC2 soap_instantiate___interswitch__GetBillerPaymentItems(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillerPaymentItems(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers (223) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetFeaturedBillers(struct soap*, struct __interswitch__GetFeaturedBillers *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetFeaturedBillers(struct soap*, const struct __interswitch__GetFeaturedBillers *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetFeaturedBillers(struct soap*, const char*, int, const struct __interswitch__GetFeaturedBillers *, const char*); -SOAP_FMAC3 struct __interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_in___interswitch__GetFeaturedBillers(struct soap*, const char*, struct __interswitch__GetFeaturedBillers *, const char*); - -#define soap_write___interswitch__GetFeaturedBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetFeaturedBillers(soap, data), 0) || interswitch::soap_put___interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetFeaturedBillers(struct soap*, const struct __interswitch__GetFeaturedBillers *, const char*, const char*); - -#define soap_read___interswitch__GetFeaturedBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_get___interswitch__GetFeaturedBillers(struct soap*, struct __interswitch__GetFeaturedBillers *, const char*, const char*); - -#define soap_new___interswitch__GetFeaturedBillers(soap, n) soap_instantiate___interswitch__GetFeaturedBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetFeaturedBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetFeaturedBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetFeaturedBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetFeaturedBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch___interswitch__GetLatestBillers (219) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetLatestBillers(struct soap*, struct __interswitch__GetLatestBillers *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetLatestBillers(struct soap*, const struct __interswitch__GetLatestBillers *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetLatestBillers(struct soap*, const char*, int, const struct __interswitch__GetLatestBillers *, const char*); -SOAP_FMAC3 struct __interswitch__GetLatestBillers * SOAP_FMAC4 soap_in___interswitch__GetLatestBillers(struct soap*, const char*, struct __interswitch__GetLatestBillers *, const char*); - -#define soap_write___interswitch__GetLatestBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetLatestBillers(soap, data), 0) || interswitch::soap_put___interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetLatestBillers(struct soap*, const struct __interswitch__GetLatestBillers *, const char*, const char*); - -#define soap_read___interswitch__GetLatestBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetLatestBillers * SOAP_FMAC4 soap_get___interswitch__GetLatestBillers(struct soap*, struct __interswitch__GetLatestBillers *, const char*, const char*); - -#define soap_new___interswitch__GetLatestBillers(soap, n) soap_instantiate___interswitch__GetLatestBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetLatestBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetLatestBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetLatestBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetLatestBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillers -#define SOAP_TYPE_interswitch___interswitch__GetBillers (215) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillers(struct soap*, struct __interswitch__GetBillers *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillers(struct soap*, const struct __interswitch__GetBillers *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillers(struct soap*, const char*, int, const struct __interswitch__GetBillers *, const char*); -SOAP_FMAC3 struct __interswitch__GetBillers * SOAP_FMAC4 soap_in___interswitch__GetBillers(struct soap*, const char*, struct __interswitch__GetBillers *, const char*); - -#define soap_write___interswitch__GetBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetBillers(soap, data), 0) || interswitch::soap_put___interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillers(struct soap*, const struct __interswitch__GetBillers *, const char*, const char*); - -#define soap_read___interswitch__GetBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetBillers * SOAP_FMAC4 soap_get___interswitch__GetBillers(struct soap*, struct __interswitch__GetBillers *, const char*, const char*); - -#define soap_new___interswitch__GetBillers(soap, n) soap_instantiate___interswitch__GetBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetUser -#define SOAP_TYPE_interswitch___interswitch__GetUser (211) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetUser(struct soap*, struct __interswitch__GetUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetUser(struct soap*, const struct __interswitch__GetUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetUser(struct soap*, const char*, int, const struct __interswitch__GetUser *, const char*); -SOAP_FMAC3 struct __interswitch__GetUser * SOAP_FMAC4 soap_in___interswitch__GetUser(struct soap*, const char*, struct __interswitch__GetUser *, const char*); - -#define soap_write___interswitch__GetUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetUser(soap, data), 0) || interswitch::soap_put___interswitch__GetUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetUser(struct soap*, const struct __interswitch__GetUser *, const char*, const char*); - -#define soap_read___interswitch__GetUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetUser * SOAP_FMAC4 soap_get___interswitch__GetUser(struct soap*, struct __interswitch__GetUser *, const char*, const char*); - -#define soap_new___interswitch__GetUser(soap, n) soap_instantiate___interswitch__GetUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetUser * SOAP_FMAC2 soap_instantiate___interswitch__GetUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken (207) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateUserSecurityToken(struct soap*, struct __interswitch__AuthenticateUserSecurityToken *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateUserSecurityToken(struct soap*, const struct __interswitch__AuthenticateUserSecurityToken *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, int, const struct __interswitch__AuthenticateUserSecurityToken *, const char*); -SOAP_FMAC3 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_in___interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, struct __interswitch__AuthenticateUserSecurityToken *, const char*); - -#define soap_write___interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthenticateUserSecurityToken(soap, data), 0) || interswitch::soap_put___interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateUserSecurityToken(struct soap*, const struct __interswitch__AuthenticateUserSecurityToken *, const char*, const char*); - -#define soap_read___interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_get___interswitch__AuthenticateUserSecurityToken(struct soap*, struct __interswitch__AuthenticateUserSecurityToken *, const char*, const char*); - -#define soap_new___interswitch__AuthenticateUserSecurityToken(soap, n) soap_instantiate___interswitch__AuthenticateUserSecurityToken(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthenticateUserSecurityToken(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateUserSecurityToken(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateUserSecurityToken(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch___interswitch__AuthenticateUser (203) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateUser(struct soap*, struct __interswitch__AuthenticateUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateUser(struct soap*, const struct __interswitch__AuthenticateUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateUser(struct soap*, const char*, int, const struct __interswitch__AuthenticateUser *, const char*); -SOAP_FMAC3 struct __interswitch__AuthenticateUser * SOAP_FMAC4 soap_in___interswitch__AuthenticateUser(struct soap*, const char*, struct __interswitch__AuthenticateUser *, const char*); - -#define soap_write___interswitch__AuthenticateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthenticateUser(soap, data), 0) || interswitch::soap_put___interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateUser(struct soap*, const struct __interswitch__AuthenticateUser *, const char*, const char*); - -#define soap_read___interswitch__AuthenticateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthenticateUser * SOAP_FMAC4 soap_get___interswitch__AuthenticateUser(struct soap*, struct __interswitch__AuthenticateUser *, const char*, const char*); - -#define soap_new___interswitch__AuthenticateUser(soap, n) soap_instantiate___interswitch__AuthenticateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthenticateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthenticateUser * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ResetPassword -#define SOAP_TYPE_interswitch___interswitch__ResetPassword (199) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ResetPassword(struct soap*, struct __interswitch__ResetPassword *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ResetPassword(struct soap*, const struct __interswitch__ResetPassword *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ResetPassword(struct soap*, const char*, int, const struct __interswitch__ResetPassword *, const char*); -SOAP_FMAC3 struct __interswitch__ResetPassword * SOAP_FMAC4 soap_in___interswitch__ResetPassword(struct soap*, const char*, struct __interswitch__ResetPassword *, const char*); - -#define soap_write___interswitch__ResetPassword(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ResetPassword(soap, data), 0) || interswitch::soap_put___interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ResetPassword(struct soap*, const struct __interswitch__ResetPassword *, const char*, const char*); - -#define soap_read___interswitch__ResetPassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ResetPassword * SOAP_FMAC4 soap_get___interswitch__ResetPassword(struct soap*, struct __interswitch__ResetPassword *, const char*, const char*); - -#define soap_new___interswitch__ResetPassword(soap, n) soap_instantiate___interswitch__ResetPassword(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ResetPassword(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ResetPassword * SOAP_FMAC2 soap_instantiate___interswitch__ResetPassword(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ResetPassword(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ChangePassword -#define SOAP_TYPE_interswitch___interswitch__ChangePassword (195) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ChangePassword(struct soap*, struct __interswitch__ChangePassword *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ChangePassword(struct soap*, const struct __interswitch__ChangePassword *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ChangePassword(struct soap*, const char*, int, const struct __interswitch__ChangePassword *, const char*); -SOAP_FMAC3 struct __interswitch__ChangePassword * SOAP_FMAC4 soap_in___interswitch__ChangePassword(struct soap*, const char*, struct __interswitch__ChangePassword *, const char*); - -#define soap_write___interswitch__ChangePassword(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ChangePassword(soap, data), 0) || interswitch::soap_put___interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ChangePassword(struct soap*, const struct __interswitch__ChangePassword *, const char*, const char*); - -#define soap_read___interswitch__ChangePassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ChangePassword * SOAP_FMAC4 soap_get___interswitch__ChangePassword(struct soap*, struct __interswitch__ChangePassword *, const char*, const char*); - -#define soap_new___interswitch__ChangePassword(soap, n) soap_instantiate___interswitch__ChangePassword(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ChangePassword(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ChangePassword * SOAP_FMAC2 soap_instantiate___interswitch__ChangePassword(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ChangePassword(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__UpdateUser -#define SOAP_TYPE_interswitch___interswitch__UpdateUser (191) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__UpdateUser(struct soap*, struct __interswitch__UpdateUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__UpdateUser(struct soap*, const struct __interswitch__UpdateUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__UpdateUser(struct soap*, const char*, int, const struct __interswitch__UpdateUser *, const char*); -SOAP_FMAC3 struct __interswitch__UpdateUser * SOAP_FMAC4 soap_in___interswitch__UpdateUser(struct soap*, const char*, struct __interswitch__UpdateUser *, const char*); - -#define soap_write___interswitch__UpdateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__UpdateUser(soap, data), 0) || interswitch::soap_put___interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__UpdateUser(struct soap*, const struct __interswitch__UpdateUser *, const char*, const char*); - -#define soap_read___interswitch__UpdateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__UpdateUser * SOAP_FMAC4 soap_get___interswitch__UpdateUser(struct soap*, struct __interswitch__UpdateUser *, const char*, const char*); - -#define soap_new___interswitch__UpdateUser(soap, n) soap_instantiate___interswitch__UpdateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__UpdateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__UpdateUser * SOAP_FMAC2 soap_instantiate___interswitch__UpdateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__UpdateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ActivateUser -#define SOAP_TYPE_interswitch___interswitch__ActivateUser (187) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ActivateUser(struct soap*, struct __interswitch__ActivateUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ActivateUser(struct soap*, const struct __interswitch__ActivateUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ActivateUser(struct soap*, const char*, int, const struct __interswitch__ActivateUser *, const char*); -SOAP_FMAC3 struct __interswitch__ActivateUser * SOAP_FMAC4 soap_in___interswitch__ActivateUser(struct soap*, const char*, struct __interswitch__ActivateUser *, const char*); - -#define soap_write___interswitch__ActivateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ActivateUser(soap, data), 0) || interswitch::soap_put___interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ActivateUser(struct soap*, const struct __interswitch__ActivateUser *, const char*, const char*); - -#define soap_read___interswitch__ActivateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ActivateUser * SOAP_FMAC4 soap_get___interswitch__ActivateUser(struct soap*, struct __interswitch__ActivateUser *, const char*, const char*); - -#define soap_new___interswitch__ActivateUser(soap, n) soap_instantiate___interswitch__ActivateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ActivateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ActivateUser * SOAP_FMAC2 soap_instantiate___interswitch__ActivateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ActivateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__CreateUser -#define SOAP_TYPE_interswitch___interswitch__CreateUser (183) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CreateUser(struct soap*, struct __interswitch__CreateUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CreateUser(struct soap*, const struct __interswitch__CreateUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CreateUser(struct soap*, const char*, int, const struct __interswitch__CreateUser *, const char*); -SOAP_FMAC3 struct __interswitch__CreateUser * SOAP_FMAC4 soap_in___interswitch__CreateUser(struct soap*, const char*, struct __interswitch__CreateUser *, const char*); - -#define soap_write___interswitch__CreateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__CreateUser(soap, data), 0) || interswitch::soap_put___interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CreateUser(struct soap*, const struct __interswitch__CreateUser *, const char*, const char*); - -#define soap_read___interswitch__CreateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__CreateUser * SOAP_FMAC4 soap_get___interswitch__CreateUser(struct soap*, struct __interswitch__CreateUser *, const char*, const char*); - -#define soap_new___interswitch__CreateUser(soap, n) soap_instantiate___interswitch__CreateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__CreateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__CreateUser * SOAP_FMAC2 soap_instantiate___interswitch__CreateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CreateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch___interswitch__GetSystemSettings (179) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetSystemSettings(struct soap*, struct __interswitch__GetSystemSettings *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetSystemSettings(struct soap*, const struct __interswitch__GetSystemSettings *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetSystemSettings(struct soap*, const char*, int, const struct __interswitch__GetSystemSettings *, const char*); -SOAP_FMAC3 struct __interswitch__GetSystemSettings * SOAP_FMAC4 soap_in___interswitch__GetSystemSettings(struct soap*, const char*, struct __interswitch__GetSystemSettings *, const char*); - -#define soap_write___interswitch__GetSystemSettings(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetSystemSettings(soap, data), 0) || interswitch::soap_put___interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetSystemSettings(struct soap*, const struct __interswitch__GetSystemSettings *, const char*, const char*); - -#define soap_read___interswitch__GetSystemSettings(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetSystemSettings * SOAP_FMAC4 soap_get___interswitch__GetSystemSettings(struct soap*, struct __interswitch__GetSystemSettings *, const char*, const char*); - -#define soap_new___interswitch__GetSystemSettings(soap, n) soap_instantiate___interswitch__GetSystemSettings(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetSystemSettings(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetSystemSettings * SOAP_FMAC2 soap_instantiate___interswitch__GetSystemSettings(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetSystemSettings(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__QueryTransaction -#define SOAP_TYPE_interswitch___interswitch__QueryTransaction (175) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__QueryTransaction(struct soap*, struct __interswitch__QueryTransaction *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__QueryTransaction(struct soap*, const struct __interswitch__QueryTransaction *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__QueryTransaction(struct soap*, const char*, int, const struct __interswitch__QueryTransaction *, const char*); -SOAP_FMAC3 struct __interswitch__QueryTransaction * SOAP_FMAC4 soap_in___interswitch__QueryTransaction(struct soap*, const char*, struct __interswitch__QueryTransaction *, const char*); - -#define soap_write___interswitch__QueryTransaction(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__QueryTransaction(soap, data), 0) || interswitch::soap_put___interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__QueryTransaction(struct soap*, const struct __interswitch__QueryTransaction *, const char*, const char*); - -#define soap_read___interswitch__QueryTransaction(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__QueryTransaction * SOAP_FMAC4 soap_get___interswitch__QueryTransaction(struct soap*, struct __interswitch__QueryTransaction *, const char*, const char*); - -#define soap_new___interswitch__QueryTransaction(soap, n) soap_instantiate___interswitch__QueryTransaction(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__QueryTransaction(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__QueryTransaction * SOAP_FMAC2 soap_instantiate___interswitch__QueryTransaction(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__QueryTransaction(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__StatusCheck -#define SOAP_TYPE_interswitch___interswitch__StatusCheck (171) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__StatusCheck(struct soap*, struct __interswitch__StatusCheck *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__StatusCheck(struct soap*, const struct __interswitch__StatusCheck *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__StatusCheck(struct soap*, const char*, int, const struct __interswitch__StatusCheck *, const char*); -SOAP_FMAC3 struct __interswitch__StatusCheck * SOAP_FMAC4 soap_in___interswitch__StatusCheck(struct soap*, const char*, struct __interswitch__StatusCheck *, const char*); - -#define soap_write___interswitch__StatusCheck(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__StatusCheck(soap, data), 0) || interswitch::soap_put___interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__StatusCheck(struct soap*, const struct __interswitch__StatusCheck *, const char*, const char*); - -#define soap_read___interswitch__StatusCheck(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__StatusCheck * SOAP_FMAC4 soap_get___interswitch__StatusCheck(struct soap*, struct __interswitch__StatusCheck *, const char*, const char*); - -#define soap_new___interswitch__StatusCheck(soap, n) soap_instantiate___interswitch__StatusCheck(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__StatusCheck(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__StatusCheck * SOAP_FMAC2 soap_instantiate___interswitch__StatusCheck(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__StatusCheck(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch___interswitch__ReverseCashOut (167) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ReverseCashOut(struct soap*, struct __interswitch__ReverseCashOut *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ReverseCashOut(struct soap*, const struct __interswitch__ReverseCashOut *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ReverseCashOut(struct soap*, const char*, int, const struct __interswitch__ReverseCashOut *, const char*); -SOAP_FMAC3 struct __interswitch__ReverseCashOut * SOAP_FMAC4 soap_in___interswitch__ReverseCashOut(struct soap*, const char*, struct __interswitch__ReverseCashOut *, const char*); - -#define soap_write___interswitch__ReverseCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ReverseCashOut(soap, data), 0) || interswitch::soap_put___interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ReverseCashOut(struct soap*, const struct __interswitch__ReverseCashOut *, const char*, const char*); - -#define soap_read___interswitch__ReverseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ReverseCashOut * SOAP_FMAC4 soap_get___interswitch__ReverseCashOut(struct soap*, struct __interswitch__ReverseCashOut *, const char*, const char*); - -#define soap_new___interswitch__ReverseCashOut(soap, n) soap_instantiate___interswitch__ReverseCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ReverseCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ReverseCashOut * SOAP_FMAC2 soap_instantiate___interswitch__ReverseCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ReverseCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut (163) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthoriseAccountCashOut(struct soap*, struct __interswitch__AuthoriseAccountCashOut *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthoriseAccountCashOut(struct soap*, const struct __interswitch__AuthoriseAccountCashOut *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthoriseAccountCashOut(struct soap*, const char*, int, const struct __interswitch__AuthoriseAccountCashOut *, const char*); -SOAP_FMAC3 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_in___interswitch__AuthoriseAccountCashOut(struct soap*, const char*, struct __interswitch__AuthoriseAccountCashOut *, const char*); - -#define soap_write___interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthoriseAccountCashOut(soap, data), 0) || interswitch::soap_put___interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthoriseAccountCashOut(struct soap*, const struct __interswitch__AuthoriseAccountCashOut *, const char*, const char*); - -#define soap_read___interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_get___interswitch__AuthoriseAccountCashOut(struct soap*, struct __interswitch__AuthoriseAccountCashOut *, const char*, const char*); - -#define soap_new___interswitch__AuthoriseAccountCashOut(soap, n) soap_instantiate___interswitch__AuthoriseAccountCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthoriseAccountCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC2 soap_instantiate___interswitch__AuthoriseAccountCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthoriseAccountCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut (159) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthoriseCashOut(struct soap*, struct __interswitch__AuthoriseCashOut *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthoriseCashOut(struct soap*, const struct __interswitch__AuthoriseCashOut *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthoriseCashOut(struct soap*, const char*, int, const struct __interswitch__AuthoriseCashOut *, const char*); -SOAP_FMAC3 struct __interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_in___interswitch__AuthoriseCashOut(struct soap*, const char*, struct __interswitch__AuthoriseCashOut *, const char*); - -#define soap_write___interswitch__AuthoriseCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthoriseCashOut(soap, data), 0) || interswitch::soap_put___interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthoriseCashOut(struct soap*, const struct __interswitch__AuthoriseCashOut *, const char*, const char*); - -#define soap_read___interswitch__AuthoriseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_get___interswitch__AuthoriseCashOut(struct soap*, struct __interswitch__AuthoriseCashOut *, const char*, const char*); - -#define soap_new___interswitch__AuthoriseCashOut(soap, n) soap_instantiate___interswitch__AuthoriseCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthoriseCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthoriseCashOut * SOAP_FMAC2 soap_instantiate___interswitch__AuthoriseCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthoriseCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__QueryTransfer -#define SOAP_TYPE_interswitch___interswitch__QueryTransfer (155) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__QueryTransfer(struct soap*, struct __interswitch__QueryTransfer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__QueryTransfer(struct soap*, const struct __interswitch__QueryTransfer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__QueryTransfer(struct soap*, const char*, int, const struct __interswitch__QueryTransfer *, const char*); -SOAP_FMAC3 struct __interswitch__QueryTransfer * SOAP_FMAC4 soap_in___interswitch__QueryTransfer(struct soap*, const char*, struct __interswitch__QueryTransfer *, const char*); - -#define soap_write___interswitch__QueryTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__QueryTransfer(soap, data), 0) || interswitch::soap_put___interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__QueryTransfer(struct soap*, const struct __interswitch__QueryTransfer *, const char*, const char*); - -#define soap_read___interswitch__QueryTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__QueryTransfer * SOAP_FMAC4 soap_get___interswitch__QueryTransfer(struct soap*, struct __interswitch__QueryTransfer *, const char*, const char*); - -#define soap_new___interswitch__QueryTransfer(soap, n) soap_instantiate___interswitch__QueryTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__QueryTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__QueryTransfer * SOAP_FMAC2 soap_instantiate___interswitch__QueryTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__QueryTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__SendSessionKey -#define SOAP_TYPE_interswitch___interswitch__SendSessionKey (151) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendSessionKey(struct soap*, struct __interswitch__SendSessionKey *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendSessionKey(struct soap*, const struct __interswitch__SendSessionKey *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendSessionKey(struct soap*, const char*, int, const struct __interswitch__SendSessionKey *, const char*); -SOAP_FMAC3 struct __interswitch__SendSessionKey * SOAP_FMAC4 soap_in___interswitch__SendSessionKey(struct soap*, const char*, struct __interswitch__SendSessionKey *, const char*); - -#define soap_write___interswitch__SendSessionKey(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__SendSessionKey(soap, data), 0) || interswitch::soap_put___interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendSessionKey(struct soap*, const struct __interswitch__SendSessionKey *, const char*, const char*); - -#define soap_read___interswitch__SendSessionKey(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__SendSessionKey * SOAP_FMAC4 soap_get___interswitch__SendSessionKey(struct soap*, struct __interswitch__SendSessionKey *, const char*, const char*); - -#define soap_new___interswitch__SendSessionKey(soap, n) soap_instantiate___interswitch__SendSessionKey(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__SendSessionKey(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__SendSessionKey * SOAP_FMAC2 soap_instantiate___interswitch__SendSessionKey(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendSessionKey(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__CancelTransfer -#define SOAP_TYPE_interswitch___interswitch__CancelTransfer (147) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CancelTransfer(struct soap*, struct __interswitch__CancelTransfer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CancelTransfer(struct soap*, const struct __interswitch__CancelTransfer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CancelTransfer(struct soap*, const char*, int, const struct __interswitch__CancelTransfer *, const char*); -SOAP_FMAC3 struct __interswitch__CancelTransfer * SOAP_FMAC4 soap_in___interswitch__CancelTransfer(struct soap*, const char*, struct __interswitch__CancelTransfer *, const char*); - -#define soap_write___interswitch__CancelTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__CancelTransfer(soap, data), 0) || interswitch::soap_put___interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CancelTransfer(struct soap*, const struct __interswitch__CancelTransfer *, const char*, const char*); - -#define soap_read___interswitch__CancelTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__CancelTransfer * SOAP_FMAC4 soap_get___interswitch__CancelTransfer(struct soap*, struct __interswitch__CancelTransfer *, const char*, const char*); - -#define soap_new___interswitch__CancelTransfer(soap, n) soap_instantiate___interswitch__CancelTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__CancelTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__CancelTransfer * SOAP_FMAC2 soap_instantiate___interswitch__CancelTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CancelTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__DoTransfer -#define SOAP_TYPE_interswitch___interswitch__DoTransfer (143) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoTransfer(struct soap*, struct __interswitch__DoTransfer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoTransfer(struct soap*, const struct __interswitch__DoTransfer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoTransfer(struct soap*, const char*, int, const struct __interswitch__DoTransfer *, const char*); -SOAP_FMAC3 struct __interswitch__DoTransfer * SOAP_FMAC4 soap_in___interswitch__DoTransfer(struct soap*, const char*, struct __interswitch__DoTransfer *, const char*); - -#define soap_write___interswitch__DoTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__DoTransfer(soap, data), 0) || interswitch::soap_put___interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoTransfer(struct soap*, const struct __interswitch__DoTransfer *, const char*, const char*); - -#define soap_read___interswitch__DoTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__DoTransfer * SOAP_FMAC4 soap_get___interswitch__DoTransfer(struct soap*, struct __interswitch__DoTransfer *, const char*, const char*); - -#define soap_new___interswitch__DoTransfer(soap, n) soap_instantiate___interswitch__DoTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__DoTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__DoTransfer * SOAP_FMAC2 soap_instantiate___interswitch__DoTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch___interswitch__ValidateCustomer (139) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ValidateCustomer(struct soap*, struct __interswitch__ValidateCustomer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ValidateCustomer(struct soap*, const struct __interswitch__ValidateCustomer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ValidateCustomer(struct soap*, const char*, int, const struct __interswitch__ValidateCustomer *, const char*); -SOAP_FMAC3 struct __interswitch__ValidateCustomer * SOAP_FMAC4 soap_in___interswitch__ValidateCustomer(struct soap*, const char*, struct __interswitch__ValidateCustomer *, const char*); - -#define soap_write___interswitch__ValidateCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ValidateCustomer(soap, data), 0) || interswitch::soap_put___interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ValidateCustomer(struct soap*, const struct __interswitch__ValidateCustomer *, const char*, const char*); - -#define soap_read___interswitch__ValidateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ValidateCustomer * SOAP_FMAC4 soap_get___interswitch__ValidateCustomer(struct soap*, struct __interswitch__ValidateCustomer *, const char*, const char*); - -#define soap_new___interswitch__ValidateCustomer(soap, n) soap_instantiate___interswitch__ValidateCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ValidateCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ValidateCustomer * SOAP_FMAC2 soap_instantiate___interswitch__ValidateCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ValidateCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_PointerToSOAP_ENV__Reason -#define SOAP_TYPE_interswitch_PointerToSOAP_ENV__Reason (301) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*); - -#define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerToSOAP_ENV__Reason(soap, data), 0) || interswitch::soap_put_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*); - -#define soap_read_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_PointerToSOAP_ENV__Detail -#define SOAP_TYPE_interswitch_PointerToSOAP_ENV__Detail (300) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*); - -#define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerToSOAP_ENV__Detail(soap, data), 0) || interswitch::soap_put_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*); - -#define soap_read_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_PointerToSOAP_ENV__Code -#define SOAP_TYPE_interswitch_PointerToSOAP_ENV__Code (294) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*); - -#define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerToSOAP_ENV__Code(soap, data), 0) || interswitch::soap_put_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*); - -#define soap_read_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*); - -#endif - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse (289) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__VerifyBillerResponse(struct soap*, _interswitch__VerifyBillerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__VerifyBillerResponse(struct soap*, const char *, int, _interswitch__VerifyBillerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__VerifyBillerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__VerifyBillerResponse(struct soap*, const char*, _interswitch__VerifyBillerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__VerifyBillerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__VerifyBillerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__VerifyBillerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__VerifyBillerResponse(struct soap*, _interswitch__VerifyBillerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__VerifyBillerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__VerifyBillerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__VerifyBillerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__VerifyBillerResponse(struct soap*, _interswitch__VerifyBillerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller -#define SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller (288) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__VerifyBiller(struct soap*, _interswitch__VerifyBiller *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__VerifyBiller(struct soap*, const char *, int, _interswitch__VerifyBiller *const*, const char *); -SOAP_FMAC3 _interswitch__VerifyBiller ** SOAP_FMAC4 soap_in_PointerTo_interswitch__VerifyBiller(struct soap*, const char*, _interswitch__VerifyBiller **, const char*); - -#define soap_write_PointerTo_interswitch__VerifyBiller(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__VerifyBiller(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__VerifyBiller(struct soap*, _interswitch__VerifyBiller *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__VerifyBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__VerifyBiller ** SOAP_FMAC4 soap_get_PointerTo_interswitch__VerifyBiller(struct soap*, _interswitch__VerifyBiller **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse (285) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateBillerResponse(struct soap*, _interswitch__CreateBillerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateBillerResponse(struct soap*, const char *, int, _interswitch__CreateBillerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__CreateBillerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateBillerResponse(struct soap*, const char*, _interswitch__CreateBillerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__CreateBillerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CreateBillerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CreateBillerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateBillerResponse(struct soap*, _interswitch__CreateBillerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CreateBillerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CreateBillerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateBillerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateBillerResponse(struct soap*, _interswitch__CreateBillerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller (284) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateBiller(struct soap*, _interswitch__CreateBiller *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateBiller(struct soap*, const char *, int, _interswitch__CreateBiller *const*, const char *); -SOAP_FMAC3 _interswitch__CreateBiller ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateBiller(struct soap*, const char*, _interswitch__CreateBiller **, const char*); - -#define soap_write_PointerTo_interswitch__CreateBiller(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CreateBiller(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateBiller(struct soap*, _interswitch__CreateBiller *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CreateBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateBiller ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateBiller(struct soap*, _interswitch__CreateBiller **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse (281) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, _interswitch__DoCustomProcessingResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, const char *, int, _interswitch__DoCustomProcessingResponse *const*, const char *); -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, const char*, _interswitch__DoCustomProcessingResponse **, const char*); - -#define soap_write_PointerTo_interswitch__DoCustomProcessingResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoCustomProcessingResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoCustomProcessingResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, _interswitch__DoCustomProcessingResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoCustomProcessingResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoCustomProcessingResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, _interswitch__DoCustomProcessingResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing (280) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoCustomProcessing(struct soap*, _interswitch__DoCustomProcessing *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoCustomProcessing(struct soap*, const char *, int, _interswitch__DoCustomProcessing *const*, const char *); -SOAP_FMAC3 _interswitch__DoCustomProcessing ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoCustomProcessing(struct soap*, const char*, _interswitch__DoCustomProcessing **, const char*); - -#define soap_write_PointerTo_interswitch__DoCustomProcessing(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoCustomProcessing(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoCustomProcessing(struct soap*, _interswitch__DoCustomProcessing *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoCustomProcessing(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoCustomProcessing ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoCustomProcessing(struct soap*, _interswitch__DoCustomProcessing **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse (277) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, _interswitch__ResendActivationTokenResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, const char *, int, _interswitch__ResendActivationTokenResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, const char*, _interswitch__ResendActivationTokenResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ResendActivationTokenResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ResendActivationTokenResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ResendActivationTokenResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, _interswitch__ResendActivationTokenResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ResendActivationTokenResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ResendActivationTokenResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, _interswitch__ResendActivationTokenResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken (276) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResendActivationToken(struct soap*, _interswitch__ResendActivationToken *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResendActivationToken(struct soap*, const char *, int, _interswitch__ResendActivationToken *const*, const char *); -SOAP_FMAC3 _interswitch__ResendActivationToken ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResendActivationToken(struct soap*, const char*, _interswitch__ResendActivationToken **, const char*); - -#define soap_write_PointerTo_interswitch__ResendActivationToken(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ResendActivationToken(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResendActivationToken(struct soap*, _interswitch__ResendActivationToken *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ResendActivationToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResendActivationToken ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResendActivationToken(struct soap*, _interswitch__ResendActivationToken **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse (273) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, _interswitch__EditCustomerBillerAccountResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, const char *, int, _interswitch__EditCustomerBillerAccountResponse *const*, const char *); -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, const char*, _interswitch__EditCustomerBillerAccountResponse **, const char*); - -#define soap_write_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, _interswitch__EditCustomerBillerAccountResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, _interswitch__EditCustomerBillerAccountResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount (272) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, _interswitch__EditCustomerBillerAccount *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, const char *, int, _interswitch__EditCustomerBillerAccount *const*, const char *); -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, const char*, _interswitch__EditCustomerBillerAccount **, const char*); - -#define soap_write_PointerTo_interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, _interswitch__EditCustomerBillerAccount *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, _interswitch__EditCustomerBillerAccount **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse (269) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, _interswitch__GetBillersCollectionsAccountResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, const char *, int, _interswitch__GetBillersCollectionsAccountResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, const char*, _interswitch__GetBillersCollectionsAccountResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, _interswitch__GetBillersCollectionsAccountResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, _interswitch__GetBillersCollectionsAccountResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount (268) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, _interswitch__GetBillersCollectionsAccount *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, const char *, int, _interswitch__GetBillersCollectionsAccount *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, const char*, _interswitch__GetBillersCollectionsAccount **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, _interswitch__GetBillersCollectionsAccount *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, _interswitch__GetBillersCollectionsAccount **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse (265) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, _interswitch__GetCollectionsAccountResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, const char *, int, _interswitch__GetCollectionsAccountResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, const char*, _interswitch__GetCollectionsAccountResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, _interswitch__GetCollectionsAccountResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, _interswitch__GetCollectionsAccountResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount (264) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCollectionsAccount(struct soap*, _interswitch__GetCollectionsAccount *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCollectionsAccount(struct soap*, const char *, int, _interswitch__GetCollectionsAccount *const*, const char *); -SOAP_FMAC3 _interswitch__GetCollectionsAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCollectionsAccount(struct soap*, const char*, _interswitch__GetCollectionsAccount **, const char*); - -#define soap_write_PointerTo_interswitch__GetCollectionsAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCollectionsAccount(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCollectionsAccount(struct soap*, _interswitch__GetCollectionsAccount *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCollectionsAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCollectionsAccount(struct soap*, _interswitch__GetCollectionsAccount **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse (261) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, _interswitch__AddBillerCustomerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, const char *, int, _interswitch__AddBillerCustomerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, const char*, _interswitch__AddBillerCustomerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AddBillerCustomerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AddBillerCustomerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AddBillerCustomerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, _interswitch__AddBillerCustomerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AddBillerCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AddBillerCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, _interswitch__AddBillerCustomerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer (260) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddBillerCustomer(struct soap*, _interswitch__AddBillerCustomer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddBillerCustomer(struct soap*, const char *, int, _interswitch__AddBillerCustomer *const*, const char *); -SOAP_FMAC3 _interswitch__AddBillerCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddBillerCustomer(struct soap*, const char*, _interswitch__AddBillerCustomer **, const char*); - -#define soap_write_PointerTo_interswitch__AddBillerCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AddBillerCustomer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddBillerCustomer(struct soap*, _interswitch__AddBillerCustomer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AddBillerCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddBillerCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddBillerCustomer(struct soap*, _interswitch__AddBillerCustomer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse (257) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, _interswitch__GetCustomerPaymentsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, const char *, int, _interswitch__GetCustomerPaymentsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, const char*, _interswitch__GetCustomerPaymentsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, _interswitch__GetCustomerPaymentsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, _interswitch__GetCustomerPaymentsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments (256) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerPayments(struct soap*, _interswitch__GetCustomerPayments *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerPayments(struct soap*, const char *, int, _interswitch__GetCustomerPayments *const*, const char *); -SOAP_FMAC3 _interswitch__GetCustomerPayments ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerPayments(struct soap*, const char*, _interswitch__GetCustomerPayments **, const char*); - -#define soap_write_PointerTo_interswitch__GetCustomerPayments(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCustomerPayments(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerPayments(struct soap*, _interswitch__GetCustomerPayments *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCustomerPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerPayments ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerPayments(struct soap*, _interswitch__GetCustomerPayments **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse (253) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, _interswitch__GetCustomerBillerAccountsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, const char *, int, _interswitch__GetCustomerBillerAccountsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, const char*, _interswitch__GetCustomerBillerAccountsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, _interswitch__GetCustomerBillerAccountsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, _interswitch__GetCustomerBillerAccountsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts (252) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, _interswitch__GetCustomerBillerAccounts *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, const char *, int, _interswitch__GetCustomerBillerAccounts *const*, const char *); -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, const char*, _interswitch__GetCustomerBillerAccounts **, const char*); - -#define soap_write_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, _interswitch__GetCustomerBillerAccounts *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, _interswitch__GetCustomerBillerAccounts **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse (249) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, _interswitch__AddCustomerBillerAccountResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, const char *, int, _interswitch__AddCustomerBillerAccountResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, const char*, _interswitch__AddCustomerBillerAccountResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, _interswitch__AddCustomerBillerAccountResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, _interswitch__AddCustomerBillerAccountResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount (248) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, _interswitch__AddCustomerBillerAccount *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, const char *, int, _interswitch__AddCustomerBillerAccount *const*, const char *); -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, const char*, _interswitch__AddCustomerBillerAccount **, const char*); - -#define soap_write_PointerTo_interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, _interswitch__AddCustomerBillerAccount *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, _interswitch__AddCustomerBillerAccount **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse (245) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendPaymentsResponse(struct soap*, _interswitch__SendPaymentsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendPaymentsResponse(struct soap*, const char *, int, _interswitch__SendPaymentsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__SendPaymentsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendPaymentsResponse(struct soap*, const char*, _interswitch__SendPaymentsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__SendPaymentsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendPaymentsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendPaymentsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendPaymentsResponse(struct soap*, _interswitch__SendPaymentsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendPaymentsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendPaymentsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendPaymentsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendPaymentsResponse(struct soap*, _interswitch__SendPaymentsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments (244) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendPayments(struct soap*, _interswitch__SendPayments *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendPayments(struct soap*, const char *, int, _interswitch__SendPayments *const*, const char *); -SOAP_FMAC3 _interswitch__SendPayments ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendPayments(struct soap*, const char*, _interswitch__SendPayments **, const char*); - -#define soap_write_PointerTo_interswitch__SendPayments(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendPayments(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendPayments(struct soap*, _interswitch__SendPayments *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendPayments ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendPayments(struct soap*, _interswitch__SendPayments **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse (241) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, _interswitch__SendBillPaymentAdviceResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, const char *, int, _interswitch__SendBillPaymentAdviceResponse *const*, const char *); -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, const char*, _interswitch__SendBillPaymentAdviceResponse **, const char*); - -#define soap_write_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, _interswitch__SendBillPaymentAdviceResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, _interswitch__SendBillPaymentAdviceResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice (240) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, _interswitch__SendBillPaymentAdvice *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, const char *, int, _interswitch__SendBillPaymentAdvice *const*, const char *); -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, const char*, _interswitch__SendBillPaymentAdvice **, const char*); - -#define soap_write_PointerTo_interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, _interswitch__SendBillPaymentAdvice *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, _interswitch__SendBillPaymentAdvice **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse (237) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, _interswitch__AuthenticateCustomerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, const char *, int, _interswitch__AuthenticateCustomerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, const char*, _interswitch__AuthenticateCustomerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, _interswitch__AuthenticateCustomerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, _interswitch__AuthenticateCustomerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer (236) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateCustomer(struct soap*, _interswitch__AuthenticateCustomer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateCustomer(struct soap*, const char *, int, _interswitch__AuthenticateCustomer *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateCustomer(struct soap*, const char*, _interswitch__AuthenticateCustomer **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateCustomer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateCustomer(struct soap*, _interswitch__AuthenticateCustomer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateCustomer(struct soap*, _interswitch__AuthenticateCustomer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse (233) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, _interswitch__DoBillPaymentInquiryResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, const char *, int, _interswitch__DoBillPaymentInquiryResponse *const*, const char *); -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, const char*, _interswitch__DoBillPaymentInquiryResponse **, const char*); - -#define soap_write_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, _interswitch__DoBillPaymentInquiryResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, _interswitch__DoBillPaymentInquiryResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry (232) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, _interswitch__DoBillPaymentInquiry *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, const char *, int, _interswitch__DoBillPaymentInquiry *const*, const char *); -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, const char*, _interswitch__DoBillPaymentInquiry **, const char*); - -#define soap_write_PointerTo_interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, _interswitch__DoBillPaymentInquiry *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, _interswitch__DoBillPaymentInquiry **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse (229) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, _interswitch__GetBillerCategoriesResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, const char *, int, _interswitch__GetBillerCategoriesResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, const char*, _interswitch__GetBillerCategoriesResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, _interswitch__GetBillerCategoriesResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, _interswitch__GetBillerCategoriesResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories (228) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerCategories(struct soap*, _interswitch__GetBillerCategories *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerCategories(struct soap*, const char *, int, _interswitch__GetBillerCategories *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillerCategories ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerCategories(struct soap*, const char*, _interswitch__GetBillerCategories **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillerCategories(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillerCategories(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerCategories(struct soap*, _interswitch__GetBillerCategories *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillerCategories(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerCategories ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerCategories(struct soap*, _interswitch__GetBillerCategories **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse (225) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, _interswitch__GetBillerPaymentItemsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, const char *, int, _interswitch__GetBillerPaymentItemsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, const char*, _interswitch__GetBillerPaymentItemsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, _interswitch__GetBillerPaymentItemsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, _interswitch__GetBillerPaymentItemsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems (224) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, _interswitch__GetBillerPaymentItems *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, const char *, int, _interswitch__GetBillerPaymentItems *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillerPaymentItems ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, const char*, _interswitch__GetBillerPaymentItems **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, _interswitch__GetBillerPaymentItems *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, _interswitch__GetBillerPaymentItems **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse (221) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, _interswitch__GetFeaturedBillersResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, const char *, int, _interswitch__GetFeaturedBillersResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, const char*, _interswitch__GetFeaturedBillersResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, _interswitch__GetFeaturedBillersResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, _interswitch__GetFeaturedBillersResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers (220) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetFeaturedBillers(struct soap*, _interswitch__GetFeaturedBillers *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetFeaturedBillers(struct soap*, const char *, int, _interswitch__GetFeaturedBillers *const*, const char *); -SOAP_FMAC3 _interswitch__GetFeaturedBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetFeaturedBillers(struct soap*, const char*, _interswitch__GetFeaturedBillers **, const char*); - -#define soap_write_PointerTo_interswitch__GetFeaturedBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetFeaturedBillers(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetFeaturedBillers(struct soap*, _interswitch__GetFeaturedBillers *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetFeaturedBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetFeaturedBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetFeaturedBillers(struct soap*, _interswitch__GetFeaturedBillers **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse (217) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, _interswitch__GetLatestBillersResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, const char *, int, _interswitch__GetLatestBillersResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetLatestBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, const char*, _interswitch__GetLatestBillersResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetLatestBillersResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetLatestBillersResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetLatestBillersResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, _interswitch__GetLatestBillersResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetLatestBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetLatestBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, _interswitch__GetLatestBillersResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers (216) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetLatestBillers(struct soap*, _interswitch__GetLatestBillers *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetLatestBillers(struct soap*, const char *, int, _interswitch__GetLatestBillers *const*, const char *); -SOAP_FMAC3 _interswitch__GetLatestBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetLatestBillers(struct soap*, const char*, _interswitch__GetLatestBillers **, const char*); - -#define soap_write_PointerTo_interswitch__GetLatestBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetLatestBillers(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetLatestBillers(struct soap*, _interswitch__GetLatestBillers *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetLatestBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetLatestBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetLatestBillers(struct soap*, _interswitch__GetLatestBillers **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse (213) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersResponse(struct soap*, _interswitch__GetBillersResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersResponse(struct soap*, const char *, int, _interswitch__GetBillersResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersResponse(struct soap*, const char*, _interswitch__GetBillersResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillersResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillersResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillersResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersResponse(struct soap*, _interswitch__GetBillersResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersResponse(struct soap*, _interswitch__GetBillersResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers (212) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillers(struct soap*, _interswitch__GetBillers *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillers(struct soap*, const char *, int, _interswitch__GetBillers *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillers(struct soap*, const char*, _interswitch__GetBillers **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillers(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillers(struct soap*, _interswitch__GetBillers *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillers(struct soap*, _interswitch__GetBillers **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse (209) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetUserResponse(struct soap*, _interswitch__GetUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetUserResponse(struct soap*, const char *, int, _interswitch__GetUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetUserResponse(struct soap*, const char*, _interswitch__GetUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetUserResponse(struct soap*, _interswitch__GetUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetUserResponse(struct soap*, _interswitch__GetUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser (208) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetUser(struct soap*, _interswitch__GetUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetUser(struct soap*, const char *, int, _interswitch__GetUser *const*, const char *); -SOAP_FMAC3 _interswitch__GetUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetUser(struct soap*, const char*, _interswitch__GetUser **, const char*); - -#define soap_write_PointerTo_interswitch__GetUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetUser(struct soap*, _interswitch__GetUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetUser(struct soap*, _interswitch__GetUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse (205) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, _interswitch__AuthenticateUserSecurityTokenResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, const char *, int, _interswitch__AuthenticateUserSecurityTokenResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, const char*, _interswitch__AuthenticateUserSecurityTokenResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, _interswitch__AuthenticateUserSecurityTokenResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, _interswitch__AuthenticateUserSecurityTokenResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken (204) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, _interswitch__AuthenticateUserSecurityToken *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, const char *, int, _interswitch__AuthenticateUserSecurityToken *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, _interswitch__AuthenticateUserSecurityToken **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, _interswitch__AuthenticateUserSecurityToken *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, _interswitch__AuthenticateUserSecurityToken **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse (201) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, _interswitch__AuthenticateUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, const char *, int, _interswitch__AuthenticateUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, const char*, _interswitch__AuthenticateUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, _interswitch__AuthenticateUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, _interswitch__AuthenticateUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser (200) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUser(struct soap*, _interswitch__AuthenticateUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUser(struct soap*, const char *, int, _interswitch__AuthenticateUser *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUser(struct soap*, const char*, _interswitch__AuthenticateUser **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUser(struct soap*, _interswitch__AuthenticateUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUser(struct soap*, _interswitch__AuthenticateUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse (197) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResetPasswordResponse(struct soap*, _interswitch__ResetPasswordResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResetPasswordResponse(struct soap*, const char *, int, _interswitch__ResetPasswordResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ResetPasswordResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResetPasswordResponse(struct soap*, const char*, _interswitch__ResetPasswordResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ResetPasswordResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ResetPasswordResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ResetPasswordResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResetPasswordResponse(struct soap*, _interswitch__ResetPasswordResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ResetPasswordResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ResetPasswordResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResetPasswordResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResetPasswordResponse(struct soap*, _interswitch__ResetPasswordResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword (196) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResetPassword(struct soap*, _interswitch__ResetPassword *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResetPassword(struct soap*, const char *, int, _interswitch__ResetPassword *const*, const char *); -SOAP_FMAC3 _interswitch__ResetPassword ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResetPassword(struct soap*, const char*, _interswitch__ResetPassword **, const char*); - -#define soap_write_PointerTo_interswitch__ResetPassword(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ResetPassword(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResetPassword(struct soap*, _interswitch__ResetPassword *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ResetPassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResetPassword ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResetPassword(struct soap*, _interswitch__ResetPassword **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse (193) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ChangePasswordResponse(struct soap*, _interswitch__ChangePasswordResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ChangePasswordResponse(struct soap*, const char *, int, _interswitch__ChangePasswordResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ChangePasswordResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ChangePasswordResponse(struct soap*, const char*, _interswitch__ChangePasswordResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ChangePasswordResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ChangePasswordResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ChangePasswordResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ChangePasswordResponse(struct soap*, _interswitch__ChangePasswordResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ChangePasswordResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ChangePasswordResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ChangePasswordResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ChangePasswordResponse(struct soap*, _interswitch__ChangePasswordResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword (192) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ChangePassword(struct soap*, _interswitch__ChangePassword *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ChangePassword(struct soap*, const char *, int, _interswitch__ChangePassword *const*, const char *); -SOAP_FMAC3 _interswitch__ChangePassword ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ChangePassword(struct soap*, const char*, _interswitch__ChangePassword **, const char*); - -#define soap_write_PointerTo_interswitch__ChangePassword(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ChangePassword(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ChangePassword(struct soap*, _interswitch__ChangePassword *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ChangePassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ChangePassword ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ChangePassword(struct soap*, _interswitch__ChangePassword **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse (189) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__UpdateUserResponse(struct soap*, _interswitch__UpdateUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__UpdateUserResponse(struct soap*, const char *, int, _interswitch__UpdateUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__UpdateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__UpdateUserResponse(struct soap*, const char*, _interswitch__UpdateUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__UpdateUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__UpdateUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__UpdateUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__UpdateUserResponse(struct soap*, _interswitch__UpdateUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__UpdateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__UpdateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__UpdateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__UpdateUserResponse(struct soap*, _interswitch__UpdateUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser (188) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__UpdateUser(struct soap*, _interswitch__UpdateUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__UpdateUser(struct soap*, const char *, int, _interswitch__UpdateUser *const*, const char *); -SOAP_FMAC3 _interswitch__UpdateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__UpdateUser(struct soap*, const char*, _interswitch__UpdateUser **, const char*); - -#define soap_write_PointerTo_interswitch__UpdateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__UpdateUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__UpdateUser(struct soap*, _interswitch__UpdateUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__UpdateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__UpdateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__UpdateUser(struct soap*, _interswitch__UpdateUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse (185) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ActivateUserResponse(struct soap*, _interswitch__ActivateUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ActivateUserResponse(struct soap*, const char *, int, _interswitch__ActivateUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ActivateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ActivateUserResponse(struct soap*, const char*, _interswitch__ActivateUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ActivateUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ActivateUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ActivateUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ActivateUserResponse(struct soap*, _interswitch__ActivateUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ActivateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ActivateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ActivateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ActivateUserResponse(struct soap*, _interswitch__ActivateUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser (184) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ActivateUser(struct soap*, _interswitch__ActivateUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ActivateUser(struct soap*, const char *, int, _interswitch__ActivateUser *const*, const char *); -SOAP_FMAC3 _interswitch__ActivateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ActivateUser(struct soap*, const char*, _interswitch__ActivateUser **, const char*); - -#define soap_write_PointerTo_interswitch__ActivateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ActivateUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ActivateUser(struct soap*, _interswitch__ActivateUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ActivateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ActivateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ActivateUser(struct soap*, _interswitch__ActivateUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse (181) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateUserResponse(struct soap*, _interswitch__CreateUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateUserResponse(struct soap*, const char *, int, _interswitch__CreateUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__CreateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateUserResponse(struct soap*, const char*, _interswitch__CreateUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__CreateUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CreateUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CreateUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateUserResponse(struct soap*, _interswitch__CreateUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CreateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CreateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateUserResponse(struct soap*, _interswitch__CreateUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser (180) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateUser(struct soap*, _interswitch__CreateUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateUser(struct soap*, const char *, int, _interswitch__CreateUser *const*, const char *); -SOAP_FMAC3 _interswitch__CreateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateUser(struct soap*, const char*, _interswitch__CreateUser **, const char*); - -#define soap_write_PointerTo_interswitch__CreateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CreateUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateUser(struct soap*, _interswitch__CreateUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CreateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateUser(struct soap*, _interswitch__CreateUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse (177) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, _interswitch__GetSystemSettingsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, const char *, int, _interswitch__GetSystemSettingsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, const char*, _interswitch__GetSystemSettingsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetSystemSettingsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetSystemSettingsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetSystemSettingsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, _interswitch__GetSystemSettingsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetSystemSettingsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetSystemSettingsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, _interswitch__GetSystemSettingsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings (176) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetSystemSettings(struct soap*, _interswitch__GetSystemSettings *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetSystemSettings(struct soap*, const char *, int, _interswitch__GetSystemSettings *const*, const char *); -SOAP_FMAC3 _interswitch__GetSystemSettings ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetSystemSettings(struct soap*, const char*, _interswitch__GetSystemSettings **, const char*); - -#define soap_write_PointerTo_interswitch__GetSystemSettings(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetSystemSettings(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetSystemSettings(struct soap*, _interswitch__GetSystemSettings *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetSystemSettings(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetSystemSettings ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetSystemSettings(struct soap*, _interswitch__GetSystemSettings **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse (173) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransactionResponse(struct soap*, _interswitch__QueryTransactionResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransactionResponse(struct soap*, const char *, int, _interswitch__QueryTransactionResponse *const*, const char *); -SOAP_FMAC3 _interswitch__QueryTransactionResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransactionResponse(struct soap*, const char*, _interswitch__QueryTransactionResponse **, const char*); - -#define soap_write_PointerTo_interswitch__QueryTransactionResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__QueryTransactionResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__QueryTransactionResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransactionResponse(struct soap*, _interswitch__QueryTransactionResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__QueryTransactionResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__QueryTransactionResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransactionResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransactionResponse(struct soap*, _interswitch__QueryTransactionResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction -#define SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction (172) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransaction(struct soap*, _interswitch__QueryTransaction *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransaction(struct soap*, const char *, int, _interswitch__QueryTransaction *const*, const char *); -SOAP_FMAC3 _interswitch__QueryTransaction ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransaction(struct soap*, const char*, _interswitch__QueryTransaction **, const char*); - -#define soap_write_PointerTo_interswitch__QueryTransaction(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__QueryTransaction(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransaction(struct soap*, _interswitch__QueryTransaction *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__QueryTransaction(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransaction ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransaction(struct soap*, _interswitch__QueryTransaction **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse (169) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__StatusCheckResponse(struct soap*, _interswitch__StatusCheckResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__StatusCheckResponse(struct soap*, const char *, int, _interswitch__StatusCheckResponse *const*, const char *); -SOAP_FMAC3 _interswitch__StatusCheckResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__StatusCheckResponse(struct soap*, const char*, _interswitch__StatusCheckResponse **, const char*); - -#define soap_write_PointerTo_interswitch__StatusCheckResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__StatusCheckResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__StatusCheckResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__StatusCheckResponse(struct soap*, _interswitch__StatusCheckResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__StatusCheckResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__StatusCheckResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__StatusCheckResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__StatusCheckResponse(struct soap*, _interswitch__StatusCheckResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck -#define SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck (168) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__StatusCheck(struct soap*, _interswitch__StatusCheck *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__StatusCheck(struct soap*, const char *, int, _interswitch__StatusCheck *const*, const char *); -SOAP_FMAC3 _interswitch__StatusCheck ** SOAP_FMAC4 soap_in_PointerTo_interswitch__StatusCheck(struct soap*, const char*, _interswitch__StatusCheck **, const char*); - -#define soap_write_PointerTo_interswitch__StatusCheck(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__StatusCheck(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__StatusCheck(struct soap*, _interswitch__StatusCheck *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__StatusCheck(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__StatusCheck ** SOAP_FMAC4 soap_get_PointerTo_interswitch__StatusCheck(struct soap*, _interswitch__StatusCheck **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse (165) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, _interswitch__ReverseCashOutResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, const char *, int, _interswitch__ReverseCashOutResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ReverseCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, const char*, _interswitch__ReverseCashOutResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ReverseCashOutResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ReverseCashOutResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ReverseCashOutResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, _interswitch__ReverseCashOutResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ReverseCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ReverseCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, _interswitch__ReverseCashOutResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut (164) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ReverseCashOut(struct soap*, _interswitch__ReverseCashOut *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ReverseCashOut(struct soap*, const char *, int, _interswitch__ReverseCashOut *const*, const char *); -SOAP_FMAC3 _interswitch__ReverseCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ReverseCashOut(struct soap*, const char*, _interswitch__ReverseCashOut **, const char*); - -#define soap_write_PointerTo_interswitch__ReverseCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ReverseCashOut(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ReverseCashOut(struct soap*, _interswitch__ReverseCashOut *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ReverseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ReverseCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ReverseCashOut(struct soap*, _interswitch__ReverseCashOut **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse (161) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, _interswitch__AuthoriseAccountCashOutResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, const char *, int, _interswitch__AuthoriseAccountCashOutResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, const char*, _interswitch__AuthoriseAccountCashOutResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, _interswitch__AuthoriseAccountCashOutResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, _interswitch__AuthoriseAccountCashOutResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut (160) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, _interswitch__AuthoriseAccountCashOut *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, const char *, int, _interswitch__AuthoriseAccountCashOut *const*, const char *); -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, const char*, _interswitch__AuthoriseAccountCashOut **, const char*); - -#define soap_write_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, _interswitch__AuthoriseAccountCashOut *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, _interswitch__AuthoriseAccountCashOut **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse (157) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, _interswitch__AuthoriseCashOutResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, const char *, int, _interswitch__AuthoriseCashOutResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, const char*, _interswitch__AuthoriseCashOutResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, _interswitch__AuthoriseCashOutResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, _interswitch__AuthoriseCashOutResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut (156) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseCashOut(struct soap*, _interswitch__AuthoriseCashOut *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseCashOut(struct soap*, const char *, int, _interswitch__AuthoriseCashOut *const*, const char *); -SOAP_FMAC3 _interswitch__AuthoriseCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseCashOut(struct soap*, const char*, _interswitch__AuthoriseCashOut **, const char*); - -#define soap_write_PointerTo_interswitch__AuthoriseCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthoriseCashOut(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseCashOut(struct soap*, _interswitch__AuthoriseCashOut *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthoriseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseCashOut(struct soap*, _interswitch__AuthoriseCashOut **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse (153) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransferResponse(struct soap*, _interswitch__QueryTransferResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransferResponse(struct soap*, const char *, int, _interswitch__QueryTransferResponse *const*, const char *); -SOAP_FMAC3 _interswitch__QueryTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransferResponse(struct soap*, const char*, _interswitch__QueryTransferResponse **, const char*); - -#define soap_write_PointerTo_interswitch__QueryTransferResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__QueryTransferResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__QueryTransferResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransferResponse(struct soap*, _interswitch__QueryTransferResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__QueryTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__QueryTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransferResponse(struct soap*, _interswitch__QueryTransferResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer (152) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransfer(struct soap*, _interswitch__QueryTransfer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransfer(struct soap*, const char *, int, _interswitch__QueryTransfer *const*, const char *); -SOAP_FMAC3 _interswitch__QueryTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransfer(struct soap*, const char*, _interswitch__QueryTransfer **, const char*); - -#define soap_write_PointerTo_interswitch__QueryTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__QueryTransfer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransfer(struct soap*, _interswitch__QueryTransfer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__QueryTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransfer(struct soap*, _interswitch__QueryTransfer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse (149) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, _interswitch__SendSessionKeyResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, const char *, int, _interswitch__SendSessionKeyResponse *const*, const char *); -SOAP_FMAC3 _interswitch__SendSessionKeyResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, const char*, _interswitch__SendSessionKeyResponse **, const char*); - -#define soap_write_PointerTo_interswitch__SendSessionKeyResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendSessionKeyResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendSessionKeyResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, _interswitch__SendSessionKeyResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendSessionKeyResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendSessionKeyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, _interswitch__SendSessionKeyResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey (148) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendSessionKey(struct soap*, _interswitch__SendSessionKey *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendSessionKey(struct soap*, const char *, int, _interswitch__SendSessionKey *const*, const char *); -SOAP_FMAC3 _interswitch__SendSessionKey ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendSessionKey(struct soap*, const char*, _interswitch__SendSessionKey **, const char*); - -#define soap_write_PointerTo_interswitch__SendSessionKey(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendSessionKey(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendSessionKey(struct soap*, _interswitch__SendSessionKey *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendSessionKey(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendSessionKey ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendSessionKey(struct soap*, _interswitch__SendSessionKey **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse (145) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CancelTransferResponse(struct soap*, _interswitch__CancelTransferResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CancelTransferResponse(struct soap*, const char *, int, _interswitch__CancelTransferResponse *const*, const char *); -SOAP_FMAC3 _interswitch__CancelTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CancelTransferResponse(struct soap*, const char*, _interswitch__CancelTransferResponse **, const char*); - -#define soap_write_PointerTo_interswitch__CancelTransferResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CancelTransferResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CancelTransferResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CancelTransferResponse(struct soap*, _interswitch__CancelTransferResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CancelTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CancelTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CancelTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CancelTransferResponse(struct soap*, _interswitch__CancelTransferResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer (144) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CancelTransfer(struct soap*, _interswitch__CancelTransfer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CancelTransfer(struct soap*, const char *, int, _interswitch__CancelTransfer *const*, const char *); -SOAP_FMAC3 _interswitch__CancelTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CancelTransfer(struct soap*, const char*, _interswitch__CancelTransfer **, const char*); - -#define soap_write_PointerTo_interswitch__CancelTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CancelTransfer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CancelTransfer(struct soap*, _interswitch__CancelTransfer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CancelTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CancelTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CancelTransfer(struct soap*, _interswitch__CancelTransfer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse (141) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoTransferResponse(struct soap*, _interswitch__DoTransferResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoTransferResponse(struct soap*, const char *, int, _interswitch__DoTransferResponse *const*, const char *); -SOAP_FMAC3 _interswitch__DoTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoTransferResponse(struct soap*, const char*, _interswitch__DoTransferResponse **, const char*); - -#define soap_write_PointerTo_interswitch__DoTransferResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoTransferResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoTransferResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoTransferResponse(struct soap*, _interswitch__DoTransferResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoTransferResponse(struct soap*, _interswitch__DoTransferResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer (140) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoTransfer(struct soap*, _interswitch__DoTransfer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoTransfer(struct soap*, const char *, int, _interswitch__DoTransfer *const*, const char *); -SOAP_FMAC3 _interswitch__DoTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoTransfer(struct soap*, const char*, _interswitch__DoTransfer **, const char*); - -#define soap_write_PointerTo_interswitch__DoTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoTransfer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoTransfer(struct soap*, _interswitch__DoTransfer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoTransfer(struct soap*, _interswitch__DoTransfer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse (137) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, _interswitch__ValidateCustomerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, const char *, int, _interswitch__ValidateCustomerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ValidateCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, const char*, _interswitch__ValidateCustomerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ValidateCustomerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ValidateCustomerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ValidateCustomerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, _interswitch__ValidateCustomerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ValidateCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ValidateCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, _interswitch__ValidateCustomerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer (136) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ValidateCustomer(struct soap*, _interswitch__ValidateCustomer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ValidateCustomer(struct soap*, const char *, int, _interswitch__ValidateCustomer *const*, const char *); -SOAP_FMAC3 _interswitch__ValidateCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ValidateCustomer(struct soap*, const char*, _interswitch__ValidateCustomer **, const char*); - -#define soap_write_PointerTo_interswitch__ValidateCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ValidateCustomer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ValidateCustomer(struct soap*, _interswitch__ValidateCustomer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ValidateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ValidateCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ValidateCustomer(struct soap*, _interswitch__ValidateCustomer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTostd__string -#define SOAP_TYPE_interswitch_PointerTostd__string (135) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTostd__string(struct soap*, std::string *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTostd__string(struct soap*, const char *, int, std::string *const*, const char *); -SOAP_FMAC3 std::string ** SOAP_FMAC4 soap_in_PointerTostd__string(struct soap*, const char*, std::string **, const char*); - -#define soap_write_PointerTostd__string(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTostd__string(soap, data), 0) || interswitch::soap_put_PointerTostd__string(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTostd__string(struct soap*, std::string *const*, const char*, const char*); - -#define soap_read_PointerTostd__string(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTostd__string(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string ** SOAP_FMAC4 soap_get_PointerTostd__string(struct soap*, std::string **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTounsignedByte -#define SOAP_TYPE_interswitch_PointerTounsignedByte (22) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTounsignedByte(struct soap*, unsigned char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTounsignedByte(struct soap*, const char *, int, unsigned char *const*, const char *); -SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_in_PointerTounsignedByte(struct soap*, const char*, unsigned char **, const char*); - -#define soap_write_PointerTounsignedByte(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTounsignedByte(soap, data), 0) || interswitch::soap_put_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTounsignedByte(struct soap*, unsigned char *const*, const char*, const char*); - -#define soap_read_PointerTounsignedByte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_get_PointerTounsignedByte(struct soap*, unsigned char **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch__QName -#define SOAP_TYPE_interswitch__QName (5) -#endif - -#define soap_default__QName(soap, a) soap_default_string(soap, a) - - -#define soap_serialize__QName(soap, a) soap_serialize_string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*); - -#define soap_write__QName(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize__QName(soap, data), 0) || interswitch::soap_put__QName(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*); - -#define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_string -#define SOAP_TYPE_interswitch_string (4) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*); - -#define soap_write_string(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_string(soap, data), 0) || interswitch::soap_put_string(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*); - -#define soap_read_string(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*); - -} // namespace interswitch - - -#endif - -/* End of interswitchH.h */ diff --git a/coregrade/src/include/interswitchStub.h b/coregrade/src/include/interswitchStub.h deleted file mode 100644 index ebd31b9..0000000 --- a/coregrade/src/include/interswitchStub.h +++ /dev/null @@ -1,2730 +0,0 @@ -/* interswitchStub.h - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#ifndef interswitchStub_H -#define interswitchStub_H -#include -#define SOAP_NAMESPACE_OF_interswitch "http://services.interswitchng.com/quicktellerservice/" -#define SOAP_NAMESPACE_OF_interswitch2 "http://schemas.microsoft.com/2003/10/Serialization/" -#ifndef WITH_NONAMESPACES -#define WITH_NONAMESPACES -#endif -#ifndef WITH_NOGLOBAL -#define WITH_NOGLOBAL -#endif -#include "stdsoap2.h" - -namespace interswitch { - -/******************************************************************************\ - * * - * Enumerations * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Types with Custom Serializers * - * * -\******************************************************************************/ - -#ifndef SOAP_TYPE_interswitch_xsd__QName -#define SOAP_TYPE_interswitch_xsd__QName (15) -typedef std::string xsd__QName; -#endif - - -/******************************************************************************\ - * * - * Classes and Structs * - * * -\******************************************************************************/ - - -#if 0 /* volatile type: do not redeclare here */ - -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__anyType -#define SOAP_TYPE_interswitch_xsd__anyType (8) -/* Primitive xsd:anyType schema type: */ -class SOAP_CMAC xsd__anyType -{ -public: - char *__item; - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 8; } /* = unique id SOAP_TYPE_interswitch_xsd__anyType */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__anyType(): __item(NULL), soap(NULL) { xsd__anyType::soap_default(NULL); } - virtual ~xsd__anyType() { } -}; -#endif - -#if 0 /* volatile type: do not redeclare here */ - -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__ID_ -#define SOAP_TYPE_interswitch_xsd__ID_ (12) -/* Primitive xsd:ID schema type: */ -class SOAP_CMAC xsd__ID_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 12; } /* = unique id SOAP_TYPE_interswitch_xsd__ID_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__ID_() { xsd__ID_::soap_default(NULL); } - virtual ~xsd__ID_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__IDREF_ -#define SOAP_TYPE_interswitch_xsd__IDREF_ (14) -/* Primitive xsd:IDREF schema type: */ -class SOAP_CMAC xsd__IDREF_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 14; } /* = unique id SOAP_TYPE_interswitch_xsd__IDREF_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__IDREF_() { xsd__IDREF_::soap_default(NULL); } - virtual ~xsd__IDREF_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__QName_ -#define SOAP_TYPE_interswitch_xsd__QName_ (16) -/* Primitive xsd:QName schema type: */ -class SOAP_CMAC xsd__QName_ : public xsd__anyType -{ -public: - xsd__QName __item; -public: - virtual int soap_type() const { return 16; } /* = unique id SOAP_TYPE_interswitch_xsd__QName_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__QName_() { xsd__QName_::soap_default(NULL); } - virtual ~xsd__QName_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__anyURI_ -#define SOAP_TYPE_interswitch_xsd__anyURI_ (18) -/* Primitive xsd:anyURI schema type: */ -class SOAP_CMAC xsd__anyURI_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 18; } /* = unique id SOAP_TYPE_interswitch_xsd__anyURI_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__anyURI_() { xsd__anyURI_::soap_default(NULL); } - virtual ~xsd__anyURI_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__base64Binary -#define SOAP_TYPE_interswitch_xsd__base64Binary (19) -/* Base64 schema type: */ -class SOAP_CMAC xsd__base64Binary -{ -public: - unsigned char *__ptr; - int __size; - char *id; /* optional element of type xsd:string */ - char *type; /* optional element of type xsd:string */ - char *options; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 19; } /* = unique id SOAP_TYPE_interswitch_xsd__base64Binary */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__base64Binary(): __ptr(NULL), id(NULL), type(NULL), options(NULL), soap(NULL) { xsd__base64Binary::soap_default(NULL); } - virtual ~xsd__base64Binary() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__base64Binary_ -#define SOAP_TYPE_interswitch_xsd__base64Binary_ (23) -/* Primitive xsd:base64Binary schema type: */ -class SOAP_CMAC xsd__base64Binary_ : public xsd__anyType -{ -public: - xsd__base64Binary __item; -public: - virtual int soap_type() const { return 23; } /* = unique id SOAP_TYPE_interswitch_xsd__base64Binary_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__base64Binary_() { xsd__base64Binary_::soap_default(NULL); } - virtual ~xsd__base64Binary_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__boolean -#define SOAP_TYPE_interswitch_xsd__boolean (24) -/* Primitive xsd:boolean schema type: */ -class SOAP_CMAC xsd__boolean : public xsd__anyType -{ -public: - bool __item; -public: - virtual int soap_type() const { return 24; } /* = unique id SOAP_TYPE_interswitch_xsd__boolean */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__boolean() { xsd__boolean::soap_default(NULL); } - virtual ~xsd__boolean() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__byte_ -#define SOAP_TYPE_interswitch_xsd__byte_ (27) -/* Primitive xsd:byte schema type: */ -class SOAP_CMAC xsd__byte_ : public xsd__anyType -{ -public: - char __item; -public: - virtual int soap_type() const { return 27; } /* = unique id SOAP_TYPE_interswitch_xsd__byte_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__byte_() { xsd__byte_::soap_default(NULL); } - virtual ~xsd__byte_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__dateTime -#define SOAP_TYPE_interswitch_xsd__dateTime (28) -/* Primitive xsd:dateTime schema type: */ -class SOAP_CMAC xsd__dateTime : public xsd__anyType -{ -public: - time_t __item; -public: - virtual int soap_type() const { return 28; } /* = unique id SOAP_TYPE_interswitch_xsd__dateTime */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__dateTime() { xsd__dateTime::soap_default(NULL); } - virtual ~xsd__dateTime() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__decimal_ -#define SOAP_TYPE_interswitch_xsd__decimal_ (31) -/* Primitive xsd:decimal schema type: */ -class SOAP_CMAC xsd__decimal_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 31; } /* = unique id SOAP_TYPE_interswitch_xsd__decimal_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__decimal_() { xsd__decimal_::soap_default(NULL); } - virtual ~xsd__decimal_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__double -#define SOAP_TYPE_interswitch_xsd__double (32) -/* Primitive xsd:double schema type: */ -class SOAP_CMAC xsd__double : public xsd__anyType -{ -public: - double __item; -public: - virtual int soap_type() const { return 32; } /* = unique id SOAP_TYPE_interswitch_xsd__double */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__double() { xsd__double::soap_default(NULL); } - virtual ~xsd__double() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__duration_ -#define SOAP_TYPE_interswitch_xsd__duration_ (35) -/* Primitive xsd:duration schema type: */ -class SOAP_CMAC xsd__duration_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 35; } /* = unique id SOAP_TYPE_interswitch_xsd__duration_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__duration_() { xsd__duration_::soap_default(NULL); } - virtual ~xsd__duration_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__float -#define SOAP_TYPE_interswitch_xsd__float (36) -/* Primitive xsd:float schema type: */ -class SOAP_CMAC xsd__float : public xsd__anyType -{ -public: - float __item; -public: - virtual int soap_type() const { return 36; } /* = unique id SOAP_TYPE_interswitch_xsd__float */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__float() { xsd__float::soap_default(NULL); } - virtual ~xsd__float() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__int -#define SOAP_TYPE_interswitch_xsd__int (38) -/* Primitive xsd:int schema type: */ -class SOAP_CMAC xsd__int : public xsd__anyType -{ -public: - int __item; -public: - virtual int soap_type() const { return 38; } /* = unique id SOAP_TYPE_interswitch_xsd__int */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__int() { xsd__int::soap_default(NULL); } - virtual ~xsd__int() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__long -#define SOAP_TYPE_interswitch_xsd__long (39) -/* Primitive xsd:long schema type: */ -class SOAP_CMAC xsd__long : public xsd__anyType -{ -public: - LONG64 __item; -public: - virtual int soap_type() const { return 39; } /* = unique id SOAP_TYPE_interswitch_xsd__long */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__long() { xsd__long::soap_default(NULL); } - virtual ~xsd__long() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__short -#define SOAP_TYPE_interswitch_xsd__short (41) -/* Primitive xsd:short schema type: */ -class SOAP_CMAC xsd__short : public xsd__anyType -{ -public: - short __item; -public: - virtual int soap_type() const { return 41; } /* = unique id SOAP_TYPE_interswitch_xsd__short */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__short() { xsd__short::soap_default(NULL); } - virtual ~xsd__short() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__string -#define SOAP_TYPE_interswitch_xsd__string (43) -/* Primitive xsd:string schema type: */ -class SOAP_CMAC xsd__string : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 43; } /* = unique id SOAP_TYPE_interswitch_xsd__string */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__string() { xsd__string::soap_default(NULL); } - virtual ~xsd__string() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedByte_ -#define SOAP_TYPE_interswitch_xsd__unsignedByte_ (45) -/* Primitive xsd:unsignedByte schema type: */ -class SOAP_CMAC xsd__unsignedByte_ : public xsd__anyType -{ -public: - unsigned char __item; -public: - virtual int soap_type() const { return 45; } /* = unique id SOAP_TYPE_interswitch_xsd__unsignedByte_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__unsignedByte_() { xsd__unsignedByte_::soap_default(NULL); } - virtual ~xsd__unsignedByte_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedInt -#define SOAP_TYPE_interswitch_xsd__unsignedInt (46) -/* Primitive xsd:unsignedInt schema type: */ -class SOAP_CMAC xsd__unsignedInt : public xsd__anyType -{ -public: - unsigned int __item; -public: - virtual int soap_type() const { return 46; } /* = unique id SOAP_TYPE_interswitch_xsd__unsignedInt */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__unsignedInt() { xsd__unsignedInt::soap_default(NULL); } - virtual ~xsd__unsignedInt() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedLong -#define SOAP_TYPE_interswitch_xsd__unsignedLong (47) -/* Primitive xsd:unsignedLong schema type: */ -class SOAP_CMAC xsd__unsignedLong : public xsd__anyType -{ -public: - ULONG64 __item; -public: - virtual int soap_type() const { return 47; } /* = unique id SOAP_TYPE_interswitch_xsd__unsignedLong */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__unsignedLong() { xsd__unsignedLong::soap_default(NULL); } - virtual ~xsd__unsignedLong() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedShort -#define SOAP_TYPE_interswitch_xsd__unsignedShort (49) -/* Primitive xsd:unsignedShort schema type: */ -class SOAP_CMAC xsd__unsignedShort : public xsd__anyType -{ -public: - unsigned short __item; -public: - virtual int soap_type() const { return 49; } /* = unique id SOAP_TYPE_interswitch_xsd__unsignedShort */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__unsignedShort() { xsd__unsignedShort::soap_default(NULL); } - virtual ~xsd__unsignedShort() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__char__ -#define SOAP_TYPE_interswitch_interswitch2__char__ (130) -/* Primitive interswitch2:char schema type: */ -class SOAP_CMAC interswitch2__char__ : public xsd__anyType -{ -public: - int __item; -public: - virtual int soap_type() const { return 130; } /* = unique id SOAP_TYPE_interswitch_interswitch2__char__ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - interswitch2__char__() { interswitch2__char__::soap_default(NULL); } - virtual ~interswitch2__char__() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__duration__ -#define SOAP_TYPE_interswitch_interswitch2__duration__ (132) -/* Primitive interswitch2:duration schema type: */ -class SOAP_CMAC interswitch2__duration__ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 132; } /* = unique id SOAP_TYPE_interswitch_interswitch2__duration__ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - interswitch2__duration__() { interswitch2__duration__::soap_default(NULL); } - virtual ~interswitch2__duration__() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__guid__ -#define SOAP_TYPE_interswitch_interswitch2__guid__ (134) -/* Primitive interswitch2:guid schema type: */ -class SOAP_CMAC interswitch2__guid__ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 134; } /* = unique id SOAP_TYPE_interswitch_interswitch2__guid__ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - interswitch2__guid__() { interswitch2__guid__::soap_default(NULL); } - virtual ~interswitch2__guid__() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch__interswitch__ValidateCustomer (51) -/* interswitch:ValidateCustomer */ -class SOAP_CMAC _interswitch__ValidateCustomer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 51; } /* = unique id SOAP_TYPE_interswitch__interswitch__ValidateCustomer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ValidateCustomer(): xmlParams(NULL), soap(NULL) { _interswitch__ValidateCustomer::soap_default(NULL); } - virtual ~_interswitch__ValidateCustomer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse (52) -/* interswitch:ValidateCustomerResponse */ -class SOAP_CMAC _interswitch__ValidateCustomerResponse -{ -public: - std::string *ValidateCustomerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 52; } /* = unique id SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ValidateCustomerResponse(): ValidateCustomerResult(NULL), soap(NULL) { _interswitch__ValidateCustomerResponse::soap_default(NULL); } - virtual ~_interswitch__ValidateCustomerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoTransfer -#define SOAP_TYPE_interswitch__interswitch__DoTransfer (53) -/* interswitch:DoTransfer */ -class SOAP_CMAC _interswitch__DoTransfer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 53; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoTransfer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoTransfer(): xmlParams(NULL), soap(NULL) { _interswitch__DoTransfer::soap_default(NULL); } - virtual ~_interswitch__DoTransfer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoTransferResponse -#define SOAP_TYPE_interswitch__interswitch__DoTransferResponse (54) -/* interswitch:DoTransferResponse */ -class SOAP_CMAC _interswitch__DoTransferResponse -{ -public: - std::string *DoTransferResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 54; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoTransferResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoTransferResponse(): DoTransferResult(NULL), soap(NULL) { _interswitch__DoTransferResponse::soap_default(NULL); } - virtual ~_interswitch__DoTransferResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CancelTransfer -#define SOAP_TYPE_interswitch__interswitch__CancelTransfer (55) -/* interswitch:CancelTransfer */ -class SOAP_CMAC _interswitch__CancelTransfer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 55; } /* = unique id SOAP_TYPE_interswitch__interswitch__CancelTransfer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CancelTransfer(): xmlParams(NULL), soap(NULL) { _interswitch__CancelTransfer::soap_default(NULL); } - virtual ~_interswitch__CancelTransfer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CancelTransferResponse -#define SOAP_TYPE_interswitch__interswitch__CancelTransferResponse (56) -/* interswitch:CancelTransferResponse */ -class SOAP_CMAC _interswitch__CancelTransferResponse -{ -public: - std::string *CancelTransferResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 56; } /* = unique id SOAP_TYPE_interswitch__interswitch__CancelTransferResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CancelTransferResponse(): CancelTransferResult(NULL), soap(NULL) { _interswitch__CancelTransferResponse::soap_default(NULL); } - virtual ~_interswitch__CancelTransferResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendSessionKey -#define SOAP_TYPE_interswitch__interswitch__SendSessionKey (57) -/* interswitch:SendSessionKey */ -class SOAP_CMAC _interswitch__SendSessionKey -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 57; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendSessionKey */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendSessionKey(): xmlParams(NULL), soap(NULL) { _interswitch__SendSessionKey::soap_default(NULL); } - virtual ~_interswitch__SendSessionKey() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse -#define SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse (58) -/* interswitch:SendSessionKeyResponse */ -class SOAP_CMAC _interswitch__SendSessionKeyResponse -{ -public: - std::string *SendSessionKeyResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 58; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendSessionKeyResponse(): SendSessionKeyResult(NULL), soap(NULL) { _interswitch__SendSessionKeyResponse::soap_default(NULL); } - virtual ~_interswitch__SendSessionKeyResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransfer -#define SOAP_TYPE_interswitch__interswitch__QueryTransfer (59) -/* interswitch:QueryTransfer */ -class SOAP_CMAC _interswitch__QueryTransfer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 59; } /* = unique id SOAP_TYPE_interswitch__interswitch__QueryTransfer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__QueryTransfer(): xmlParams(NULL), soap(NULL) { _interswitch__QueryTransfer::soap_default(NULL); } - virtual ~_interswitch__QueryTransfer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransferResponse -#define SOAP_TYPE_interswitch__interswitch__QueryTransferResponse (60) -/* interswitch:QueryTransferResponse */ -class SOAP_CMAC _interswitch__QueryTransferResponse -{ -public: - std::string *QueryTransferResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 60; } /* = unique id SOAP_TYPE_interswitch__interswitch__QueryTransferResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__QueryTransferResponse(): QueryTransferResult(NULL), soap(NULL) { _interswitch__QueryTransferResponse::soap_default(NULL); } - virtual ~_interswitch__QueryTransferResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut (61) -/* interswitch:AuthoriseCashOut */ -class SOAP_CMAC _interswitch__AuthoriseCashOut -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 61; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthoriseCashOut(): xmlParams(NULL), soap(NULL) { _interswitch__AuthoriseCashOut::soap_default(NULL); } - virtual ~_interswitch__AuthoriseCashOut() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse (62) -/* interswitch:AuthoriseCashOutResponse */ -class SOAP_CMAC _interswitch__AuthoriseCashOutResponse -{ -public: - std::string *AuthoriseCashOutResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 62; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthoriseCashOutResponse(): AuthoriseCashOutResult(NULL), soap(NULL) { _interswitch__AuthoriseCashOutResponse::soap_default(NULL); } - virtual ~_interswitch__AuthoriseCashOutResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut (63) -/* interswitch:AuthoriseAccountCashOut */ -class SOAP_CMAC _interswitch__AuthoriseAccountCashOut -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 63; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthoriseAccountCashOut(): xmlParams(NULL), soap(NULL) { _interswitch__AuthoriseAccountCashOut::soap_default(NULL); } - virtual ~_interswitch__AuthoriseAccountCashOut() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse (64) -/* interswitch:AuthoriseAccountCashOutResponse */ -class SOAP_CMAC _interswitch__AuthoriseAccountCashOutResponse -{ -public: - std::string *AuthoriseAccountCashOutResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 64; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthoriseAccountCashOutResponse(): AuthoriseAccountCashOutResult(NULL), soap(NULL) { _interswitch__AuthoriseAccountCashOutResponse::soap_default(NULL); } - virtual ~_interswitch__AuthoriseAccountCashOutResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch__interswitch__ReverseCashOut (65) -/* interswitch:ReverseCashOut */ -class SOAP_CMAC _interswitch__ReverseCashOut -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 65; } /* = unique id SOAP_TYPE_interswitch__interswitch__ReverseCashOut */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ReverseCashOut(): xmlParams(NULL), soap(NULL) { _interswitch__ReverseCashOut::soap_default(NULL); } - virtual ~_interswitch__ReverseCashOut() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse (66) -/* interswitch:ReverseCashOutResponse */ -class SOAP_CMAC _interswitch__ReverseCashOutResponse -{ -public: - std::string *ReverseCashOutResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 66; } /* = unique id SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ReverseCashOutResponse(): ReverseCashOutResult(NULL), soap(NULL) { _interswitch__ReverseCashOutResponse::soap_default(NULL); } - virtual ~_interswitch__ReverseCashOutResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__StatusCheck -#define SOAP_TYPE_interswitch__interswitch__StatusCheck (67) -/* interswitch:StatusCheck */ -class SOAP_CMAC _interswitch__StatusCheck -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 67; } /* = unique id SOAP_TYPE_interswitch__interswitch__StatusCheck */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__StatusCheck(): soap(NULL) { _interswitch__StatusCheck::soap_default(NULL); } - virtual ~_interswitch__StatusCheck() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__StatusCheckResponse -#define SOAP_TYPE_interswitch__interswitch__StatusCheckResponse (68) -/* interswitch:StatusCheckResponse */ -class SOAP_CMAC _interswitch__StatusCheckResponse -{ -public: - std::string *StatusCheckResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 68; } /* = unique id SOAP_TYPE_interswitch__interswitch__StatusCheckResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__StatusCheckResponse(): StatusCheckResult(NULL), soap(NULL) { _interswitch__StatusCheckResponse::soap_default(NULL); } - virtual ~_interswitch__StatusCheckResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransaction -#define SOAP_TYPE_interswitch__interswitch__QueryTransaction (69) -/* interswitch:QueryTransaction */ -class SOAP_CMAC _interswitch__QueryTransaction -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 69; } /* = unique id SOAP_TYPE_interswitch__interswitch__QueryTransaction */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__QueryTransaction(): xmlParams(NULL), soap(NULL) { _interswitch__QueryTransaction::soap_default(NULL); } - virtual ~_interswitch__QueryTransaction() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse -#define SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse (70) -/* interswitch:QueryTransactionResponse */ -class SOAP_CMAC _interswitch__QueryTransactionResponse -{ -public: - std::string *QueryTransactionResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 70; } /* = unique id SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__QueryTransactionResponse(): QueryTransactionResult(NULL), soap(NULL) { _interswitch__QueryTransactionResponse::soap_default(NULL); } - virtual ~_interswitch__QueryTransactionResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch__interswitch__GetSystemSettings (71) -/* interswitch:GetSystemSettings */ -class SOAP_CMAC _interswitch__GetSystemSettings -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 71; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetSystemSettings */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetSystemSettings(): xmlParams(NULL), soap(NULL) { _interswitch__GetSystemSettings::soap_default(NULL); } - virtual ~_interswitch__GetSystemSettings() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse -#define SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse (72) -/* interswitch:GetSystemSettingsResponse */ -class SOAP_CMAC _interswitch__GetSystemSettingsResponse -{ -public: - std::string *GetSystemSettingsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 72; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetSystemSettingsResponse(): GetSystemSettingsResult(NULL), soap(NULL) { _interswitch__GetSystemSettingsResponse::soap_default(NULL); } - virtual ~_interswitch__GetSystemSettingsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateUser -#define SOAP_TYPE_interswitch__interswitch__CreateUser (73) -/* interswitch:CreateUser */ -class SOAP_CMAC _interswitch__CreateUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 73; } /* = unique id SOAP_TYPE_interswitch__interswitch__CreateUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CreateUser(): xmlParams(NULL), soap(NULL) { _interswitch__CreateUser::soap_default(NULL); } - virtual ~_interswitch__CreateUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateUserResponse -#define SOAP_TYPE_interswitch__interswitch__CreateUserResponse (74) -/* interswitch:CreateUserResponse */ -class SOAP_CMAC _interswitch__CreateUserResponse -{ -public: - std::string *CreateUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 74; } /* = unique id SOAP_TYPE_interswitch__interswitch__CreateUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CreateUserResponse(): CreateUserResult(NULL), soap(NULL) { _interswitch__CreateUserResponse::soap_default(NULL); } - virtual ~_interswitch__CreateUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ActivateUser -#define SOAP_TYPE_interswitch__interswitch__ActivateUser (75) -/* interswitch:ActivateUser */ -class SOAP_CMAC _interswitch__ActivateUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 75; } /* = unique id SOAP_TYPE_interswitch__interswitch__ActivateUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ActivateUser(): xmlParams(NULL), soap(NULL) { _interswitch__ActivateUser::soap_default(NULL); } - virtual ~_interswitch__ActivateUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ActivateUserResponse -#define SOAP_TYPE_interswitch__interswitch__ActivateUserResponse (76) -/* interswitch:ActivateUserResponse */ -class SOAP_CMAC _interswitch__ActivateUserResponse -{ -public: - std::string *ActivateUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 76; } /* = unique id SOAP_TYPE_interswitch__interswitch__ActivateUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ActivateUserResponse(): ActivateUserResult(NULL), soap(NULL) { _interswitch__ActivateUserResponse::soap_default(NULL); } - virtual ~_interswitch__ActivateUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__UpdateUser -#define SOAP_TYPE_interswitch__interswitch__UpdateUser (77) -/* interswitch:UpdateUser */ -class SOAP_CMAC _interswitch__UpdateUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 77; } /* = unique id SOAP_TYPE_interswitch__interswitch__UpdateUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__UpdateUser(): xmlParams(NULL), soap(NULL) { _interswitch__UpdateUser::soap_default(NULL); } - virtual ~_interswitch__UpdateUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__UpdateUserResponse -#define SOAP_TYPE_interswitch__interswitch__UpdateUserResponse (78) -/* interswitch:UpdateUserResponse */ -class SOAP_CMAC _interswitch__UpdateUserResponse -{ -public: - std::string *UpdateUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 78; } /* = unique id SOAP_TYPE_interswitch__interswitch__UpdateUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__UpdateUserResponse(): UpdateUserResult(NULL), soap(NULL) { _interswitch__UpdateUserResponse::soap_default(NULL); } - virtual ~_interswitch__UpdateUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ChangePassword -#define SOAP_TYPE_interswitch__interswitch__ChangePassword (79) -/* interswitch:ChangePassword */ -class SOAP_CMAC _interswitch__ChangePassword -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 79; } /* = unique id SOAP_TYPE_interswitch__interswitch__ChangePassword */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ChangePassword(): xmlParams(NULL), soap(NULL) { _interswitch__ChangePassword::soap_default(NULL); } - virtual ~_interswitch__ChangePassword() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse -#define SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse (80) -/* interswitch:ChangePasswordResponse */ -class SOAP_CMAC _interswitch__ChangePasswordResponse -{ -public: - std::string *ChangePasswordResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 80; } /* = unique id SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ChangePasswordResponse(): ChangePasswordResult(NULL), soap(NULL) { _interswitch__ChangePasswordResponse::soap_default(NULL); } - virtual ~_interswitch__ChangePasswordResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ResetPassword -#define SOAP_TYPE_interswitch__interswitch__ResetPassword (81) -/* interswitch:ResetPassword */ -class SOAP_CMAC _interswitch__ResetPassword -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 81; } /* = unique id SOAP_TYPE_interswitch__interswitch__ResetPassword */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ResetPassword(): xmlParams(NULL), soap(NULL) { _interswitch__ResetPassword::soap_default(NULL); } - virtual ~_interswitch__ResetPassword() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse -#define SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse (82) -/* interswitch:ResetPasswordResponse */ -class SOAP_CMAC _interswitch__ResetPasswordResponse -{ -public: - std::string *ResetPasswordResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 82; } /* = unique id SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ResetPasswordResponse(): ResetPasswordResult(NULL), soap(NULL) { _interswitch__ResetPasswordResponse::soap_default(NULL); } - virtual ~_interswitch__ResetPasswordResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUser (83) -/* interswitch:AuthenticateUser */ -class SOAP_CMAC _interswitch__AuthenticateUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 83; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateUser(): xmlParams(NULL), soap(NULL) { _interswitch__AuthenticateUser::soap_default(NULL); } - virtual ~_interswitch__AuthenticateUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse (84) -/* interswitch:AuthenticateUserResponse */ -class SOAP_CMAC _interswitch__AuthenticateUserResponse -{ -public: - std::string *AuthenticateUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 84; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateUserResponse(): AuthenticateUserResult(NULL), soap(NULL) { _interswitch__AuthenticateUserResponse::soap_default(NULL); } - virtual ~_interswitch__AuthenticateUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken (85) -/* interswitch:AuthenticateUserSecurityToken */ -class SOAP_CMAC _interswitch__AuthenticateUserSecurityToken -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 85; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateUserSecurityToken(): xmlParams(NULL), soap(NULL) { _interswitch__AuthenticateUserSecurityToken::soap_default(NULL); } - virtual ~_interswitch__AuthenticateUserSecurityToken() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse (86) -/* interswitch:AuthenticateUserSecurityTokenResponse */ -class SOAP_CMAC _interswitch__AuthenticateUserSecurityTokenResponse -{ -public: - std::string *AuthenticateUserSecurityTokenResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 86; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateUserSecurityTokenResponse(): AuthenticateUserSecurityTokenResult(NULL), soap(NULL) { _interswitch__AuthenticateUserSecurityTokenResponse::soap_default(NULL); } - virtual ~_interswitch__AuthenticateUserSecurityTokenResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetUser -#define SOAP_TYPE_interswitch__interswitch__GetUser (87) -/* interswitch:GetUser */ -class SOAP_CMAC _interswitch__GetUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 87; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetUser(): xmlParams(NULL), soap(NULL) { _interswitch__GetUser::soap_default(NULL); } - virtual ~_interswitch__GetUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetUserResponse -#define SOAP_TYPE_interswitch__interswitch__GetUserResponse (88) -/* interswitch:GetUserResponse */ -class SOAP_CMAC _interswitch__GetUserResponse -{ -public: - std::string *GetUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 88; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetUserResponse(): GetUserResult(NULL), soap(NULL) { _interswitch__GetUserResponse::soap_default(NULL); } - virtual ~_interswitch__GetUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillers -#define SOAP_TYPE_interswitch__interswitch__GetBillers (89) -/* interswitch:GetBillers */ -class SOAP_CMAC _interswitch__GetBillers -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 89; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillers */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillers(): xmlParams(NULL), soap(NULL) { _interswitch__GetBillers::soap_default(NULL); } - virtual ~_interswitch__GetBillers() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillersResponse (90) -/* interswitch:GetBillersResponse */ -class SOAP_CMAC _interswitch__GetBillersResponse -{ -public: - std::string *GetBillersResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 90; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillersResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillersResponse(): GetBillersResult(NULL), soap(NULL) { _interswitch__GetBillersResponse::soap_default(NULL); } - virtual ~_interswitch__GetBillersResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch__interswitch__GetLatestBillers (91) -/* interswitch:GetLatestBillers */ -class SOAP_CMAC _interswitch__GetLatestBillers -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 91; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetLatestBillers */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetLatestBillers(): soap(NULL) { _interswitch__GetLatestBillers::soap_default(NULL); } - virtual ~_interswitch__GetLatestBillers() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse (92) -/* interswitch:GetLatestBillersResponse */ -class SOAP_CMAC _interswitch__GetLatestBillersResponse -{ -public: - std::string *GetLatestBillersResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 92; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetLatestBillersResponse(): GetLatestBillersResult(NULL), soap(NULL) { _interswitch__GetLatestBillersResponse::soap_default(NULL); } - virtual ~_interswitch__GetLatestBillersResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers (93) -/* interswitch:GetFeaturedBillers */ -class SOAP_CMAC _interswitch__GetFeaturedBillers -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 93; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetFeaturedBillers(): xmlParams(NULL), soap(NULL) { _interswitch__GetFeaturedBillers::soap_default(NULL); } - virtual ~_interswitch__GetFeaturedBillers() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse (94) -/* interswitch:GetFeaturedBillersResponse */ -class SOAP_CMAC _interswitch__GetFeaturedBillersResponse -{ -public: - std::string *GetFeaturedBillersResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 94; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetFeaturedBillersResponse(): GetFeaturedBillersResult(NULL), soap(NULL) { _interswitch__GetFeaturedBillersResponse::soap_default(NULL); } - virtual ~_interswitch__GetFeaturedBillersResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems (95) -/* interswitch:GetBillerPaymentItems */ -class SOAP_CMAC _interswitch__GetBillerPaymentItems -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 95; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillerPaymentItems(): xmlParams(NULL), soap(NULL) { _interswitch__GetBillerPaymentItems::soap_default(NULL); } - virtual ~_interswitch__GetBillerPaymentItems() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse (96) -/* interswitch:GetBillerPaymentItemsResponse */ -class SOAP_CMAC _interswitch__GetBillerPaymentItemsResponse -{ -public: - std::string *GetBillerPaymentItemsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 96; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillerPaymentItemsResponse(): GetBillerPaymentItemsResult(NULL), soap(NULL) { _interswitch__GetBillerPaymentItemsResponse::soap_default(NULL); } - virtual ~_interswitch__GetBillerPaymentItemsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch__interswitch__GetBillerCategories (97) -/* interswitch:GetBillerCategories */ -class SOAP_CMAC _interswitch__GetBillerCategories -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 97; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillerCategories */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillerCategories(): soap(NULL) { _interswitch__GetBillerCategories::soap_default(NULL); } - virtual ~_interswitch__GetBillerCategories() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse (98) -/* interswitch:GetBillerCategoriesResponse */ -class SOAP_CMAC _interswitch__GetBillerCategoriesResponse -{ -public: - std::string *GetBillerCategoriesResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 98; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillerCategoriesResponse(): GetBillerCategoriesResult(NULL), soap(NULL) { _interswitch__GetBillerCategoriesResponse::soap_default(NULL); } - virtual ~_interswitch__GetBillerCategoriesResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry (99) -/* interswitch:DoBillPaymentInquiry */ -class SOAP_CMAC _interswitch__DoBillPaymentInquiry -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 99; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoBillPaymentInquiry(): xmlParams(NULL), soap(NULL) { _interswitch__DoBillPaymentInquiry::soap_default(NULL); } - virtual ~_interswitch__DoBillPaymentInquiry() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse -#define SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse (100) -/* interswitch:DoBillPaymentInquiryResponse */ -class SOAP_CMAC _interswitch__DoBillPaymentInquiryResponse -{ -public: - std::string *DoBillPaymentInquiryResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 100; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoBillPaymentInquiryResponse(): DoBillPaymentInquiryResult(NULL), soap(NULL) { _interswitch__DoBillPaymentInquiryResponse::soap_default(NULL); } - virtual ~_interswitch__DoBillPaymentInquiryResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer (101) -/* interswitch:AuthenticateCustomer */ -class SOAP_CMAC _interswitch__AuthenticateCustomer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 101; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateCustomer(): xmlParams(NULL), soap(NULL) { _interswitch__AuthenticateCustomer::soap_default(NULL); } - virtual ~_interswitch__AuthenticateCustomer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse (102) -/* interswitch:AuthenticateCustomerResponse */ -class SOAP_CMAC _interswitch__AuthenticateCustomerResponse -{ -public: - std::string *AuthenticateCustomerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 102; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateCustomerResponse(): AuthenticateCustomerResult(NULL), soap(NULL) { _interswitch__AuthenticateCustomerResponse::soap_default(NULL); } - virtual ~_interswitch__AuthenticateCustomerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice (103) -/* interswitch:SendBillPaymentAdvice */ -class SOAP_CMAC _interswitch__SendBillPaymentAdvice -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 103; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendBillPaymentAdvice(): xmlParams(NULL), soap(NULL) { _interswitch__SendBillPaymentAdvice::soap_default(NULL); } - virtual ~_interswitch__SendBillPaymentAdvice() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse -#define SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse (104) -/* interswitch:SendBillPaymentAdviceResponse */ -class SOAP_CMAC _interswitch__SendBillPaymentAdviceResponse -{ -public: - std::string *SendBillPaymentAdviceResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 104; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendBillPaymentAdviceResponse(): SendBillPaymentAdviceResult(NULL), soap(NULL) { _interswitch__SendBillPaymentAdviceResponse::soap_default(NULL); } - virtual ~_interswitch__SendBillPaymentAdviceResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendPayments -#define SOAP_TYPE_interswitch__interswitch__SendPayments (105) -/* interswitch:SendPayments */ -class SOAP_CMAC _interswitch__SendPayments -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 105; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendPayments */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendPayments(): xmlParams(NULL), soap(NULL) { _interswitch__SendPayments::soap_default(NULL); } - virtual ~_interswitch__SendPayments() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse -#define SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse (106) -/* interswitch:SendPaymentsResponse */ -class SOAP_CMAC _interswitch__SendPaymentsResponse -{ -public: - std::string *SendPaymentsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 106; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendPaymentsResponse(): SendPaymentsResult(NULL), soap(NULL) { _interswitch__SendPaymentsResponse::soap_default(NULL); } - virtual ~_interswitch__SendPaymentsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount (107) -/* interswitch:AddCustomerBillerAccount */ -class SOAP_CMAC _interswitch__AddCustomerBillerAccount -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 107; } /* = unique id SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AddCustomerBillerAccount(): xmlParams(NULL), soap(NULL) { _interswitch__AddCustomerBillerAccount::soap_default(NULL); } - virtual ~_interswitch__AddCustomerBillerAccount() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse (108) -/* interswitch:AddCustomerBillerAccountResponse */ -class SOAP_CMAC _interswitch__AddCustomerBillerAccountResponse -{ -public: - std::string *AddCustomerBillerAccountResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 108; } /* = unique id SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AddCustomerBillerAccountResponse(): AddCustomerBillerAccountResult(NULL), soap(NULL) { _interswitch__AddCustomerBillerAccountResponse::soap_default(NULL); } - virtual ~_interswitch__AddCustomerBillerAccountResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts (109) -/* interswitch:GetCustomerBillerAccounts */ -class SOAP_CMAC _interswitch__GetCustomerBillerAccounts -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 109; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCustomerBillerAccounts(): xmlParams(NULL), soap(NULL) { _interswitch__GetCustomerBillerAccounts::soap_default(NULL); } - virtual ~_interswitch__GetCustomerBillerAccounts() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse -#define SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse (110) -/* interswitch:GetCustomerBillerAccountsResponse */ -class SOAP_CMAC _interswitch__GetCustomerBillerAccountsResponse -{ -public: - std::string *GetCustomerBillerAccountsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 110; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCustomerBillerAccountsResponse(): GetCustomerBillerAccountsResult(NULL), soap(NULL) { _interswitch__GetCustomerBillerAccountsResponse::soap_default(NULL); } - virtual ~_interswitch__GetCustomerBillerAccountsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch__interswitch__GetCustomerPayments (111) -/* interswitch:GetCustomerPayments */ -class SOAP_CMAC _interswitch__GetCustomerPayments -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 111; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCustomerPayments */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCustomerPayments(): xmlParams(NULL), soap(NULL) { _interswitch__GetCustomerPayments::soap_default(NULL); } - virtual ~_interswitch__GetCustomerPayments() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse -#define SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse (112) -/* interswitch:GetCustomerPaymentsResponse */ -class SOAP_CMAC _interswitch__GetCustomerPaymentsResponse -{ -public: - std::string *GetCustomerPaymentsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 112; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCustomerPaymentsResponse(): GetCustomerPaymentsResult(NULL), soap(NULL) { _interswitch__GetCustomerPaymentsResponse::soap_default(NULL); } - virtual ~_interswitch__GetCustomerPaymentsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch__interswitch__AddBillerCustomer (113) -/* interswitch:AddBillerCustomer */ -class SOAP_CMAC _interswitch__AddBillerCustomer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 113; } /* = unique id SOAP_TYPE_interswitch__interswitch__AddBillerCustomer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AddBillerCustomer(): xmlParams(NULL), soap(NULL) { _interswitch__AddBillerCustomer::soap_default(NULL); } - virtual ~_interswitch__AddBillerCustomer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse (114) -/* interswitch:AddBillerCustomerResponse */ -class SOAP_CMAC _interswitch__AddBillerCustomerResponse -{ -public: - std::string *AddBillerCustomerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 114; } /* = unique id SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AddBillerCustomerResponse(): AddBillerCustomerResult(NULL), soap(NULL) { _interswitch__AddBillerCustomerResponse::soap_default(NULL); } - virtual ~_interswitch__AddBillerCustomerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount (115) -/* interswitch:GetCollectionsAccount */ -class SOAP_CMAC _interswitch__GetCollectionsAccount -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 115; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCollectionsAccount(): xmlParams(NULL), soap(NULL) { _interswitch__GetCollectionsAccount::soap_default(NULL); } - virtual ~_interswitch__GetCollectionsAccount() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse -#define SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse (116) -/* interswitch:GetCollectionsAccountResponse */ -class SOAP_CMAC _interswitch__GetCollectionsAccountResponse -{ -public: - std::string *GetCollectionsAccountResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 116; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCollectionsAccountResponse(): GetCollectionsAccountResult(NULL), soap(NULL) { _interswitch__GetCollectionsAccountResponse::soap_default(NULL); } - virtual ~_interswitch__GetCollectionsAccountResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount (117) -/* interswitch:GetBillersCollectionsAccount */ -class SOAP_CMAC _interswitch__GetBillersCollectionsAccount -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 117; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillersCollectionsAccount(): xmlParams(NULL), soap(NULL) { _interswitch__GetBillersCollectionsAccount::soap_default(NULL); } - virtual ~_interswitch__GetBillersCollectionsAccount() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse (118) -/* interswitch:GetBillersCollectionsAccountResponse */ -class SOAP_CMAC _interswitch__GetBillersCollectionsAccountResponse -{ -public: - std::string *GetBillersCollectionsAccountResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 118; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillersCollectionsAccountResponse(): GetBillersCollectionsAccountResult(NULL), soap(NULL) { _interswitch__GetBillersCollectionsAccountResponse::soap_default(NULL); } - virtual ~_interswitch__GetBillersCollectionsAccountResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount (119) -/* interswitch:EditCustomerBillerAccount */ -class SOAP_CMAC _interswitch__EditCustomerBillerAccount -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 119; } /* = unique id SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__EditCustomerBillerAccount(): xmlParams(NULL), soap(NULL) { _interswitch__EditCustomerBillerAccount::soap_default(NULL); } - virtual ~_interswitch__EditCustomerBillerAccount() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse (120) -/* interswitch:EditCustomerBillerAccountResponse */ -class SOAP_CMAC _interswitch__EditCustomerBillerAccountResponse -{ -public: - std::string *EditCustomerBillerAccountResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 120; } /* = unique id SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__EditCustomerBillerAccountResponse(): EditCustomerBillerAccountResult(NULL), soap(NULL) { _interswitch__EditCustomerBillerAccountResponse::soap_default(NULL); } - virtual ~_interswitch__EditCustomerBillerAccountResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch__interswitch__ResendActivationToken (121) -/* interswitch:ResendActivationToken */ -class SOAP_CMAC _interswitch__ResendActivationToken -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 121; } /* = unique id SOAP_TYPE_interswitch__interswitch__ResendActivationToken */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ResendActivationToken(): xmlParams(NULL), soap(NULL) { _interswitch__ResendActivationToken::soap_default(NULL); } - virtual ~_interswitch__ResendActivationToken() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse -#define SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse (122) -/* interswitch:ResendActivationTokenResponse */ -class SOAP_CMAC _interswitch__ResendActivationTokenResponse -{ -public: - std::string *ResendActivationTokenResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 122; } /* = unique id SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ResendActivationTokenResponse(): ResendActivationTokenResult(NULL), soap(NULL) { _interswitch__ResendActivationTokenResponse::soap_default(NULL); } - virtual ~_interswitch__ResendActivationTokenResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch__interswitch__DoCustomProcessing (123) -/* interswitch:DoCustomProcessing */ -class SOAP_CMAC _interswitch__DoCustomProcessing -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 123; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoCustomProcessing */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoCustomProcessing(): xmlParams(NULL), soap(NULL) { _interswitch__DoCustomProcessing::soap_default(NULL); } - virtual ~_interswitch__DoCustomProcessing() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse -#define SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse (124) -/* interswitch:DoCustomProcessingResponse */ -class SOAP_CMAC _interswitch__DoCustomProcessingResponse -{ -public: - std::string *DoCustomProcessingResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 124; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoCustomProcessingResponse(): DoCustomProcessingResult(NULL), soap(NULL) { _interswitch__DoCustomProcessingResponse::soap_default(NULL); } - virtual ~_interswitch__DoCustomProcessingResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateBiller -#define SOAP_TYPE_interswitch__interswitch__CreateBiller (125) -/* interswitch:CreateBiller */ -class SOAP_CMAC _interswitch__CreateBiller -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 125; } /* = unique id SOAP_TYPE_interswitch__interswitch__CreateBiller */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CreateBiller(): xmlParams(NULL), soap(NULL) { _interswitch__CreateBiller::soap_default(NULL); } - virtual ~_interswitch__CreateBiller() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateBillerResponse -#define SOAP_TYPE_interswitch__interswitch__CreateBillerResponse (126) -/* interswitch:CreateBillerResponse */ -class SOAP_CMAC _interswitch__CreateBillerResponse -{ -public: - std::string *CreateBillerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 126; } /* = unique id SOAP_TYPE_interswitch__interswitch__CreateBillerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CreateBillerResponse(): CreateBillerResult(NULL), soap(NULL) { _interswitch__CreateBillerResponse::soap_default(NULL); } - virtual ~_interswitch__CreateBillerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__VerifyBiller -#define SOAP_TYPE_interswitch__interswitch__VerifyBiller (127) -/* interswitch:VerifyBiller */ -class SOAP_CMAC _interswitch__VerifyBiller -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 127; } /* = unique id SOAP_TYPE_interswitch__interswitch__VerifyBiller */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__VerifyBiller(): xmlParams(NULL), soap(NULL) { _interswitch__VerifyBiller::soap_default(NULL); } - virtual ~_interswitch__VerifyBiller() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse -#define SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse (128) -/* interswitch:VerifyBillerResponse */ -class SOAP_CMAC _interswitch__VerifyBillerResponse -{ -public: - std::string *VerifyBillerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 128; } /* = unique id SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__VerifyBillerResponse(): VerifyBillerResult(NULL), soap(NULL) { _interswitch__VerifyBillerResponse::soap_default(NULL); } - virtual ~_interswitch__VerifyBillerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch___interswitch__ValidateCustomer (139) -/* Operation wrapper: */ -struct __interswitch__ValidateCustomer -{ -public: - _interswitch__ValidateCustomer *interswitch__ValidateCustomer; /* optional element of type interswitch:ValidateCustomer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__DoTransfer -#define SOAP_TYPE_interswitch___interswitch__DoTransfer (143) -/* Operation wrapper: */ -struct __interswitch__DoTransfer -{ -public: - _interswitch__DoTransfer *interswitch__DoTransfer; /* optional element of type interswitch:DoTransfer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__CancelTransfer -#define SOAP_TYPE_interswitch___interswitch__CancelTransfer (147) -/* Operation wrapper: */ -struct __interswitch__CancelTransfer -{ -public: - _interswitch__CancelTransfer *interswitch__CancelTransfer; /* optional element of type interswitch:CancelTransfer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__SendSessionKey -#define SOAP_TYPE_interswitch___interswitch__SendSessionKey (151) -/* Operation wrapper: */ -struct __interswitch__SendSessionKey -{ -public: - _interswitch__SendSessionKey *interswitch__SendSessionKey; /* optional element of type interswitch:SendSessionKey */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__QueryTransfer -#define SOAP_TYPE_interswitch___interswitch__QueryTransfer (155) -/* Operation wrapper: */ -struct __interswitch__QueryTransfer -{ -public: - _interswitch__QueryTransfer *interswitch__QueryTransfer; /* optional element of type interswitch:QueryTransfer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut (159) -/* Operation wrapper: */ -struct __interswitch__AuthoriseCashOut -{ -public: - _interswitch__AuthoriseCashOut *interswitch__AuthoriseCashOut; /* optional element of type interswitch:AuthoriseCashOut */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut (163) -/* Operation wrapper: */ -struct __interswitch__AuthoriseAccountCashOut -{ -public: - _interswitch__AuthoriseAccountCashOut *interswitch__AuthoriseAccountCashOut; /* optional element of type interswitch:AuthoriseAccountCashOut */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch___interswitch__ReverseCashOut (167) -/* Operation wrapper: */ -struct __interswitch__ReverseCashOut -{ -public: - _interswitch__ReverseCashOut *interswitch__ReverseCashOut; /* optional element of type interswitch:ReverseCashOut */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__StatusCheck -#define SOAP_TYPE_interswitch___interswitch__StatusCheck (171) -/* Operation wrapper: */ -struct __interswitch__StatusCheck -{ -public: - _interswitch__StatusCheck *interswitch__StatusCheck; /* optional element of type interswitch:StatusCheck */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__QueryTransaction -#define SOAP_TYPE_interswitch___interswitch__QueryTransaction (175) -/* Operation wrapper: */ -struct __interswitch__QueryTransaction -{ -public: - _interswitch__QueryTransaction *interswitch__QueryTransaction; /* optional element of type interswitch:QueryTransaction */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch___interswitch__GetSystemSettings (179) -/* Operation wrapper: */ -struct __interswitch__GetSystemSettings -{ -public: - _interswitch__GetSystemSettings *interswitch__GetSystemSettings; /* optional element of type interswitch:GetSystemSettings */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__CreateUser -#define SOAP_TYPE_interswitch___interswitch__CreateUser (183) -/* Operation wrapper: */ -struct __interswitch__CreateUser -{ -public: - _interswitch__CreateUser *interswitch__CreateUser; /* optional element of type interswitch:CreateUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ActivateUser -#define SOAP_TYPE_interswitch___interswitch__ActivateUser (187) -/* Operation wrapper: */ -struct __interswitch__ActivateUser -{ -public: - _interswitch__ActivateUser *interswitch__ActivateUser; /* optional element of type interswitch:ActivateUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__UpdateUser -#define SOAP_TYPE_interswitch___interswitch__UpdateUser (191) -/* Operation wrapper: */ -struct __interswitch__UpdateUser -{ -public: - _interswitch__UpdateUser *interswitch__UpdateUser; /* optional element of type interswitch:UpdateUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ChangePassword -#define SOAP_TYPE_interswitch___interswitch__ChangePassword (195) -/* Operation wrapper: */ -struct __interswitch__ChangePassword -{ -public: - _interswitch__ChangePassword *interswitch__ChangePassword; /* optional element of type interswitch:ChangePassword */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ResetPassword -#define SOAP_TYPE_interswitch___interswitch__ResetPassword (199) -/* Operation wrapper: */ -struct __interswitch__ResetPassword -{ -public: - _interswitch__ResetPassword *interswitch__ResetPassword; /* optional element of type interswitch:ResetPassword */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch___interswitch__AuthenticateUser (203) -/* Operation wrapper: */ -struct __interswitch__AuthenticateUser -{ -public: - _interswitch__AuthenticateUser *interswitch__AuthenticateUser; /* optional element of type interswitch:AuthenticateUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken (207) -/* Operation wrapper: */ -struct __interswitch__AuthenticateUserSecurityToken -{ -public: - _interswitch__AuthenticateUserSecurityToken *interswitch__AuthenticateUserSecurityToken; /* optional element of type interswitch:AuthenticateUserSecurityToken */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetUser -#define SOAP_TYPE_interswitch___interswitch__GetUser (211) -/* Operation wrapper: */ -struct __interswitch__GetUser -{ -public: - _interswitch__GetUser *interswitch__GetUser; /* optional element of type interswitch:GetUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillers -#define SOAP_TYPE_interswitch___interswitch__GetBillers (215) -/* Operation wrapper: */ -struct __interswitch__GetBillers -{ -public: - _interswitch__GetBillers *interswitch__GetBillers; /* optional element of type interswitch:GetBillers */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch___interswitch__GetLatestBillers (219) -/* Operation wrapper: */ -struct __interswitch__GetLatestBillers -{ -public: - _interswitch__GetLatestBillers *interswitch__GetLatestBillers; /* optional element of type interswitch:GetLatestBillers */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers (223) -/* Operation wrapper: */ -struct __interswitch__GetFeaturedBillers -{ -public: - _interswitch__GetFeaturedBillers *interswitch__GetFeaturedBillers; /* optional element of type interswitch:GetFeaturedBillers */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems (227) -/* Operation wrapper: */ -struct __interswitch__GetBillerPaymentItems -{ -public: - _interswitch__GetBillerPaymentItems *interswitch__GetBillerPaymentItems; /* optional element of type interswitch:GetBillerPaymentItems */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch___interswitch__GetBillerCategories (231) -/* Operation wrapper: */ -struct __interswitch__GetBillerCategories -{ -public: - _interswitch__GetBillerCategories *interswitch__GetBillerCategories; /* optional element of type interswitch:GetBillerCategories */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry (235) -/* Operation wrapper: */ -struct __interswitch__DoBillPaymentInquiry -{ -public: - _interswitch__DoBillPaymentInquiry *interswitch__DoBillPaymentInquiry; /* optional element of type interswitch:DoBillPaymentInquiry */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer (239) -/* Operation wrapper: */ -struct __interswitch__AuthenticateCustomer -{ -public: - _interswitch__AuthenticateCustomer *interswitch__AuthenticateCustomer; /* optional element of type interswitch:AuthenticateCustomer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice (243) -/* Operation wrapper: */ -struct __interswitch__SendBillPaymentAdvice -{ -public: - _interswitch__SendBillPaymentAdvice *interswitch__SendBillPaymentAdvice; /* optional element of type interswitch:SendBillPaymentAdvice */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__SendPayments -#define SOAP_TYPE_interswitch___interswitch__SendPayments (247) -/* Operation wrapper: */ -struct __interswitch__SendPayments -{ -public: - _interswitch__SendPayments *interswitch__SendPayments; /* optional element of type interswitch:SendPayments */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount (251) -/* Operation wrapper: */ -struct __interswitch__AddCustomerBillerAccount -{ -public: - _interswitch__AddCustomerBillerAccount *interswitch__AddCustomerBillerAccount; /* optional element of type interswitch:AddCustomerBillerAccount */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts (255) -/* Operation wrapper: */ -struct __interswitch__GetCustomerBillerAccounts -{ -public: - _interswitch__GetCustomerBillerAccounts *interswitch__GetCustomerBillerAccounts; /* optional element of type interswitch:GetCustomerBillerAccounts */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch___interswitch__GetCustomerPayments (259) -/* Operation wrapper: */ -struct __interswitch__GetCustomerPayments -{ -public: - _interswitch__GetCustomerPayments *interswitch__GetCustomerPayments; /* optional element of type interswitch:GetCustomerPayments */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch___interswitch__AddBillerCustomer (263) -/* Operation wrapper: */ -struct __interswitch__AddBillerCustomer -{ -public: - _interswitch__AddBillerCustomer *interswitch__AddBillerCustomer; /* optional element of type interswitch:AddBillerCustomer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount (267) -/* Operation wrapper: */ -struct __interswitch__GetCollectionsAccount -{ -public: - _interswitch__GetCollectionsAccount *interswitch__GetCollectionsAccount; /* optional element of type interswitch:GetCollectionsAccount */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount (271) -/* Operation wrapper: */ -struct __interswitch__GetBillersCollectionsAccount -{ -public: - _interswitch__GetBillersCollectionsAccount *interswitch__GetBillersCollectionsAccount; /* optional element of type interswitch:GetBillersCollectionsAccount */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount (275) -/* Operation wrapper: */ -struct __interswitch__EditCustomerBillerAccount -{ -public: - _interswitch__EditCustomerBillerAccount *interswitch__EditCustomerBillerAccount; /* optional element of type interswitch:EditCustomerBillerAccount */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch___interswitch__ResendActivationToken (279) -/* Operation wrapper: */ -struct __interswitch__ResendActivationToken -{ -public: - _interswitch__ResendActivationToken *interswitch__ResendActivationToken; /* optional element of type interswitch:ResendActivationToken */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch___interswitch__DoCustomProcessing (283) -/* Operation wrapper: */ -struct __interswitch__DoCustomProcessing -{ -public: - _interswitch__DoCustomProcessing *interswitch__DoCustomProcessing; /* optional element of type interswitch:DoCustomProcessing */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__CreateBiller -#define SOAP_TYPE_interswitch___interswitch__CreateBiller (287) -/* Operation wrapper: */ -struct __interswitch__CreateBiller -{ -public: - _interswitch__CreateBiller *interswitch__CreateBiller; /* optional element of type interswitch:CreateBiller */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__VerifyBiller -#define SOAP_TYPE_interswitch___interswitch__VerifyBiller (291) -/* Operation wrapper: */ -struct __interswitch__VerifyBiller -{ -public: - _interswitch__VerifyBiller *interswitch__VerifyBiller; /* optional element of type interswitch:VerifyBiller */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Header -#define SOAP_TYPE_interswitch_SOAP_ENV__Header (292) -/* SOAP Header: */ -struct SOAP_ENV__Header -{ -#ifdef WITH_NOEMPTYSTRUCT -private: - char dummy; /* dummy member to enable compilation */ -#endif -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Code -#define SOAP_TYPE_interswitch_SOAP_ENV__Code (293) -/* SOAP Fault Code: */ -struct SOAP_ENV__Code -{ -public: - char *SOAP_ENV__Value; /* optional element of type xsd:QName */ - struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Detail -#define SOAP_TYPE_interswitch_SOAP_ENV__Detail (295) -/* SOAP-ENV:Detail */ -struct SOAP_ENV__Detail -{ -public: - int __type; /* any type of element (defined below) */ - void *fault; /* transient */ - char *__any; -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Reason -#define SOAP_TYPE_interswitch_SOAP_ENV__Reason (298) -/* SOAP-ENV:Reason */ -struct SOAP_ENV__Reason -{ -public: - char *SOAP_ENV__Text; /* optional element of type xsd:string */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Fault -#define SOAP_TYPE_interswitch_SOAP_ENV__Fault (299) -/* SOAP Fault: */ -struct SOAP_ENV__Fault -{ -public: - char *faultcode; /* optional element of type xsd:QName */ - char *faultstring; /* optional element of type xsd:string */ - char *faultactor; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */ - struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */ - struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */ - char *SOAP_ENV__Node; /* optional element of type xsd:string */ - char *SOAP_ENV__Role; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */ -}; -#endif - -/******************************************************************************\ - * * - * Typedefs * - * * -\******************************************************************************/ - -#ifndef SOAP_TYPE_interswitch__QName -#define SOAP_TYPE_interswitch__QName (5) -typedef char *_QName; -#endif - -#ifndef SOAP_TYPE_interswitch__XML -#define SOAP_TYPE_interswitch__XML (6) -typedef char *_XML; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__ID -#define SOAP_TYPE_interswitch_xsd__ID (11) -typedef std::string xsd__ID; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__IDREF -#define SOAP_TYPE_interswitch_xsd__IDREF (13) -typedef std::string xsd__IDREF; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__anyURI -#define SOAP_TYPE_interswitch_xsd__anyURI (17) -typedef std::string xsd__anyURI; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__byte -#define SOAP_TYPE_interswitch_xsd__byte (26) -typedef char xsd__byte; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__decimal -#define SOAP_TYPE_interswitch_xsd__decimal (30) -typedef std::string xsd__decimal; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__duration -#define SOAP_TYPE_interswitch_xsd__duration (34) -typedef std::string xsd__duration; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedByte -#define SOAP_TYPE_interswitch_xsd__unsignedByte (44) -typedef unsigned char xsd__unsignedByte; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__char -#define SOAP_TYPE_interswitch_interswitch2__char (129) -typedef int interswitch2__char; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__duration -#define SOAP_TYPE_interswitch_interswitch2__duration (131) -typedef std::string interswitch2__duration; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__guid -#define SOAP_TYPE_interswitch_interswitch2__guid (133) -typedef std::string interswitch2__guid; -#endif - - -/******************************************************************************\ - * * - * Externals * - * * -\******************************************************************************/ - - -} // namespace interswitch - - -#endif - -/* End of interswitchStub.h */ diff --git a/coregrade/src/include/interswitch_sendmoney.h b/coregrade/src/include/interswitch_sendmoney.h deleted file mode 100644 index 822af38..0000000 --- a/coregrade/src/include/interswitch_sendmoney.h +++ /dev/null @@ -1,28 +0,0 @@ -#ifndef __INTERSITCH_SENDMONEY_H__ -#define __INTERSITCH_SENDMONEY_H__ - -#include -#include "vars.h" -#include "interswitch.h" - -extern "C" { - - long INTW_configure(CVars in, CVars &out); - long INTW_getBillersSave(hash_map, eqstr> saveData); - long INTW_getBillers(CVars in, CVars &out); - long INTW_getSaveGeneric(const char *table, hash_map, eqstr> saveData); - long INTW_getBillerPaymentItems(CVars in, CVars &out); - long INTW_getBillerCategories(CVars in, CVars &out ); - long INTW_sendBillPaymentAdvice(CVars in, CVars &out ); - long INTW_doTransfer(CVars in, CVars &out ); - long INTW_queryTransaction(CVars in, CVars &out ); - long INTW_doServiceTransfer(CVars in, CVars &out ); - long do_transferPayment(CVars pm); - long INTW_querySendMoneyTransaction(CVars in, CVars &out); - long INTW_doCompleteSavedTransfer(CVars in, CVars &out); - - -} - -#endif - diff --git a/coregrade/src/include/paylid.h b/coregrade/src/include/paylid.h deleted file mode 100644 index 0d23c32..0000000 --- a/coregrade/src/include/paylid.h +++ /dev/null @@ -1,13 +0,0 @@ -#ifndef __PAYLID_H__ -#define __PAYLID_H__ - -long storeface_getAccountBalance(const char *endpoint, const char *tid, const char *key, char *status); -long storeface_transferFund(const char *endpoint, const char *tid, const char *toDestination, const char *key, char *status); -long storeface_checkTransferStatus(const char *endpoint, const char *tid, const char *transactionRef, const char *key, char *status); -long storeface_directAirTimeTopUp(const char *endpoint, const char *tid, const char *topupData, const char *key, char *status, long &delivery_status); - -#endif - -/* -vi:ts=2 -*/ diff --git a/coregrade/src/include/paylid.nsmap b/coregrade/src/include/paylid.nsmap deleted file mode 100644 index 56fcbcc..0000000 --- a/coregrade/src/include/paylid.nsmap +++ /dev/null @@ -1,11 +0,0 @@ - -#include "paylidH.h" -SOAP_NMAC struct Namespace paylid_namespaces[] = -{ - {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL}, - {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL}, - {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, - {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, - {"paylid", "urn:paylidwsdl", NULL, NULL}, - {NULL, NULL, NULL, NULL} -}; diff --git a/coregrade/src/include/paylidH.h b/coregrade/src/include/paylidH.h deleted file mode 100644 index 5f9e2fc..0000000 --- a/coregrade/src/include/paylidH.h +++ /dev/null @@ -1,915 +0,0 @@ -/* paylidH.h - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#ifndef paylidH_H -#define paylidH_H -#include "paylidStub.h" - -namespace paylid { -#ifndef WITH_NOIDREF -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int); -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*); -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*); -#endif -SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap*, int*); -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int); -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*); - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap); - -SOAP_FMAC3 void * SOAP_FMAC4 paylid_instantiate(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 int SOAP_FMAC4 paylid_fdelete(struct soap_clist*); -SOAP_FMAC3 void* SOAP_FMAC4 soap_class_id_enter(struct soap*, const char*, void*, int, size_t, const char*, const char*); - -SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward(struct soap*, const char*, void*, size_t, int, int, size_t, unsigned int); - -SOAP_FMAC3 void SOAP_FMAC4 paylid_container_insert(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_byte -#define SOAP_TYPE_paylid_byte (3) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*); -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*); - -#ifndef soap_write_byte -#define soap_write_byte(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_byte(soap, data),0) || paylid::soap_put_byte(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*); - -#ifndef soap_read_byte -#define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef SOAP_TYPE_paylid_int -#define SOAP_TYPE_paylid_int (1) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*); -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*); - -#ifndef soap_write_int -#define soap_write_int(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_int(soap, data),0) || paylid::soap_put_int(soap, data, "int", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*); - -#ifndef soap_read_int -#define soap_read_int(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef SOAP_TYPE_paylid_std__string -#define SOAP_TYPE_paylid_std__string (9) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_std__string(struct soap*, std::string *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_std__string(struct soap*, const std::string *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__string(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_std__string(struct soap*, const char*, std::string*, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_std__string(struct soap*, const std::string *, const char*, const char*); - -#ifndef soap_write_std__string -#define soap_write_std__string(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_std__string(soap, data),0) || soap_put_std__string(soap, data, "string", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_std__string(struct soap*, std::string *, const char*, const char*); - -#ifndef soap_read_std__string -#define soap_read_std__string(soap, data) ( soap_begin_recv(soap) || !soap_get_std__string(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_instantiate_std__string(struct soap*, int, const char*, const char*, size_t*); - -inline std::string * soap_new_std__string(struct soap *soap, int n = -1) { return soap_instantiate_std__string(soap, n, NULL, NULL, NULL); } - -inline std::string * soap_new_req_std__string(struct soap *soap) { std::string *_p = soap_instantiate_std__string(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_std__string(soap, _p); } return _p; } - -inline std::string * soap_new_set_std__string(struct soap *soap) { std::string *_p = soap_instantiate_std__string(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_std__string(soap, _p); } return _p; } - -inline void soap_delete_std__string(struct soap *soap, std::string *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_std__string(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Fault -#define SOAP_TYPE_paylid_SOAP_ENV__Fault (48) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Fault -#define soap_write_SOAP_ENV__Fault(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Fault(soap, data),0) || paylid::soap_put_SOAP_ENV__Fault(soap, data, "SOAP-ENV:Fault", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Fault -#define soap_read_SOAP_ENV__Fault(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Fault * soap_new_SOAP_ENV__Fault(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Fault(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Fault * soap_new_req_SOAP_ENV__Fault(struct soap *soap) { struct SOAP_ENV__Fault *_p = soap_instantiate_SOAP_ENV__Fault(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Fault(soap, _p); } return _p; } - -inline struct SOAP_ENV__Fault * soap_new_set_SOAP_ENV__Fault(struct soap *soap, char *faultcode, char *faultstring, char *faultactor, struct SOAP_ENV__Detail *detail, struct SOAP_ENV__Code *SOAP_ENV__Code, struct SOAP_ENV__Reason *SOAP_ENV__Reason, char *SOAP_ENV__Node, char *SOAP_ENV__Role, struct SOAP_ENV__Detail *SOAP_ENV__Detail) { struct SOAP_ENV__Fault *_p = soap_instantiate_SOAP_ENV__Fault(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Fault(soap, _p); _p->faultcode = faultcode; _p->faultstring = faultstring; _p->faultactor = faultactor; _p->detail = detail; _p->SOAP_ENV__Code = SOAP_ENV__Code; _p->SOAP_ENV__Reason = SOAP_ENV__Reason; _p->SOAP_ENV__Node = SOAP_ENV__Node; _p->SOAP_ENV__Role = SOAP_ENV__Role; _p->SOAP_ENV__Detail = SOAP_ENV__Detail; } return _p; } - -inline void soap_delete_SOAP_ENV__Fault(struct soap *soap, struct SOAP_ENV__Fault *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Fault(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Reason -#define SOAP_TYPE_paylid_SOAP_ENV__Reason (47) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Reason -#define soap_write_SOAP_ENV__Reason(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Reason(soap, data),0) || paylid::soap_put_SOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Reason -#define soap_read_SOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Reason * soap_new_SOAP_ENV__Reason(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Reason(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Reason * soap_new_req_SOAP_ENV__Reason(struct soap *soap) { struct SOAP_ENV__Reason *_p = soap_instantiate_SOAP_ENV__Reason(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Reason(soap, _p); } return _p; } - -inline struct SOAP_ENV__Reason * soap_new_set_SOAP_ENV__Reason(struct soap *soap, char *SOAP_ENV__Text) { struct SOAP_ENV__Reason *_p = soap_instantiate_SOAP_ENV__Reason(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Reason(soap, _p); _p->SOAP_ENV__Text = SOAP_ENV__Text; } return _p; } - -inline void soap_delete_SOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Reason(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Detail -#define SOAP_TYPE_paylid_SOAP_ENV__Detail (44) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Detail -#define soap_write_SOAP_ENV__Detail(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Detail(soap, data),0) || paylid::soap_put_SOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Detail -#define soap_read_SOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Detail * soap_new_SOAP_ENV__Detail(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Detail(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Detail * soap_new_req_SOAP_ENV__Detail(struct soap *soap, int __type, void *fault) { struct SOAP_ENV__Detail *_p = soap_instantiate_SOAP_ENV__Detail(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Detail(soap, _p); _p->__type = __type; _p->fault = fault; } return _p; } - -inline struct SOAP_ENV__Detail * soap_new_set_SOAP_ENV__Detail(struct soap *soap, char *__any, int __type, void *fault) { struct SOAP_ENV__Detail *_p = soap_instantiate_SOAP_ENV__Detail(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Detail(soap, _p); _p->__any = __any; _p->__type = __type; _p->fault = fault; } return _p; } - -inline void soap_delete_SOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Detail(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Code -#define SOAP_TYPE_paylid_SOAP_ENV__Code (42) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Code -#define soap_write_SOAP_ENV__Code(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Code(soap, data),0) || paylid::soap_put_SOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Code -#define soap_read_SOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Code * soap_new_SOAP_ENV__Code(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Code(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Code * soap_new_req_SOAP_ENV__Code(struct soap *soap) { struct SOAP_ENV__Code *_p = soap_instantiate_SOAP_ENV__Code(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Code(soap, _p); } return _p; } - -inline struct SOAP_ENV__Code * soap_new_set_SOAP_ENV__Code(struct soap *soap, char *SOAP_ENV__Value, struct SOAP_ENV__Code *SOAP_ENV__Subcode) { struct SOAP_ENV__Code *_p = soap_instantiate_SOAP_ENV__Code(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Code(soap, _p); _p->SOAP_ENV__Value = SOAP_ENV__Value; _p->SOAP_ENV__Subcode = SOAP_ENV__Subcode; } return _p; } - -inline void soap_delete_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Code(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Header -#define SOAP_TYPE_paylid_SOAP_ENV__Header (41) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Header -#define soap_write_SOAP_ENV__Header(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Header(soap, data),0) || paylid::soap_put_SOAP_ENV__Header(soap, data, "SOAP-ENV:Header", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Header -#define soap_read_SOAP_ENV__Header(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Header * soap_new_SOAP_ENV__Header(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Header(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Header * soap_new_req_SOAP_ENV__Header(struct soap *soap) { struct SOAP_ENV__Header *_p = soap_instantiate_SOAP_ENV__Header(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Header(soap, _p); } return _p; } - -inline struct SOAP_ENV__Header * soap_new_set_SOAP_ENV__Header(struct soap *soap) { struct SOAP_ENV__Header *_p = soap_instantiate_SOAP_ENV__Header(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Header(soap, _p); } return _p; } - -inline void soap_delete_SOAP_ENV__Header(struct soap *soap, struct SOAP_ENV__Header *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Header(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getSupportedBanks -#define SOAP_TYPE_paylid_paylid__getSupportedBanks (40) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getSupportedBanks(struct soap*, struct paylid__getSupportedBanks *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getSupportedBanks(struct soap*, const struct paylid__getSupportedBanks *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getSupportedBanks(struct soap*, const char*, int, const struct paylid__getSupportedBanks *, const char*); -SOAP_FMAC3 struct paylid__getSupportedBanks * SOAP_FMAC4 soap_in_paylid__getSupportedBanks(struct soap*, const char*, struct paylid__getSupportedBanks *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getSupportedBanks(struct soap*, const struct paylid__getSupportedBanks *, const char*, const char*); - -#ifndef soap_write_paylid__getSupportedBanks -#define soap_write_paylid__getSupportedBanks(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getSupportedBanks(soap, data),0) || paylid::soap_put_paylid__getSupportedBanks(soap, data, "paylid:getSupportedBanks", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getSupportedBanks * SOAP_FMAC4 soap_get_paylid__getSupportedBanks(struct soap*, struct paylid__getSupportedBanks *, const char*, const char*); - -#ifndef soap_read_paylid__getSupportedBanks -#define soap_read_paylid__getSupportedBanks(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getSupportedBanks(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getSupportedBanks * SOAP_FMAC2 soap_instantiate_paylid__getSupportedBanks(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getSupportedBanks * soap_new_paylid__getSupportedBanks(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getSupportedBanks(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getSupportedBanks * soap_new_req_paylid__getSupportedBanks(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getSupportedBanks *_p = soap_instantiate_paylid__getSupportedBanks(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getSupportedBanks(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__getSupportedBanks * soap_new_set_paylid__getSupportedBanks(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getSupportedBanks *_p = soap_instantiate_paylid__getSupportedBanks(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getSupportedBanks(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__getSupportedBanks(struct soap *soap, struct paylid__getSupportedBanks *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getSupportedBanks(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getSupportedBanksResponse -#define SOAP_TYPE_paylid_paylid__getSupportedBanksResponse (37) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getSupportedBanksResponse(struct soap*, struct paylid__getSupportedBanksResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getSupportedBanksResponse(struct soap*, const struct paylid__getSupportedBanksResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getSupportedBanksResponse(struct soap*, const char*, int, const struct paylid__getSupportedBanksResponse *, const char*); -SOAP_FMAC3 struct paylid__getSupportedBanksResponse * SOAP_FMAC4 soap_in_paylid__getSupportedBanksResponse(struct soap*, const char*, struct paylid__getSupportedBanksResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getSupportedBanksResponse(struct soap*, const struct paylid__getSupportedBanksResponse *, const char*, const char*); - -#ifndef soap_write_paylid__getSupportedBanksResponse -#define soap_write_paylid__getSupportedBanksResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getSupportedBanksResponse(soap, data),0) || paylid::soap_put_paylid__getSupportedBanksResponse(soap, data, "paylid:getSupportedBanksResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getSupportedBanksResponse * SOAP_FMAC4 soap_get_paylid__getSupportedBanksResponse(struct soap*, struct paylid__getSupportedBanksResponse *, const char*, const char*); - -#ifndef soap_read_paylid__getSupportedBanksResponse -#define soap_read_paylid__getSupportedBanksResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getSupportedBanksResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getSupportedBanksResponse * SOAP_FMAC2 soap_instantiate_paylid__getSupportedBanksResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getSupportedBanksResponse * soap_new_paylid__getSupportedBanksResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getSupportedBanksResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getSupportedBanksResponse * soap_new_req_paylid__getSupportedBanksResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getSupportedBanksResponse *_p = soap_instantiate_paylid__getSupportedBanksResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getSupportedBanksResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__getSupportedBanksResponse * soap_new_set_paylid__getSupportedBanksResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getSupportedBanksResponse *_p = soap_instantiate_paylid__getSupportedBanksResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getSupportedBanksResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__getSupportedBanksResponse(struct soap *soap, struct paylid__getSupportedBanksResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getSupportedBanksResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getTrxStatus -#define SOAP_TYPE_paylid_paylid__getTrxStatus (36) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getTrxStatus(struct soap*, struct paylid__getTrxStatus *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getTrxStatus(struct soap*, const struct paylid__getTrxStatus *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getTrxStatus(struct soap*, const char*, int, const struct paylid__getTrxStatus *, const char*); -SOAP_FMAC3 struct paylid__getTrxStatus * SOAP_FMAC4 soap_in_paylid__getTrxStatus(struct soap*, const char*, struct paylid__getTrxStatus *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getTrxStatus(struct soap*, const struct paylid__getTrxStatus *, const char*, const char*); - -#ifndef soap_write_paylid__getTrxStatus -#define soap_write_paylid__getTrxStatus(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getTrxStatus(soap, data),0) || paylid::soap_put_paylid__getTrxStatus(soap, data, "paylid:getTrxStatus", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getTrxStatus * SOAP_FMAC4 soap_get_paylid__getTrxStatus(struct soap*, struct paylid__getTrxStatus *, const char*, const char*); - -#ifndef soap_read_paylid__getTrxStatus -#define soap_read_paylid__getTrxStatus(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getTrxStatus(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getTrxStatus * SOAP_FMAC2 soap_instantiate_paylid__getTrxStatus(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getTrxStatus * soap_new_paylid__getTrxStatus(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getTrxStatus(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getTrxStatus * soap_new_req_paylid__getTrxStatus(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getTrxStatus *_p = soap_instantiate_paylid__getTrxStatus(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getTrxStatus(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__getTrxStatus * soap_new_set_paylid__getTrxStatus(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getTrxStatus *_p = soap_instantiate_paylid__getTrxStatus(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getTrxStatus(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__getTrxStatus(struct soap *soap, struct paylid__getTrxStatus *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getTrxStatus(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getTrxStatusResponse -#define SOAP_TYPE_paylid_paylid__getTrxStatusResponse (33) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getTrxStatusResponse(struct soap*, struct paylid__getTrxStatusResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getTrxStatusResponse(struct soap*, const struct paylid__getTrxStatusResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getTrxStatusResponse(struct soap*, const char*, int, const struct paylid__getTrxStatusResponse *, const char*); -SOAP_FMAC3 struct paylid__getTrxStatusResponse * SOAP_FMAC4 soap_in_paylid__getTrxStatusResponse(struct soap*, const char*, struct paylid__getTrxStatusResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getTrxStatusResponse(struct soap*, const struct paylid__getTrxStatusResponse *, const char*, const char*); - -#ifndef soap_write_paylid__getTrxStatusResponse -#define soap_write_paylid__getTrxStatusResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getTrxStatusResponse(soap, data),0) || paylid::soap_put_paylid__getTrxStatusResponse(soap, data, "paylid:getTrxStatusResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getTrxStatusResponse * SOAP_FMAC4 soap_get_paylid__getTrxStatusResponse(struct soap*, struct paylid__getTrxStatusResponse *, const char*, const char*); - -#ifndef soap_read_paylid__getTrxStatusResponse -#define soap_read_paylid__getTrxStatusResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getTrxStatusResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getTrxStatusResponse * SOAP_FMAC2 soap_instantiate_paylid__getTrxStatusResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getTrxStatusResponse * soap_new_paylid__getTrxStatusResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getTrxStatusResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getTrxStatusResponse * soap_new_req_paylid__getTrxStatusResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getTrxStatusResponse *_p = soap_instantiate_paylid__getTrxStatusResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getTrxStatusResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__getTrxStatusResponse * soap_new_set_paylid__getTrxStatusResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getTrxStatusResponse *_p = soap_instantiate_paylid__getTrxStatusResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getTrxStatusResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__getTrxStatusResponse(struct soap *soap, struct paylid__getTrxStatusResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getTrxStatusResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getAccount -#define SOAP_TYPE_paylid_paylid__getAccount (32) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccount(struct soap*, struct paylid__getAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccount(struct soap*, const struct paylid__getAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccount(struct soap*, const char*, int, const struct paylid__getAccount *, const char*); -SOAP_FMAC3 struct paylid__getAccount * SOAP_FMAC4 soap_in_paylid__getAccount(struct soap*, const char*, struct paylid__getAccount *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccount(struct soap*, const struct paylid__getAccount *, const char*, const char*); - -#ifndef soap_write_paylid__getAccount -#define soap_write_paylid__getAccount(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getAccount(soap, data),0) || paylid::soap_put_paylid__getAccount(soap, data, "paylid:getAccount", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getAccount * SOAP_FMAC4 soap_get_paylid__getAccount(struct soap*, struct paylid__getAccount *, const char*, const char*); - -#ifndef soap_read_paylid__getAccount -#define soap_read_paylid__getAccount(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getAccount(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getAccount * SOAP_FMAC2 soap_instantiate_paylid__getAccount(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getAccount * soap_new_paylid__getAccount(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getAccount(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getAccount * soap_new_req_paylid__getAccount(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getAccount *_p = soap_instantiate_paylid__getAccount(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccount(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__getAccount * soap_new_set_paylid__getAccount(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getAccount *_p = soap_instantiate_paylid__getAccount(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccount(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__getAccount(struct soap *soap, struct paylid__getAccount *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getAccountResponse -#define SOAP_TYPE_paylid_paylid__getAccountResponse (29) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountResponse(struct soap*, struct paylid__getAccountResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountResponse(struct soap*, const struct paylid__getAccountResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountResponse(struct soap*, const char*, int, const struct paylid__getAccountResponse *, const char*); -SOAP_FMAC3 struct paylid__getAccountResponse * SOAP_FMAC4 soap_in_paylid__getAccountResponse(struct soap*, const char*, struct paylid__getAccountResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountResponse(struct soap*, const struct paylid__getAccountResponse *, const char*, const char*); - -#ifndef soap_write_paylid__getAccountResponse -#define soap_write_paylid__getAccountResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getAccountResponse(soap, data),0) || paylid::soap_put_paylid__getAccountResponse(soap, data, "paylid:getAccountResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getAccountResponse * SOAP_FMAC4 soap_get_paylid__getAccountResponse(struct soap*, struct paylid__getAccountResponse *, const char*, const char*); - -#ifndef soap_read_paylid__getAccountResponse -#define soap_read_paylid__getAccountResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getAccountResponse * SOAP_FMAC2 soap_instantiate_paylid__getAccountResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getAccountResponse * soap_new_paylid__getAccountResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getAccountResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getAccountResponse * soap_new_req_paylid__getAccountResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getAccountResponse *_p = soap_instantiate_paylid__getAccountResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__getAccountResponse * soap_new_set_paylid__getAccountResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getAccountResponse *_p = soap_instantiate_paylid__getAccountResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__getAccountResponse(struct soap *soap, struct paylid__getAccountResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__currentXrate -#define SOAP_TYPE_paylid_paylid__currentXrate (28) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__currentXrate(struct soap*, struct paylid__currentXrate *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__currentXrate(struct soap*, const struct paylid__currentXrate *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__currentXrate(struct soap*, const char*, int, const struct paylid__currentXrate *, const char*); -SOAP_FMAC3 struct paylid__currentXrate * SOAP_FMAC4 soap_in_paylid__currentXrate(struct soap*, const char*, struct paylid__currentXrate *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__currentXrate(struct soap*, const struct paylid__currentXrate *, const char*, const char*); - -#ifndef soap_write_paylid__currentXrate -#define soap_write_paylid__currentXrate(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__currentXrate(soap, data),0) || paylid::soap_put_paylid__currentXrate(soap, data, "paylid:currentXrate", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__currentXrate * SOAP_FMAC4 soap_get_paylid__currentXrate(struct soap*, struct paylid__currentXrate *, const char*, const char*); - -#ifndef soap_read_paylid__currentXrate -#define soap_read_paylid__currentXrate(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__currentXrate(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__currentXrate * SOAP_FMAC2 soap_instantiate_paylid__currentXrate(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__currentXrate * soap_new_paylid__currentXrate(struct soap *soap, int n = -1) { return soap_instantiate_paylid__currentXrate(soap, n, NULL, NULL, NULL); } - -inline struct paylid__currentXrate * soap_new_req_paylid__currentXrate(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__currentXrate *_p = soap_instantiate_paylid__currentXrate(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__currentXrate(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__currentXrate * soap_new_set_paylid__currentXrate(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__currentXrate *_p = soap_instantiate_paylid__currentXrate(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__currentXrate(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__currentXrate(struct soap *soap, struct paylid__currentXrate *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__currentXrate(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__currentXrateResponse -#define SOAP_TYPE_paylid_paylid__currentXrateResponse (25) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__currentXrateResponse(struct soap*, struct paylid__currentXrateResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__currentXrateResponse(struct soap*, const struct paylid__currentXrateResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__currentXrateResponse(struct soap*, const char*, int, const struct paylid__currentXrateResponse *, const char*); -SOAP_FMAC3 struct paylid__currentXrateResponse * SOAP_FMAC4 soap_in_paylid__currentXrateResponse(struct soap*, const char*, struct paylid__currentXrateResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__currentXrateResponse(struct soap*, const struct paylid__currentXrateResponse *, const char*, const char*); - -#ifndef soap_write_paylid__currentXrateResponse -#define soap_write_paylid__currentXrateResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__currentXrateResponse(soap, data),0) || paylid::soap_put_paylid__currentXrateResponse(soap, data, "paylid:currentXrateResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__currentXrateResponse * SOAP_FMAC4 soap_get_paylid__currentXrateResponse(struct soap*, struct paylid__currentXrateResponse *, const char*, const char*); - -#ifndef soap_read_paylid__currentXrateResponse -#define soap_read_paylid__currentXrateResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__currentXrateResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__currentXrateResponse * SOAP_FMAC2 soap_instantiate_paylid__currentXrateResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__currentXrateResponse * soap_new_paylid__currentXrateResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__currentXrateResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__currentXrateResponse * soap_new_req_paylid__currentXrateResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__currentXrateResponse *_p = soap_instantiate_paylid__currentXrateResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__currentXrateResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__currentXrateResponse * soap_new_set_paylid__currentXrateResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__currentXrateResponse *_p = soap_instantiate_paylid__currentXrateResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__currentXrateResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__currentXrateResponse(struct soap *soap, struct paylid__currentXrateResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__currentXrateResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__directAirTimeTopUp -#define SOAP_TYPE_paylid_paylid__directAirTimeTopUp (24) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__directAirTimeTopUp(struct soap*, struct paylid__directAirTimeTopUp *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__directAirTimeTopUp(struct soap*, const struct paylid__directAirTimeTopUp *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__directAirTimeTopUp(struct soap*, const char*, int, const struct paylid__directAirTimeTopUp *, const char*); -SOAP_FMAC3 struct paylid__directAirTimeTopUp * SOAP_FMAC4 soap_in_paylid__directAirTimeTopUp(struct soap*, const char*, struct paylid__directAirTimeTopUp *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__directAirTimeTopUp(struct soap*, const struct paylid__directAirTimeTopUp *, const char*, const char*); - -#ifndef soap_write_paylid__directAirTimeTopUp -#define soap_write_paylid__directAirTimeTopUp(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__directAirTimeTopUp(soap, data),0) || paylid::soap_put_paylid__directAirTimeTopUp(soap, data, "paylid:directAirTimeTopUp", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__directAirTimeTopUp * SOAP_FMAC4 soap_get_paylid__directAirTimeTopUp(struct soap*, struct paylid__directAirTimeTopUp *, const char*, const char*); - -#ifndef soap_read_paylid__directAirTimeTopUp -#define soap_read_paylid__directAirTimeTopUp(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__directAirTimeTopUp(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__directAirTimeTopUp * SOAP_FMAC2 soap_instantiate_paylid__directAirTimeTopUp(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__directAirTimeTopUp * soap_new_paylid__directAirTimeTopUp(struct soap *soap, int n = -1) { return soap_instantiate_paylid__directAirTimeTopUp(soap, n, NULL, NULL, NULL); } - -inline struct paylid__directAirTimeTopUp * soap_new_req_paylid__directAirTimeTopUp(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__directAirTimeTopUp *_p = soap_instantiate_paylid__directAirTimeTopUp(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__directAirTimeTopUp(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__directAirTimeTopUp * soap_new_set_paylid__directAirTimeTopUp(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__directAirTimeTopUp *_p = soap_instantiate_paylid__directAirTimeTopUp(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__directAirTimeTopUp(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__directAirTimeTopUp(struct soap *soap, struct paylid__directAirTimeTopUp *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__directAirTimeTopUp(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse -#define SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse (21) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__directAirTimeTopUpResponse(struct soap*, struct paylid__directAirTimeTopUpResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__directAirTimeTopUpResponse(struct soap*, const struct paylid__directAirTimeTopUpResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__directAirTimeTopUpResponse(struct soap*, const char*, int, const struct paylid__directAirTimeTopUpResponse *, const char*); -SOAP_FMAC3 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC4 soap_in_paylid__directAirTimeTopUpResponse(struct soap*, const char*, struct paylid__directAirTimeTopUpResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__directAirTimeTopUpResponse(struct soap*, const struct paylid__directAirTimeTopUpResponse *, const char*, const char*); - -#ifndef soap_write_paylid__directAirTimeTopUpResponse -#define soap_write_paylid__directAirTimeTopUpResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__directAirTimeTopUpResponse(soap, data),0) || paylid::soap_put_paylid__directAirTimeTopUpResponse(soap, data, "paylid:directAirTimeTopUpResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC4 soap_get_paylid__directAirTimeTopUpResponse(struct soap*, struct paylid__directAirTimeTopUpResponse *, const char*, const char*); - -#ifndef soap_read_paylid__directAirTimeTopUpResponse -#define soap_read_paylid__directAirTimeTopUpResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__directAirTimeTopUpResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC2 soap_instantiate_paylid__directAirTimeTopUpResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__directAirTimeTopUpResponse * soap_new_paylid__directAirTimeTopUpResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__directAirTimeTopUpResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__directAirTimeTopUpResponse * soap_new_req_paylid__directAirTimeTopUpResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__directAirTimeTopUpResponse *_p = soap_instantiate_paylid__directAirTimeTopUpResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__directAirTimeTopUpResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__directAirTimeTopUpResponse * soap_new_set_paylid__directAirTimeTopUpResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__directAirTimeTopUpResponse *_p = soap_instantiate_paylid__directAirTimeTopUpResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__directAirTimeTopUpResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__directAirTimeTopUpResponse(struct soap *soap, struct paylid__directAirTimeTopUpResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__directAirTimeTopUpResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__checkTransferStatus -#define SOAP_TYPE_paylid_paylid__checkTransferStatus (20) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__checkTransferStatus(struct soap*, struct paylid__checkTransferStatus *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__checkTransferStatus(struct soap*, const struct paylid__checkTransferStatus *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__checkTransferStatus(struct soap*, const char*, int, const struct paylid__checkTransferStatus *, const char*); -SOAP_FMAC3 struct paylid__checkTransferStatus * SOAP_FMAC4 soap_in_paylid__checkTransferStatus(struct soap*, const char*, struct paylid__checkTransferStatus *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__checkTransferStatus(struct soap*, const struct paylid__checkTransferStatus *, const char*, const char*); - -#ifndef soap_write_paylid__checkTransferStatus -#define soap_write_paylid__checkTransferStatus(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__checkTransferStatus(soap, data),0) || paylid::soap_put_paylid__checkTransferStatus(soap, data, "paylid:checkTransferStatus", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__checkTransferStatus * SOAP_FMAC4 soap_get_paylid__checkTransferStatus(struct soap*, struct paylid__checkTransferStatus *, const char*, const char*); - -#ifndef soap_read_paylid__checkTransferStatus -#define soap_read_paylid__checkTransferStatus(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__checkTransferStatus(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__checkTransferStatus * SOAP_FMAC2 soap_instantiate_paylid__checkTransferStatus(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__checkTransferStatus * soap_new_paylid__checkTransferStatus(struct soap *soap, int n = -1) { return soap_instantiate_paylid__checkTransferStatus(soap, n, NULL, NULL, NULL); } - -inline struct paylid__checkTransferStatus * soap_new_req_paylid__checkTransferStatus(struct soap *soap, std::string& terminalID, std::string& transactionRef, std::string& hmac) { struct paylid__checkTransferStatus *_p = soap_instantiate_paylid__checkTransferStatus(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__checkTransferStatus(soap, _p); _p->terminalID = terminalID; _p->transactionRef = transactionRef; _p->hmac = hmac; } return _p; } - -inline struct paylid__checkTransferStatus * soap_new_set_paylid__checkTransferStatus(struct soap *soap, std::string& terminalID, std::string& transactionRef, std::string& hmac) { struct paylid__checkTransferStatus *_p = soap_instantiate_paylid__checkTransferStatus(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__checkTransferStatus(soap, _p); _p->terminalID = terminalID; _p->transactionRef = transactionRef; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__checkTransferStatus(struct soap *soap, struct paylid__checkTransferStatus *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__checkTransferStatus(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__checkTransferStatusResponse -#define SOAP_TYPE_paylid_paylid__checkTransferStatusResponse (17) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__checkTransferStatusResponse(struct soap*, struct paylid__checkTransferStatusResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__checkTransferStatusResponse(struct soap*, const struct paylid__checkTransferStatusResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__checkTransferStatusResponse(struct soap*, const char*, int, const struct paylid__checkTransferStatusResponse *, const char*); -SOAP_FMAC3 struct paylid__checkTransferStatusResponse * SOAP_FMAC4 soap_in_paylid__checkTransferStatusResponse(struct soap*, const char*, struct paylid__checkTransferStatusResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__checkTransferStatusResponse(struct soap*, const struct paylid__checkTransferStatusResponse *, const char*, const char*); - -#ifndef soap_write_paylid__checkTransferStatusResponse -#define soap_write_paylid__checkTransferStatusResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__checkTransferStatusResponse(soap, data),0) || paylid::soap_put_paylid__checkTransferStatusResponse(soap, data, "paylid:checkTransferStatusResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__checkTransferStatusResponse * SOAP_FMAC4 soap_get_paylid__checkTransferStatusResponse(struct soap*, struct paylid__checkTransferStatusResponse *, const char*, const char*); - -#ifndef soap_read_paylid__checkTransferStatusResponse -#define soap_read_paylid__checkTransferStatusResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__checkTransferStatusResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__checkTransferStatusResponse * SOAP_FMAC2 soap_instantiate_paylid__checkTransferStatusResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__checkTransferStatusResponse * soap_new_paylid__checkTransferStatusResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__checkTransferStatusResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__checkTransferStatusResponse * soap_new_req_paylid__checkTransferStatusResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__checkTransferStatusResponse *_p = soap_instantiate_paylid__checkTransferStatusResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__checkTransferStatusResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__checkTransferStatusResponse * soap_new_set_paylid__checkTransferStatusResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__checkTransferStatusResponse *_p = soap_instantiate_paylid__checkTransferStatusResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__checkTransferStatusResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__checkTransferStatusResponse(struct soap *soap, struct paylid__checkTransferStatusResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__checkTransferStatusResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__transferFund -#define SOAP_TYPE_paylid_paylid__transferFund (16) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__transferFund(struct soap*, struct paylid__transferFund *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__transferFund(struct soap*, const struct paylid__transferFund *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__transferFund(struct soap*, const char*, int, const struct paylid__transferFund *, const char*); -SOAP_FMAC3 struct paylid__transferFund * SOAP_FMAC4 soap_in_paylid__transferFund(struct soap*, const char*, struct paylid__transferFund *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__transferFund(struct soap*, const struct paylid__transferFund *, const char*, const char*); - -#ifndef soap_write_paylid__transferFund -#define soap_write_paylid__transferFund(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__transferFund(soap, data),0) || paylid::soap_put_paylid__transferFund(soap, data, "paylid:transferFund", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__transferFund * SOAP_FMAC4 soap_get_paylid__transferFund(struct soap*, struct paylid__transferFund *, const char*, const char*); - -#ifndef soap_read_paylid__transferFund -#define soap_read_paylid__transferFund(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__transferFund(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__transferFund * SOAP_FMAC2 soap_instantiate_paylid__transferFund(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__transferFund * soap_new_paylid__transferFund(struct soap *soap, int n = -1) { return soap_instantiate_paylid__transferFund(soap, n, NULL, NULL, NULL); } - -inline struct paylid__transferFund * soap_new_req_paylid__transferFund(struct soap *soap, std::string& terminalID, std::string& toDestination, std::string& hmac) { struct paylid__transferFund *_p = soap_instantiate_paylid__transferFund(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__transferFund(soap, _p); _p->terminalID = terminalID; _p->toDestination = toDestination; _p->hmac = hmac; } return _p; } - -inline struct paylid__transferFund * soap_new_set_paylid__transferFund(struct soap *soap, std::string& terminalID, std::string& toDestination, std::string& hmac) { struct paylid__transferFund *_p = soap_instantiate_paylid__transferFund(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__transferFund(soap, _p); _p->terminalID = terminalID; _p->toDestination = toDestination; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__transferFund(struct soap *soap, struct paylid__transferFund *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__transferFund(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__transferFundResponse -#define SOAP_TYPE_paylid_paylid__transferFundResponse (13) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__transferFundResponse(struct soap*, struct paylid__transferFundResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__transferFundResponse(struct soap*, const struct paylid__transferFundResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__transferFundResponse(struct soap*, const char*, int, const struct paylid__transferFundResponse *, const char*); -SOAP_FMAC3 struct paylid__transferFundResponse * SOAP_FMAC4 soap_in_paylid__transferFundResponse(struct soap*, const char*, struct paylid__transferFundResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__transferFundResponse(struct soap*, const struct paylid__transferFundResponse *, const char*, const char*); - -#ifndef soap_write_paylid__transferFundResponse -#define soap_write_paylid__transferFundResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__transferFundResponse(soap, data),0) || paylid::soap_put_paylid__transferFundResponse(soap, data, "paylid:transferFundResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__transferFundResponse * SOAP_FMAC4 soap_get_paylid__transferFundResponse(struct soap*, struct paylid__transferFundResponse *, const char*, const char*); - -#ifndef soap_read_paylid__transferFundResponse -#define soap_read_paylid__transferFundResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__transferFundResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__transferFundResponse * SOAP_FMAC2 soap_instantiate_paylid__transferFundResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__transferFundResponse * soap_new_paylid__transferFundResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__transferFundResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__transferFundResponse * soap_new_req_paylid__transferFundResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__transferFundResponse *_p = soap_instantiate_paylid__transferFundResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__transferFundResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__transferFundResponse * soap_new_set_paylid__transferFundResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__transferFundResponse *_p = soap_instantiate_paylid__transferFundResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__transferFundResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__transferFundResponse(struct soap *soap, struct paylid__transferFundResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__transferFundResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getAccountBalance -#define SOAP_TYPE_paylid_paylid__getAccountBalance (12) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountBalance(struct soap*, struct paylid__getAccountBalance *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountBalance(struct soap*, const struct paylid__getAccountBalance *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountBalance(struct soap*, const char*, int, const struct paylid__getAccountBalance *, const char*); -SOAP_FMAC3 struct paylid__getAccountBalance * SOAP_FMAC4 soap_in_paylid__getAccountBalance(struct soap*, const char*, struct paylid__getAccountBalance *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountBalance(struct soap*, const struct paylid__getAccountBalance *, const char*, const char*); - -#ifndef soap_write_paylid__getAccountBalance -#define soap_write_paylid__getAccountBalance(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getAccountBalance(soap, data),0) || paylid::soap_put_paylid__getAccountBalance(soap, data, "paylid:getAccountBalance", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getAccountBalance * SOAP_FMAC4 soap_get_paylid__getAccountBalance(struct soap*, struct paylid__getAccountBalance *, const char*, const char*); - -#ifndef soap_read_paylid__getAccountBalance -#define soap_read_paylid__getAccountBalance(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getAccountBalance(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getAccountBalance * SOAP_FMAC2 soap_instantiate_paylid__getAccountBalance(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getAccountBalance * soap_new_paylid__getAccountBalance(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getAccountBalance(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getAccountBalance * soap_new_req_paylid__getAccountBalance(struct soap *soap, std::string& terminalID, std::string& hmac) { struct paylid__getAccountBalance *_p = soap_instantiate_paylid__getAccountBalance(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountBalance(soap, _p); _p->terminalID = terminalID; _p->hmac = hmac; } return _p; } - -inline struct paylid__getAccountBalance * soap_new_set_paylid__getAccountBalance(struct soap *soap, std::string& terminalID, std::string& hmac) { struct paylid__getAccountBalance *_p = soap_instantiate_paylid__getAccountBalance(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountBalance(soap, _p); _p->terminalID = terminalID; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__getAccountBalance(struct soap *soap, struct paylid__getAccountBalance *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountBalance(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getAccountBalanceResponse -#define SOAP_TYPE_paylid_paylid__getAccountBalanceResponse (8) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountBalanceResponse(struct soap*, struct paylid__getAccountBalanceResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountBalanceResponse(struct soap*, const struct paylid__getAccountBalanceResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountBalanceResponse(struct soap*, const char*, int, const struct paylid__getAccountBalanceResponse *, const char*); -SOAP_FMAC3 struct paylid__getAccountBalanceResponse * SOAP_FMAC4 soap_in_paylid__getAccountBalanceResponse(struct soap*, const char*, struct paylid__getAccountBalanceResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountBalanceResponse(struct soap*, const struct paylid__getAccountBalanceResponse *, const char*, const char*); - -#ifndef soap_write_paylid__getAccountBalanceResponse -#define soap_write_paylid__getAccountBalanceResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getAccountBalanceResponse(soap, data),0) || paylid::soap_put_paylid__getAccountBalanceResponse(soap, data, "paylid:getAccountBalanceResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getAccountBalanceResponse * SOAP_FMAC4 soap_get_paylid__getAccountBalanceResponse(struct soap*, struct paylid__getAccountBalanceResponse *, const char*, const char*); - -#ifndef soap_read_paylid__getAccountBalanceResponse -#define soap_read_paylid__getAccountBalanceResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getAccountBalanceResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getAccountBalanceResponse * SOAP_FMAC2 soap_instantiate_paylid__getAccountBalanceResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getAccountBalanceResponse * soap_new_paylid__getAccountBalanceResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getAccountBalanceResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getAccountBalanceResponse * soap_new_req_paylid__getAccountBalanceResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getAccountBalanceResponse *_p = soap_instantiate_paylid__getAccountBalanceResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountBalanceResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__getAccountBalanceResponse * soap_new_set_paylid__getAccountBalanceResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getAccountBalanceResponse *_p = soap_instantiate_paylid__getAccountBalanceResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountBalanceResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__getAccountBalanceResponse(struct soap *soap, struct paylid__getAccountBalanceResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountBalanceResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_PointerToSOAP_ENV__Reason -#define SOAP_TYPE_paylid_PointerToSOAP_ENV__Reason (50) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Reason -#define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_PointerToSOAP_ENV__Reason(soap, data),0) || paylid::soap_put_PointerToSOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Reason -#define soap_read_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_PointerToSOAP_ENV__Detail -#define SOAP_TYPE_paylid_PointerToSOAP_ENV__Detail (49) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Detail -#define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_PointerToSOAP_ENV__Detail(soap, data),0) || paylid::soap_put_PointerToSOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Detail -#define soap_read_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_PointerToSOAP_ENV__Code -#define SOAP_TYPE_paylid_PointerToSOAP_ENV__Code (43) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Code -#define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_PointerToSOAP_ENV__Code(soap, data),0) || paylid::soap_put_PointerToSOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Code -#define soap_read_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef SOAP_TYPE_paylid__QName -#define SOAP_TYPE_paylid__QName (5) -#endif - -#define soap_default__QName(soap, a) soap_default_string(soap, a) - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap*, char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*); - -#ifndef soap_write__QName -#define soap_write__QName(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize__QName(soap, data),0) || paylid::soap_put__QName(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*); - -#ifndef soap_read__QName -#define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef SOAP_TYPE_paylid_string -#define SOAP_TYPE_paylid_string (4) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*); - -#ifndef soap_write_string -#define soap_write_string(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_string(soap, data),0) || paylid::soap_put_string(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*); - -#ifndef soap_read_string -#define soap_read_string(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -} // namespace paylid - - -#endif - -/* End of paylidH.h */ diff --git a/coregrade/src/include/paylidStub.h b/coregrade/src/include/paylidStub.h deleted file mode 100644 index 49fb3b5..0000000 --- a/coregrade/src/include/paylidStub.h +++ /dev/null @@ -1,403 +0,0 @@ -/* paylidStub.h - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#ifndef paylidStub_H -#define paylidStub_H -#include -#define SOAP_NAMESPACE_OF_paylid "urn:paylidwsdl" -#ifndef WITH_NONAMESPACES -#define WITH_NONAMESPACES -#endif -#ifndef WITH_NOGLOBAL -#define WITH_NOGLOBAL -#endif -#include "stdsoap2.h" -#if GSOAP_VERSION != 20816 -# error "GSOAP VERSION MISMATCH IN GENERATED CODE: PLEASE REINSTALL PACKAGE" -#endif - - -namespace paylid { - -/******************************************************************************\ - * * - * Enumerations * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Types with Custom Serializers * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Classes and Structs * - * * -\******************************************************************************/ - - -#if 0 /* volatile type: do not declare here, declared elsewhere */ - -#endif - -#if 0 /* volatile type: do not declare here, declared elsewhere */ - -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getAccountBalanceResponse -#define SOAP_TYPE_paylid_paylid__getAccountBalanceResponse (8) -/* paylid:getAccountBalanceResponse */ -struct paylid__getAccountBalanceResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 8; } /* = unique id SOAP_TYPE_paylid_paylid__getAccountBalanceResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getAccountBalance -#define SOAP_TYPE_paylid_paylid__getAccountBalance (12) -/* paylid:getAccountBalance */ -struct paylid__getAccountBalance -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 12; } /* = unique id SOAP_TYPE_paylid_paylid__getAccountBalance */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__transferFundResponse -#define SOAP_TYPE_paylid_paylid__transferFundResponse (13) -/* paylid:transferFundResponse */ -struct paylid__transferFundResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 13; } /* = unique id SOAP_TYPE_paylid_paylid__transferFundResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__transferFund -#define SOAP_TYPE_paylid_paylid__transferFund (16) -/* paylid:transferFund */ -struct paylid__transferFund -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string toDestination; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 16; } /* = unique id SOAP_TYPE_paylid_paylid__transferFund */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__checkTransferStatusResponse -#define SOAP_TYPE_paylid_paylid__checkTransferStatusResponse (17) -/* paylid:checkTransferStatusResponse */ -struct paylid__checkTransferStatusResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 17; } /* = unique id SOAP_TYPE_paylid_paylid__checkTransferStatusResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__checkTransferStatus -#define SOAP_TYPE_paylid_paylid__checkTransferStatus (20) -/* paylid:checkTransferStatus */ -struct paylid__checkTransferStatus -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string transactionRef; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 20; } /* = unique id SOAP_TYPE_paylid_paylid__checkTransferStatus */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse -#define SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse (21) -/* paylid:directAirTimeTopUpResponse */ -struct paylid__directAirTimeTopUpResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 21; } /* = unique id SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__directAirTimeTopUp -#define SOAP_TYPE_paylid_paylid__directAirTimeTopUp (24) -/* paylid:directAirTimeTopUp */ -struct paylid__directAirTimeTopUp -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 24; } /* = unique id SOAP_TYPE_paylid_paylid__directAirTimeTopUp */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__currentXrateResponse -#define SOAP_TYPE_paylid_paylid__currentXrateResponse (25) -/* paylid:currentXrateResponse */ -struct paylid__currentXrateResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 25; } /* = unique id SOAP_TYPE_paylid_paylid__currentXrateResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__currentXrate -#define SOAP_TYPE_paylid_paylid__currentXrate (28) -/* paylid:currentXrate */ -struct paylid__currentXrate -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 28; } /* = unique id SOAP_TYPE_paylid_paylid__currentXrate */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getAccountResponse -#define SOAP_TYPE_paylid_paylid__getAccountResponse (29) -/* paylid:getAccountResponse */ -struct paylid__getAccountResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 29; } /* = unique id SOAP_TYPE_paylid_paylid__getAccountResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getAccount -#define SOAP_TYPE_paylid_paylid__getAccount (32) -/* paylid:getAccount */ -struct paylid__getAccount -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 32; } /* = unique id SOAP_TYPE_paylid_paylid__getAccount */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getTrxStatusResponse -#define SOAP_TYPE_paylid_paylid__getTrxStatusResponse (33) -/* paylid:getTrxStatusResponse */ -struct paylid__getTrxStatusResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 33; } /* = unique id SOAP_TYPE_paylid_paylid__getTrxStatusResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getTrxStatus -#define SOAP_TYPE_paylid_paylid__getTrxStatus (36) -/* paylid:getTrxStatus */ -struct paylid__getTrxStatus -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 36; } /* = unique id SOAP_TYPE_paylid_paylid__getTrxStatus */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getSupportedBanksResponse -#define SOAP_TYPE_paylid_paylid__getSupportedBanksResponse (37) -/* paylid:getSupportedBanksResponse */ -struct paylid__getSupportedBanksResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 37; } /* = unique id SOAP_TYPE_paylid_paylid__getSupportedBanksResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getSupportedBanks -#define SOAP_TYPE_paylid_paylid__getSupportedBanks (40) -/* paylid:getSupportedBanks */ -struct paylid__getSupportedBanks -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 40; } /* = unique id SOAP_TYPE_paylid_paylid__getSupportedBanks */ -}; -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Header -#define SOAP_TYPE_paylid_SOAP_ENV__Header (41) -/* SOAP Header: */ -struct SOAP_ENV__Header -{ -public: - int soap_type() const { return 41; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Header */ -#ifdef WITH_NOEMPTYSTRUCT -private: - char dummy; /* dummy member to enable compilation */ -#endif -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Code -#define SOAP_TYPE_paylid_SOAP_ENV__Code (42) -/* SOAP Fault Code: */ -struct SOAP_ENV__Code -{ -public: - char *SOAP_ENV__Value; /* optional element of type xsd:QName */ - struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */ -public: - int soap_type() const { return 42; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Code */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Detail -#define SOAP_TYPE_paylid_SOAP_ENV__Detail (44) -/* SOAP-ENV:Detail */ -struct SOAP_ENV__Detail -{ -public: - char *__any; - int __type; /* any type of element (defined below) */ - void *fault; /* transient */ -public: - int soap_type() const { return 44; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Detail */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Reason -#define SOAP_TYPE_paylid_SOAP_ENV__Reason (47) -/* SOAP-ENV:Reason */ -struct SOAP_ENV__Reason -{ -public: - char *SOAP_ENV__Text; /* optional element of type xsd:string */ -public: - int soap_type() const { return 47; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Reason */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Fault -#define SOAP_TYPE_paylid_SOAP_ENV__Fault (48) -/* SOAP Fault: */ -struct SOAP_ENV__Fault -{ -public: - char *faultcode; /* optional element of type xsd:QName */ - char *faultstring; /* optional element of type xsd:string */ - char *faultactor; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */ - struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */ - struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */ - char *SOAP_ENV__Node; /* optional element of type xsd:string */ - char *SOAP_ENV__Role; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */ -public: - int soap_type() const { return 48; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Fault */ -}; -#endif - -#endif - -/******************************************************************************\ - * * - * Typedefs * - * * -\******************************************************************************/ - -#ifndef SOAP_TYPE_paylid__QName -#define SOAP_TYPE_paylid__QName (5) -typedef char *_QName; -#endif - -#ifndef SOAP_TYPE_paylid__XML -#define SOAP_TYPE_paylid__XML (6) -typedef char *_XML; -#endif - - -/******************************************************************************\ - * * - * Externals * - * * -\******************************************************************************/ - - -} // namespace paylid - - -#endif - -/* End of paylidStub.h */ diff --git a/coregrade/src/include/paylidpaylidwsdlBindingProxy.h b/coregrade/src/include/paylidpaylidwsdlBindingProxy.h deleted file mode 100644 index 35aab38..0000000 --- a/coregrade/src/include/paylidpaylidwsdlBindingProxy.h +++ /dev/null @@ -1,102 +0,0 @@ -/* paylidpaylidwsdlBindingProxy.h - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#ifndef paylidpaylidwsdlBindingProxy_H -#define paylidpaylidwsdlBindingProxy_H -#include "paylidH.h" - -namespace paylid { - -class SOAP_CMAC paylidwsdlBindingProxy : public soap -{ public: - /// Endpoint URL of service 'paylidwsdlBindingProxy' (change as needed) - const char *soap_endpoint; - /// Constructor - paylidwsdlBindingProxy(); - /// Construct from another engine state - paylidwsdlBindingProxy(const struct soap&); - /// Constructor with endpoint URL - paylidwsdlBindingProxy(const char *url); - /// Constructor with engine input+output mode control - paylidwsdlBindingProxy(soap_mode iomode); - /// Constructor with URL and input+output mode control - paylidwsdlBindingProxy(const char *url, soap_mode iomode); - /// Constructor with engine input and output mode control - paylidwsdlBindingProxy(soap_mode imode, soap_mode omode); - /// Destructor frees deserialized data - virtual ~paylidwsdlBindingProxy(); - /// Initializer used by constructors - virtual void paylidwsdlBindingProxy_init(soap_mode imode, soap_mode omode); - /// Delete all deserialized data (with soap_destroy and soap_end) - virtual void destroy(); - /// Delete all deserialized data and reset to default - virtual void reset(); - /// Disables and removes SOAP Header from message - virtual void soap_noheader(); - /// Get SOAP Header structure (NULL when absent) - virtual const SOAP_ENV__Header *soap_header(); - /// Get SOAP Fault structure (NULL when absent) - virtual const SOAP_ENV__Fault *soap_fault(); - /// Get SOAP Fault string (NULL when absent) - virtual const char *soap_fault_string(); - /// Get SOAP Fault detail as string (NULL when absent) - virtual const char *soap_fault_detail(); - /// Close connection (normally automatic, except for send_X ops) - virtual int soap_close_socket(); - /// Force close connection (can kill a thread blocked on IO) - virtual int soap_force_close_socket(); - /// Print fault - virtual void soap_print_fault(FILE*); -#ifndef WITH_LEAN - /// Print fault to stream -#ifndef WITH_COMPAT - virtual void soap_stream_fault(std::ostream&); -#endif - - /// Put fault into buffer - virtual char *soap_sprint_fault(char *buf, size_t len); -#endif - - /// Web service operation 'getAccountBalance' (returns error code or SOAP_OK) - virtual int getAccountBalance(std::string terminalID, std::string hmac, struct paylid__getAccountBalanceResponse &_param_1) { return this->getAccountBalance(NULL, NULL, terminalID, hmac, _param_1); } - virtual int getAccountBalance(const char *endpoint, const char *soap_action, std::string terminalID, std::string hmac, struct paylid__getAccountBalanceResponse &_param_1); - - /// Web service operation 'transferFund' (returns error code or SOAP_OK) - virtual int transferFund(std::string terminalID, std::string toDestination, std::string hmac, struct paylid__transferFundResponse &_param_2) { return this->transferFund(NULL, NULL, terminalID, toDestination, hmac, _param_2); } - virtual int transferFund(const char *endpoint, const char *soap_action, std::string terminalID, std::string toDestination, std::string hmac, struct paylid__transferFundResponse &_param_2); - - /// Web service operation 'checkTransferStatus' (returns error code or SOAP_OK) - virtual int checkTransferStatus(std::string terminalID, std::string transactionRef, std::string hmac, struct paylid__checkTransferStatusResponse &_param_3) { return this->checkTransferStatus(NULL, NULL, terminalID, transactionRef, hmac, _param_3); } - virtual int checkTransferStatus(const char *endpoint, const char *soap_action, std::string terminalID, std::string transactionRef, std::string hmac, struct paylid__checkTransferStatusResponse &_param_3); - - /// Web service operation 'directAirTimeTopUp' (returns error code or SOAP_OK) - virtual int directAirTimeTopUp(std::string terminalID, std::string topupData, std::string hmac, struct paylid__directAirTimeTopUpResponse &_param_4) { return this->directAirTimeTopUp(NULL, NULL, terminalID, topupData, hmac, _param_4); } - virtual int directAirTimeTopUp(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__directAirTimeTopUpResponse &_param_4); - - /// Web service operation 'currentXrate' (returns error code or SOAP_OK) - virtual int currentXrate(std::string terminalID, std::string topupData, std::string hmac, struct paylid__currentXrateResponse &_param_5) { return this->currentXrate(NULL, NULL, terminalID, topupData, hmac, _param_5); } - virtual int currentXrate(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__currentXrateResponse &_param_5); - - /// Web service operation 'getAccount' (returns error code or SOAP_OK) - virtual int getAccount(std::string terminalID, std::string topupData, std::string hmac, struct paylid__getAccountResponse &_param_6) { return this->getAccount(NULL, NULL, terminalID, topupData, hmac, _param_6); } - virtual int getAccount(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getAccountResponse &_param_6); - - /// Web service operation 'getTrxStatus' (returns error code or SOAP_OK) - virtual int getTrxStatus(std::string terminalID, std::string topupData, std::string hmac, struct paylid__getTrxStatusResponse &_param_7) { return this->getTrxStatus(NULL, NULL, terminalID, topupData, hmac, _param_7); } - virtual int getTrxStatus(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getTrxStatusResponse &_param_7); - - /// Web service operation 'getSupportedBanks' (returns error code or SOAP_OK) - virtual int getSupportedBanks(std::string terminalID, std::string topupData, std::string hmac, struct paylid__getSupportedBanksResponse &_param_8) { return this->getSupportedBanks(NULL, NULL, terminalID, topupData, hmac, _param_8); } - virtual int getSupportedBanks(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getSupportedBanksResponse &_param_8); -}; - -} // namespace paylid - -#endif diff --git a/coregrade/src/include/storeface.h b/coregrade/src/include/storeface.h deleted file mode 100644 index 69f20e4..0000000 --- a/coregrade/src/include/storeface.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef __STOREFACE_H__ -#define __STOREFACE_H__ - -#include "vars.h" - -long paylid_getAccountBalance(CVars in, CVars &out); -long paylid_transferFund(CVars in, CVars &out); -long paylid_checkTransferStatus(CVars in, CVars &out); -long paylid_directAirTimeTopUp(CVars in, CVars &out); - -#endif - -/* -vi:ts=2 -*/ diff --git a/coregrade/src/shared_tool/envC.cc b/coregrade/src/shared_tool/envC.cc deleted file mode 100644 index fc1650e..0000000 --- a/coregrade/src/shared_tool/envC.cc +++ /dev/null @@ -1,1388 +0,0 @@ -/* envC.cpp - Generated by gSOAP 2.8.16 from env.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#if defined(__BORLANDC__) -#pragma option push -w-8060 -#pragma option push -w-8004 -#endif - -#include "envH.h" - -SOAP_SOURCE_STAMP("@(#) envC.cpp ver 2.8.16 2018-10-02 17:03:37 GMT") - - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 int SOAP_FMAC4 soap_getheader(struct soap *soap) -{ - soap->part = SOAP_IN_HEADER; - soap->header = soap_in_SOAP_ENV__Header(soap, "SOAP-ENV:Header", soap->header, NULL); - soap->part = SOAP_END_HEADER; - return soap->header == NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putheader(struct soap *soap) -{ - if (soap->version && soap->header) - { soap->part = SOAP_IN_HEADER; - if (soap_out_SOAP_ENV__Header(soap, "SOAP-ENV:Header", 0, soap->header, NULL)) - return soap->error; - soap->part = SOAP_END_HEADER; - } - return SOAP_OK; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader(struct soap *soap) -{ - if (soap->version && soap->header) - soap_serialize_SOAP_ENV__Header(soap, soap->header); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_header(struct soap *soap) -{ - if (soap->header == NULL) - { if ((soap->header = soap_new_SOAP_ENV__Header(soap, -1))) - soap_default_SOAP_ENV__Header(soap, soap->header); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_fault(struct soap *soap) -{ - if (soap->fault == NULL) - { soap->fault = soap_new_SOAP_ENV__Fault(soap, -1); - if (soap->fault == NULL) - return; - soap_default_SOAP_ENV__Fault(soap, soap->fault); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Code) - { soap->fault->SOAP_ENV__Code = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Reason) - { soap->fault->SOAP_ENV__Reason = soap_new_SOAP_ENV__Reason(soap, -1); - soap_default_SOAP_ENV__Reason(soap, soap->fault->SOAP_ENV__Reason); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializefault(struct soap *soap) -{ - soap_fault(soap); - if (soap->fault) - soap_serialize_SOAP_ENV__Fault(soap, soap->fault); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putfault(struct soap *soap) -{ - if (soap->fault) - return soap_put_SOAP_ENV__Fault(soap, soap->fault, "SOAP-ENV:Fault", NULL); - return SOAP_OK; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_getfault(struct soap *soap) -{ - return (soap->fault = soap_get_SOAP_ENV__Fault(soap, NULL, "SOAP-ENV:Fault", NULL)) == NULL; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2 && soap->fault->SOAP_ENV__Code) - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Value; - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultsubcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode == NULL) - { soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode); - } - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; - } - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char * SOAP_FMAC4 soap_check_faultsubcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Code && soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode && soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode) - return soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; - return NULL; - } - return soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultstring(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - return (const char**)&soap->fault->SOAP_ENV__Reason->SOAP_ENV__Text; - return (const char**)&soap->fault->faultstring; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultdetail(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Detail == NULL) - { soap->fault->SOAP_ENV__Detail = soap_new_SOAP_ENV__Detail(soap, -1); - soap_default_SOAP_ENV__Detail(soap, soap->fault->SOAP_ENV__Detail); - } - return (const char**)&soap->fault->SOAP_ENV__Detail->__any; - } - if (soap->fault->detail == NULL) - { soap->fault->detail = soap_new_SOAP_ENV__Detail(soap, -1); - soap_default_SOAP_ENV__Detail(soap, soap->fault->detail); - } - return (const char**)&soap->fault->detail->__any; -} - -SOAP_FMAC3 const char * SOAP_FMAC4 soap_check_faultdetail(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2 && soap->fault->SOAP_ENV__Detail) - return soap->fault->SOAP_ENV__Detail->__any; - if (soap->fault->detail) - return soap->fault->detail->__any; - return NULL; -} - -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap *soap) -{ - int t; - if (soap->version == 1) - { for (;;) - { if (!soap_getelement(soap, &t)) - if (soap->error || soap_ignore_element(soap)) - break; - } - } - if (soap->error == SOAP_NO_TAG || soap->error == SOAP_EOF) - soap->error = SOAP_OK; - return soap->error; -} -#endif - -#ifdef __cplusplus -extern "C" { -#endif -SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) -{ (void)type; - if (soap_peek_element(soap)) - return NULL; -#ifndef WITH_NOIDREF - if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) - *type = soap_lookup_type(soap, soap->href); - switch (*type) - { - case SOAP_TYPE_byte: - return soap_in_byte(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_int: - return soap_in_int(soap, NULL, NULL, "xsd:int"); - case SOAP_TYPE__QName: - { char **s; - s = soap_in__QName(soap, NULL, NULL, "xsd:QName"); - return s ? *s : NULL; - } - case SOAP_TYPE_string: - { char **s; - s = soap_in_string(soap, NULL, NULL, "xsd:string"); - return s ? *s : NULL; - } - default: -#else - *type = 0; -#endif - { const char *t = soap->type; - if (!*t) - t = soap->tag; - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_byte; - return soap_in_byte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:int")) - { *type = SOAP_TYPE_int; - return soap_in_int(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { char **s; - *type = SOAP_TYPE__QName; - s = soap_in__QName(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - if (!soap_match_tag(soap, t, "xsd:string")) - { char **s; - *type = SOAP_TYPE_string; - s = soap_in_string(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - t = soap->tag; -#ifndef WITH_NOIDREF - } -#endif - } - soap->error = SOAP_TAG_MISMATCH; - return NULL; -} - -#ifdef __cplusplus -} -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap *soap) -{ - if (!soap_peek_element(soap)) - { int t; - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unexpected element '%s' in input (level=%u, %d)\n", soap->tag, soap->level, soap->body)); - if (soap->mustUnderstand && !soap->other) - return soap->error = SOAP_MUSTUNDERSTAND; - if (((soap->mode & SOAP_XML_STRICT) && soap->part != SOAP_IN_HEADER) || !soap_match_tag(soap, soap->tag, "SOAP-ENV:")) - { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "REJECTING element '%s'\n", soap->tag)); - return soap->error = SOAP_TAG_MISMATCH; - } - if (!*soap->id || !soap_getelement(soap, &t)) - { soap->peeked = 0; - if (soap->fignore) - soap->error = soap->fignore(soap, soap->tag); - else - soap->error = SOAP_OK; - DBGLOG(TEST, if (!soap->error) SOAP_MESSAGE(fdebug, "IGNORING element '%s'\n", soap->tag)); - if (!soap->error && soap->body) - { soap->level++; - while (!soap_ignore_element(soap)) - ; - if (soap->error == SOAP_NO_TAG) - soap->error = soap_element_end_in(soap, NULL); - } - } - } - return soap->error; -} - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap *soap) -{ - int i; - struct soap_plist *pp; - if (soap->version == 1 && soap->encodingStyle && !(soap->mode & (SOAP_XML_TREE | SOAP_XML_GRAPH))) - for (i = 0; i < SOAP_PTRHASH; i++) - for (pp = soap->pht[i]; pp; pp = pp->next) - if (pp->mark1 == 2 || pp->mark2 == 2) - if (soap_putelement(soap, pp->ptr, "id", pp->id, pp->type)) - return soap->error; - return SOAP_OK; -} -#endif - -#ifdef __cplusplus -extern "C" { -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *soap, const void *ptr, const char *tag, int id, int type) -{ (void)tag; - switch (type) - { - case SOAP_TYPE_byte: - return soap_out_byte(soap, tag, id, (const char *)ptr, "xsd:byte"); - case SOAP_TYPE_int: - return soap_out_int(soap, tag, id, (const int *)ptr, "xsd:int"); - case SOAP_TYPE__QName: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:QName"); - case SOAP_TYPE_string: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:string"); - } - return SOAP_OK; -} - -#ifdef __cplusplus -} -#endif - -#ifndef WITH_NOIDREF - -#ifdef __cplusplus -extern "C" { -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap *soap, const void *ptr, int type) -{ - (void)soap; (void)ptr; (void)type; /* appease -Wall -Werror */ - switch (type) - { - case SOAP_TYPE__QName: - soap_serialize_string(soap, (char*const*)&ptr); - break; - case SOAP_TYPE_string: - soap_serialize_string(soap, (char*const*)&ptr); - break; - } -} - -#ifdef __cplusplus -} -#endif -#endif - -SOAP_FMAC3 void * SOAP_FMAC4 env_instantiate(struct soap *soap, int t, const char *type, const char *arrayType, size_t *n) -{ (void)type; - switch (t) - { -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Header: - return (void*)soap_instantiate_SOAP_ENV__Header(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Code: - return (void*)soap_instantiate_SOAP_ENV__Code(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Detail: - return (void*)soap_instantiate_SOAP_ENV__Detail(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Reason: - return (void*)soap_instantiate_SOAP_ENV__Reason(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Fault: - return (void*)soap_instantiate_SOAP_ENV__Fault(soap, -1, type, arrayType, n); -#endif - } - return NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 env_fdelete(struct soap_clist *p) -{ switch (p->type) - { -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Header: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Header*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Code: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Code*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Detail: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Detail*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Reason: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Reason*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_SOAP_ENV__Fault: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Fault*)p->ptr); - break; -#endif - default: return SOAP_ERR; - } - return SOAP_OK; -} - -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) -{ return soap_id_enter(soap, id, p, t, n, 0, type, arrayType, env_instantiate); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap *soap, char *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_byte - *a = SOAP_DEFAULT_byte; -#else - *a = (char)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap *soap, const char *tag, int id, const char *a, const char *type) -{ (void)soap; (void)type; (void)tag; (void)id; - return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_byte); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap *soap, const char *tag, char *a, const char *type) -{ char *p; - p = soap_inbyte(soap, tag, a, type, SOAP_TYPE_byte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap *soap, const char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_byte); - if (soap_out_byte(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap *soap, char *p, const char *tag, const char *type) -{ - if ((p = soap_in_byte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap *soap, int *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_int - *a = SOAP_DEFAULT_int; -#else - *a = (int)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap *soap, const char *tag, int id, const int *a, const char *type) -{ (void)soap; (void)type; (void)tag; (void)id; - return soap_outint(soap, tag, id, a, type, SOAP_TYPE_int); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap *soap, const char *tag, int *a, const char *type) -{ int *p; - p = soap_inint(soap, tag, a, type, SOAP_TYPE_int); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap *soap, const int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_int); - if (soap_out_int(soap, tag?tag:"int", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap *soap, int *p, const char *tag, const char *type) -{ - if ((p = soap_in_int(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap *soap, struct SOAP_ENV__Fault *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->faultcode); - soap_default_string(soap, &a->faultstring); - soap_default_string(soap, &a->faultactor); - a->detail = NULL; - a->SOAP_ENV__Code = NULL; - a->SOAP_ENV__Reason = NULL; - soap_default_string(soap, &a->SOAP_ENV__Node); - soap_default_string(soap, &a->SOAP_ENV__Role); - a->SOAP_ENV__Detail = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap *soap, const struct SOAP_ENV__Fault *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->faultcode); - soap_serialize_string(soap, &a->faultstring); - soap_serialize_string(soap, &a->faultactor); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->detail); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Code); - soap_serialize_PointerToSOAP_ENV__Reason(soap, &a->SOAP_ENV__Reason); - soap_serialize_string(soap, &a->SOAP_ENV__Node); - soap_serialize_string(soap, &a->SOAP_ENV__Role); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->SOAP_ENV__Detail); -#endif -} - -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) -{ - const char *soap_tmp_faultcode = soap_QName2s(soap, a->faultcode); - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_SOAP_ENV__Fault), type)) - return soap->error; - if (soap_out__QName(soap, "faultcode", -1, (char*const*)&soap_tmp_faultcode, "")) - return soap->error; - if (soap_out_string(soap, "faultstring", -1, &a->faultstring, "")) - return soap->error; - if (soap_out_string(soap, "faultactor", -1, &a->faultactor, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "detail", -1, &a->detail, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", -1, &a->SOAP_ENV__Code, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", -1, &a->SOAP_ENV__Reason, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Node", -1, &a->SOAP_ENV__Node, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Role", -1, &a->SOAP_ENV__Role, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", -1, &a->SOAP_ENV__Detail, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_faultcode = 1; - size_t soap_flag_faultstring = 1; - size_t soap_flag_faultactor = 1; - size_t soap_flag_detail = 1; - size_t soap_flag_SOAP_ENV__Code = 1; - size_t soap_flag_SOAP_ENV__Reason = 1; - size_t soap_flag_SOAP_ENV__Node = 1; - size_t soap_flag_SOAP_ENV__Role = 1; - size_t soap_flag_SOAP_ENV__Detail = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Fault *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_SOAP_ENV__Fault, sizeof(struct SOAP_ENV__Fault), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Fault(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_faultcode && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "faultcode", &a->faultcode, "")) - { soap_flag_faultcode--; - continue; - } - if (soap_flag_faultstring && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultstring", &a->faultstring, "xsd:string")) - { soap_flag_faultstring--; - continue; - } - if (soap_flag_faultactor && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultactor", &a->faultactor, "xsd:string")) - { soap_flag_faultactor--; - continue; - } - if (soap_flag_detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "detail", &a->detail, "")) - { soap_flag_detail--; - continue; - } - if (soap_flag_SOAP_ENV__Code && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", &a->SOAP_ENV__Code, "")) - { soap_flag_SOAP_ENV__Code--; - continue; - } - if (soap_flag_SOAP_ENV__Reason && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", &a->SOAP_ENV__Reason, "")) - { soap_flag_SOAP_ENV__Reason--; - continue; - } - if (soap_flag_SOAP_ENV__Node && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Node", &a->SOAP_ENV__Node, "xsd:string")) - { soap_flag_SOAP_ENV__Node--; - continue; - } - if (soap_flag_SOAP_ENV__Role && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Role", &a->SOAP_ENV__Role, "xsd:string")) - { soap_flag_SOAP_ENV__Role--; - continue; - } - if (soap_flag_SOAP_ENV__Detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", &a->SOAP_ENV__Detail, "")) - { soap_flag_SOAP_ENV__Detail--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Fault *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Fault, 0, sizeof(struct SOAP_ENV__Fault), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_SOAP_ENV__Fault); - if (soap_out_SOAP_ENV__Fault(soap, tag?tag:"SOAP-ENV:Fault", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Fault(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Fault(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_SOAP_ENV__Fault, n, env_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Fault); - if (size) - *size = sizeof(struct SOAP_ENV__Fault); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Fault, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Fault); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Fault*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Fault %p -> %p\n", q, p)); - *(struct SOAP_ENV__Fault*)p = *(struct SOAP_ENV__Fault*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_string(soap, &a->SOAP_ENV__Text); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap *soap, const struct SOAP_ENV__Reason *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_string(soap, &a->SOAP_ENV__Text); -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_SOAP_ENV__Reason), type)) - return soap->error; - if (soap->lang) - soap_set_attr(soap, "xml:lang", soap->lang, 1); - if (soap_out_string(soap, "SOAP-ENV:Text", -1, &a->SOAP_ENV__Text, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Text = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Reason *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Reason(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Text && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Text", &a->SOAP_ENV__Text, "xsd:string")) - { soap_flag_SOAP_ENV__Text--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Reason, 0, sizeof(struct SOAP_ENV__Reason), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_SOAP_ENV__Reason); - if (soap_out_SOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Reason(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_SOAP_ENV__Reason, n, env_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Reason); - if (size) - *size = sizeof(struct SOAP_ENV__Reason); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Reason, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Reason); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Reason*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Reason %p -> %p\n", q, p)); - *(struct SOAP_ENV__Reason*)p = *(struct SOAP_ENV__Reason*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->__any = NULL; - a->__type = 0; - a->fault = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap *soap, const struct SOAP_ENV__Detail *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_markelement(soap, a->fault, a->__type); -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_SOAP_ENV__Detail), type)) - return soap->error; - soap_outliteral(soap, "-any", &a->__any, NULL); - if (soap_putelement(soap, a->fault, "fault", -1, a->__type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag___any = 1; - size_t soap_flag_fault = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Detail *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Detail(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_fault && soap->error == SOAP_TAG_MISMATCH) - if ((a->fault = soap_getelement(soap, &a->__type))) - { soap_flag_fault = 0; - continue; - } - if (soap_flag___any && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_inliteral(soap, "-any", &a->__any)) - { soap_flag___any--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Detail, 0, sizeof(struct SOAP_ENV__Detail), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_SOAP_ENV__Detail); - if (soap_out_SOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Detail(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_SOAP_ENV__Detail, n, env_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Detail); - if (size) - *size = sizeof(struct SOAP_ENV__Detail); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Detail, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Detail); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Detail*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Detail %p -> %p\n", q, p)); - *(struct SOAP_ENV__Detail*)p = *(struct SOAP_ENV__Detail*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->SOAP_ENV__Value); - a->SOAP_ENV__Subcode = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *soap, const struct SOAP_ENV__Code *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->SOAP_ENV__Value); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Subcode); -#endif -} - -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) -{ - const char *soap_tmp_SOAP_ENV__Value = soap_QName2s(soap, a->SOAP_ENV__Value); - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_SOAP_ENV__Code), type)) - return soap->error; - if (soap_out__QName(soap, "SOAP-ENV:Value", -1, (char*const*)&soap_tmp_SOAP_ENV__Value, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", -1, &a->SOAP_ENV__Subcode, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Value = 1; - size_t soap_flag_SOAP_ENV__Subcode = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Code *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Code(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Value && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "SOAP-ENV:Value", &a->SOAP_ENV__Value, "")) - { soap_flag_SOAP_ENV__Value--; - continue; - } - if (soap_flag_SOAP_ENV__Subcode && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", &a->SOAP_ENV__Subcode, "")) - { soap_flag_SOAP_ENV__Subcode--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Code *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Code, 0, sizeof(struct SOAP_ENV__Code), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_SOAP_ENV__Code); - if (soap_out_SOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Code(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_SOAP_ENV__Code, n, env_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code); - if (size) - *size = sizeof(struct SOAP_ENV__Code); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Code, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Code); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Code*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Code %p -> %p\n", q, p)); - *(struct SOAP_ENV__Code*)p = *(struct SOAP_ENV__Code*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap *soap, struct SOAP_ENV__Header *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap *soap, const struct SOAP_ENV__Header *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_SOAP_ENV__Header), type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Header *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_SOAP_ENV__Header, sizeof(struct SOAP_ENV__Header), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Header(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Header *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Header, 0, sizeof(struct SOAP_ENV__Header), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_SOAP_ENV__Header); - if (soap_out_SOAP_ENV__Header(soap, tag?tag:"SOAP-ENV:Header", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Header(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Header(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_SOAP_ENV__Header, n, env_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Header); - if (size) - *size = sizeof(struct SOAP_ENV__Header); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Header, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Header); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Header*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Header %p -> %p\n", q, p)); - *(struct SOAP_ENV__Header*)p = *(struct SOAP_ENV__Header*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_SOAP_ENV__Reason)) - soap_serialize_SOAP_ENV__Reason(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_SOAP_ENV__Reason); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Reason(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Reason **)soap_malloc(soap, sizeof(struct SOAP_ENV__Reason *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Reason(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_PointerToSOAP_ENV__Reason); - if (soap_out_PointerToSOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_SOAP_ENV__Detail)) - soap_serialize_SOAP_ENV__Detail(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_SOAP_ENV__Detail); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Detail(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Detail **)soap_malloc(soap, sizeof(struct SOAP_ENV__Detail *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Detail(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_PointerToSOAP_ENV__Detail); - if (soap_out_PointerToSOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_SOAP_ENV__Code)) - soap_serialize_SOAP_ENV__Code(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_SOAP_ENV__Code); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Code(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Code **)soap_malloc(soap, sizeof(struct SOAP_ENV__Code *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Code(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Code **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_PointerToSOAP_ENV__Code); - if (soap_out_PointerToSOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap *soap, char *const*a) -{ -#ifndef WITH_NOIDREF - soap_reference(soap, *a, SOAP_TYPE__QName); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE__QName); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE__QName, 2, 0, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE__QName); - if (soap_out__QName(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in__QName(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap *soap, char **a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_string - *a = SOAP_DEFAULT_string; -#else - *a = (char *)0; -#endif -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap *soap, char *const*a) -{ -#ifndef WITH_NOIDREF - soap_reference(soap, *a, SOAP_TYPE_string); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_string); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_string, 1, 0, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_string); - if (soap_out_string(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in_string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#if defined(__BORLANDC__) -#pragma option pop -#pragma option pop -#endif - -/* End of envC.cpp */ diff --git a/coregrade/src/shared_tool/interswitch.cc b/coregrade/src/shared_tool/interswitch.cc deleted file mode 100644 index dea5657..0000000 --- a/coregrade/src/shared_tool/interswitch.cc +++ /dev/null @@ -1,1555 +0,0 @@ -#include -#include -#include -#include -#include - -#include "vars.h" -#include "safestring.h" - -//#include "soapBasicHttpBinding_USCOREQuickTellerServiceProxy.h" // get proxy -//#include "BasicHttpBinding_USCOREQuickTellerService.nsmap" // obtain the generated XML namespace mapping table for the InterSwitch service -#include "interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h" // get proxy -#include "interswitch.nsmap" // obtain the generated XML namespace mapping table for the InterSwitch service -#include "sha512.h" -#include "XmlParser.h" -#include "interswitch.h" - - -#define BUFSIZE 1024 - -// global SSL configuration -char interswitch_ssl_keyfile[256]; -char interswitch_ssl_password[20]; -char interswitch_ssl_cacert[256]; -int interswitch_ssl_configured = 0; -long interswitch_ssl_version = 0; - -using namespace interswitch; -using namespace std; -using namespace __gnu_cxx; - -#ifdef TEST -#include -#include -enum { FLOG_NONE,FLOG_FATAL,FLOG_CRITICAL,FLOG_WARN,FLOG_COMMAND,FLOG_MAX }; -#define logfmt interswitch_test_log -#define PREFIX "FAKE:" -class InterswitchFakeLog { - public: - void SetFileName(const char *str) { - cout << str << endl; - } -}; -static InterswitchFakeLog *plog = new InterswitchFakeLog(); -#else -//#include "general_types.h" -#include "clog.h" -#warning "Including log..." -#endif - -void interswitch_test_log( int level, const char * format, ... ) { - - va_list ap; - va_start( ap, format ); - - vfprintf( stdout, format, ap ); - fprintf( stdout, "\n" ); - - fflush( stdout ); - - va_end( ap ); -} - -/*****************************************************************************/ -/* -long interswitch_digest_to_vector(unsigned char *vector, unsigned char *digest, unsigned int digest_size) { - unsigned char output[2 * SHA512_DIGEST_SIZE + 1]; - int i; - output[2 * digest_size] = '\0'; - - for (i = 0; i < digest_size ; i++) { - sprintf((char *) output + 2*i, "%02x", digest[i]); - } - - logfmt(FLOG_MAX, "H: %s", output); - if (strcmp((char *) vector, (char *) output)) { - logfmt(FLOG_MAX, "Hash failed"); - return -1; - } - return 0; -} -*/ -/*****************************************************************************/ -/* -struct eqstr{ - bool operator()(const char* s1, const char* s2) const { - return strcmp(s1,s2)==0; - } -}; -*/ -/*****************************************************************************/ -long interswitch_config_ssl(const char *keyfile, const char *password, const char *cacert, long version) { - // setup global SSL configuration - //interswitch_ssl_configured = 0; - memset(interswitch_ssl_keyfile,0,256); - snprintf(interswitch_ssl_keyfile,256,"%s",keyfile); - memset(interswitch_ssl_password,0,20); - snprintf(interswitch_ssl_password,20,"%s",password); - memset(interswitch_ssl_cacert,0,256); - snprintf(interswitch_ssl_cacert,256, "%s",cacert); - interswitch_ssl_configured = 1; - interswitch_ssl_version = version; - return 1L; -} -/*****************************************************************************/ -int ParseInterswitchGetBillersResponse(const char *xmlstring,long(*save)(hash_map, eqstr>)) { //(long, char*, long, char*, char*)) { - - logfmt(FLOG_MAX,"int ParseInterswitchGetBillersResponse(const char *xmlstring,long(*save)(long, char*, long, char*, char*))"); - - using namespace SimpleXMLParser; - -#ifdef TEST - cout << "RAW: " << xmlstring << endl; -#endif - - XmlParser parser; - const Element& root = parser.Parse(xmlstring,strlen(xmlstring)); - - if (root.GetName()!="Response") { - logfmt(FLOG_MAX,"Unknown XML response"); - return -1; - } - // Data - //long id, currency_code; - //char name[256], quick_teller_site_url_name[256], support_email[256]; - hash_map, eqstr> saveData; - - int ret = -2; // Empty result - const Elements* classes = root.GetChildren(); - if(classes != 0) { - ret = 0; // We will return how manu billers parsed - for(Elements::const_iterator class_it = classes->begin();class_it != classes->end(); ++class_it) { - if((*class_it)->GetName()=="ResponseCode") { - const string value = (*class_it)->GetValue(); - logfmt(FLOG_MAX,"Parsed ResponseCode: %s", value.c_str()); - if (atoi(value.c_str())!=90000) { - ret = -3; // NOT SUCCESSFUL - break; - } - } else if ((*class_it)->GetName()=="BillerList") { - // Iterate categories under biller list - const Elements* categories = (*class_it)->GetChildren(); - if (categories!=0) { - for(Elements::const_iterator category_it = categories->begin();category_it != categories->end(); ++category_it) { - if ((*category_it)->GetName()=="Category") { - // Iterate billers under category - const Elements* billers = (*category_it)->GetChildren(); - if (billers!=0) { - for(Elements::const_iterator biller_it = billers->begin();biller_it!= billers->end(); ++biller_it) { - if((*biller_it)->GetName()=="Biller") { - // New biller - //id = 0L; - //currency_code = 0L; - //memset(name,0,256); - //memset(quick_teller_site_url_name,0,256); - //memset(support_email,0,256); - // Parse Biller - const Elements* data = (*biller_it)->GetChildren(); - if (data!=0) { - for (Elements::const_iterator data_it = data->begin();data_it != data->end(); ++data_it) { - const string key = (*data_it)->GetName(); - const string val = (*data_it)->GetValue(); - saveData[key.c_str()] = val.c_str(); -/* - if ((*data_it)->GetName()=="Id") { - const string value = (*data_it)->GetValue(); - id = atol(value.c_str()); - } else if ((*data_it)->GetName()=="Name") { - const string value = (*data_it)->GetValue(); - snprintf(name,256,"%s",value.c_str()); - } else if ((*data_it)->GetName()=="CurrencyCode") { - const string value = (*data_it)->GetValue(); - currency_code = atol(value.c_str()); - } else if ((*data_it)->GetName()=="QuickTellerSiteUrlName") { - const string value = (*data_it)->GetValue(); - snprintf(quick_teller_site_url_name,256,"%s",value.c_str()); - } else if ((*data_it)->GetName()=="SupportEmail") { - const string value = (*data_it)->GetValue(); - snprintf(support_email,256,"%s",value.c_str()); - } -*/ - } - // Save data - hash_map, eqstr>::iterator pointer; - for (pointer = saveData.begin();pointer!=saveData.end();++pointer) { - //logfmt(FLOG_MAX, "'%s' => '%s'", pointer->first, pointer->second); - } - if (save!=NULL) { - save (saveData); - } - ret++; - } else { - logfmt(FLOG_MAX,"Empty biller node?"); - } - } - } - } else { - logfmt(FLOG_MAX,"Empty category?"); - } - } - } - } else { - logfmt(FLOG_MAX,"Empty biller list?"); - } - } else { - logfmt(FLOG_MAX,"Skipped element: %s", (*class_it)->GetName().c_str()); - } - } - } else { - logfmt(FLOG_MAX,"Empty response?"); - } - return 0; -} -/*****************************************************************************/ -int ParseInterswitchGetBillerPaymentItemsResponse(const char *xmlstring,long(*save)(const char*, hash_map, eqstr>)) { //(long, char*, long, char*, char*)) { - - logfmt(FLOG_MAX,"int ParseInterswitchGetBillerPaymentItemsResponse(const char *xmlstring,long(*save)(long, char*, long, char*, char*))"); - - using namespace SimpleXMLParser; - -#ifdef TEST - cout << "RAW: " << xmlstring << endl; -#endif - - XmlParser parser; - const Element& root = parser.Parse(xmlstring,strlen(xmlstring)); - - if (root.GetName()!="Response") { - logfmt(FLOG_MAX,"Unknown XML response"); - return -1; - } - hash_map, eqstr> saveData; - int ret = -2; // Empty result - const Elements* classes = root.GetChildren(); - if(classes != 0) { - ret = 0; // We will return how manu billers parsed - for(Elements::const_iterator class_it = classes->begin();class_it != classes->end(); ++class_it) { - if((*class_it)->GetName()=="ResponseCode") { - const string value = (*class_it)->GetValue(); - logfmt(FLOG_MAX,"Parsed ResponseCode: %s", value.c_str()); - if (atoi(value.c_str())!=90000) { - ret = -3; // NOT SUCCESSFUL - break; - } - } else if ((*class_it)->GetName()=="PaymentItemList") { - // Iterate payment items - const Elements* items = (*class_it)->GetChildren(); - if (items!=0) { - for(Elements::const_iterator items_it = items->begin();items_it != items->end(); ++items_it) { - if((*items_it)->GetName()=="PaymentItem") { - // Parse payment item - const Elements* data = (*items_it)->GetChildren(); - if (data!=0) { - for (Elements::const_iterator data_it = data->begin();data_it != data->end(); ++data_it) { - const string key = (*data_it)->GetName(); - const string val = (*data_it)->GetValue(); - saveData[key.c_str()] = val.c_str(); - } - // Save data - /* - hash_map, eqstr>::iterator pointer; - for (pointer = saveData.begin();pointer!=saveData.end();++pointer) { - //logfmt(FLOG_MAX, "'%s' => '%s'", pointer->first, pointer->second); - } - */ - if (save!=NULL) { - save ("interswitch_biller_payment_items", saveData); - } - ret++; - } else { - logfmt(FLOG_MAX,"Empty payment item node?"); - } - } - } - } else { - logfmt(FLOG_MAX,"Empty biller payment item list?"); - } - } else { - logfmt(FLOG_MAX,"Skipped element: %s", (*class_it)->GetName().c_str()); - } - } - } else { - logfmt(FLOG_MAX,"Empty response?"); - } - return 0; -} -/*****************************************************************************/ -int ParseInterswitchGetBillerCategoriesResponse(const char *xmlstring,long(*save)(hash_map, eqstr>)) { //(long, char*, long, char*, char*)) { - - logfmt(FLOG_MAX,"int ParseInterswitchGetBillerCategorisResponse(const char *xmlstring,long(*save)(long, char*, long, char*, char*))"); - -logfmt(FLOG_MAX,"*** NOT IMPLEMENTED!!! ***"); -logfmt(FLOG_MAX, xmlstring); - - logfmt(FLOG_MAX,"/int ParseInterswitchGetBillerCategoriesResponse(const char *xmlstring,long(*save)(long, char*, long, char*, char*))"); - return 0; -} -/*****************************************************************************/ -string ParseInterswitchResponse(const char *xmlstring,const char *what,char *response, char *responseCode) { - -// 90091983A3924883A8B66AEB902E9790BCDE1D8191377E481E20343A4E24954D2BFB528E44F4A9844F4DC681F8ECF9E1A9B9CCC505763D78D1002162B4B3EEEC013AD14/May/2010 06:55:14PAYLID|LOC|CA|ZIB|AC|1405100655|00000001 - using namespace SimpleXMLParser; - -#ifdef TEST - cout << "RAW: " << xmlstring << endl; -#endif - - XmlParser parser; - const Element& root = parser.Parse(xmlstring,strlen(xmlstring)); - - if (root.GetName()!="Response") { - logfmt(FLOG_MAX,"Unknown XML response"); - return ""; - } - - string ret = ""; // Empty result cryptogram error - //char *transactionReference = NULL; - string transactionReference; - - const Elements* classes = root.GetChildren(); - if(classes != 0) { - for(Elements::const_iterator class_it = classes->begin();class_it != classes->end(); ++class_it) { - if((*class_it)->GetName()=="ResponseCode") { - - const string value = (*class_it)->GetValue(); - logfmt(FLOG_MAX,"Parsed ResponseCode: %s", value.c_str()); - strcpy(responseCode,value.c_str()); - ret = value; - - } else if ((*class_it)->GetName()==what) { - - const string value = (*class_it)->GetValue(); - logfmt(FLOG_MAX, "Parsed '%s' => '%s'", what, value.c_str()); - - strcpy(response,value.c_str()); - //transactionReference = (char *)malloc(1+strlen(value.c_str())); - //strcpy(transactionReference,value.c_str()); - transactionReference = value; - - } else if ((*class_it)->GetName()=="TransactionReference") { - - const string value = (*class_it)->GetValue(); - //transactionReference = (char *)malloc(1+strlen(value.c_str())); - //strcpy(transactionReference,value.c_str()); - transactionReference = value; - - } else { - logfmt(FLOG_MAX,"Skipped element: %s", (*class_it)->GetName().c_str()); - } - } - } - if (transactionReference.empty() || transactionReference.length()<8L) { - logfmt(FLOG_MAX,"Empty or missing TransactionReference"); - // Not a comm. error in some cases (overriden above) - } - -/* - if (transactionReference) { - free(transactionReference); - } -*/ - return ret; -} - -/*****************************************************************************/ -string interswitch_getBankCodes(const char *endpoint, const char *tid, char *status) { - return ""; -} - -/*****************************************************************************/ -int my_soap_ssl_client_context(BasicHttpBinding_USCOREQuickTellerServiceProxy *q) { - logfmt(FLOG_MAX,"int my_soap_ssl_client_context(BasicHttpBinding_USCOREQuickTellerServiceProxy *q)"); - int context = 0; - - logfmt(FLOG_MAX,"interswitch_ssl_version=%d", interswitch_ssl_version); - -// SOAP_SSL_DEFAULT|SOAP_SSL_SKIP_HOST_CHECK|SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE, - if (interswitch_ssl_version>0) { - context = soap_ssl_client_context(q, - SOAP_SSL_DEFAULT|SOAP_SSL_SKIP_HOST_CHECK|SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE, - interswitch_ssl_keyfile, /* keyfile: required only when client must authenticate to server (see SSL docs on how to obtain this file) */ - interswitch_ssl_password, /* password to read the key file (not used with GNUTLS) */ - interswitch_ssl_cacert, /* cacert file to store trusted certificates (needed to verify server) */ - NULL, /* capath to directory with trusted certificates */ - NULL /* if randfile!=NULL: use a file with random data to seed randomness */ - ); - } else { - context = soap_ssl_client_context(q,SOAP_SSL_SKIP_HOST_CHECK|SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE|SOAP_SSL_NO_AUTHENTICATION,NULL,NULL,NULL,NULL,NULL); - } - logfmt(FLOG_MAX,"/int my_soap_ssl_client_context(BasicHttpBinding_USCOREQuickTellerServiceProxy *q)"); - return context; -} - - -/*****************************************************************************/ -long interswitch_getBillers(const char *endpoint, const char *tid, int billerId, int categoryId, int channelId, const char *billerName, char *error, long(*save)(hash_map, eqstr>)) { //(long, char*, long, char*, char*)) { - //plog->SetFileName( PREFIX"/logs/SendMoneyInterswitch.log" ); - logfmt( FLOG_MAX, "long interswitch_getBillers(...)" ); - - logfmt( FLOG_MAX, "endpoint=%s", endpoint ); - - string status = "Unknown error"; - // Check SSL configuration - if (interswitch_ssl_configured!=1) { - status = "SSL is not configured"; - strncpy(error,status.c_str(),strlen(error)); - return -1L; - } - - soap_ssl_init(); /* init OpenSSL (just once) */ - - - //BasicHttpBinding_USCOREQuickTellerServiceProxy *q = new BasicHttpBinding_USCOREQuickTellerServiceProxy(); - //q->soap_endpoint = endpoint; - BasicHttpBinding_USCOREQuickTellerServiceProxy q; - q.soap_endpoint = endpoint; - _interswitch__GetBillers *interswitch__GetBillers = new _interswitch__GetBillers(); - _interswitch__GetBillersResponse *interswitch__GetBillersResponse = new _interswitch__GetBillersResponse(); - - char d[32]; - - string xmlParams = "\ -"; - xmlParams += ""; - xmlParams += tid; // PLD - xmlParams += ""; - if (billerId>0) { - xmlParams += ""; - sprintf(d, "%ld", billerId); - xmlParams += d; - xmlParams += ""; - } - if (categoryId>0) { - xmlParams += ""; - sprintf(d, "%ld", categoryId); - xmlParams += d; - xmlParams += ""; - } - if (channelId>0) { - xmlParams += ""; - sprintf(d, "%ld", channelId); - xmlParams += d; - xmlParams += ""; - } - if (billerName!=NULL && strlen(billerName)>0) { - xmlParams += ""; - xmlParams += billerName; - xmlParams += ""; - } - xmlParams += ""; - - logfmt( FLOG_MAX, "XML SENT-> %s", xmlParams.c_str()); - - interswitch__GetBillers->xmlParams = &xmlParams; - - int context = my_soap_ssl_client_context(&q); - logfmt( FLOG_MAX, "my_soap_ssl_client_context(q)=%d", context); - if (context) { - soap_print_fault(&q, stderr); - status = "Cannot initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); -/* - FILE* pFile = fopen("/tmp/soap_debug.log", "a"); - soap_print_fault(&q, pFile); - fclose(pFile); */ - delete interswitch__GetBillers; - delete interswitch__GetBillersResponse; - //delete q; - - return -1L; - } - - long soap_result = SOAP_ERR; - try { - soap_result = q.GetBillers(interswitch__GetBillers, interswitch__GetBillersResponse); - - } catch (...) { - status = "Proxy exception"; - } -logfmt( FLOG_MAX, "result = %ld", soap_result ); //////////////////////////// - - if (soap_result == SOAP_OK) { - char response[BUFSIZE]; - memset(response,0,BUFSIZE); - - soap_result = ParseInterswitchGetBillersResponse(interswitch__GetBillersResponse->GetBillersResult->c_str(),save); - //logfmt(FLOG_MAX, "Result: %s", interswitch__GetBillersResponse->GetBillersResult->c_str()); - status = response; - } else if (soap_result < 30) { -// logfmt(FLOG_MAX, "BAD Result: %s", interswitch__GetBillersResponse->GetBillersResult->c_str()); - if (&q!=NULL && q.soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q.soap_fault_string(); - } - if (&q!=NULL && q.soap_fault_detail()) { - status += "Fault detail: "; - status += q.soap_fault_detail(); - } - if (&q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - soap_result = -1L; - } else { - logfmt( FLOG_MAX, "BAD result = %ld", soap_result ); - FILE* pFile = fopen("/tmp/soap_debug.log", "a"); - soap_print_fault(&q, pFile); - fclose(pFile); - soap_result = -1L; - } - delete interswitch__GetBillers; - delete interswitch__GetBillersResponse; - /* if (result<30 && q!=NULL) { - // The object gets corrupted when there is a HTTP error - // result<30 valid SOAP responses from http://www.cs.fsu.edu/~engelen/stdsoap2.3.8.h - delete q; - } */ - strncpy(error,status.c_str(),strlen(error)); - return soap_result; -} - -/*****************************************************************************/ -long interswitch_getBillerPaymentItems(const char *endpoint, const char *tid, int billerId, char *error, long(*save)(const char *, hash_map, eqstr>)) { //(long, char*, long, char*, char*)) { - //plog->SetFileName( PREFIX"/logs/SendMoneyInterswitch.log" ); - logfmt( FLOG_MAX, "long interswitch_getBillerPaymentItems(...)" ); - - logfmt( FLOG_MAX, "endpoint=%s", endpoint ); - - string status = "Unknown error"; - // Check SSL configuration - if (interswitch_ssl_configured!=1) { - status = "SSL is not configured"; - strncpy(error,status.c_str(),strlen(error)); - return -1L; - } - - soap_ssl_init(); /* init OpenSSL (just once) */ - - - //BasicHttpBinding_USCOREQuickTellerServiceProxy *q = new BasicHttpBinding_USCOREQuickTellerServiceProxy(); - //q->soap_endpoint = endpoint; - BasicHttpBinding_USCOREQuickTellerServiceProxy q; - q.soap_endpoint = endpoint; - _interswitch__GetBillerPaymentItems *interswitch__GetBillerPaymentItems = new _interswitch__GetBillerPaymentItems(); - _interswitch__GetBillerPaymentItemsResponse *interswitch__GetBillerPaymentItemsResponse = new _interswitch__GetBillerPaymentItemsResponse(); - - char d[32]; - - string xmlParams = "\ -"; - xmlParams += ""; - xmlParams += tid; // PLD - xmlParams += ""; - if (billerId>0) { - xmlParams += ""; - sprintf(d, "%ld", billerId); - xmlParams += d; - xmlParams += ""; - } - xmlParams += ""; - - logfmt( FLOG_MAX, "XML SENT-> %s", xmlParams.c_str()); - - interswitch__GetBillerPaymentItems->xmlParams = &xmlParams; - - int context = my_soap_ssl_client_context(&q); - logfmt( FLOG_MAX, "my_soap_ssl_client_context(q)=%d", context); - if (context) { - soap_print_fault(&q, stderr); - status = "Cannot initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - delete interswitch__GetBillerPaymentItems; - delete interswitch__GetBillerPaymentItemsResponse; - //delete q; - - return -1L; - } - - long soap_result = SOAP_ERR; - try { - soap_result = q.GetBillerPaymentItems(interswitch__GetBillerPaymentItems, interswitch__GetBillerPaymentItemsResponse); - - } catch (...) { - status = "Proxy exception"; - } -logfmt( FLOG_MAX, "result = %ld", soap_result ); //////////////////////////// - - if (soap_result == SOAP_OK) { - char response[BUFSIZE]; - memset(response,0,BUFSIZE); - soap_result = ParseInterswitchGetBillerPaymentItemsResponse(interswitch__GetBillerPaymentItemsResponse->GetBillerPaymentItemsResult->c_str(),save); - //logfmt(FLOG_MAX, "Result: %s", interswitch__GetBillerPaymentItemsResponse->GetBillerPaymentItemsResult->c_str()); - status = response; - } else if (soap_result < 30) { -// logfmt(FLOG_MAX, "BAD Result: %s", interswitch__GetBillerPaymentItemsResponse->GetBillerPaymentItemsResult->c_str()); - if (&q!=NULL && q.soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q.soap_fault_string(); - } - if (&q!=NULL && q.soap_fault_detail()) { - status += "Fault detail: "; - status += q.soap_fault_detail(); - } - if (&q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - soap_result = -1L; - } else { - logfmt( FLOG_MAX, "BAD result = %ld", soap_result ); - soap_result = -1L; - } - delete interswitch__GetBillerPaymentItems; - delete interswitch__GetBillerPaymentItemsResponse; - strncpy(error,status.c_str(),strlen(error)); - return soap_result; -} - -/*****************************************************************************/ -long interswitch_getBillerCategories(const char *endpoint, char *error, long(*save)(hash_map, eqstr>)) { //(long, char*, long, char*, char*)) { - //plog->SetFileName( PREFIX"/logs/SendMoneyInterswitch.log" ); - logfmt( FLOG_MAX, "long interswitch_getBillerCategories(...)" ); - - logfmt( FLOG_MAX, "endpoint=%s", endpoint ); - - string status = "Unknown error"; - // Check SSL configuration - if (interswitch_ssl_configured!=1) { - status = "SSL is not configured"; - strncpy(error,status.c_str(),strlen(error)); - return -1L; - } - - soap_ssl_init(); /* init OpenSSL (just once) */ - - - //BasicHttpBinding_USCOREQuickTellerServiceProxy *q = new BasicHttpBinding_USCOREQuickTellerServiceProxy(); - //q->soap_endpoint = endpoint; - BasicHttpBinding_USCOREQuickTellerServiceProxy q; - q.soap_endpoint = endpoint; - _interswitch__GetBillerCategories *interswitch__GetBillerCategories = new _interswitch__GetBillerCategories(); - _interswitch__GetBillerCategoriesResponse *interswitch__GetBillerCategoriesResponse = new _interswitch__GetBillerCategoriesResponse(); - - char d[32]; - - int context = my_soap_ssl_client_context(&q); - logfmt( FLOG_MAX, "my_soap_ssl_client_context(q)=%d", context); - if (context) { - soap_print_fault(&q, stderr); - status = "Cannot initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - delete interswitch__GetBillerCategoriesResponse; - delete interswitch__GetBillerCategories; - //delete q; - return -1L; - } - - long soap_result = SOAP_ERR; - try { - - soap_result = q.GetBillerCategories(interswitch__GetBillerCategories, interswitch__GetBillerCategoriesResponse); - - } catch (...) { - status = "Proxy exception"; - } -logfmt( FLOG_MAX, "result = %ld", soap_result ); //////////////////////////// - - if (soap_result == SOAP_OK) { - char response[BUFSIZE]; - memset(response,0,BUFSIZE); - soap_result = ParseInterswitchGetBillerCategoriesResponse(interswitch__GetBillerCategoriesResponse->GetBillerCategoriesResult->c_str(),save); - status = response; - } else if (soap_result < 30) { - if (&q!=NULL && q.soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q.soap_fault_string(); - } - if (&q!=NULL && q.soap_fault_detail()) { - status += "Fault detail: "; - status += q.soap_fault_detail(); - } - if (&q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - soap_result = -1L; - } else { - logfmt( FLOG_MAX, "BAD result = %ld", soap_result ); - soap_result = -1L; - } - delete interswitch__GetBillerCategories; - delete interswitch__GetBillerCategoriesResponse; - - strncpy(error,status.c_str(),strlen(error)); - logfmt( FLOG_MAX, "long interswitch_getBillerCategories(...)" ); - return soap_result; -} - -/*****************************************************************************/ -string interswitch_queryTransaction(const char *endpoint, const char *tid, const char *transferCode, const char *requestReference, char *error, char *transactionResponseCode) { - - //plog->SetFileName( PREFIX"/logs/SendMoneyInterswitch.log" ); - logfmt( FLOG_MAX, "long interswitch_getBillerCategories(...)" ); - logfmt( FLOG_MAX, "endpoint=%s", endpoint ); - - string status = "Unknown error"; - // Check SSL configuration - if (interswitch_ssl_configured!=1) { - status = "SSL is not configured"; - strsafecpy(error,status.c_str(),SAFESTRING_COMMON_BUFFER_SIZE); - return "-1"; - } - soap_ssl_init(); /* init OpenSSL (just once) */ - - //BasicHttpBinding_USCOREQuickTellerServiceProxy *q = new BasicHttpBinding_USCOREQuickTellerServiceProxy(); - //q->soap_endpoint = endpoint; - BasicHttpBinding_USCOREQuickTellerServiceProxy q; - q.soap_endpoint = endpoint; - _interswitch__QueryTransaction *interswitch__QueryTransaction = new _interswitch__QueryTransaction(); - _interswitch__QueryTransactionResponse *interswitch__QueryTransactionResponse = new _interswitch__QueryTransactionResponse(); - - string xmlParams = "\ -\ - "; - xmlParams += tid; // PLD - xmlParams += ""; - if (atoi(transferCode)>1) { - xmlParams += ""; - xmlParams += transferCode; - xmlParams += ""; - } - xmlParams += ""; - xmlParams += requestReference; - xmlParams += ""; - xmlParams += ""; - - logfmt( FLOG_MAX, "XML SENT-> %s", xmlParams.c_str()); - - interswitch__QueryTransaction->xmlParams = &xmlParams; - - if (my_soap_ssl_client_context(&q)) { - soap_print_fault(&q, stderr); - status = "Cannot initalize SOAP/SSL"; - strsafecpy(error,status.c_str(),SAFESTRING_COMMON_BUFFER_SIZE); - delete interswitch__QueryTransaction; - delete interswitch__QueryTransaction; - //delete q; - return "-1"; - } - string result = ""; - long soap_result = SOAP_ERR; - try { - soap_result = q.QueryTransaction(interswitch__QueryTransaction, interswitch__QueryTransactionResponse); - } catch (...) { - status = "Proxy exception"; - } - if (soap_result == SOAP_OK) { - char response[SAFESTRING_COMMON_BUFFER_SIZE], response_code[SAFESTRING_COMMON_BUFFER_SIZE]; - memset(response,0,SAFESTRING_COMMON_BUFFER_SIZE); - memset(response_code,0,SAFESTRING_COMMON_BUFFER_SIZE); - - result = ParseInterswitchResponse(interswitch__QueryTransactionResponse->QueryTransactionResult->c_str(),"TransactionResponseCode",response,response_code); - //logfmt(FLOG_MAX, "Result: %s", interswitch__QueryTransactionResponse->QueryTransactionResult->c_str()); - strsafecpy(transactionResponseCode, response_code, SAFESTRING_COMMON_BUFFER_SIZE); - //strncpy(transactionResponseCode,response,SAFESTRING_COMMON_BUFFER_SIZE); - status = response; - } else if (soap_result<30) { - logfmt(FLOG_MAX, "BAD Result: %s", interswitch__QueryTransactionResponse->QueryTransactionResult->c_str()); - if (&q!=NULL && q.soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q.soap_fault_string(); - } - if (&q!=NULL && q.soap_fault_detail()) { - status += "Fault detail: "; - status += q.soap_fault_detail(); - } - if (&q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - } else { - logfmt(FLOG_MAX, "BAD Result: %ld", soap_result); - } - - delete interswitch__QueryTransaction; - delete interswitch__QueryTransactionResponse; - //delete q; - strncpy(error,status.c_str(),SAFESTRING_COMMON_BUFFER_SIZE); - logfmt(FLOG_MAX, "Response: %s", error); - return result; -} - -/*****************************************************************************/ -long interswitch_getBalance(const char *endpoint, const char *tid, const char *mkey, const char *pin, char *error) { - return -1; -} - -/*****************************************************************************/ -string interswitch_transferFunds(const char *endpoint, const char *tid, const char *mkey, const char *pin, char *error, const char *account, const char *uniqueRef, const char *bankCode, long currency, long amount, CVars trans_info) { - - - //plog->SetFileName( PREFIX"/logs/SendMoneyInterswitch.log" ); - - string status = "Unknown error"; - // Check SSL configuration - if (interswitch_ssl_configured!=1) { - status = "SSL is not configured"; - strncpy(error,status.c_str(),strlen(error)); - return "-1"; - } - soap_ssl_init(); /* init OpenSSL (just once) */ - BasicHttpBinding_USCOREQuickTellerServiceProxy q; // = new BasicHttpBinding_USCOREQuickTellerServiceProxy(); - q.soap_endpoint = endpoint; - _interswitch__DoTransfer *interswitch__DoTransfer = new _interswitch__DoTransfer(); - _interswitch__DoTransferResponse *interswitch__DoTransferResponse = new _interswitch__DoTransferResponse(); - -// ACB7AA183D50289B2149D441F2C888C2A3A1AEE7EFCE80838DD58BE83A243AB3E4E87D55D7788CA29A32EA27A93678131255211A8A297266A74426985864AAC9\ - // 100000566CA100000566ACNG -// InitiatingAmount, InitiatingCurrencyCode, InitiatingPaymentMethodCode, TerminatingAmount, TerminatingCurrencyCode, TerminatingPaymentMethodCode, TerminatingCountryCode - char d[32]; - string data = ""; - sprintf(d, "%ld", amount); - data += d; - sprintf(d, "%03ld", currency); - data += d; - data += "CA"; - sprintf(d, "%ld", amount); - data += d; - sprintf(d, "%03ld", currency); - data += d; - data += "AC"; - data += "NG"; - logfmt(FLOG_MAX, "DTA=%s", data.c_str()); - string mac = hash_sha512_cpp(data); - logfmt(FLOG_MAX, "MAC=%s", mac.c_str()); - - -/* - //Sender - trans_info["sender_firstname"]=""; - trans_info["sender_lastname"]=""; - trans_info["senders_email"]=""; - trans_info["phone"]=""; - - //Recipient - trans_info["recipient_name"]=""; -*/ - - string xmlParams = "\ -\ - "; - xmlParams += tid; // PLD - xmlParams += "\ - "; - xmlParams += mac; // ACB7AA183D50289B2149D441F2C888C2A3A1AEE7EFCE80838DD58BE83A243AB3E4E87D55D7788CA29A32EA27A93678131255211A8A297266A74426985864AAC9 - xmlParams += ""; - xmlParams += uniqueRef; - xmlParams += "\ - \ - "; - xmlParams +=trans_info["sender_lastname"].c_str(); - xmlParams += "\ - "; - xmlParams +=trans_info["sender_firstname"].c_str(); - xmlParams += "\ - "; - xmlParams +=trans_info["senders_email"].c_str(); - xmlParams += "\ - "; - xmlParams +=trans_info["senders_phone"].c_str(); - xmlParams += "\ - \ - \ - "; - xmlParams +=trans_info["recipient_name"].c_str(); - xmlParams += "\ - "; - xmlParams +=trans_info["recipient_name"].c_str(); - xmlParams += "\ - "; - xmlParams +=trans_info["rec_email"].c_str(); - xmlParams += "\ - "; - xmlParams +=trans_info["rec_phone"].c_str(); - xmlParams += "\ - \ - \ - \ - "; - sprintf(d, "%ld", amount); - xmlParams += d; // 1000000 - xmlParams += "\ - 7\ - CA\ - "; - sprintf(d, "%03ld", currency); - xmlParams += d; // 566 - NRN - Naira - xmlParams += "\ - \ - \ - \ - \ - \ - \ - \ - AC\ - "; - sprintf(d, "%ld", amount); - xmlParams += d; // 1000000 - xmlParams += "\ - "; - sprintf(d, "%03ld", currency); - xmlParams += d; // 566 - NRN - Naira - xmlParams += "\ - NG\ - \ - "; - xmlParams += account; - xmlParams += "\ - 20\ - "; -///-----> leave blank for now xmlParams += bankCode; // 057 - xmlParams += "\ - \ - \ - LO \ - "; - xmlParams += bankCode; // moved here as recomended - xmlParams += " \ - ZFD1234 \ - LAG \ - \ - DL \ - 1234567 \ - \ - BA3253876AED6BC22D4A6FF53D8406C6AD864195ED144AB5C87621B6C233B548BAEAE6956DF346EC8C17F5EA10F35EE3CBC514797ED7DDD3145464E2A0BAB413 \ - \ - \ -"; - - logfmt( FLOG_MAX, "XML SENT-> %s", xmlParams.c_str()); - - interswitch__DoTransfer->xmlParams = &xmlParams; - - if (my_soap_ssl_client_context(&q)) { - - soap_print_fault(&q, stderr); - status = "Cannot initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - - delete interswitch__DoTransfer; - delete interswitch__DoTransferResponse; - //delete q; - - return "-1"; - } - - string result = ""; - long soap_result = SOAP_ERR; - try { - soap_result = q.DoTransfer(interswitch__DoTransfer, interswitch__DoTransferResponse); - } catch (...) { - status = "Proxy exception"; - } - if (soap_result == SOAP_OK) { - char response[BUFSIZE], response_code[BUFSIZE]; - memset(response,0,BUFSIZE); - memset(response_code,0,BUFSIZE); - result = ParseInterswitchResponse(interswitch__DoTransferResponse->DoTransferResult->c_str(),"TransactionReference",response,response_code); - logfmt(FLOG_MAX,"Result: %s", interswitch__DoTransferResponse->DoTransferResult->c_str()); - status = ""; - status += response; - } else { -logfmt(FLOG_MAX, "About to crash!!!\n\n\n"); -//logfmt(FLOG_MAX, "BAD Result: %s", interswitch__DoTransferResponse->DoTransferResult->c_str()); - - if (&q!=NULL && q.soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q.soap_fault_string(); - } - if (&q!=NULL && q.soap_fault_detail()) { - status += "Fault detail: "; - status += q.soap_fault_detail(); - } - if (&q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - } - - - delete interswitch__DoTransfer; - delete interswitch__DoTransferResponse; - //delete q; - strncpy(error,status.c_str(),strlen(error)); - return result; -} - -/*****************************************************************************/ -string interswitch_doTransfer(const char *endpoint, const char *tid, CVars trans_info, char *error) { - - //plog->SetFileName( PREFIX"/logs/SendMoneyInterswitch.log" ); - - string status = "Unknown error"; - // Check SSL configuration - if (interswitch_ssl_configured!=1) { - status = "SSL is not configured"; - strsafecpy(error,status.c_str(),SAFESTRING_COMMON_BUFFER_SIZE); - return "-1"; - } - soap_ssl_init(); /* init OpenSSL (just once) */ - BasicHttpBinding_USCOREQuickTellerServiceProxy q; // = new BasicHttpBinding_USCOREQuickTellerServiceProxy(); - q.soap_endpoint = endpoint; - _interswitch__DoTransfer *interswitch__DoTransfer = new _interswitch__DoTransfer(); - _interswitch__DoTransferResponse *interswitch__DoTransferResponse = new _interswitch__DoTransferResponse(); - -// ACB7AA183D50289B2149D441F2C888C2A3A1AEE7EFCE80838DD58BE83A243AB3E4E87D55D7788CA29A32EA27A93678131255211A8A297266A74426985864AAC9\ - // 100000566CA100000566ACNG -// InitiatingAmount, InitiatingCurrencyCode, InitiatingPaymentMethodCode, TerminatingAmount, TerminatingCurrencyCode, TerminatingPaymentMethodCode, TerminatingCountryCode - char d[32]; - string data = ""; - data += trans_info["InitiatingAmount"].c_str(); - data += trans_info["InitiatingCurrencyCode"].c_str(); // NG - data += trans_info["InitiatingPaymentMethodCode"].c_str(); // CA - data += trans_info["TerminatingAmount"].c_str(); - data += trans_info["TerminatingCurrencyCode"].c_str(); // NGN - data += trans_info["TerminatingPaymentMethodCode"].c_str(); // AC - data += trans_info["TerminatingCountryCode"].c_str(); // NG - - /* sprintf(d, "%03ld", currency); - data += d; - data += "CA"; - sprintf(d, "%ld", amount); - data += d; - sprintf(d, "%03ld", currency); - data += d; - data += "AC"; - data += "NG"; */ - logfmt(FLOG_MAX, "DTA=%s", data.c_str()); - string mac = hash_sha512_cpp(data); - logfmt(FLOG_MAX, "MAC=%s", mac.c_str()); - -/* - //Sender - trans_info["sender_firstname"]=""; - trans_info["sender_lastname"]=""; - trans_info["senders_email"]=""; - trans_info["phone"]=""; - - //Recipient - trans_info["recipient_name"]=""; -*/ - - string xmlParams = "\ -\ - "; - xmlParams += tid; // PLD - xmlParams += "\ - "; - xmlParams += mac; // ACB7AA183D50289B2149D441F2C888C2A3A1AEE7EFCE80838DD58BE83A243AB3E4E87D55D7788CA29A32EA27A93678131255211A8A297266A74426985864AAC9 - xmlParams += "\ - "; - sprintf(d, "%s", trans_info["TransferCode"].c_str()); - logfmt(FLOG_MAX, "TransferCode=%s", d); - xmlParams += d; - xmlParams += "\ - \ - "; - xmlParams += trans_info["SenderLastname"].c_str(); - xmlParams += "ses66181+sender@gmail.com\ - "; - xmlParams += trans_info["SenderOthernames"].c_str(); - xmlParams += ""; - /* - "; - xmlParams += trans_info["SenderEmail"].c_str(); - xmlParams += "\ - "; - xmlParams += trans_info["SenderPhone"].c_str(); - xmlParams += ""; - */ - xmlParams += "\ - \ - \ - "; - xmlParams += trans_info["BeneficiaryLastname"].c_str(); - xmlParams += "ses66181+reciver@gmail.com\ - "; - xmlParams += trans_info["BeneficiaryOthernames"].c_str(); - xmlParams += ""; - /* - "; - xmlParams += trans_info["BeneficiaryEmail"].c_str(); - xmlParams += "\ - "; - xmlParams += trans_info["BeneficiaryPhone"].c_str(); - xmlParams += ""; - */ - xmlParams += "\ - \ - \ - \ - "; - xmlParams += trans_info["InitiatingAmount"].c_str(); - /* - sprintf(d, "%ld", amount); - xmlParams += d; // 1000000 - */ - xmlParams += "\ - "; - xmlParams += trans_info["InitiatingChannel"].c_str(); - xmlParams += "\ - "; - xmlParams += trans_info["InitiatingPaymentMethodCode"].c_str(); - xmlParams += "\ - "; - xmlParams += trans_info["InitiatingCurrencyCode"].c_str(); - /* - sprintf(d, "%03ld", currency); - xmlParams += d; // 566 - NRN - Naira - */ - xmlParams += "\ - \ - \ - "; - xmlParams += trans_info["TerminatingPaymentMethodCode"].c_str(); - xmlParams += "\ - "; - xmlParams += trans_info["TerminatingAmount"].c_str(); - /* - sprintf(d, "%ld", amount); - xmlParams += d; // 1000000 - */ - xmlParams += "\ - "; - xmlParams += trans_info["TerminatingCurrencyCode"].c_str(); - /* - sprintf(d, "%03ld", currency); - xmlParams += d; // 566 - NRN - Naira - */ - xmlParams += "\ - "; - xmlParams += trans_info["TerminatingCountryCode"].c_str(); - xmlParams += "\ - \ - "; - xmlParams += trans_info["TerminatingAccountNumber"].c_str(); - xmlParams += "\ - "; - xmlParams += trans_info["TerminatingAccountType"].c_str(); - xmlParams += "\ - "; -///-----> leave blank for now xmlParams += bankCode; // 057 - xmlParams += trans_info["TerminatingEntityCode"].c_str(); - xmlParams += "\ - "; - /* - \ - LO \ - "; - xmlParams += trans_info["TerminatingEntityCode"].c_str(); // moved here as recomended - xmlParams += " \ - ZFD1234 \ - LAG \ - \ - DL \ - 1234567 \ - \ - BA3253876AED6BC22D4A6FF53D8406C6AD864195ED144AB5C87621B6C233B548BAEAE6956DF346EC8C17F5EA10F35EE3CBC514797ED7DDD3145464E2A0BAB413 \ - \ - */ - xmlParams += "\ - \ -"; - - logfmt( FLOG_MAX, "XML SENT-> %s", xmlParams.c_str()); - - interswitch__DoTransfer->xmlParams = &xmlParams; - - if (my_soap_ssl_client_context(&q)) { - - soap_print_fault(&q, stderr); - status = "Cannot initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - - delete interswitch__DoTransfer; - delete interswitch__DoTransferResponse; - //delete q; - - return "-1"; - } - - string result = ""; - long soap_result = SOAP_ERR; - try { - soap_result = q.DoTransfer(interswitch__DoTransfer, interswitch__DoTransferResponse); - } catch (...) { - status = "Proxy exception"; - } - if (soap_result == SOAP_OK) { - char response[SAFESTRING_COMMON_BUFFER_SIZE], response_code[SAFESTRING_COMMON_BUFFER_SIZE]; - memset(response,0,SAFESTRING_COMMON_BUFFER_SIZE); - memset(response_code,0,SAFESTRING_COMMON_BUFFER_SIZE); - result = ParseInterswitchResponse(interswitch__DoTransferResponse->DoTransferResult->c_str(),"TransactionReference",response,response_code); - logfmt(FLOG_MAX,"Result: %s", interswitch__DoTransferResponse->DoTransferResult->c_str()); - status = response; - } else if (soap_result<30) { - logfmt(FLOG_MAX, "BAD Result: %s", interswitch__DoTransferResponse->DoTransferResult->c_str()); - if (&q!=NULL && q.soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q.soap_fault_string(); - } - if (&q!=NULL && q.soap_fault_detail()) { - status += "Fault detail: "; - status += q.soap_fault_detail(); - } - if (&q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - } else { - logfmt(FLOG_MAX, "Bad result: %ld", soap_result); - } - - delete interswitch__DoTransfer; - delete interswitch__DoTransferResponse; - //delete q; - strsafecpy(error,status.c_str(),SAFESTRING_COMMON_BUFFER_SIZE); - return result; -} - -/*****************************************************************************/ -long interswitch_pinChange(const char *tid, const char *mkey, const char *pin, char *error) { - return -1L; -} - -/*****************************************************************************/ -//1.7.5 Recharge -//Process Flow -//? Accept payment instrument from customer (cash, debit account, etc) -//? Initiate a SendBillPaymentAdvice message to InterSwitch – Error! Reference -//source not found. -//o In the case of recharge PINs, the PIN would be delivered in the -//response. -//o In the case of direct top-up, the specified customer number would be -//topped up automatically -//Sample Request - -// -// -// 450000 -// 10401 -// 08034567123 -// uabu@yahoo.com -// 0000000001 -// 3TPR0001 -// - -//Sample Response -// -// -// 90000 -// BB292DF9268F05CB9CBBC5E0C13CC1B13ACA34DC -// 01/Feb/2009 11:28:02 -// FZIB|LOC|CA|ZIB|CA|1102101115|1801098909 -// 123456 -// 345612349876 - -/*****************************************************************************/ -string interswitch_SendBillPaymentAdvice(const char *endpoint, const char *tid, long amount, const char *paymentCode, long customerId, const char *requestReference, char *error, char *transactionRef, char *customer_mobile,char *customer_email) { - //plog->SetFileName( PREFIX"/logs/SendMoneyInterswitch.log" ); - logfmt( FLOG_MAX, "long interswitch_SendBillPaymentAdvice(...)" ); - - logfmt( FLOG_MAX, "endpoint=%s", endpoint ); -/* - logfmt( logDEBUG, "tid=%s", tid ); - logfmt( logDEBUG, "amount=%ld", amount ); - logfmt( logDEBUG, "paymentCode=%s", paymentCode ); - logfmt( logDEBUG, "customerId=%ld", customerId ); - logfmt( logDEBUG, "requestReference=%s", requestReference ); - logfmt( logDEBUG, "error=%s", error ); - logfmt( logDEBUG, "transactionRef=%s", transactionRef ); - logfmt( logDEBUG, "customer_mobile=%s", customer_mobile ); - logfmt( logDEBUG, "customer_email=%s", customer_email ); -//*/ - string status = "Unknown error"; - // Check SSL configuration - if (interswitch_ssl_configured!=1) { - status = "SSL is not configured"; - strncpy(error,status.c_str(),strlen(error)); - return "-1"; - } - - soap_ssl_init(); /* init OpenSSL (just once) */ - - - //BasicHttpBinding_USCOREQuickTellerServiceProxy *q = new BasicHttpBinding_USCOREQuickTellerServiceProxy(); - //q->soap_endpoint = endpoint; - BasicHttpBinding_USCOREQuickTellerServiceProxy q; - q.soap_endpoint = endpoint; - _interswitch__SendBillPaymentAdvice *interswitch__SendBillPaymentAdvice = new _interswitch__SendBillPaymentAdvice(); - _interswitch__SendBillPaymentAdviceResponse *interswitch__SendBillPaymentAdviceResponse = new _interswitch__SendBillPaymentAdviceResponse(); - - char d[32]; - - string xmlParams = "\ -"; - xmlParams += ""; - sprintf(d, "%ld", amount); - xmlParams += d; - xmlParams += ""; - - xmlParams += ""; - xmlParams += paymentCode; - xmlParams += ""; -/* - xmlParams += ""; - xmlParams += customer_mobile; - xmlParams += ""; -*/ -/* - xmlParams += "ameye@paylid.com"; -*/ - -/**/ - xmlParams += ""; - xmlParams += customer_mobile; - xmlParams += ""; - xmlParams += ""; - xmlParams += customer_email; - xmlParams += ""; -/**/ - xmlParams += ""; - xmlParams += customer_mobile; - sprintf(d, "%ld", customerId); - //xmlParams += d; - xmlParams += ""; - - xmlParams += ""; - xmlParams += tid; // PLD - xmlParams += ""; - - xmlParams += ""; - xmlParams += requestReference; - xmlParams += ""; - - xmlParams += ""; - - logfmt( FLOG_MAX, "XML SENT-> %s", xmlParams.c_str()); - - interswitch__SendBillPaymentAdvice->xmlParams = &xmlParams; - - int context = my_soap_ssl_client_context(&q); - logfmt( FLOG_MAX, "my_soap_ssl_client_context(q)=%d", context); - if (context) { - soap_print_fault(&q, stderr); - status = "Cannot initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - delete interswitch__SendBillPaymentAdvice; - delete interswitch__SendBillPaymentAdviceResponse; - //delete q; - - return "-1"; - } - - string result = ""; - long soap_result = SOAP_ERR; - try { - soap_result = q.SendBillPaymentAdvice(interswitch__SendBillPaymentAdvice, interswitch__SendBillPaymentAdviceResponse); - - } catch (...) { - status = "Proxy exception"; - } -logfmt( FLOG_MAX, "result = %ld", soap_result ); //////////////////////////// - - if (soap_result == SOAP_OK) { - char response[BUFSIZE], response_code[BUFSIZE]; - memset(response,0,BUFSIZE); - memset(response_code,0,BUFSIZE); - strncpy(response,interswitch__SendBillPaymentAdviceResponse->SendBillPaymentAdviceResult->c_str(),BUFSIZE); - logfmt(FLOG_MAX, "Result: %s", response); - strcpy(transactionRef, ""); - result = ParseInterswitchResponse(response,"TransactionRef",transactionRef,response_code); - logfmt(FLOG_MAX, "Result->: %ld", soap_result); - status = response_code; - } else if (soap_result < 30) { -// logfmt(FLOG_MAX, "BAD Result: %s", interswitch__SendBillPaymentAdviceResponse->SendBillPaymentAdviceResult->c_str()); - if (&q!=NULL && q.soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q.soap_fault_string(); - } - if (&q!=NULL && q.soap_fault_detail()) { - status += "Fault detail: "; - status += q.soap_fault_detail(); - } - if (&q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - } else { - logfmt( FLOG_MAX, "BAD result = %ld", soap_result ); - } - delete interswitch__SendBillPaymentAdvice; - delete interswitch__SendBillPaymentAdviceResponse; - strncpy(error,status.c_str(),BUFSIZE); - - return result; - -} - -/*****************************************************************************/ -long interswitch_test() { - // Common - long ret = 0; - const char *endpoint = "https://stageserv.interswitchng.com/uat_quicktellerservice/quickteller.svc"; - const char *tid = "PLD"; - const char *mkey = "2D1A2518252A1B1A2A23281F242518212123221D272C1C26"; - const char *pin = "2009"; - // Specific 2D1A2518252A1B1A2A23281F242518212123221D272C1C26 - const char *account = "1110000001"; // "6280513434343444"; - - char* status = (char *)malloc(BUFSIZE); - memset(status,32,BUFSIZE); - status[BUFSIZE] = '\0'; - - char *transCode = (char *)malloc(BUFSIZE); - memset(transCode, 0, BUFSIZE); - sprintf(transCode,"123098750"); // ??? -logfmt(FLOG_MAX, "LOC 0 =========================================================="); - // We need to config SSL first - interswitch_config_ssl( - "/etc/paylid/paylid_test.pem", - "password", - "/etc/paylid/testservices.interswitchng.com.pem", - 0 - ); -/** - logfmt(FLOG_MAX, "=========================================================="); - ret = interswitch_getBillers(endpoint, tid, 0, 0, 0, "", status, NULL); - logfmt(FLOG_MAX, "Return: %ld",ret); - logfmt(FLOG_MAX, "Status: %s",status); -//*/ - -//INSERT INTO interswitch_money_transfer -//(Fee,InitiatingAmount,InitiatingChannel,InitiatingCurrencyCode,InitiatingEntityCode,InitiatingPaymentMethodCode,TerminatingAccountNumber,TerminatingAccountType,TerminatingAmount,TerminatingCountryCode,TerminatingCurrencyCode, -//TerminatingEntityCode,TerminatingPaymentMethodCode,recipientid,senderid) VALUES -//('100000','1000000','7','566','044','CA','1234567890','20','1000000','NG','566','057','AC','1','1') - CVars trans_info; - // 3MBA0001 - trans_info["Fee"] = "1000"; - trans_info["InitiatingAmount"] = "10000"; - trans_info["InitiatingChannel"] = "7"; - trans_info["InitiatingCurrencyCode"] = "566"; - trans_info["InitiatingEntityCode"] = "044"; - trans_info["InitiatingPaymentMethodCode"] = "CA"; - trans_info["TerminatingAccountNumber"] = "1234567890"; - trans_info["TerminatingAccountType"] = "20"; - trans_info["TerminatingAmount"] = "10000"; - trans_info["TerminatingCountryCode"] = "NG"; - trans_info["TerminatingCurrencyCode"] = "566"; - trans_info["TerminatingEntityCode"] = "057"; - trans_info["TerminatingPaymentMethodCode"] = "AC"; - logfmt(FLOG_MAX, "LOC 1 =========================================================="); - char ptid[25]; - srand(time(NULL)); - long r = abs( rand()*10000); - sprintf( ptid, "117629%04lu", r ); - trans_info["TransferCode"] = ptid; //"1176290012"; - trans_info["SenderLastname"] = "Ameye"; - trans_info["SenderOthernames"] = "Olu"; - trans_info["BeneficiaryLastname"] = "Ameye"; - trans_info["BeneficiaryOthernames"] = "Olu"; - - logfmt(FLOG_MAX, "=========================================================="); - string result = interswitch_doTransfer(endpoint, "3MBA0001", trans_info, status); - logfmt(FLOG_MAX, "Return: %s",result.c_str()); - logfmt(FLOG_MAX, "Status: %s",status); -/* - CVars trans_info; - - logfmt(FLOG_MAX, "=========================================================="); - result = interswitch_transferFunds(endpoint, tid, mkey, pin, status, account, transCode, "039", 566, 100000, trans_info); - logfmt(FLOG_MAX, "Return: %s",result.c_str()); - logfmt(FLOG_MAX, "Status: %s",status); - logfmt(FLOG_MAX, "TransC: %s",transCode); -*/ - logfmt(FLOG_MAX, "=========================================================="); - result = interswitch_queryTransaction(endpoint, tid, "0", (const char *)transCode, status, transCode); - logfmt(FLOG_MAX, "Return: %s",result.c_str()); - logfmt(FLOG_MAX, "Status: %s",status); - logfmt(FLOG_MAX, "TransC: %s",transCode); - logfmt(FLOG_MAX, "=========================================================="); - - free(transCode); - free(status); - - return ret; -} -/*****************************************************************************/ - -#ifdef TEST - -int main(void) { - interswitch_test(); - return 0; -} - -#endif - - -/* -vi:ts=2 -*/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -// - diff --git a/coregrade/src/shared_tool/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cc b/coregrade/src/shared_tool/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cc deleted file mode 100644 index a2235ff..0000000 --- a/coregrade/src/shared_tool/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cc +++ /dev/null @@ -1,2116 +0,0 @@ -/* interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cpp - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#include "interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h" - -namespace interswitch { - -BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy() -{ BasicHttpBinding_USCOREQuickTellerServiceProxy_init(SOAP_IO_DEFAULT, SOAP_IO_DEFAULT); -} - -BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy(const struct soap &_soap) :soap(_soap) -{ } - -BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy(soap_mode iomode) -{ BasicHttpBinding_USCOREQuickTellerServiceProxy_init(iomode, iomode); -} - -BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy(soap_mode imode, soap_mode omode) -{ BasicHttpBinding_USCOREQuickTellerServiceProxy_init(imode, omode); -} - -void BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy_init(soap_mode imode, soap_mode omode) -{ soap_imode(this, imode); - soap_omode(this, omode); - soap_endpoint = NULL; - static const struct Namespace namespaces[] = -{ - {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://schemas.xmlsoap.org/soap/envelope/", NULL}, - {"SOAP-ENC", "http://www.w3.org/2003/05/soap-encoding", "http://www.w3.org/2003/05/soap-encoding", NULL}, - {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, - {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, - {"interswitch2", "http://schemas.microsoft.com/2003/10/Serialization/", NULL, NULL}, - {"interswitch", "http://services.interswitchng.com/quicktellerservice/", NULL, NULL}, - {NULL, NULL, NULL, NULL} -}; - this->namespaces = namespaces; -} - -BasicHttpBinding_USCOREQuickTellerServiceProxy::~BasicHttpBinding_USCOREQuickTellerServiceProxy() -{ } - -void BasicHttpBinding_USCOREQuickTellerServiceProxy::destroy() -{ soap_destroy(this); - soap_end(this); -} - -void BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_noheader() -{ header = NULL; -} - -const SOAP_ENV__Fault *BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_fault() -{ return (const interswitch::SOAP_ENV__Fault*)this->fault; -} - -const char *BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_fault_string() -{ return *soap_faultstring(this); -} - -const char *BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_fault_detail() -{ return *soap_faultdetail(this); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_close_socket() -{ return soap_closesock(this); -} - -void BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_print_fault(FILE *fd) -{ ::soap_print_fault(this, fd); -} - -#ifndef WITH_LEAN -void BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_stream_fault(std::ostream& os) -{ ::soap_stream_fault(this, os); -} - -char *BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_sprint_fault(char *buf, size_t len) -{ return ::soap_sprint_fault(this, buf, len); -} -#endif - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ValidateCustomer(_interswitch__ValidateCustomer *interswitch__ValidateCustomer, _interswitch__ValidateCustomerResponse *interswitch__ValidateCustomerResponse) -{ struct soap *soap = this; - struct __interswitch__ValidateCustomer soap_tmp___interswitch__ValidateCustomer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ValidateCustomer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ValidateCustomer.interswitch__ValidateCustomer = interswitch__ValidateCustomer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ValidateCustomer(soap, &soap_tmp___interswitch__ValidateCustomer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ValidateCustomer(soap, &soap_tmp___interswitch__ValidateCustomer, "-interswitch:ValidateCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ValidateCustomer(soap, &soap_tmp___interswitch__ValidateCustomer, "-interswitch:ValidateCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ValidateCustomerResponse) - return soap_closesock(soap); - interswitch__ValidateCustomerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ValidateCustomerResponse->soap_get(soap, "interswitch:ValidateCustomerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::DoTransfer(_interswitch__DoTransfer *interswitch__DoTransfer, _interswitch__DoTransferResponse *interswitch__DoTransferResponse) -{ struct soap *soap = this; - struct __interswitch__DoTransfer soap_tmp___interswitch__DoTransfer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "DoTransfer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__DoTransfer.interswitch__DoTransfer = interswitch__DoTransfer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__DoTransfer(soap, &soap_tmp___interswitch__DoTransfer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoTransfer(soap, &soap_tmp___interswitch__DoTransfer, "-interswitch:DoTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoTransfer(soap, &soap_tmp___interswitch__DoTransfer, "-interswitch:DoTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__DoTransferResponse) - return soap_closesock(soap); - interswitch__DoTransferResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__DoTransferResponse->soap_get(soap, "interswitch:DoTransferResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::CancelTransfer(_interswitch__CancelTransfer *interswitch__CancelTransfer, _interswitch__CancelTransferResponse *interswitch__CancelTransferResponse) -{ struct soap *soap = this; - struct __interswitch__CancelTransfer soap_tmp___interswitch__CancelTransfer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "CancelTransfer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__CancelTransfer.interswitch__CancelTransfer = interswitch__CancelTransfer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__CancelTransfer(soap, &soap_tmp___interswitch__CancelTransfer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CancelTransfer(soap, &soap_tmp___interswitch__CancelTransfer, "-interswitch:CancelTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CancelTransfer(soap, &soap_tmp___interswitch__CancelTransfer, "-interswitch:CancelTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__CancelTransferResponse) - return soap_closesock(soap); - interswitch__CancelTransferResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__CancelTransferResponse->soap_get(soap, "interswitch:CancelTransferResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::SendSessionKey(_interswitch__SendSessionKey *interswitch__SendSessionKey, _interswitch__SendSessionKeyResponse *interswitch__SendSessionKeyResponse) -{ struct soap *soap = this; - struct __interswitch__SendSessionKey soap_tmp___interswitch__SendSessionKey; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "SendSessionKey"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__SendSessionKey.interswitch__SendSessionKey = interswitch__SendSessionKey; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__SendSessionKey(soap, &soap_tmp___interswitch__SendSessionKey); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendSessionKey(soap, &soap_tmp___interswitch__SendSessionKey, "-interswitch:SendSessionKey", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendSessionKey(soap, &soap_tmp___interswitch__SendSessionKey, "-interswitch:SendSessionKey", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__SendSessionKeyResponse) - return soap_closesock(soap); - interswitch__SendSessionKeyResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__SendSessionKeyResponse->soap_get(soap, "interswitch:SendSessionKeyResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::QueryTransfer(_interswitch__QueryTransfer *interswitch__QueryTransfer, _interswitch__QueryTransferResponse *interswitch__QueryTransferResponse) -{ struct soap *soap = this; - struct __interswitch__QueryTransfer soap_tmp___interswitch__QueryTransfer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "QueryTransfer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__QueryTransfer.interswitch__QueryTransfer = interswitch__QueryTransfer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__QueryTransfer(soap, &soap_tmp___interswitch__QueryTransfer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__QueryTransfer(soap, &soap_tmp___interswitch__QueryTransfer, "-interswitch:QueryTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__QueryTransfer(soap, &soap_tmp___interswitch__QueryTransfer, "-interswitch:QueryTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__QueryTransferResponse) - return soap_closesock(soap); - interswitch__QueryTransferResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__QueryTransferResponse->soap_get(soap, "interswitch:QueryTransferResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthoriseCashOut(_interswitch__AuthoriseCashOut *interswitch__AuthoriseCashOut, _interswitch__AuthoriseCashOutResponse *interswitch__AuthoriseCashOutResponse) -{ struct soap *soap = this; - struct __interswitch__AuthoriseCashOut soap_tmp___interswitch__AuthoriseCashOut; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthoriseCashOut"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthoriseCashOut.interswitch__AuthoriseCashOut = interswitch__AuthoriseCashOut; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthoriseCashOut(soap, &soap_tmp___interswitch__AuthoriseCashOut); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthoriseCashOut(soap, &soap_tmp___interswitch__AuthoriseCashOut, "-interswitch:AuthoriseCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthoriseCashOut(soap, &soap_tmp___interswitch__AuthoriseCashOut, "-interswitch:AuthoriseCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthoriseCashOutResponse) - return soap_closesock(soap); - interswitch__AuthoriseCashOutResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthoriseCashOutResponse->soap_get(soap, "interswitch:AuthoriseCashOutResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthoriseAccountCashOut(_interswitch__AuthoriseAccountCashOut *interswitch__AuthoriseAccountCashOut, _interswitch__AuthoriseAccountCashOutResponse *interswitch__AuthoriseAccountCashOutResponse) -{ struct soap *soap = this; - struct __interswitch__AuthoriseAccountCashOut soap_tmp___interswitch__AuthoriseAccountCashOut; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthoriseAccountCashOut"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthoriseAccountCashOut.interswitch__AuthoriseAccountCashOut = interswitch__AuthoriseAccountCashOut; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthoriseAccountCashOut(soap, &soap_tmp___interswitch__AuthoriseAccountCashOut); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthoriseAccountCashOut(soap, &soap_tmp___interswitch__AuthoriseAccountCashOut, "-interswitch:AuthoriseAccountCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthoriseAccountCashOut(soap, &soap_tmp___interswitch__AuthoriseAccountCashOut, "-interswitch:AuthoriseAccountCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthoriseAccountCashOutResponse) - return soap_closesock(soap); - interswitch__AuthoriseAccountCashOutResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthoriseAccountCashOutResponse->soap_get(soap, "interswitch:AuthoriseAccountCashOutResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ReverseCashOut(_interswitch__ReverseCashOut *interswitch__ReverseCashOut, _interswitch__ReverseCashOutResponse *interswitch__ReverseCashOutResponse) -{ struct soap *soap = this; - struct __interswitch__ReverseCashOut soap_tmp___interswitch__ReverseCashOut; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ReverseCashOut"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ReverseCashOut.interswitch__ReverseCashOut = interswitch__ReverseCashOut; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ReverseCashOut(soap, &soap_tmp___interswitch__ReverseCashOut); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ReverseCashOut(soap, &soap_tmp___interswitch__ReverseCashOut, "-interswitch:ReverseCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ReverseCashOut(soap, &soap_tmp___interswitch__ReverseCashOut, "-interswitch:ReverseCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ReverseCashOutResponse) - return soap_closesock(soap); - interswitch__ReverseCashOutResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ReverseCashOutResponse->soap_get(soap, "interswitch:ReverseCashOutResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::StatusCheck(_interswitch__StatusCheck *interswitch__StatusCheck, _interswitch__StatusCheckResponse *interswitch__StatusCheckResponse) -{ struct soap *soap = this; - struct __interswitch__StatusCheck soap_tmp___interswitch__StatusCheck; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "StatusCheck"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__StatusCheck.interswitch__StatusCheck = interswitch__StatusCheck; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__StatusCheck(soap, &soap_tmp___interswitch__StatusCheck); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__StatusCheck(soap, &soap_tmp___interswitch__StatusCheck, "-interswitch:StatusCheck", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__StatusCheck(soap, &soap_tmp___interswitch__StatusCheck, "-interswitch:StatusCheck", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__StatusCheckResponse) - return soap_closesock(soap); - interswitch__StatusCheckResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__StatusCheckResponse->soap_get(soap, "interswitch:StatusCheckResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::QueryTransaction(_interswitch__QueryTransaction *interswitch__QueryTransaction, _interswitch__QueryTransactionResponse *interswitch__QueryTransactionResponse) -{ struct soap *soap = this; - struct __interswitch__QueryTransaction soap_tmp___interswitch__QueryTransaction; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "QueryTransaction"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__QueryTransaction.interswitch__QueryTransaction = interswitch__QueryTransaction; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__QueryTransaction(soap, &soap_tmp___interswitch__QueryTransaction); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__QueryTransaction(soap, &soap_tmp___interswitch__QueryTransaction, "-interswitch:QueryTransaction", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__QueryTransaction(soap, &soap_tmp___interswitch__QueryTransaction, "-interswitch:QueryTransaction", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__QueryTransactionResponse) - return soap_closesock(soap); - interswitch__QueryTransactionResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__QueryTransactionResponse->soap_get(soap, "interswitch:QueryTransactionResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetSystemSettings(_interswitch__GetSystemSettings *interswitch__GetSystemSettings, _interswitch__GetSystemSettingsResponse *interswitch__GetSystemSettingsResponse) -{ struct soap *soap = this; - struct __interswitch__GetSystemSettings soap_tmp___interswitch__GetSystemSettings; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetSystemSettings"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetSystemSettings.interswitch__GetSystemSettings = interswitch__GetSystemSettings; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetSystemSettings(soap, &soap_tmp___interswitch__GetSystemSettings); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetSystemSettings(soap, &soap_tmp___interswitch__GetSystemSettings, "-interswitch:GetSystemSettings", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetSystemSettings(soap, &soap_tmp___interswitch__GetSystemSettings, "-interswitch:GetSystemSettings", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetSystemSettingsResponse) - return soap_closesock(soap); - interswitch__GetSystemSettingsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetSystemSettingsResponse->soap_get(soap, "interswitch:GetSystemSettingsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::CreateUser(_interswitch__CreateUser *interswitch__CreateUser, _interswitch__CreateUserResponse *interswitch__CreateUserResponse) -{ struct soap *soap = this; - struct __interswitch__CreateUser soap_tmp___interswitch__CreateUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "CreateUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__CreateUser.interswitch__CreateUser = interswitch__CreateUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__CreateUser(soap, &soap_tmp___interswitch__CreateUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CreateUser(soap, &soap_tmp___interswitch__CreateUser, "-interswitch:CreateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CreateUser(soap, &soap_tmp___interswitch__CreateUser, "-interswitch:CreateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__CreateUserResponse) - return soap_closesock(soap); - interswitch__CreateUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__CreateUserResponse->soap_get(soap, "interswitch:CreateUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ActivateUser(_interswitch__ActivateUser *interswitch__ActivateUser, _interswitch__ActivateUserResponse *interswitch__ActivateUserResponse) -{ struct soap *soap = this; - struct __interswitch__ActivateUser soap_tmp___interswitch__ActivateUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ActivateUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ActivateUser.interswitch__ActivateUser = interswitch__ActivateUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ActivateUser(soap, &soap_tmp___interswitch__ActivateUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ActivateUser(soap, &soap_tmp___interswitch__ActivateUser, "-interswitch:ActivateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ActivateUser(soap, &soap_tmp___interswitch__ActivateUser, "-interswitch:ActivateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ActivateUserResponse) - return soap_closesock(soap); - interswitch__ActivateUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ActivateUserResponse->soap_get(soap, "interswitch:ActivateUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::UpdateUser(_interswitch__UpdateUser *interswitch__UpdateUser, _interswitch__UpdateUserResponse *interswitch__UpdateUserResponse) -{ struct soap *soap = this; - struct __interswitch__UpdateUser soap_tmp___interswitch__UpdateUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "UpdateUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__UpdateUser.interswitch__UpdateUser = interswitch__UpdateUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__UpdateUser(soap, &soap_tmp___interswitch__UpdateUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__UpdateUser(soap, &soap_tmp___interswitch__UpdateUser, "-interswitch:UpdateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__UpdateUser(soap, &soap_tmp___interswitch__UpdateUser, "-interswitch:UpdateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__UpdateUserResponse) - return soap_closesock(soap); - interswitch__UpdateUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__UpdateUserResponse->soap_get(soap, "interswitch:UpdateUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ChangePassword(_interswitch__ChangePassword *interswitch__ChangePassword, _interswitch__ChangePasswordResponse *interswitch__ChangePasswordResponse) -{ struct soap *soap = this; - struct __interswitch__ChangePassword soap_tmp___interswitch__ChangePassword; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ChangePassword"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ChangePassword.interswitch__ChangePassword = interswitch__ChangePassword; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ChangePassword(soap, &soap_tmp___interswitch__ChangePassword); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ChangePassword(soap, &soap_tmp___interswitch__ChangePassword, "-interswitch:ChangePassword", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ChangePassword(soap, &soap_tmp___interswitch__ChangePassword, "-interswitch:ChangePassword", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ChangePasswordResponse) - return soap_closesock(soap); - interswitch__ChangePasswordResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ChangePasswordResponse->soap_get(soap, "interswitch:ChangePasswordResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ResetPassword(_interswitch__ResetPassword *interswitch__ResetPassword, _interswitch__ResetPasswordResponse *interswitch__ResetPasswordResponse) -{ struct soap *soap = this; - struct __interswitch__ResetPassword soap_tmp___interswitch__ResetPassword; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ResetPassword"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ResetPassword.interswitch__ResetPassword = interswitch__ResetPassword; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ResetPassword(soap, &soap_tmp___interswitch__ResetPassword); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ResetPassword(soap, &soap_tmp___interswitch__ResetPassword, "-interswitch:ResetPassword", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ResetPassword(soap, &soap_tmp___interswitch__ResetPassword, "-interswitch:ResetPassword", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ResetPasswordResponse) - return soap_closesock(soap); - interswitch__ResetPasswordResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ResetPasswordResponse->soap_get(soap, "interswitch:ResetPasswordResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthenticateUser(_interswitch__AuthenticateUser *interswitch__AuthenticateUser, _interswitch__AuthenticateUserResponse *interswitch__AuthenticateUserResponse) -{ struct soap *soap = this; - struct __interswitch__AuthenticateUser soap_tmp___interswitch__AuthenticateUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthenticateUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthenticateUser.interswitch__AuthenticateUser = interswitch__AuthenticateUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthenticateUser(soap, &soap_tmp___interswitch__AuthenticateUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateUser(soap, &soap_tmp___interswitch__AuthenticateUser, "-interswitch:AuthenticateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateUser(soap, &soap_tmp___interswitch__AuthenticateUser, "-interswitch:AuthenticateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthenticateUserResponse) - return soap_closesock(soap); - interswitch__AuthenticateUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthenticateUserResponse->soap_get(soap, "interswitch:AuthenticateUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthenticateUserSecurityToken(_interswitch__AuthenticateUserSecurityToken *interswitch__AuthenticateUserSecurityToken, _interswitch__AuthenticateUserSecurityTokenResponse *interswitch__AuthenticateUserSecurityTokenResponse) -{ struct soap *soap = this; - struct __interswitch__AuthenticateUserSecurityToken soap_tmp___interswitch__AuthenticateUserSecurityToken; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthenticateUserSecurityToken"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthenticateUserSecurityToken.interswitch__AuthenticateUserSecurityToken = interswitch__AuthenticateUserSecurityToken; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthenticateUserSecurityToken(soap, &soap_tmp___interswitch__AuthenticateUserSecurityToken); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateUserSecurityToken(soap, &soap_tmp___interswitch__AuthenticateUserSecurityToken, "-interswitch:AuthenticateUserSecurityToken", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateUserSecurityToken(soap, &soap_tmp___interswitch__AuthenticateUserSecurityToken, "-interswitch:AuthenticateUserSecurityToken", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthenticateUserSecurityTokenResponse) - return soap_closesock(soap); - interswitch__AuthenticateUserSecurityTokenResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthenticateUserSecurityTokenResponse->soap_get(soap, "interswitch:AuthenticateUserSecurityTokenResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetUser(_interswitch__GetUser *interswitch__GetUser, _interswitch__GetUserResponse *interswitch__GetUserResponse) -{ struct soap *soap = this; - struct __interswitch__GetUser soap_tmp___interswitch__GetUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetUser.interswitch__GetUser = interswitch__GetUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetUser(soap, &soap_tmp___interswitch__GetUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetUser(soap, &soap_tmp___interswitch__GetUser, "-interswitch:GetUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetUser(soap, &soap_tmp___interswitch__GetUser, "-interswitch:GetUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetUserResponse) - return soap_closesock(soap); - interswitch__GetUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetUserResponse->soap_get(soap, "interswitch:GetUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetBillers(_interswitch__GetBillers *interswitch__GetBillers, _interswitch__GetBillersResponse *interswitch__GetBillersResponse) -{ struct soap *soap = this; - struct __interswitch__GetBillers soap_tmp___interswitch__GetBillers; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetBillers"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetBillers.interswitch__GetBillers = interswitch__GetBillers; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetBillers(soap, &soap_tmp___interswitch__GetBillers); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillers(soap, &soap_tmp___interswitch__GetBillers, "-interswitch:GetBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillers(soap, &soap_tmp___interswitch__GetBillers, "-interswitch:GetBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetBillersResponse) - return soap_closesock(soap); - interswitch__GetBillersResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetBillersResponse->soap_get(soap, "interswitch:GetBillersResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetLatestBillers(_interswitch__GetLatestBillers *interswitch__GetLatestBillers, _interswitch__GetLatestBillersResponse *interswitch__GetLatestBillersResponse) -{ struct soap *soap = this; - struct __interswitch__GetLatestBillers soap_tmp___interswitch__GetLatestBillers; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetLatestBillers"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetLatestBillers.interswitch__GetLatestBillers = interswitch__GetLatestBillers; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetLatestBillers(soap, &soap_tmp___interswitch__GetLatestBillers); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetLatestBillers(soap, &soap_tmp___interswitch__GetLatestBillers, "-interswitch:GetLatestBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetLatestBillers(soap, &soap_tmp___interswitch__GetLatestBillers, "-interswitch:GetLatestBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetLatestBillersResponse) - return soap_closesock(soap); - interswitch__GetLatestBillersResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetLatestBillersResponse->soap_get(soap, "interswitch:GetLatestBillersResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetFeaturedBillers(_interswitch__GetFeaturedBillers *interswitch__GetFeaturedBillers, _interswitch__GetFeaturedBillersResponse *interswitch__GetFeaturedBillersResponse) -{ struct soap *soap = this; - struct __interswitch__GetFeaturedBillers soap_tmp___interswitch__GetFeaturedBillers; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetFeaturedBillers"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetFeaturedBillers.interswitch__GetFeaturedBillers = interswitch__GetFeaturedBillers; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetFeaturedBillers(soap, &soap_tmp___interswitch__GetFeaturedBillers); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetFeaturedBillers(soap, &soap_tmp___interswitch__GetFeaturedBillers, "-interswitch:GetFeaturedBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetFeaturedBillers(soap, &soap_tmp___interswitch__GetFeaturedBillers, "-interswitch:GetFeaturedBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetFeaturedBillersResponse) - return soap_closesock(soap); - interswitch__GetFeaturedBillersResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetFeaturedBillersResponse->soap_get(soap, "interswitch:GetFeaturedBillersResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetBillerPaymentItems(_interswitch__GetBillerPaymentItems *interswitch__GetBillerPaymentItems, _interswitch__GetBillerPaymentItemsResponse *interswitch__GetBillerPaymentItemsResponse) -{ struct soap *soap = this; - struct __interswitch__GetBillerPaymentItems soap_tmp___interswitch__GetBillerPaymentItems; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetBillerPaymentItems"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetBillerPaymentItems.interswitch__GetBillerPaymentItems = interswitch__GetBillerPaymentItems; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetBillerPaymentItems(soap, &soap_tmp___interswitch__GetBillerPaymentItems); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillerPaymentItems(soap, &soap_tmp___interswitch__GetBillerPaymentItems, "-interswitch:GetBillerPaymentItems", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillerPaymentItems(soap, &soap_tmp___interswitch__GetBillerPaymentItems, "-interswitch:GetBillerPaymentItems", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetBillerPaymentItemsResponse) - return soap_closesock(soap); - interswitch__GetBillerPaymentItemsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetBillerPaymentItemsResponse->soap_get(soap, "interswitch:GetBillerPaymentItemsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetBillerCategories(_interswitch__GetBillerCategories *interswitch__GetBillerCategories, _interswitch__GetBillerCategoriesResponse *interswitch__GetBillerCategoriesResponse) -{ struct soap *soap = this; - struct __interswitch__GetBillerCategories soap_tmp___interswitch__GetBillerCategories; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetBillerCategories"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetBillerCategories.interswitch__GetBillerCategories = interswitch__GetBillerCategories; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetBillerCategories(soap, &soap_tmp___interswitch__GetBillerCategories); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillerCategories(soap, &soap_tmp___interswitch__GetBillerCategories, "-interswitch:GetBillerCategories", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillerCategories(soap, &soap_tmp___interswitch__GetBillerCategories, "-interswitch:GetBillerCategories", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetBillerCategoriesResponse) - return soap_closesock(soap); - interswitch__GetBillerCategoriesResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetBillerCategoriesResponse->soap_get(soap, "interswitch:GetBillerCategoriesResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::DoBillPaymentInquiry(_interswitch__DoBillPaymentInquiry *interswitch__DoBillPaymentInquiry, _interswitch__DoBillPaymentInquiryResponse *interswitch__DoBillPaymentInquiryResponse) -{ struct soap *soap = this; - struct __interswitch__DoBillPaymentInquiry soap_tmp___interswitch__DoBillPaymentInquiry; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "DoBillPaymentInquiry"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__DoBillPaymentInquiry.interswitch__DoBillPaymentInquiry = interswitch__DoBillPaymentInquiry; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__DoBillPaymentInquiry(soap, &soap_tmp___interswitch__DoBillPaymentInquiry); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoBillPaymentInquiry(soap, &soap_tmp___interswitch__DoBillPaymentInquiry, "-interswitch:DoBillPaymentInquiry", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoBillPaymentInquiry(soap, &soap_tmp___interswitch__DoBillPaymentInquiry, "-interswitch:DoBillPaymentInquiry", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__DoBillPaymentInquiryResponse) - return soap_closesock(soap); - interswitch__DoBillPaymentInquiryResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__DoBillPaymentInquiryResponse->soap_get(soap, "interswitch:DoBillPaymentInquiryResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthenticateCustomer(_interswitch__AuthenticateCustomer *interswitch__AuthenticateCustomer, _interswitch__AuthenticateCustomerResponse *interswitch__AuthenticateCustomerResponse) -{ struct soap *soap = this; - struct __interswitch__AuthenticateCustomer soap_tmp___interswitch__AuthenticateCustomer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthenticateCustomer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthenticateCustomer.interswitch__AuthenticateCustomer = interswitch__AuthenticateCustomer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthenticateCustomer(soap, &soap_tmp___interswitch__AuthenticateCustomer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateCustomer(soap, &soap_tmp___interswitch__AuthenticateCustomer, "-interswitch:AuthenticateCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateCustomer(soap, &soap_tmp___interswitch__AuthenticateCustomer, "-interswitch:AuthenticateCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthenticateCustomerResponse) - return soap_closesock(soap); - interswitch__AuthenticateCustomerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthenticateCustomerResponse->soap_get(soap, "interswitch:AuthenticateCustomerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::SendBillPaymentAdvice(_interswitch__SendBillPaymentAdvice *interswitch__SendBillPaymentAdvice, _interswitch__SendBillPaymentAdviceResponse *interswitch__SendBillPaymentAdviceResponse) -{ struct soap *soap = this; - struct __interswitch__SendBillPaymentAdvice soap_tmp___interswitch__SendBillPaymentAdvice; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "SendBillPaymentAdvice"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__SendBillPaymentAdvice.interswitch__SendBillPaymentAdvice = interswitch__SendBillPaymentAdvice; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__SendBillPaymentAdvice(soap, &soap_tmp___interswitch__SendBillPaymentAdvice); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendBillPaymentAdvice(soap, &soap_tmp___interswitch__SendBillPaymentAdvice, "-interswitch:SendBillPaymentAdvice", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendBillPaymentAdvice(soap, &soap_tmp___interswitch__SendBillPaymentAdvice, "-interswitch:SendBillPaymentAdvice", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__SendBillPaymentAdviceResponse) - return soap_closesock(soap); - interswitch__SendBillPaymentAdviceResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__SendBillPaymentAdviceResponse->soap_get(soap, "interswitch:SendBillPaymentAdviceResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::SendPayments(_interswitch__SendPayments *interswitch__SendPayments, _interswitch__SendPaymentsResponse *interswitch__SendPaymentsResponse) -{ struct soap *soap = this; - struct __interswitch__SendPayments soap_tmp___interswitch__SendPayments; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "SendPayments"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__SendPayments.interswitch__SendPayments = interswitch__SendPayments; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__SendPayments(soap, &soap_tmp___interswitch__SendPayments); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendPayments(soap, &soap_tmp___interswitch__SendPayments, "-interswitch:SendPayments", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendPayments(soap, &soap_tmp___interswitch__SendPayments, "-interswitch:SendPayments", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__SendPaymentsResponse) - return soap_closesock(soap); - interswitch__SendPaymentsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__SendPaymentsResponse->soap_get(soap, "interswitch:SendPaymentsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AddCustomerBillerAccount(_interswitch__AddCustomerBillerAccount *interswitch__AddCustomerBillerAccount, _interswitch__AddCustomerBillerAccountResponse *interswitch__AddCustomerBillerAccountResponse) -{ struct soap *soap = this; - struct __interswitch__AddCustomerBillerAccount soap_tmp___interswitch__AddCustomerBillerAccount; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AddCustomerBillerAccount"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AddCustomerBillerAccount.interswitch__AddCustomerBillerAccount = interswitch__AddCustomerBillerAccount; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AddCustomerBillerAccount(soap, &soap_tmp___interswitch__AddCustomerBillerAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AddCustomerBillerAccount(soap, &soap_tmp___interswitch__AddCustomerBillerAccount, "-interswitch:AddCustomerBillerAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AddCustomerBillerAccount(soap, &soap_tmp___interswitch__AddCustomerBillerAccount, "-interswitch:AddCustomerBillerAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AddCustomerBillerAccountResponse) - return soap_closesock(soap); - interswitch__AddCustomerBillerAccountResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AddCustomerBillerAccountResponse->soap_get(soap, "interswitch:AddCustomerBillerAccountResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetCustomerBillerAccounts(_interswitch__GetCustomerBillerAccounts *interswitch__GetCustomerBillerAccounts, _interswitch__GetCustomerBillerAccountsResponse *interswitch__GetCustomerBillerAccountsResponse) -{ struct soap *soap = this; - struct __interswitch__GetCustomerBillerAccounts soap_tmp___interswitch__GetCustomerBillerAccounts; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetCustomerBillerAccounts"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetCustomerBillerAccounts.interswitch__GetCustomerBillerAccounts = interswitch__GetCustomerBillerAccounts; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetCustomerBillerAccounts(soap, &soap_tmp___interswitch__GetCustomerBillerAccounts); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCustomerBillerAccounts(soap, &soap_tmp___interswitch__GetCustomerBillerAccounts, "-interswitch:GetCustomerBillerAccounts", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCustomerBillerAccounts(soap, &soap_tmp___interswitch__GetCustomerBillerAccounts, "-interswitch:GetCustomerBillerAccounts", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetCustomerBillerAccountsResponse) - return soap_closesock(soap); - interswitch__GetCustomerBillerAccountsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetCustomerBillerAccountsResponse->soap_get(soap, "interswitch:GetCustomerBillerAccountsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetCustomerPayments(_interswitch__GetCustomerPayments *interswitch__GetCustomerPayments, _interswitch__GetCustomerPaymentsResponse *interswitch__GetCustomerPaymentsResponse) -{ struct soap *soap = this; - struct __interswitch__GetCustomerPayments soap_tmp___interswitch__GetCustomerPayments; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetCustomerPayments"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetCustomerPayments.interswitch__GetCustomerPayments = interswitch__GetCustomerPayments; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetCustomerPayments(soap, &soap_tmp___interswitch__GetCustomerPayments); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCustomerPayments(soap, &soap_tmp___interswitch__GetCustomerPayments, "-interswitch:GetCustomerPayments", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCustomerPayments(soap, &soap_tmp___interswitch__GetCustomerPayments, "-interswitch:GetCustomerPayments", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetCustomerPaymentsResponse) - return soap_closesock(soap); - interswitch__GetCustomerPaymentsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetCustomerPaymentsResponse->soap_get(soap, "interswitch:GetCustomerPaymentsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AddBillerCustomer(_interswitch__AddBillerCustomer *interswitch__AddBillerCustomer, _interswitch__AddBillerCustomerResponse *interswitch__AddBillerCustomerResponse) -{ struct soap *soap = this; - struct __interswitch__AddBillerCustomer soap_tmp___interswitch__AddBillerCustomer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AddBillerCustomer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AddBillerCustomer.interswitch__AddBillerCustomer = interswitch__AddBillerCustomer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AddBillerCustomer(soap, &soap_tmp___interswitch__AddBillerCustomer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AddBillerCustomer(soap, &soap_tmp___interswitch__AddBillerCustomer, "-interswitch:AddBillerCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AddBillerCustomer(soap, &soap_tmp___interswitch__AddBillerCustomer, "-interswitch:AddBillerCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AddBillerCustomerResponse) - return soap_closesock(soap); - interswitch__AddBillerCustomerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AddBillerCustomerResponse->soap_get(soap, "interswitch:AddBillerCustomerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetCollectionsAccount(_interswitch__GetCollectionsAccount *interswitch__GetCollectionsAccount, _interswitch__GetCollectionsAccountResponse *interswitch__GetCollectionsAccountResponse) -{ struct soap *soap = this; - struct __interswitch__GetCollectionsAccount soap_tmp___interswitch__GetCollectionsAccount; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetCollectionsAccount"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetCollectionsAccount.interswitch__GetCollectionsAccount = interswitch__GetCollectionsAccount; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetCollectionsAccount(soap, &soap_tmp___interswitch__GetCollectionsAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCollectionsAccount(soap, &soap_tmp___interswitch__GetCollectionsAccount, "-interswitch:GetCollectionsAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCollectionsAccount(soap, &soap_tmp___interswitch__GetCollectionsAccount, "-interswitch:GetCollectionsAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetCollectionsAccountResponse) - return soap_closesock(soap); - interswitch__GetCollectionsAccountResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetCollectionsAccountResponse->soap_get(soap, "interswitch:GetCollectionsAccountResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetBillersCollectionsAccount(_interswitch__GetBillersCollectionsAccount *interswitch__GetBillersCollectionsAccount, _interswitch__GetBillersCollectionsAccountResponse *interswitch__GetBillersCollectionsAccountResponse) -{ struct soap *soap = this; - struct __interswitch__GetBillersCollectionsAccount soap_tmp___interswitch__GetBillersCollectionsAccount; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetBillersCollectionsAccount"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetBillersCollectionsAccount.interswitch__GetBillersCollectionsAccount = interswitch__GetBillersCollectionsAccount; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetBillersCollectionsAccount(soap, &soap_tmp___interswitch__GetBillersCollectionsAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillersCollectionsAccount(soap, &soap_tmp___interswitch__GetBillersCollectionsAccount, "-interswitch:GetBillersCollectionsAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillersCollectionsAccount(soap, &soap_tmp___interswitch__GetBillersCollectionsAccount, "-interswitch:GetBillersCollectionsAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetBillersCollectionsAccountResponse) - return soap_closesock(soap); - interswitch__GetBillersCollectionsAccountResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetBillersCollectionsAccountResponse->soap_get(soap, "interswitch:GetBillersCollectionsAccountResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::EditCustomerBillerAccount(_interswitch__EditCustomerBillerAccount *interswitch__EditCustomerBillerAccount, _interswitch__EditCustomerBillerAccountResponse *interswitch__EditCustomerBillerAccountResponse) -{ struct soap *soap = this; - struct __interswitch__EditCustomerBillerAccount soap_tmp___interswitch__EditCustomerBillerAccount; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "EditCustomerBillerAccount"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__EditCustomerBillerAccount.interswitch__EditCustomerBillerAccount = interswitch__EditCustomerBillerAccount; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__EditCustomerBillerAccount(soap, &soap_tmp___interswitch__EditCustomerBillerAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__EditCustomerBillerAccount(soap, &soap_tmp___interswitch__EditCustomerBillerAccount, "-interswitch:EditCustomerBillerAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__EditCustomerBillerAccount(soap, &soap_tmp___interswitch__EditCustomerBillerAccount, "-interswitch:EditCustomerBillerAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__EditCustomerBillerAccountResponse) - return soap_closesock(soap); - interswitch__EditCustomerBillerAccountResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__EditCustomerBillerAccountResponse->soap_get(soap, "interswitch:EditCustomerBillerAccountResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ResendActivationToken(_interswitch__ResendActivationToken *interswitch__ResendActivationToken, _interswitch__ResendActivationTokenResponse *interswitch__ResendActivationTokenResponse) -{ struct soap *soap = this; - struct __interswitch__ResendActivationToken soap_tmp___interswitch__ResendActivationToken; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ResendActivationToken"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ResendActivationToken.interswitch__ResendActivationToken = interswitch__ResendActivationToken; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ResendActivationToken(soap, &soap_tmp___interswitch__ResendActivationToken); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ResendActivationToken(soap, &soap_tmp___interswitch__ResendActivationToken, "-interswitch:ResendActivationToken", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ResendActivationToken(soap, &soap_tmp___interswitch__ResendActivationToken, "-interswitch:ResendActivationToken", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ResendActivationTokenResponse) - return soap_closesock(soap); - interswitch__ResendActivationTokenResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ResendActivationTokenResponse->soap_get(soap, "interswitch:ResendActivationTokenResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::DoCustomProcessing(_interswitch__DoCustomProcessing *interswitch__DoCustomProcessing, _interswitch__DoCustomProcessingResponse *interswitch__DoCustomProcessingResponse) -{ struct soap *soap = this; - struct __interswitch__DoCustomProcessing soap_tmp___interswitch__DoCustomProcessing; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "DoCustomProcessing"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__DoCustomProcessing.interswitch__DoCustomProcessing = interswitch__DoCustomProcessing; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__DoCustomProcessing(soap, &soap_tmp___interswitch__DoCustomProcessing); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoCustomProcessing(soap, &soap_tmp___interswitch__DoCustomProcessing, "-interswitch:DoCustomProcessing", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoCustomProcessing(soap, &soap_tmp___interswitch__DoCustomProcessing, "-interswitch:DoCustomProcessing", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__DoCustomProcessingResponse) - return soap_closesock(soap); - interswitch__DoCustomProcessingResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__DoCustomProcessingResponse->soap_get(soap, "interswitch:DoCustomProcessingResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::CreateBiller(_interswitch__CreateBiller *interswitch__CreateBiller, _interswitch__CreateBillerResponse *interswitch__CreateBillerResponse) -{ struct soap *soap = this; - struct __interswitch__CreateBiller soap_tmp___interswitch__CreateBiller; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "CreateBiller"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__CreateBiller.interswitch__CreateBiller = interswitch__CreateBiller; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__CreateBiller(soap, &soap_tmp___interswitch__CreateBiller); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CreateBiller(soap, &soap_tmp___interswitch__CreateBiller, "-interswitch:CreateBiller", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CreateBiller(soap, &soap_tmp___interswitch__CreateBiller, "-interswitch:CreateBiller", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__CreateBillerResponse) - return soap_closesock(soap); - interswitch__CreateBillerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__CreateBillerResponse->soap_get(soap, "interswitch:CreateBillerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::VerifyBiller(_interswitch__VerifyBiller *interswitch__VerifyBiller, _interswitch__VerifyBillerResponse *interswitch__VerifyBillerResponse) -{ struct soap *soap = this; - struct __interswitch__VerifyBiller soap_tmp___interswitch__VerifyBiller; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "VerifyBiller"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__VerifyBiller.interswitch__VerifyBiller = interswitch__VerifyBiller; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__VerifyBiller(soap, &soap_tmp___interswitch__VerifyBiller); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__VerifyBiller(soap, &soap_tmp___interswitch__VerifyBiller, "-interswitch:VerifyBiller", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__VerifyBiller(soap, &soap_tmp___interswitch__VerifyBiller, "-interswitch:VerifyBiller", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__VerifyBillerResponse) - return soap_closesock(soap); - interswitch__VerifyBillerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__VerifyBillerResponse->soap_get(soap, "interswitch:VerifyBillerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -} // namespace interswitch - -/* End of client proxy code */ diff --git a/coregrade/src/shared_tool/interswitchC.cc b/coregrade/src/shared_tool/interswitchC.cc deleted file mode 100644 index 79256f2..0000000 --- a/coregrade/src/shared_tool/interswitchC.cc +++ /dev/null @@ -1,27239 +0,0 @@ -/* interswitchC.cpp - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#if defined(__BORLANDC__) -#pragma option push -w-8060 -#pragma option push -w-8004 -#endif - -#include "interswitchH.h" - -namespace interswitch { - -SOAP_SOURCE_STAMP("@(#) interswitchC.cpp ver 2.7.16 2015-05-18 17:28:01 GMT") - - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader(struct soap *soap) -{ - if (soap->header) - soap_serialize_SOAP_ENV__Header(soap, soap->header); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putheader(struct soap *soap) -{ - if (soap->header) - { soap->part = SOAP_IN_HEADER; - if (soap_out_SOAP_ENV__Header(soap, "SOAP-ENV:Header", 0, soap->header, NULL)) - return soap->error; - soap->part = SOAP_END_HEADER; - } - return SOAP_OK; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_getheader(struct soap *soap) -{ - soap->part = SOAP_IN_HEADER; - soap->header = soap_in_SOAP_ENV__Header(soap, "SOAP-ENV:Header", NULL, NULL); - soap->part = SOAP_END_HEADER; - return soap->header == NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_header(struct soap *soap) -{ - if (!soap->header) - { if ((soap->header = soap_new_SOAP_ENV__Header(soap, -1))) - soap_default_SOAP_ENV__Header(soap, soap->header); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_fault(struct soap *soap) -{ - if (!soap->fault) - { soap->fault = soap_new_SOAP_ENV__Fault(soap, -1); - if (!soap->fault) - return; - soap_default_SOAP_ENV__Fault(soap, soap->fault); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Code) - { soap->fault->SOAP_ENV__Code = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Reason) - { soap->fault->SOAP_ENV__Reason = soap_new_SOAP_ENV__Reason(soap, -1); - soap_default_SOAP_ENV__Reason(soap, soap->fault->SOAP_ENV__Reason); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializefault(struct soap *soap) -{ - soap_fault(soap); - if (soap->fault) - soap_serialize_SOAP_ENV__Fault(soap, soap->fault); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putfault(struct soap *soap) -{ - if (soap->fault) - return soap_put_SOAP_ENV__Fault(soap, soap->fault, "SOAP-ENV:Fault", NULL); - return SOAP_OK; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_getfault(struct soap *soap) -{ - return (soap->fault = soap_get_SOAP_ENV__Fault(soap, NULL, "SOAP-ENV:Fault", NULL)) == NULL; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Value; - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultsubcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (!soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode) - { soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode); - } - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; - } - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultstring(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - return (const char**)&soap->fault->SOAP_ENV__Reason->SOAP_ENV__Text; - return (const char**)&soap->fault->faultstring; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultdetail(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 1) - { if (!soap->fault->detail) - { soap->fault->detail = (struct SOAP_ENV__Detail*)soap_malloc(soap, sizeof(struct SOAP_ENV__Detail)); - soap_default_SOAP_ENV__Detail(soap, soap->fault->detail); - } - return (const char**)&soap->fault->detail->__any; - } - if (!soap->fault->SOAP_ENV__Detail) - { soap->fault->SOAP_ENV__Detail = soap_new_SOAP_ENV__Detail(soap, -1); - soap_default_SOAP_ENV__Detail(soap, soap->fault->SOAP_ENV__Detail); - } - return (const char**)&soap->fault->SOAP_ENV__Detail->__any; -} - -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap *soap) -{ - int t; - if (soap->version == 1) - { for (;;) - { if (!soap_getelement(soap, &t)) - if (soap->error || soap_ignore_element(soap)) - break; - } - } - if (soap->error == SOAP_NO_TAG || soap->error == SOAP_EOF) - soap->error = SOAP_OK; - return soap->error; -} -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) -{ - if (soap_peek_element(soap)) - return NULL; - if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) - *type = soap_lookup_type(soap, soap->href); - switch (*type) - { - case SOAP_TYPE_interswitch_xsd__byte: - return soap_in_xsd__byte(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_interswitch_byte: - return soap_in_byte(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_interswitch_short: - return soap_in_short(soap, NULL, NULL, "xsd:short"); - case SOAP_TYPE_interswitch_interswitch2__char: - return soap_in_interswitch2__char(soap, NULL, NULL, "interswitch2:char"); - case SOAP_TYPE_interswitch_int: - return soap_in_int(soap, NULL, NULL, "xsd:int"); - case SOAP_TYPE_interswitch_LONG64: - return soap_in_LONG64(soap, NULL, NULL, "xsd:long"); - case SOAP_TYPE_interswitch_float: - return soap_in_float(soap, NULL, NULL, "xsd:float"); - case SOAP_TYPE_interswitch_double: - return soap_in_double(soap, NULL, NULL, "xsd:double"); - case SOAP_TYPE_interswitch_xsd__unsignedByte: - return soap_in_xsd__unsignedByte(soap, NULL, NULL, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_unsignedByte: - return soap_in_unsignedByte(soap, NULL, NULL, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_unsignedShort: - return soap_in_unsignedShort(soap, NULL, NULL, "xsd:unsignedShort"); - case SOAP_TYPE_interswitch_unsignedInt: - return soap_in_unsignedInt(soap, NULL, NULL, "xsd:unsignedInt"); - case SOAP_TYPE_interswitch_unsignedLONG64: - return soap_in_unsignedLONG64(soap, NULL, NULL, "xsd:unsignedLong"); - case SOAP_TYPE_interswitch_time: - return soap_in_time(soap, NULL, NULL, "xsd:dateTime"); - case SOAP_TYPE_interswitch_bool: - return soap_in_bool(soap, NULL, NULL, "xsd:boolean"); - case SOAP_TYPE_interswitch_interswitch2__guid__: - return soap_in_interswitch2__guid__(soap, NULL, NULL, "interswitch2:guid"); - case SOAP_TYPE_interswitch_interswitch2__guid: - return soap_in_interswitch2__guid(soap, NULL, NULL, "interswitch2:guid"); - case SOAP_TYPE_interswitch_interswitch2__duration__: - return soap_in_interswitch2__duration__(soap, NULL, NULL, "interswitch2:duration"); - case SOAP_TYPE_interswitch_interswitch2__duration: - return soap_in_interswitch2__duration(soap, NULL, NULL, "interswitch2:duration"); - case SOAP_TYPE_interswitch_interswitch2__char__: - return soap_in_interswitch2__char__(soap, NULL, NULL, "interswitch2:char"); - case SOAP_TYPE_interswitch_xsd__unsignedShort: - return soap_in_xsd__unsignedShort(soap, NULL, NULL, "xsd:unsignedShort"); - case SOAP_TYPE_interswitch_xsd__unsignedLong: - return soap_in_xsd__unsignedLong(soap, NULL, NULL, "xsd:unsignedLong"); - case SOAP_TYPE_interswitch_xsd__unsignedInt: - return soap_in_xsd__unsignedInt(soap, NULL, NULL, "xsd:unsignedInt"); - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - return soap_in_xsd__unsignedByte_(soap, NULL, NULL, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_xsd__string: - return soap_in_xsd__string(soap, NULL, NULL, "xsd:string"); - case SOAP_TYPE_interswitch_xsd__short: - return soap_in_xsd__short(soap, NULL, NULL, "xsd:short"); - case SOAP_TYPE_interswitch_xsd__long: - return soap_in_xsd__long(soap, NULL, NULL, "xsd:long"); - case SOAP_TYPE_interswitch_xsd__int: - return soap_in_xsd__int(soap, NULL, NULL, "xsd:int"); - case SOAP_TYPE_interswitch_xsd__float: - return soap_in_xsd__float(soap, NULL, NULL, "xsd:float"); - case SOAP_TYPE_interswitch_xsd__duration_: - return soap_in_xsd__duration_(soap, NULL, NULL, "xsd:duration"); - case SOAP_TYPE_interswitch_xsd__duration: - return soap_in_xsd__duration(soap, NULL, NULL, "xsd:duration"); - case SOAP_TYPE_interswitch_xsd__double: - return soap_in_xsd__double(soap, NULL, NULL, "xsd:double"); - case SOAP_TYPE_interswitch_xsd__decimal_: - return soap_in_xsd__decimal_(soap, NULL, NULL, "xsd:decimal"); - case SOAP_TYPE_interswitch_xsd__decimal: - return soap_in_xsd__decimal(soap, NULL, NULL, "xsd:decimal"); - case SOAP_TYPE_interswitch_xsd__dateTime: - return soap_in_xsd__dateTime(soap, NULL, NULL, "xsd:dateTime"); - case SOAP_TYPE_interswitch_xsd__byte_: - return soap_in_xsd__byte_(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_interswitch_xsd__boolean: - return soap_in_xsd__boolean(soap, NULL, NULL, "xsd:boolean"); - case SOAP_TYPE_interswitch_xsd__base64Binary_: - return soap_in_xsd__base64Binary_(soap, NULL, NULL, "xsd:base64Binary"); - case SOAP_TYPE_interswitch_xsd__base64Binary: - return soap_in_xsd__base64Binary(soap, NULL, NULL, "xsd:base64Binary"); - case SOAP_TYPE_interswitch_xsd__anyURI_: - return soap_in_xsd__anyURI_(soap, NULL, NULL, "xsd:anyURI"); - case SOAP_TYPE_interswitch_xsd__anyURI: - return soap_in_xsd__anyURI(soap, NULL, NULL, "xsd:anyURI"); - case SOAP_TYPE_interswitch_xsd__QName_: - return soap_in_xsd__QName_(soap, NULL, NULL, "xsd:QName"); - case SOAP_TYPE_interswitch_xsd__QName: - return soap_in_xsd__QName(soap, NULL, NULL, "xsd:QName"); - case SOAP_TYPE_interswitch_xsd__IDREF_: - return soap_in_xsd__IDREF_(soap, NULL, NULL, "xsd:IDREF"); - case SOAP_TYPE_interswitch_xsd__IDREF: - return soap_in_xsd__IDREF(soap, NULL, NULL, "xsd:IDREF"); - case SOAP_TYPE_interswitch_xsd__ID_: - return soap_in_xsd__ID_(soap, NULL, NULL, "xsd:ID"); - case SOAP_TYPE_interswitch_xsd__ID: - return soap_in_xsd__ID(soap, NULL, NULL, "xsd:ID"); - case SOAP_TYPE_interswitch_std__string: - return soap_in_std__string(soap, NULL, NULL, "xsd:string"); - case SOAP_TYPE_interswitch_xsd__anyType: - return soap_in_xsd__anyType(soap, NULL, NULL, "xsd:anyType"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse: - return soap_in_PointerTo_interswitch__VerifyBillerResponse(soap, NULL, NULL, "interswitch:VerifyBillerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller: - return soap_in_PointerTo_interswitch__VerifyBiller(soap, NULL, NULL, "interswitch:VerifyBiller"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse: - return soap_in_PointerTo_interswitch__CreateBillerResponse(soap, NULL, NULL, "interswitch:CreateBillerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller: - return soap_in_PointerTo_interswitch__CreateBiller(soap, NULL, NULL, "interswitch:CreateBiller"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse: - return soap_in_PointerTo_interswitch__DoCustomProcessingResponse(soap, NULL, NULL, "interswitch:DoCustomProcessingResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing: - return soap_in_PointerTo_interswitch__DoCustomProcessing(soap, NULL, NULL, "interswitch:DoCustomProcessing"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse: - return soap_in_PointerTo_interswitch__ResendActivationTokenResponse(soap, NULL, NULL, "interswitch:ResendActivationTokenResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken: - return soap_in_PointerTo_interswitch__ResendActivationToken(soap, NULL, NULL, "interswitch:ResendActivationToken"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse: - return soap_in_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, NULL, NULL, "interswitch:EditCustomerBillerAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount: - return soap_in_PointerTo_interswitch__EditCustomerBillerAccount(soap, NULL, NULL, "interswitch:EditCustomerBillerAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse: - return soap_in_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, NULL, NULL, "interswitch:GetBillersCollectionsAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount: - return soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(soap, NULL, NULL, "interswitch:GetBillersCollectionsAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse: - return soap_in_PointerTo_interswitch__GetCollectionsAccountResponse(soap, NULL, NULL, "interswitch:GetCollectionsAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount: - return soap_in_PointerTo_interswitch__GetCollectionsAccount(soap, NULL, NULL, "interswitch:GetCollectionsAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse: - return soap_in_PointerTo_interswitch__AddBillerCustomerResponse(soap, NULL, NULL, "interswitch:AddBillerCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer: - return soap_in_PointerTo_interswitch__AddBillerCustomer(soap, NULL, NULL, "interswitch:AddBillerCustomer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse: - return soap_in_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, NULL, NULL, "interswitch:GetCustomerPaymentsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments: - return soap_in_PointerTo_interswitch__GetCustomerPayments(soap, NULL, NULL, "interswitch:GetCustomerPayments"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse: - return soap_in_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, NULL, NULL, "interswitch:GetCustomerBillerAccountsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts: - return soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(soap, NULL, NULL, "interswitch:GetCustomerBillerAccounts"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse: - return soap_in_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, NULL, NULL, "interswitch:AddCustomerBillerAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount: - return soap_in_PointerTo_interswitch__AddCustomerBillerAccount(soap, NULL, NULL, "interswitch:AddCustomerBillerAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse: - return soap_in_PointerTo_interswitch__SendPaymentsResponse(soap, NULL, NULL, "interswitch:SendPaymentsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments: - return soap_in_PointerTo_interswitch__SendPayments(soap, NULL, NULL, "interswitch:SendPayments"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse: - return soap_in_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, NULL, NULL, "interswitch:SendBillPaymentAdviceResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice: - return soap_in_PointerTo_interswitch__SendBillPaymentAdvice(soap, NULL, NULL, "interswitch:SendBillPaymentAdvice"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse: - return soap_in_PointerTo_interswitch__AuthenticateCustomerResponse(soap, NULL, NULL, "interswitch:AuthenticateCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer: - return soap_in_PointerTo_interswitch__AuthenticateCustomer(soap, NULL, NULL, "interswitch:AuthenticateCustomer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse: - return soap_in_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, NULL, NULL, "interswitch:DoBillPaymentInquiryResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry: - return soap_in_PointerTo_interswitch__DoBillPaymentInquiry(soap, NULL, NULL, "interswitch:DoBillPaymentInquiry"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse: - return soap_in_PointerTo_interswitch__GetBillerCategoriesResponse(soap, NULL, NULL, "interswitch:GetBillerCategoriesResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories: - return soap_in_PointerTo_interswitch__GetBillerCategories(soap, NULL, NULL, "interswitch:GetBillerCategories"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse: - return soap_in_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, NULL, NULL, "interswitch:GetBillerPaymentItemsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems: - return soap_in_PointerTo_interswitch__GetBillerPaymentItems(soap, NULL, NULL, "interswitch:GetBillerPaymentItems"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse: - return soap_in_PointerTo_interswitch__GetFeaturedBillersResponse(soap, NULL, NULL, "interswitch:GetFeaturedBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers: - return soap_in_PointerTo_interswitch__GetFeaturedBillers(soap, NULL, NULL, "interswitch:GetFeaturedBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse: - return soap_in_PointerTo_interswitch__GetLatestBillersResponse(soap, NULL, NULL, "interswitch:GetLatestBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers: - return soap_in_PointerTo_interswitch__GetLatestBillers(soap, NULL, NULL, "interswitch:GetLatestBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse: - return soap_in_PointerTo_interswitch__GetBillersResponse(soap, NULL, NULL, "interswitch:GetBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers: - return soap_in_PointerTo_interswitch__GetBillers(soap, NULL, NULL, "interswitch:GetBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse: - return soap_in_PointerTo_interswitch__GetUserResponse(soap, NULL, NULL, "interswitch:GetUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser: - return soap_in_PointerTo_interswitch__GetUser(soap, NULL, NULL, "interswitch:GetUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse: - return soap_in_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, NULL, NULL, "interswitch:AuthenticateUserSecurityTokenResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken: - return soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, NULL, NULL, "interswitch:AuthenticateUserSecurityToken"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse: - return soap_in_PointerTo_interswitch__AuthenticateUserResponse(soap, NULL, NULL, "interswitch:AuthenticateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser: - return soap_in_PointerTo_interswitch__AuthenticateUser(soap, NULL, NULL, "interswitch:AuthenticateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse: - return soap_in_PointerTo_interswitch__ResetPasswordResponse(soap, NULL, NULL, "interswitch:ResetPasswordResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword: - return soap_in_PointerTo_interswitch__ResetPassword(soap, NULL, NULL, "interswitch:ResetPassword"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse: - return soap_in_PointerTo_interswitch__ChangePasswordResponse(soap, NULL, NULL, "interswitch:ChangePasswordResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword: - return soap_in_PointerTo_interswitch__ChangePassword(soap, NULL, NULL, "interswitch:ChangePassword"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse: - return soap_in_PointerTo_interswitch__UpdateUserResponse(soap, NULL, NULL, "interswitch:UpdateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser: - return soap_in_PointerTo_interswitch__UpdateUser(soap, NULL, NULL, "interswitch:UpdateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse: - return soap_in_PointerTo_interswitch__ActivateUserResponse(soap, NULL, NULL, "interswitch:ActivateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser: - return soap_in_PointerTo_interswitch__ActivateUser(soap, NULL, NULL, "interswitch:ActivateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse: - return soap_in_PointerTo_interswitch__CreateUserResponse(soap, NULL, NULL, "interswitch:CreateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser: - return soap_in_PointerTo_interswitch__CreateUser(soap, NULL, NULL, "interswitch:CreateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse: - return soap_in_PointerTo_interswitch__GetSystemSettingsResponse(soap, NULL, NULL, "interswitch:GetSystemSettingsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings: - return soap_in_PointerTo_interswitch__GetSystemSettings(soap, NULL, NULL, "interswitch:GetSystemSettings"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse: - return soap_in_PointerTo_interswitch__QueryTransactionResponse(soap, NULL, NULL, "interswitch:QueryTransactionResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction: - return soap_in_PointerTo_interswitch__QueryTransaction(soap, NULL, NULL, "interswitch:QueryTransaction"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse: - return soap_in_PointerTo_interswitch__StatusCheckResponse(soap, NULL, NULL, "interswitch:StatusCheckResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck: - return soap_in_PointerTo_interswitch__StatusCheck(soap, NULL, NULL, "interswitch:StatusCheck"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse: - return soap_in_PointerTo_interswitch__ReverseCashOutResponse(soap, NULL, NULL, "interswitch:ReverseCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut: - return soap_in_PointerTo_interswitch__ReverseCashOut(soap, NULL, NULL, "interswitch:ReverseCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse: - return soap_in_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, NULL, NULL, "interswitch:AuthoriseAccountCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut: - return soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(soap, NULL, NULL, "interswitch:AuthoriseAccountCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse: - return soap_in_PointerTo_interswitch__AuthoriseCashOutResponse(soap, NULL, NULL, "interswitch:AuthoriseCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut: - return soap_in_PointerTo_interswitch__AuthoriseCashOut(soap, NULL, NULL, "interswitch:AuthoriseCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse: - return soap_in_PointerTo_interswitch__QueryTransferResponse(soap, NULL, NULL, "interswitch:QueryTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer: - return soap_in_PointerTo_interswitch__QueryTransfer(soap, NULL, NULL, "interswitch:QueryTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse: - return soap_in_PointerTo_interswitch__SendSessionKeyResponse(soap, NULL, NULL, "interswitch:SendSessionKeyResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey: - return soap_in_PointerTo_interswitch__SendSessionKey(soap, NULL, NULL, "interswitch:SendSessionKey"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse: - return soap_in_PointerTo_interswitch__CancelTransferResponse(soap, NULL, NULL, "interswitch:CancelTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer: - return soap_in_PointerTo_interswitch__CancelTransfer(soap, NULL, NULL, "interswitch:CancelTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse: - return soap_in_PointerTo_interswitch__DoTransferResponse(soap, NULL, NULL, "interswitch:DoTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer: - return soap_in_PointerTo_interswitch__DoTransfer(soap, NULL, NULL, "interswitch:DoTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse: - return soap_in_PointerTo_interswitch__ValidateCustomerResponse(soap, NULL, NULL, "interswitch:ValidateCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer: - return soap_in_PointerTo_interswitch__ValidateCustomer(soap, NULL, NULL, "interswitch:ValidateCustomer"); - case SOAP_TYPE_interswitch_PointerTostd__string: - return soap_in_PointerTostd__string(soap, NULL, NULL, "xsd:string"); - case SOAP_TYPE_interswitch_PointerTounsignedByte: - return soap_in_PointerTounsignedByte(soap, NULL, NULL, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch__QName: - { char **s; - s = soap_in__QName(soap, NULL, NULL, "xsd:QName"); - return s ? *s : NULL; - } - case SOAP_TYPE_interswitch_string: - { char **s; - s = soap_in_string(soap, NULL, NULL, "xsd:string"); - return s ? *s : NULL; - } - default: - { const char *t = soap->type; - if (!*t) - t = soap->tag; - if (!soap_match_tag(soap, t, "interswitch2:guid")) - { *type = SOAP_TYPE_interswitch_interswitch2__guid__; - return soap_in_interswitch2__guid__(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:guid")) - { *type = SOAP_TYPE_interswitch_interswitch2__guid; - return soap_in_interswitch2__guid(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:duration")) - { *type = SOAP_TYPE_interswitch_interswitch2__duration__; - return soap_in_interswitch2__duration__(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:duration")) - { *type = SOAP_TYPE_interswitch_interswitch2__duration; - return soap_in_interswitch2__duration(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:char")) - { *type = SOAP_TYPE_interswitch_interswitch2__char__; - return soap_in_interswitch2__char__(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedShort")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedShort; - return soap_in_xsd__unsignedShort(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedLong")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedLong; - return soap_in_xsd__unsignedLong(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedInt")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedInt; - return soap_in_xsd__unsignedInt(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedByte")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedByte_; - return soap_in_xsd__unsignedByte_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:string")) - { *type = SOAP_TYPE_interswitch_xsd__string; - return soap_in_xsd__string(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:short")) - { *type = SOAP_TYPE_interswitch_xsd__short; - return soap_in_xsd__short(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:long")) - { *type = SOAP_TYPE_interswitch_xsd__long; - return soap_in_xsd__long(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:int")) - { *type = SOAP_TYPE_interswitch_xsd__int; - return soap_in_xsd__int(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:float")) - { *type = SOAP_TYPE_interswitch_xsd__float; - return soap_in_xsd__float(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:duration")) - { *type = SOAP_TYPE_interswitch_xsd__duration_; - return soap_in_xsd__duration_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:duration")) - { *type = SOAP_TYPE_interswitch_xsd__duration; - return soap_in_xsd__duration(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:double")) - { *type = SOAP_TYPE_interswitch_xsd__double; - return soap_in_xsd__double(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:decimal")) - { *type = SOAP_TYPE_interswitch_xsd__decimal_; - return soap_in_xsd__decimal_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:decimal")) - { *type = SOAP_TYPE_interswitch_xsd__decimal; - return soap_in_xsd__decimal(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:dateTime")) - { *type = SOAP_TYPE_interswitch_xsd__dateTime; - return soap_in_xsd__dateTime(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_interswitch_xsd__byte_; - return soap_in_xsd__byte_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:boolean")) - { *type = SOAP_TYPE_interswitch_xsd__boolean; - return soap_in_xsd__boolean(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:base64Binary")) - { *type = SOAP_TYPE_interswitch_xsd__base64Binary_; - return soap_in_xsd__base64Binary_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:base64Binary")) - { *type = SOAP_TYPE_interswitch_xsd__base64Binary; - return soap_in_xsd__base64Binary(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:anyURI")) - { *type = SOAP_TYPE_interswitch_xsd__anyURI_; - return soap_in_xsd__anyURI_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:anyURI")) - { *type = SOAP_TYPE_interswitch_xsd__anyURI; - return soap_in_xsd__anyURI(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { *type = SOAP_TYPE_interswitch_xsd__QName_; - return soap_in_xsd__QName_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { *type = SOAP_TYPE_interswitch_xsd__QName; - return soap_in_xsd__QName(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:IDREF")) - { *type = SOAP_TYPE_interswitch_xsd__IDREF_; - return soap_in_xsd__IDREF_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:IDREF")) - { *type = SOAP_TYPE_interswitch_xsd__IDREF; - return soap_in_xsd__IDREF(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:ID")) - { *type = SOAP_TYPE_interswitch_xsd__ID_; - return soap_in_xsd__ID_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:ID")) - { *type = SOAP_TYPE_interswitch_xsd__ID; - return soap_in_xsd__ID(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:string")) - { *type = SOAP_TYPE_interswitch_std__string; - return soap_in_std__string(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:anyType")) - { *type = SOAP_TYPE_interswitch_xsd__anyType; - return soap_in_xsd__anyType(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_interswitch_xsd__byte; - return soap_in_xsd__byte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_interswitch_byte; - return soap_in_byte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:short")) - { *type = SOAP_TYPE_interswitch_short; - return soap_in_short(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:char")) - { *type = SOAP_TYPE_interswitch_interswitch2__char; - return soap_in_interswitch2__char(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:int")) - { *type = SOAP_TYPE_interswitch_int; - return soap_in_int(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:long")) - { *type = SOAP_TYPE_interswitch_LONG64; - return soap_in_LONG64(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:float")) - { *type = SOAP_TYPE_interswitch_float; - return soap_in_float(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:double")) - { *type = SOAP_TYPE_interswitch_double; - return soap_in_double(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedByte")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedByte; - return soap_in_xsd__unsignedByte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedByte")) - { *type = SOAP_TYPE_interswitch_unsignedByte; - return soap_in_unsignedByte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedShort")) - { *type = SOAP_TYPE_interswitch_unsignedShort; - return soap_in_unsignedShort(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedInt")) - { *type = SOAP_TYPE_interswitch_unsignedInt; - return soap_in_unsignedInt(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedLong")) - { *type = SOAP_TYPE_interswitch_unsignedLONG64; - return soap_in_unsignedLONG64(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:dateTime")) - { *type = SOAP_TYPE_interswitch_time; - return soap_in_time(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:boolean")) - { *type = SOAP_TYPE_interswitch_bool; - return soap_in_bool(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { char **s; - *type = SOAP_TYPE_interswitch__QName; - s = soap_in__QName(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - if (!soap_match_tag(soap, t, "xsd:string")) - { char **s; - *type = SOAP_TYPE_interswitch_string; - s = soap_in_string(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - t = soap->tag; - if (!soap_match_tag(soap, t, "interswitch:VerifyBillerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse; - return soap_in__interswitch__VerifyBillerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:VerifyBiller")) - { *type = SOAP_TYPE_interswitch__interswitch__VerifyBiller; - return soap_in__interswitch__VerifyBiller(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CreateBillerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__CreateBillerResponse; - return soap_in__interswitch__CreateBillerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CreateBiller")) - { *type = SOAP_TYPE_interswitch__interswitch__CreateBiller; - return soap_in__interswitch__CreateBiller(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoCustomProcessingResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse; - return soap_in__interswitch__DoCustomProcessingResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoCustomProcessing")) - { *type = SOAP_TYPE_interswitch__interswitch__DoCustomProcessing; - return soap_in__interswitch__DoCustomProcessing(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ResendActivationTokenResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse; - return soap_in__interswitch__ResendActivationTokenResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ResendActivationToken")) - { *type = SOAP_TYPE_interswitch__interswitch__ResendActivationToken; - return soap_in__interswitch__ResendActivationToken(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:EditCustomerBillerAccountResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse; - return soap_in__interswitch__EditCustomerBillerAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:EditCustomerBillerAccount")) - { *type = SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount; - return soap_in__interswitch__EditCustomerBillerAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillersCollectionsAccountResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse; - return soap_in__interswitch__GetBillersCollectionsAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillersCollectionsAccount")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount; - return soap_in__interswitch__GetBillersCollectionsAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCollectionsAccountResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse; - return soap_in__interswitch__GetCollectionsAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCollectionsAccount")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount; - return soap_in__interswitch__GetCollectionsAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AddBillerCustomerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse; - return soap_in__interswitch__AddBillerCustomerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AddBillerCustomer")) - { *type = SOAP_TYPE_interswitch__interswitch__AddBillerCustomer; - return soap_in__interswitch__AddBillerCustomer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCustomerPaymentsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse; - return soap_in__interswitch__GetCustomerPaymentsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCustomerPayments")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCustomerPayments; - return soap_in__interswitch__GetCustomerPayments(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCustomerBillerAccountsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse; - return soap_in__interswitch__GetCustomerBillerAccountsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCustomerBillerAccounts")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts; - return soap_in__interswitch__GetCustomerBillerAccounts(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AddCustomerBillerAccountResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse; - return soap_in__interswitch__AddCustomerBillerAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AddCustomerBillerAccount")) - { *type = SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount; - return soap_in__interswitch__AddCustomerBillerAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendPaymentsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse; - return soap_in__interswitch__SendPaymentsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendPayments")) - { *type = SOAP_TYPE_interswitch__interswitch__SendPayments; - return soap_in__interswitch__SendPayments(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendBillPaymentAdviceResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse; - return soap_in__interswitch__SendBillPaymentAdviceResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendBillPaymentAdvice")) - { *type = SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice; - return soap_in__interswitch__SendBillPaymentAdvice(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateCustomerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse; - return soap_in__interswitch__AuthenticateCustomerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateCustomer")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer; - return soap_in__interswitch__AuthenticateCustomer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoBillPaymentInquiryResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse; - return soap_in__interswitch__DoBillPaymentInquiryResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoBillPaymentInquiry")) - { *type = SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry; - return soap_in__interswitch__DoBillPaymentInquiry(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillerCategoriesResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse; - return soap_in__interswitch__GetBillerCategoriesResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillerCategories")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillerCategories; - return soap_in__interswitch__GetBillerCategories(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillerPaymentItemsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse; - return soap_in__interswitch__GetBillerPaymentItemsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillerPaymentItems")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems; - return soap_in__interswitch__GetBillerPaymentItems(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetFeaturedBillersResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse; - return soap_in__interswitch__GetFeaturedBillersResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetFeaturedBillers")) - { *type = SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers; - return soap_in__interswitch__GetFeaturedBillers(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetLatestBillersResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse; - return soap_in__interswitch__GetLatestBillersResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetLatestBillers")) - { *type = SOAP_TYPE_interswitch__interswitch__GetLatestBillers; - return soap_in__interswitch__GetLatestBillers(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillersResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillersResponse; - return soap_in__interswitch__GetBillersResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillers")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillers; - return soap_in__interswitch__GetBillers(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetUserResponse; - return soap_in__interswitch__GetUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetUser")) - { *type = SOAP_TYPE_interswitch__interswitch__GetUser; - return soap_in__interswitch__GetUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateUserSecurityTokenResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse; - return soap_in__interswitch__AuthenticateUserSecurityTokenResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateUserSecurityToken")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken; - return soap_in__interswitch__AuthenticateUserSecurityToken(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse; - return soap_in__interswitch__AuthenticateUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateUser")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateUser; - return soap_in__interswitch__AuthenticateUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ResetPasswordResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse; - return soap_in__interswitch__ResetPasswordResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ResetPassword")) - { *type = SOAP_TYPE_interswitch__interswitch__ResetPassword; - return soap_in__interswitch__ResetPassword(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ChangePasswordResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse; - return soap_in__interswitch__ChangePasswordResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ChangePassword")) - { *type = SOAP_TYPE_interswitch__interswitch__ChangePassword; - return soap_in__interswitch__ChangePassword(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:UpdateUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__UpdateUserResponse; - return soap_in__interswitch__UpdateUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:UpdateUser")) - { *type = SOAP_TYPE_interswitch__interswitch__UpdateUser; - return soap_in__interswitch__UpdateUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ActivateUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ActivateUserResponse; - return soap_in__interswitch__ActivateUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ActivateUser")) - { *type = SOAP_TYPE_interswitch__interswitch__ActivateUser; - return soap_in__interswitch__ActivateUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CreateUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__CreateUserResponse; - return soap_in__interswitch__CreateUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CreateUser")) - { *type = SOAP_TYPE_interswitch__interswitch__CreateUser; - return soap_in__interswitch__CreateUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetSystemSettingsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse; - return soap_in__interswitch__GetSystemSettingsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetSystemSettings")) - { *type = SOAP_TYPE_interswitch__interswitch__GetSystemSettings; - return soap_in__interswitch__GetSystemSettings(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:QueryTransactionResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse; - return soap_in__interswitch__QueryTransactionResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:QueryTransaction")) - { *type = SOAP_TYPE_interswitch__interswitch__QueryTransaction; - return soap_in__interswitch__QueryTransaction(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:StatusCheckResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__StatusCheckResponse; - return soap_in__interswitch__StatusCheckResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:StatusCheck")) - { *type = SOAP_TYPE_interswitch__interswitch__StatusCheck; - return soap_in__interswitch__StatusCheck(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ReverseCashOutResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse; - return soap_in__interswitch__ReverseCashOutResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ReverseCashOut")) - { *type = SOAP_TYPE_interswitch__interswitch__ReverseCashOut; - return soap_in__interswitch__ReverseCashOut(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthoriseAccountCashOutResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse; - return soap_in__interswitch__AuthoriseAccountCashOutResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthoriseAccountCashOut")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut; - return soap_in__interswitch__AuthoriseAccountCashOut(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthoriseCashOutResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse; - return soap_in__interswitch__AuthoriseCashOutResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthoriseCashOut")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut; - return soap_in__interswitch__AuthoriseCashOut(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:QueryTransferResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__QueryTransferResponse; - return soap_in__interswitch__QueryTransferResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:QueryTransfer")) - { *type = SOAP_TYPE_interswitch__interswitch__QueryTransfer; - return soap_in__interswitch__QueryTransfer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendSessionKeyResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse; - return soap_in__interswitch__SendSessionKeyResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendSessionKey")) - { *type = SOAP_TYPE_interswitch__interswitch__SendSessionKey; - return soap_in__interswitch__SendSessionKey(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CancelTransferResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__CancelTransferResponse; - return soap_in__interswitch__CancelTransferResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CancelTransfer")) - { *type = SOAP_TYPE_interswitch__interswitch__CancelTransfer; - return soap_in__interswitch__CancelTransfer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoTransferResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__DoTransferResponse; - return soap_in__interswitch__DoTransferResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoTransfer")) - { *type = SOAP_TYPE_interswitch__interswitch__DoTransfer; - return soap_in__interswitch__DoTransfer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ValidateCustomerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse; - return soap_in__interswitch__ValidateCustomerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ValidateCustomer")) - { *type = SOAP_TYPE_interswitch__interswitch__ValidateCustomer; - return soap_in__interswitch__ValidateCustomer(soap, NULL, NULL, NULL); - } - } - } - soap->error = SOAP_TAG_MISMATCH; - return NULL; -} -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap *soap) -{ - if (!soap_peek_element(soap)) - { int t; - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unexpected element '%s' in input (level=%u, %d)\n", soap->tag, soap->level, soap->body)); - if (soap->mustUnderstand && !soap->other) - return soap->error = SOAP_MUSTUNDERSTAND; - if (((soap->mode & SOAP_XML_STRICT) && soap->part != SOAP_IN_HEADER) || !soap_match_tag(soap, soap->tag, "SOAP-ENV:")) - { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "REJECTING element '%s'\n", soap->tag)); - return soap->error = SOAP_TAG_MISMATCH; - } - if (!*soap->id || !soap_getelement(soap, &t)) - { soap->peeked = 0; - if (soap->fignore) - soap->error = soap->fignore(soap, soap->tag); - else - soap->error = SOAP_OK; - DBGLOG(TEST, if (!soap->error) SOAP_MESSAGE(fdebug, "IGNORING element '%s'\n", soap->tag)); - if (!soap->error && soap->body) - { soap->level++; - while (!soap_ignore_element(soap)) - ; - if (soap->error == SOAP_NO_TAG) - soap->error = soap_element_end_in(soap, NULL); - } - } - } - return soap->error; -} - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap *soap) -{ - int i; - struct soap_plist *pp; - if (soap->version == 1 && soap->encodingStyle && !(soap->mode & (SOAP_XML_TREE | SOAP_XML_GRAPH))) - for (i = 0; i < SOAP_PTRHASH; i++) - for (pp = soap->pht[i]; pp; pp = pp->next) - if (pp->mark1 == 2 || pp->mark2 == 2) - if (soap_putelement(soap, pp->ptr, "id", pp->id, pp->type)) - return soap->error; - return SOAP_OK; -} -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *soap, const void *ptr, const char *tag, int id, int type) -{ - switch (type) - { - case SOAP_TYPE_interswitch_xsd__byte: - return soap_out_xsd__byte(soap, tag, id, (const char *)ptr, "xsd:byte"); - case SOAP_TYPE_interswitch_byte: - return soap_out_byte(soap, tag, id, (const char *)ptr, "xsd:byte"); - case SOAP_TYPE_interswitch_short: - return soap_out_short(soap, tag, id, (const short *)ptr, "xsd:short"); - case SOAP_TYPE_interswitch_interswitch2__char: - return soap_out_interswitch2__char(soap, tag, id, (const int *)ptr, "interswitch2:char"); - case SOAP_TYPE_interswitch_int: - return soap_out_int(soap, tag, id, (const int *)ptr, "xsd:int"); - case SOAP_TYPE_interswitch_LONG64: - return soap_out_LONG64(soap, tag, id, (const LONG64 *)ptr, "xsd:long"); - case SOAP_TYPE_interswitch_float: - return soap_out_float(soap, tag, id, (const float *)ptr, "xsd:float"); - case SOAP_TYPE_interswitch_double: - return soap_out_double(soap, tag, id, (const double *)ptr, "xsd:double"); - case SOAP_TYPE_interswitch_xsd__unsignedByte: - return soap_out_xsd__unsignedByte(soap, tag, id, (const unsigned char *)ptr, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_unsignedByte: - return soap_out_unsignedByte(soap, tag, id, (const unsigned char *)ptr, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_unsignedShort: - return soap_out_unsignedShort(soap, tag, id, (const unsigned short *)ptr, "xsd:unsignedShort"); - case SOAP_TYPE_interswitch_unsignedInt: - return soap_out_unsignedInt(soap, tag, id, (const unsigned int *)ptr, "xsd:unsignedInt"); - case SOAP_TYPE_interswitch_unsignedLONG64: - return soap_out_unsignedLONG64(soap, tag, id, (const ULONG64 *)ptr, "xsd:unsignedLong"); - case SOAP_TYPE_interswitch_time: - return soap_out_time(soap, tag, id, (const time_t *)ptr, "xsd:dateTime"); - case SOAP_TYPE_interswitch_bool: - return soap_out_bool(soap, tag, id, (const bool *)ptr, "xsd:boolean"); - case SOAP_TYPE_interswitch_interswitch2__guid__: - return ((interswitch2__guid__ *)ptr)->soap_out(soap, tag, id, "interswitch2:guid"); - case SOAP_TYPE_interswitch_interswitch2__guid: - return soap_out_interswitch2__guid(soap, tag, id, (const std::string *)ptr, "interswitch2:guid"); - case SOAP_TYPE_interswitch_interswitch2__duration__: - return ((interswitch2__duration__ *)ptr)->soap_out(soap, tag, id, "interswitch2:duration"); - case SOAP_TYPE_interswitch_interswitch2__duration: - return soap_out_interswitch2__duration(soap, tag, id, (const std::string *)ptr, "interswitch2:duration"); - case SOAP_TYPE_interswitch_interswitch2__char__: - return ((interswitch2__char__ *)ptr)->soap_out(soap, tag, id, "interswitch2:char"); - case SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse: - return ((_interswitch__VerifyBillerResponse *)ptr)->soap_out(soap, "interswitch:VerifyBillerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__VerifyBiller: - return ((_interswitch__VerifyBiller *)ptr)->soap_out(soap, "interswitch:VerifyBiller", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CreateBillerResponse: - return ((_interswitch__CreateBillerResponse *)ptr)->soap_out(soap, "interswitch:CreateBillerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CreateBiller: - return ((_interswitch__CreateBiller *)ptr)->soap_out(soap, "interswitch:CreateBiller", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse: - return ((_interswitch__DoCustomProcessingResponse *)ptr)->soap_out(soap, "interswitch:DoCustomProcessingResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessing: - return ((_interswitch__DoCustomProcessing *)ptr)->soap_out(soap, "interswitch:DoCustomProcessing", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse: - return ((_interswitch__ResendActivationTokenResponse *)ptr)->soap_out(soap, "interswitch:ResendActivationTokenResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ResendActivationToken: - return ((_interswitch__ResendActivationToken *)ptr)->soap_out(soap, "interswitch:ResendActivationToken", id, NULL); - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse: - return ((_interswitch__EditCustomerBillerAccountResponse *)ptr)->soap_out(soap, "interswitch:EditCustomerBillerAccountResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount: - return ((_interswitch__EditCustomerBillerAccount *)ptr)->soap_out(soap, "interswitch:EditCustomerBillerAccount", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse: - return ((_interswitch__GetBillersCollectionsAccountResponse *)ptr)->soap_out(soap, "interswitch:GetBillersCollectionsAccountResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount: - return ((_interswitch__GetBillersCollectionsAccount *)ptr)->soap_out(soap, "interswitch:GetBillersCollectionsAccount", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse: - return ((_interswitch__GetCollectionsAccountResponse *)ptr)->soap_out(soap, "interswitch:GetCollectionsAccountResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount: - return ((_interswitch__GetCollectionsAccount *)ptr)->soap_out(soap, "interswitch:GetCollectionsAccount", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse: - return ((_interswitch__AddBillerCustomerResponse *)ptr)->soap_out(soap, "interswitch:AddBillerCustomerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomer: - return ((_interswitch__AddBillerCustomer *)ptr)->soap_out(soap, "interswitch:AddBillerCustomer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse: - return ((_interswitch__GetCustomerPaymentsResponse *)ptr)->soap_out(soap, "interswitch:GetCustomerPaymentsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCustomerPayments: - return ((_interswitch__GetCustomerPayments *)ptr)->soap_out(soap, "interswitch:GetCustomerPayments", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse: - return ((_interswitch__GetCustomerBillerAccountsResponse *)ptr)->soap_out(soap, "interswitch:GetCustomerBillerAccountsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts: - return ((_interswitch__GetCustomerBillerAccounts *)ptr)->soap_out(soap, "interswitch:GetCustomerBillerAccounts", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse: - return ((_interswitch__AddCustomerBillerAccountResponse *)ptr)->soap_out(soap, "interswitch:AddCustomerBillerAccountResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount: - return ((_interswitch__AddCustomerBillerAccount *)ptr)->soap_out(soap, "interswitch:AddCustomerBillerAccount", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse: - return ((_interswitch__SendPaymentsResponse *)ptr)->soap_out(soap, "interswitch:SendPaymentsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendPayments: - return ((_interswitch__SendPayments *)ptr)->soap_out(soap, "interswitch:SendPayments", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse: - return ((_interswitch__SendBillPaymentAdviceResponse *)ptr)->soap_out(soap, "interswitch:SendBillPaymentAdviceResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice: - return ((_interswitch__SendBillPaymentAdvice *)ptr)->soap_out(soap, "interswitch:SendBillPaymentAdvice", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse: - return ((_interswitch__AuthenticateCustomerResponse *)ptr)->soap_out(soap, "interswitch:AuthenticateCustomerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer: - return ((_interswitch__AuthenticateCustomer *)ptr)->soap_out(soap, "interswitch:AuthenticateCustomer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse: - return ((_interswitch__DoBillPaymentInquiryResponse *)ptr)->soap_out(soap, "interswitch:DoBillPaymentInquiryResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry: - return ((_interswitch__DoBillPaymentInquiry *)ptr)->soap_out(soap, "interswitch:DoBillPaymentInquiry", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse: - return ((_interswitch__GetBillerCategoriesResponse *)ptr)->soap_out(soap, "interswitch:GetBillerCategoriesResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillerCategories: - return ((_interswitch__GetBillerCategories *)ptr)->soap_out(soap, "interswitch:GetBillerCategories", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse: - return ((_interswitch__GetBillerPaymentItemsResponse *)ptr)->soap_out(soap, "interswitch:GetBillerPaymentItemsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems: - return ((_interswitch__GetBillerPaymentItems *)ptr)->soap_out(soap, "interswitch:GetBillerPaymentItems", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse: - return ((_interswitch__GetFeaturedBillersResponse *)ptr)->soap_out(soap, "interswitch:GetFeaturedBillersResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers: - return ((_interswitch__GetFeaturedBillers *)ptr)->soap_out(soap, "interswitch:GetFeaturedBillers", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse: - return ((_interswitch__GetLatestBillersResponse *)ptr)->soap_out(soap, "interswitch:GetLatestBillersResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetLatestBillers: - return ((_interswitch__GetLatestBillers *)ptr)->soap_out(soap, "interswitch:GetLatestBillers", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillersResponse: - return ((_interswitch__GetBillersResponse *)ptr)->soap_out(soap, "interswitch:GetBillersResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillers: - return ((_interswitch__GetBillers *)ptr)->soap_out(soap, "interswitch:GetBillers", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetUserResponse: - return ((_interswitch__GetUserResponse *)ptr)->soap_out(soap, "interswitch:GetUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetUser: - return ((_interswitch__GetUser *)ptr)->soap_out(soap, "interswitch:GetUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse: - return ((_interswitch__AuthenticateUserSecurityTokenResponse *)ptr)->soap_out(soap, "interswitch:AuthenticateUserSecurityTokenResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken: - return ((_interswitch__AuthenticateUserSecurityToken *)ptr)->soap_out(soap, "interswitch:AuthenticateUserSecurityToken", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse: - return ((_interswitch__AuthenticateUserResponse *)ptr)->soap_out(soap, "interswitch:AuthenticateUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUser: - return ((_interswitch__AuthenticateUser *)ptr)->soap_out(soap, "interswitch:AuthenticateUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse: - return ((_interswitch__ResetPasswordResponse *)ptr)->soap_out(soap, "interswitch:ResetPasswordResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ResetPassword: - return ((_interswitch__ResetPassword *)ptr)->soap_out(soap, "interswitch:ResetPassword", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse: - return ((_interswitch__ChangePasswordResponse *)ptr)->soap_out(soap, "interswitch:ChangePasswordResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ChangePassword: - return ((_interswitch__ChangePassword *)ptr)->soap_out(soap, "interswitch:ChangePassword", id, NULL); - case SOAP_TYPE_interswitch__interswitch__UpdateUserResponse: - return ((_interswitch__UpdateUserResponse *)ptr)->soap_out(soap, "interswitch:UpdateUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__UpdateUser: - return ((_interswitch__UpdateUser *)ptr)->soap_out(soap, "interswitch:UpdateUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ActivateUserResponse: - return ((_interswitch__ActivateUserResponse *)ptr)->soap_out(soap, "interswitch:ActivateUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ActivateUser: - return ((_interswitch__ActivateUser *)ptr)->soap_out(soap, "interswitch:ActivateUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CreateUserResponse: - return ((_interswitch__CreateUserResponse *)ptr)->soap_out(soap, "interswitch:CreateUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CreateUser: - return ((_interswitch__CreateUser *)ptr)->soap_out(soap, "interswitch:CreateUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse: - return ((_interswitch__GetSystemSettingsResponse *)ptr)->soap_out(soap, "interswitch:GetSystemSettingsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetSystemSettings: - return ((_interswitch__GetSystemSettings *)ptr)->soap_out(soap, "interswitch:GetSystemSettings", id, NULL); - case SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse: - return ((_interswitch__QueryTransactionResponse *)ptr)->soap_out(soap, "interswitch:QueryTransactionResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__QueryTransaction: - return ((_interswitch__QueryTransaction *)ptr)->soap_out(soap, "interswitch:QueryTransaction", id, NULL); - case SOAP_TYPE_interswitch__interswitch__StatusCheckResponse: - return ((_interswitch__StatusCheckResponse *)ptr)->soap_out(soap, "interswitch:StatusCheckResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__StatusCheck: - return ((_interswitch__StatusCheck *)ptr)->soap_out(soap, "interswitch:StatusCheck", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse: - return ((_interswitch__ReverseCashOutResponse *)ptr)->soap_out(soap, "interswitch:ReverseCashOutResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ReverseCashOut: - return ((_interswitch__ReverseCashOut *)ptr)->soap_out(soap, "interswitch:ReverseCashOut", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse: - return ((_interswitch__AuthoriseAccountCashOutResponse *)ptr)->soap_out(soap, "interswitch:AuthoriseAccountCashOutResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut: - return ((_interswitch__AuthoriseAccountCashOut *)ptr)->soap_out(soap, "interswitch:AuthoriseAccountCashOut", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse: - return ((_interswitch__AuthoriseCashOutResponse *)ptr)->soap_out(soap, "interswitch:AuthoriseCashOutResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut: - return ((_interswitch__AuthoriseCashOut *)ptr)->soap_out(soap, "interswitch:AuthoriseCashOut", id, NULL); - case SOAP_TYPE_interswitch__interswitch__QueryTransferResponse: - return ((_interswitch__QueryTransferResponse *)ptr)->soap_out(soap, "interswitch:QueryTransferResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__QueryTransfer: - return ((_interswitch__QueryTransfer *)ptr)->soap_out(soap, "interswitch:QueryTransfer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse: - return ((_interswitch__SendSessionKeyResponse *)ptr)->soap_out(soap, "interswitch:SendSessionKeyResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendSessionKey: - return ((_interswitch__SendSessionKey *)ptr)->soap_out(soap, "interswitch:SendSessionKey", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CancelTransferResponse: - return ((_interswitch__CancelTransferResponse *)ptr)->soap_out(soap, "interswitch:CancelTransferResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CancelTransfer: - return ((_interswitch__CancelTransfer *)ptr)->soap_out(soap, "interswitch:CancelTransfer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoTransferResponse: - return ((_interswitch__DoTransferResponse *)ptr)->soap_out(soap, "interswitch:DoTransferResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoTransfer: - return ((_interswitch__DoTransfer *)ptr)->soap_out(soap, "interswitch:DoTransfer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse: - return ((_interswitch__ValidateCustomerResponse *)ptr)->soap_out(soap, "interswitch:ValidateCustomerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ValidateCustomer: - return ((_interswitch__ValidateCustomer *)ptr)->soap_out(soap, "interswitch:ValidateCustomer", id, NULL); - case SOAP_TYPE_interswitch_xsd__unsignedShort: - return ((xsd__unsignedShort *)ptr)->soap_out(soap, tag, id, "xsd:unsignedShort"); - case SOAP_TYPE_interswitch_xsd__unsignedLong: - return ((xsd__unsignedLong *)ptr)->soap_out(soap, tag, id, "xsd:unsignedLong"); - case SOAP_TYPE_interswitch_xsd__unsignedInt: - return ((xsd__unsignedInt *)ptr)->soap_out(soap, tag, id, "xsd:unsignedInt"); - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - return ((xsd__unsignedByte_ *)ptr)->soap_out(soap, tag, id, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_xsd__string: - return ((xsd__string *)ptr)->soap_out(soap, tag, id, "xsd:string"); - case SOAP_TYPE_interswitch_xsd__short: - return ((xsd__short *)ptr)->soap_out(soap, tag, id, "xsd:short"); - case SOAP_TYPE_interswitch_xsd__long: - return ((xsd__long *)ptr)->soap_out(soap, tag, id, "xsd:long"); - case SOAP_TYPE_interswitch_xsd__int: - return ((xsd__int *)ptr)->soap_out(soap, tag, id, "xsd:int"); - case SOAP_TYPE_interswitch_xsd__float: - return ((xsd__float *)ptr)->soap_out(soap, tag, id, "xsd:float"); - case SOAP_TYPE_interswitch_xsd__duration_: - return ((xsd__duration_ *)ptr)->soap_out(soap, tag, id, "xsd:duration"); - case SOAP_TYPE_interswitch_xsd__duration: - return soap_out_xsd__duration(soap, tag, id, (const std::string *)ptr, "xsd:duration"); - case SOAP_TYPE_interswitch_xsd__double: - return ((xsd__double *)ptr)->soap_out(soap, tag, id, "xsd:double"); - case SOAP_TYPE_interswitch_xsd__decimal_: - return ((xsd__decimal_ *)ptr)->soap_out(soap, tag, id, "xsd:decimal"); - case SOAP_TYPE_interswitch_xsd__decimal: - return soap_out_xsd__decimal(soap, tag, id, (const std::string *)ptr, "xsd:decimal"); - case SOAP_TYPE_interswitch_xsd__dateTime: - return ((xsd__dateTime *)ptr)->soap_out(soap, tag, id, "xsd:dateTime"); - case SOAP_TYPE_interswitch_xsd__byte_: - return ((xsd__byte_ *)ptr)->soap_out(soap, tag, id, "xsd:byte"); - case SOAP_TYPE_interswitch_xsd__boolean: - return ((xsd__boolean *)ptr)->soap_out(soap, tag, id, "xsd:boolean"); - case SOAP_TYPE_interswitch_xsd__base64Binary_: - return ((xsd__base64Binary_ *)ptr)->soap_out(soap, tag, id, "xsd:base64Binary"); - case SOAP_TYPE_interswitch_xsd__base64Binary: - return ((xsd__base64Binary *)ptr)->soap_out(soap, tag, id, "xsd:base64Binary"); - case SOAP_TYPE_interswitch_xsd__anyURI_: - return ((xsd__anyURI_ *)ptr)->soap_out(soap, tag, id, "xsd:anyURI"); - case SOAP_TYPE_interswitch_xsd__anyURI: - return soap_out_xsd__anyURI(soap, tag, id, (const std::string *)ptr, "xsd:anyURI"); - case SOAP_TYPE_interswitch_xsd__QName_: - return ((xsd__QName_ *)ptr)->soap_out(soap, tag, id, "xsd:QName"); - case SOAP_TYPE_interswitch_xsd__QName: - return soap_out_xsd__QName(soap, tag, id, (const xsd__QName *)ptr, "xsd:QName"); - case SOAP_TYPE_interswitch_xsd__IDREF_: - return ((xsd__IDREF_ *)ptr)->soap_out(soap, tag, id, "xsd:IDREF"); - case SOAP_TYPE_interswitch_xsd__IDREF: - return soap_out_xsd__IDREF(soap, tag, id, (const std::string *)ptr, "xsd:IDREF"); - case SOAP_TYPE_interswitch_xsd__ID_: - return ((xsd__ID_ *)ptr)->soap_out(soap, tag, id, "xsd:ID"); - case SOAP_TYPE_interswitch_xsd__ID: - return soap_out_xsd__ID(soap, tag, id, (const std::string *)ptr, "xsd:ID"); - case SOAP_TYPE_interswitch_std__string: - return soap_out_std__string(soap, tag, id, (const std::string *)ptr, "xsd:string"); - case SOAP_TYPE_interswitch_xsd__anyType: - return ((xsd__anyType *)ptr)->soap_out(soap, tag, id, "xsd:anyType"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse: - return soap_out_PointerTo_interswitch__VerifyBillerResponse(soap, tag, id, (_interswitch__VerifyBillerResponse *const*)ptr, "interswitch:VerifyBillerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller: - return soap_out_PointerTo_interswitch__VerifyBiller(soap, tag, id, (_interswitch__VerifyBiller *const*)ptr, "interswitch:VerifyBiller"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse: - return soap_out_PointerTo_interswitch__CreateBillerResponse(soap, tag, id, (_interswitch__CreateBillerResponse *const*)ptr, "interswitch:CreateBillerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller: - return soap_out_PointerTo_interswitch__CreateBiller(soap, tag, id, (_interswitch__CreateBiller *const*)ptr, "interswitch:CreateBiller"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse: - return soap_out_PointerTo_interswitch__DoCustomProcessingResponse(soap, tag, id, (_interswitch__DoCustomProcessingResponse *const*)ptr, "interswitch:DoCustomProcessingResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing: - return soap_out_PointerTo_interswitch__DoCustomProcessing(soap, tag, id, (_interswitch__DoCustomProcessing *const*)ptr, "interswitch:DoCustomProcessing"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse: - return soap_out_PointerTo_interswitch__ResendActivationTokenResponse(soap, tag, id, (_interswitch__ResendActivationTokenResponse *const*)ptr, "interswitch:ResendActivationTokenResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken: - return soap_out_PointerTo_interswitch__ResendActivationToken(soap, tag, id, (_interswitch__ResendActivationToken *const*)ptr, "interswitch:ResendActivationToken"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse: - return soap_out_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, tag, id, (_interswitch__EditCustomerBillerAccountResponse *const*)ptr, "interswitch:EditCustomerBillerAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount: - return soap_out_PointerTo_interswitch__EditCustomerBillerAccount(soap, tag, id, (_interswitch__EditCustomerBillerAccount *const*)ptr, "interswitch:EditCustomerBillerAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse: - return soap_out_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, tag, id, (_interswitch__GetBillersCollectionsAccountResponse *const*)ptr, "interswitch:GetBillersCollectionsAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount: - return soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(soap, tag, id, (_interswitch__GetBillersCollectionsAccount *const*)ptr, "interswitch:GetBillersCollectionsAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse: - return soap_out_PointerTo_interswitch__GetCollectionsAccountResponse(soap, tag, id, (_interswitch__GetCollectionsAccountResponse *const*)ptr, "interswitch:GetCollectionsAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount: - return soap_out_PointerTo_interswitch__GetCollectionsAccount(soap, tag, id, (_interswitch__GetCollectionsAccount *const*)ptr, "interswitch:GetCollectionsAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse: - return soap_out_PointerTo_interswitch__AddBillerCustomerResponse(soap, tag, id, (_interswitch__AddBillerCustomerResponse *const*)ptr, "interswitch:AddBillerCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer: - return soap_out_PointerTo_interswitch__AddBillerCustomer(soap, tag, id, (_interswitch__AddBillerCustomer *const*)ptr, "interswitch:AddBillerCustomer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse: - return soap_out_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, tag, id, (_interswitch__GetCustomerPaymentsResponse *const*)ptr, "interswitch:GetCustomerPaymentsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments: - return soap_out_PointerTo_interswitch__GetCustomerPayments(soap, tag, id, (_interswitch__GetCustomerPayments *const*)ptr, "interswitch:GetCustomerPayments"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse: - return soap_out_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, tag, id, (_interswitch__GetCustomerBillerAccountsResponse *const*)ptr, "interswitch:GetCustomerBillerAccountsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts: - return soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(soap, tag, id, (_interswitch__GetCustomerBillerAccounts *const*)ptr, "interswitch:GetCustomerBillerAccounts"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse: - return soap_out_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, tag, id, (_interswitch__AddCustomerBillerAccountResponse *const*)ptr, "interswitch:AddCustomerBillerAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount: - return soap_out_PointerTo_interswitch__AddCustomerBillerAccount(soap, tag, id, (_interswitch__AddCustomerBillerAccount *const*)ptr, "interswitch:AddCustomerBillerAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse: - return soap_out_PointerTo_interswitch__SendPaymentsResponse(soap, tag, id, (_interswitch__SendPaymentsResponse *const*)ptr, "interswitch:SendPaymentsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments: - return soap_out_PointerTo_interswitch__SendPayments(soap, tag, id, (_interswitch__SendPayments *const*)ptr, "interswitch:SendPayments"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse: - return soap_out_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, tag, id, (_interswitch__SendBillPaymentAdviceResponse *const*)ptr, "interswitch:SendBillPaymentAdviceResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice: - return soap_out_PointerTo_interswitch__SendBillPaymentAdvice(soap, tag, id, (_interswitch__SendBillPaymentAdvice *const*)ptr, "interswitch:SendBillPaymentAdvice"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse: - return soap_out_PointerTo_interswitch__AuthenticateCustomerResponse(soap, tag, id, (_interswitch__AuthenticateCustomerResponse *const*)ptr, "interswitch:AuthenticateCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer: - return soap_out_PointerTo_interswitch__AuthenticateCustomer(soap, tag, id, (_interswitch__AuthenticateCustomer *const*)ptr, "interswitch:AuthenticateCustomer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse: - return soap_out_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, tag, id, (_interswitch__DoBillPaymentInquiryResponse *const*)ptr, "interswitch:DoBillPaymentInquiryResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry: - return soap_out_PointerTo_interswitch__DoBillPaymentInquiry(soap, tag, id, (_interswitch__DoBillPaymentInquiry *const*)ptr, "interswitch:DoBillPaymentInquiry"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse: - return soap_out_PointerTo_interswitch__GetBillerCategoriesResponse(soap, tag, id, (_interswitch__GetBillerCategoriesResponse *const*)ptr, "interswitch:GetBillerCategoriesResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories: - return soap_out_PointerTo_interswitch__GetBillerCategories(soap, tag, id, (_interswitch__GetBillerCategories *const*)ptr, "interswitch:GetBillerCategories"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse: - return soap_out_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, tag, id, (_interswitch__GetBillerPaymentItemsResponse *const*)ptr, "interswitch:GetBillerPaymentItemsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems: - return soap_out_PointerTo_interswitch__GetBillerPaymentItems(soap, tag, id, (_interswitch__GetBillerPaymentItems *const*)ptr, "interswitch:GetBillerPaymentItems"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse: - return soap_out_PointerTo_interswitch__GetFeaturedBillersResponse(soap, tag, id, (_interswitch__GetFeaturedBillersResponse *const*)ptr, "interswitch:GetFeaturedBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers: - return soap_out_PointerTo_interswitch__GetFeaturedBillers(soap, tag, id, (_interswitch__GetFeaturedBillers *const*)ptr, "interswitch:GetFeaturedBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse: - return soap_out_PointerTo_interswitch__GetLatestBillersResponse(soap, tag, id, (_interswitch__GetLatestBillersResponse *const*)ptr, "interswitch:GetLatestBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers: - return soap_out_PointerTo_interswitch__GetLatestBillers(soap, tag, id, (_interswitch__GetLatestBillers *const*)ptr, "interswitch:GetLatestBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse: - return soap_out_PointerTo_interswitch__GetBillersResponse(soap, tag, id, (_interswitch__GetBillersResponse *const*)ptr, "interswitch:GetBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers: - return soap_out_PointerTo_interswitch__GetBillers(soap, tag, id, (_interswitch__GetBillers *const*)ptr, "interswitch:GetBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse: - return soap_out_PointerTo_interswitch__GetUserResponse(soap, tag, id, (_interswitch__GetUserResponse *const*)ptr, "interswitch:GetUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser: - return soap_out_PointerTo_interswitch__GetUser(soap, tag, id, (_interswitch__GetUser *const*)ptr, "interswitch:GetUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse: - return soap_out_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, id, (_interswitch__AuthenticateUserSecurityTokenResponse *const*)ptr, "interswitch:AuthenticateUserSecurityTokenResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken: - return soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, tag, id, (_interswitch__AuthenticateUserSecurityToken *const*)ptr, "interswitch:AuthenticateUserSecurityToken"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse: - return soap_out_PointerTo_interswitch__AuthenticateUserResponse(soap, tag, id, (_interswitch__AuthenticateUserResponse *const*)ptr, "interswitch:AuthenticateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser: - return soap_out_PointerTo_interswitch__AuthenticateUser(soap, tag, id, (_interswitch__AuthenticateUser *const*)ptr, "interswitch:AuthenticateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse: - return soap_out_PointerTo_interswitch__ResetPasswordResponse(soap, tag, id, (_interswitch__ResetPasswordResponse *const*)ptr, "interswitch:ResetPasswordResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword: - return soap_out_PointerTo_interswitch__ResetPassword(soap, tag, id, (_interswitch__ResetPassword *const*)ptr, "interswitch:ResetPassword"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse: - return soap_out_PointerTo_interswitch__ChangePasswordResponse(soap, tag, id, (_interswitch__ChangePasswordResponse *const*)ptr, "interswitch:ChangePasswordResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword: - return soap_out_PointerTo_interswitch__ChangePassword(soap, tag, id, (_interswitch__ChangePassword *const*)ptr, "interswitch:ChangePassword"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse: - return soap_out_PointerTo_interswitch__UpdateUserResponse(soap, tag, id, (_interswitch__UpdateUserResponse *const*)ptr, "interswitch:UpdateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser: - return soap_out_PointerTo_interswitch__UpdateUser(soap, tag, id, (_interswitch__UpdateUser *const*)ptr, "interswitch:UpdateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse: - return soap_out_PointerTo_interswitch__ActivateUserResponse(soap, tag, id, (_interswitch__ActivateUserResponse *const*)ptr, "interswitch:ActivateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser: - return soap_out_PointerTo_interswitch__ActivateUser(soap, tag, id, (_interswitch__ActivateUser *const*)ptr, "interswitch:ActivateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse: - return soap_out_PointerTo_interswitch__CreateUserResponse(soap, tag, id, (_interswitch__CreateUserResponse *const*)ptr, "interswitch:CreateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser: - return soap_out_PointerTo_interswitch__CreateUser(soap, tag, id, (_interswitch__CreateUser *const*)ptr, "interswitch:CreateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse: - return soap_out_PointerTo_interswitch__GetSystemSettingsResponse(soap, tag, id, (_interswitch__GetSystemSettingsResponse *const*)ptr, "interswitch:GetSystemSettingsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings: - return soap_out_PointerTo_interswitch__GetSystemSettings(soap, tag, id, (_interswitch__GetSystemSettings *const*)ptr, "interswitch:GetSystemSettings"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse: - return soap_out_PointerTo_interswitch__QueryTransactionResponse(soap, tag, id, (_interswitch__QueryTransactionResponse *const*)ptr, "interswitch:QueryTransactionResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction: - return soap_out_PointerTo_interswitch__QueryTransaction(soap, tag, id, (_interswitch__QueryTransaction *const*)ptr, "interswitch:QueryTransaction"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse: - return soap_out_PointerTo_interswitch__StatusCheckResponse(soap, tag, id, (_interswitch__StatusCheckResponse *const*)ptr, "interswitch:StatusCheckResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck: - return soap_out_PointerTo_interswitch__StatusCheck(soap, tag, id, (_interswitch__StatusCheck *const*)ptr, "interswitch:StatusCheck"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse: - return soap_out_PointerTo_interswitch__ReverseCashOutResponse(soap, tag, id, (_interswitch__ReverseCashOutResponse *const*)ptr, "interswitch:ReverseCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut: - return soap_out_PointerTo_interswitch__ReverseCashOut(soap, tag, id, (_interswitch__ReverseCashOut *const*)ptr, "interswitch:ReverseCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse: - return soap_out_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, tag, id, (_interswitch__AuthoriseAccountCashOutResponse *const*)ptr, "interswitch:AuthoriseAccountCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut: - return soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(soap, tag, id, (_interswitch__AuthoriseAccountCashOut *const*)ptr, "interswitch:AuthoriseAccountCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse: - return soap_out_PointerTo_interswitch__AuthoriseCashOutResponse(soap, tag, id, (_interswitch__AuthoriseCashOutResponse *const*)ptr, "interswitch:AuthoriseCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut: - return soap_out_PointerTo_interswitch__AuthoriseCashOut(soap, tag, id, (_interswitch__AuthoriseCashOut *const*)ptr, "interswitch:AuthoriseCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse: - return soap_out_PointerTo_interswitch__QueryTransferResponse(soap, tag, id, (_interswitch__QueryTransferResponse *const*)ptr, "interswitch:QueryTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer: - return soap_out_PointerTo_interswitch__QueryTransfer(soap, tag, id, (_interswitch__QueryTransfer *const*)ptr, "interswitch:QueryTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse: - return soap_out_PointerTo_interswitch__SendSessionKeyResponse(soap, tag, id, (_interswitch__SendSessionKeyResponse *const*)ptr, "interswitch:SendSessionKeyResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey: - return soap_out_PointerTo_interswitch__SendSessionKey(soap, tag, id, (_interswitch__SendSessionKey *const*)ptr, "interswitch:SendSessionKey"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse: - return soap_out_PointerTo_interswitch__CancelTransferResponse(soap, tag, id, (_interswitch__CancelTransferResponse *const*)ptr, "interswitch:CancelTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer: - return soap_out_PointerTo_interswitch__CancelTransfer(soap, tag, id, (_interswitch__CancelTransfer *const*)ptr, "interswitch:CancelTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse: - return soap_out_PointerTo_interswitch__DoTransferResponse(soap, tag, id, (_interswitch__DoTransferResponse *const*)ptr, "interswitch:DoTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer: - return soap_out_PointerTo_interswitch__DoTransfer(soap, tag, id, (_interswitch__DoTransfer *const*)ptr, "interswitch:DoTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse: - return soap_out_PointerTo_interswitch__ValidateCustomerResponse(soap, tag, id, (_interswitch__ValidateCustomerResponse *const*)ptr, "interswitch:ValidateCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer: - return soap_out_PointerTo_interswitch__ValidateCustomer(soap, tag, id, (_interswitch__ValidateCustomer *const*)ptr, "interswitch:ValidateCustomer"); - case SOAP_TYPE_interswitch_PointerTostd__string: - return soap_out_PointerTostd__string(soap, tag, id, (std::string *const*)ptr, "xsd:string"); - case SOAP_TYPE_interswitch_PointerTounsignedByte: - return soap_out_PointerTounsignedByte(soap, tag, id, (unsigned char *const*)ptr, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch__QName: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:QName"); - case SOAP_TYPE_interswitch_string: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:string"); - } - return SOAP_OK; -} -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap *soap, const void *ptr, int type) -{ - (void)soap; (void)ptr; (void)type; /* appease -Wall -Werror */ - switch (type) - { - case SOAP_TYPE_interswitch_interswitch2__guid__: - ((interswitch2__guid__ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_interswitch2__guid: - soap_serialize_interswitch2__guid(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__duration__: - ((interswitch2__duration__ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_interswitch2__duration: - soap_serialize_interswitch2__duration(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__char__: - ((interswitch2__char__ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse: - ((_interswitch__VerifyBillerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__VerifyBiller: - ((_interswitch__VerifyBiller *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CreateBillerResponse: - ((_interswitch__CreateBillerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CreateBiller: - ((_interswitch__CreateBiller *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse: - ((_interswitch__DoCustomProcessingResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessing: - ((_interswitch__DoCustomProcessing *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse: - ((_interswitch__ResendActivationTokenResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ResendActivationToken: - ((_interswitch__ResendActivationToken *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse: - ((_interswitch__EditCustomerBillerAccountResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount: - ((_interswitch__EditCustomerBillerAccount *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse: - ((_interswitch__GetBillersCollectionsAccountResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount: - ((_interswitch__GetBillersCollectionsAccount *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse: - ((_interswitch__GetCollectionsAccountResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount: - ((_interswitch__GetCollectionsAccount *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse: - ((_interswitch__AddBillerCustomerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomer: - ((_interswitch__AddBillerCustomer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse: - ((_interswitch__GetCustomerPaymentsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerPayments: - ((_interswitch__GetCustomerPayments *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse: - ((_interswitch__GetCustomerBillerAccountsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts: - ((_interswitch__GetCustomerBillerAccounts *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse: - ((_interswitch__AddCustomerBillerAccountResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount: - ((_interswitch__AddCustomerBillerAccount *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse: - ((_interswitch__SendPaymentsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendPayments: - ((_interswitch__SendPayments *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse: - ((_interswitch__SendBillPaymentAdviceResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice: - ((_interswitch__SendBillPaymentAdvice *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse: - ((_interswitch__AuthenticateCustomerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer: - ((_interswitch__AuthenticateCustomer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse: - ((_interswitch__DoBillPaymentInquiryResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry: - ((_interswitch__DoBillPaymentInquiry *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse: - ((_interswitch__GetBillerCategoriesResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerCategories: - ((_interswitch__GetBillerCategories *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse: - ((_interswitch__GetBillerPaymentItemsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems: - ((_interswitch__GetBillerPaymentItems *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse: - ((_interswitch__GetFeaturedBillersResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers: - ((_interswitch__GetFeaturedBillers *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse: - ((_interswitch__GetLatestBillersResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetLatestBillers: - ((_interswitch__GetLatestBillers *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersResponse: - ((_interswitch__GetBillersResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillers: - ((_interswitch__GetBillers *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetUserResponse: - ((_interswitch__GetUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetUser: - ((_interswitch__GetUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse: - ((_interswitch__AuthenticateUserSecurityTokenResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken: - ((_interswitch__AuthenticateUserSecurityToken *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse: - ((_interswitch__AuthenticateUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUser: - ((_interswitch__AuthenticateUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse: - ((_interswitch__ResetPasswordResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ResetPassword: - ((_interswitch__ResetPassword *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse: - ((_interswitch__ChangePasswordResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ChangePassword: - ((_interswitch__ChangePassword *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__UpdateUserResponse: - ((_interswitch__UpdateUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__UpdateUser: - ((_interswitch__UpdateUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ActivateUserResponse: - ((_interswitch__ActivateUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ActivateUser: - ((_interswitch__ActivateUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CreateUserResponse: - ((_interswitch__CreateUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CreateUser: - ((_interswitch__CreateUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse: - ((_interswitch__GetSystemSettingsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetSystemSettings: - ((_interswitch__GetSystemSettings *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse: - ((_interswitch__QueryTransactionResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransaction: - ((_interswitch__QueryTransaction *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__StatusCheckResponse: - ((_interswitch__StatusCheckResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__StatusCheck: - ((_interswitch__StatusCheck *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse: - ((_interswitch__ReverseCashOutResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ReverseCashOut: - ((_interswitch__ReverseCashOut *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse: - ((_interswitch__AuthoriseAccountCashOutResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut: - ((_interswitch__AuthoriseAccountCashOut *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse: - ((_interswitch__AuthoriseCashOutResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut: - ((_interswitch__AuthoriseCashOut *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransferResponse: - ((_interswitch__QueryTransferResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransfer: - ((_interswitch__QueryTransfer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse: - ((_interswitch__SendSessionKeyResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendSessionKey: - ((_interswitch__SendSessionKey *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CancelTransferResponse: - ((_interswitch__CancelTransferResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CancelTransfer: - ((_interswitch__CancelTransfer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoTransferResponse: - ((_interswitch__DoTransferResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoTransfer: - ((_interswitch__DoTransfer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse: - ((_interswitch__ValidateCustomerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ValidateCustomer: - ((_interswitch__ValidateCustomer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__unsignedShort: - ((xsd__unsignedShort *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__unsignedLong: - ((xsd__unsignedLong *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__unsignedInt: - ((xsd__unsignedInt *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - ((xsd__unsignedByte_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__string: - ((xsd__string *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__short: - ((xsd__short *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__long: - ((xsd__long *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__int: - ((xsd__int *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__float: - ((xsd__float *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__duration_: - ((xsd__duration_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__duration: - soap_serialize_xsd__duration(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__double: - ((xsd__double *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__decimal_: - ((xsd__decimal_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__decimal: - soap_serialize_xsd__decimal(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__dateTime: - ((xsd__dateTime *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__byte_: - ((xsd__byte_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__boolean: - ((xsd__boolean *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__base64Binary_: - ((xsd__base64Binary_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__base64Binary: - ((xsd__base64Binary *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__anyURI_: - ((xsd__anyURI_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__anyURI: - soap_serialize_xsd__anyURI(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__QName_: - ((xsd__QName_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__QName: - soap_serialize_xsd__QName(soap, (const xsd__QName *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__IDREF_: - ((xsd__IDREF_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__IDREF: - soap_serialize_xsd__IDREF(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__ID_: - ((xsd__ID_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__ID: - soap_serialize_xsd__ID(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_std__string: - soap_serialize_std__string(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__anyType: - ((xsd__anyType *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch___interswitch__VerifyBiller: - soap_serialize___interswitch__VerifyBiller(soap, (const struct __interswitch__VerifyBiller *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CreateBiller: - soap_serialize___interswitch__CreateBiller(soap, (const struct __interswitch__CreateBiller *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoCustomProcessing: - soap_serialize___interswitch__DoCustomProcessing(soap, (const struct __interswitch__DoCustomProcessing *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ResendActivationToken: - soap_serialize___interswitch__ResendActivationToken(soap, (const struct __interswitch__ResendActivationToken *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount: - soap_serialize___interswitch__EditCustomerBillerAccount(soap, (const struct __interswitch__EditCustomerBillerAccount *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount: - soap_serialize___interswitch__GetBillersCollectionsAccount(soap, (const struct __interswitch__GetBillersCollectionsAccount *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount: - soap_serialize___interswitch__GetCollectionsAccount(soap, (const struct __interswitch__GetCollectionsAccount *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AddBillerCustomer: - soap_serialize___interswitch__AddBillerCustomer(soap, (const struct __interswitch__AddBillerCustomer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCustomerPayments: - soap_serialize___interswitch__GetCustomerPayments(soap, (const struct __interswitch__GetCustomerPayments *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts: - soap_serialize___interswitch__GetCustomerBillerAccounts(soap, (const struct __interswitch__GetCustomerBillerAccounts *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount: - soap_serialize___interswitch__AddCustomerBillerAccount(soap, (const struct __interswitch__AddCustomerBillerAccount *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendPayments: - soap_serialize___interswitch__SendPayments(soap, (const struct __interswitch__SendPayments *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice: - soap_serialize___interswitch__SendBillPaymentAdvice(soap, (const struct __interswitch__SendBillPaymentAdvice *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer: - soap_serialize___interswitch__AuthenticateCustomer(soap, (const struct __interswitch__AuthenticateCustomer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry: - soap_serialize___interswitch__DoBillPaymentInquiry(soap, (const struct __interswitch__DoBillPaymentInquiry *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillerCategories: - soap_serialize___interswitch__GetBillerCategories(soap, (const struct __interswitch__GetBillerCategories *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems: - soap_serialize___interswitch__GetBillerPaymentItems(soap, (const struct __interswitch__GetBillerPaymentItems *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers: - soap_serialize___interswitch__GetFeaturedBillers(soap, (const struct __interswitch__GetFeaturedBillers *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetLatestBillers: - soap_serialize___interswitch__GetLatestBillers(soap, (const struct __interswitch__GetLatestBillers *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillers: - soap_serialize___interswitch__GetBillers(soap, (const struct __interswitch__GetBillers *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetUser: - soap_serialize___interswitch__GetUser(soap, (const struct __interswitch__GetUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken: - soap_serialize___interswitch__AuthenticateUserSecurityToken(soap, (const struct __interswitch__AuthenticateUserSecurityToken *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateUser: - soap_serialize___interswitch__AuthenticateUser(soap, (const struct __interswitch__AuthenticateUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ResetPassword: - soap_serialize___interswitch__ResetPassword(soap, (const struct __interswitch__ResetPassword *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ChangePassword: - soap_serialize___interswitch__ChangePassword(soap, (const struct __interswitch__ChangePassword *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__UpdateUser: - soap_serialize___interswitch__UpdateUser(soap, (const struct __interswitch__UpdateUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ActivateUser: - soap_serialize___interswitch__ActivateUser(soap, (const struct __interswitch__ActivateUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CreateUser: - soap_serialize___interswitch__CreateUser(soap, (const struct __interswitch__CreateUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetSystemSettings: - soap_serialize___interswitch__GetSystemSettings(soap, (const struct __interswitch__GetSystemSettings *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__QueryTransaction: - soap_serialize___interswitch__QueryTransaction(soap, (const struct __interswitch__QueryTransaction *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__StatusCheck: - soap_serialize___interswitch__StatusCheck(soap, (const struct __interswitch__StatusCheck *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ReverseCashOut: - soap_serialize___interswitch__ReverseCashOut(soap, (const struct __interswitch__ReverseCashOut *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut: - soap_serialize___interswitch__AuthoriseAccountCashOut(soap, (const struct __interswitch__AuthoriseAccountCashOut *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut: - soap_serialize___interswitch__AuthoriseCashOut(soap, (const struct __interswitch__AuthoriseCashOut *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__QueryTransfer: - soap_serialize___interswitch__QueryTransfer(soap, (const struct __interswitch__QueryTransfer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendSessionKey: - soap_serialize___interswitch__SendSessionKey(soap, (const struct __interswitch__SendSessionKey *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CancelTransfer: - soap_serialize___interswitch__CancelTransfer(soap, (const struct __interswitch__CancelTransfer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoTransfer: - soap_serialize___interswitch__DoTransfer(soap, (const struct __interswitch__DoTransfer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ValidateCustomer: - soap_serialize___interswitch__ValidateCustomer(soap, (const struct __interswitch__ValidateCustomer *)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse: - soap_serialize_PointerTo_interswitch__VerifyBillerResponse(soap, (_interswitch__VerifyBillerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller: - soap_serialize_PointerTo_interswitch__VerifyBiller(soap, (_interswitch__VerifyBiller *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse: - soap_serialize_PointerTo_interswitch__CreateBillerResponse(soap, (_interswitch__CreateBillerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller: - soap_serialize_PointerTo_interswitch__CreateBiller(soap, (_interswitch__CreateBiller *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse: - soap_serialize_PointerTo_interswitch__DoCustomProcessingResponse(soap, (_interswitch__DoCustomProcessingResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing: - soap_serialize_PointerTo_interswitch__DoCustomProcessing(soap, (_interswitch__DoCustomProcessing *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse: - soap_serialize_PointerTo_interswitch__ResendActivationTokenResponse(soap, (_interswitch__ResendActivationTokenResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken: - soap_serialize_PointerTo_interswitch__ResendActivationToken(soap, (_interswitch__ResendActivationToken *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse: - soap_serialize_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, (_interswitch__EditCustomerBillerAccountResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount: - soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(soap, (_interswitch__EditCustomerBillerAccount *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse: - soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, (_interswitch__GetBillersCollectionsAccountResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount: - soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(soap, (_interswitch__GetBillersCollectionsAccount *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse: - soap_serialize_PointerTo_interswitch__GetCollectionsAccountResponse(soap, (_interswitch__GetCollectionsAccountResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount: - soap_serialize_PointerTo_interswitch__GetCollectionsAccount(soap, (_interswitch__GetCollectionsAccount *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse: - soap_serialize_PointerTo_interswitch__AddBillerCustomerResponse(soap, (_interswitch__AddBillerCustomerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer: - soap_serialize_PointerTo_interswitch__AddBillerCustomer(soap, (_interswitch__AddBillerCustomer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse: - soap_serialize_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, (_interswitch__GetCustomerPaymentsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments: - soap_serialize_PointerTo_interswitch__GetCustomerPayments(soap, (_interswitch__GetCustomerPayments *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse: - soap_serialize_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, (_interswitch__GetCustomerBillerAccountsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts: - soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(soap, (_interswitch__GetCustomerBillerAccounts *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse: - soap_serialize_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, (_interswitch__AddCustomerBillerAccountResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount: - soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(soap, (_interswitch__AddCustomerBillerAccount *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse: - soap_serialize_PointerTo_interswitch__SendPaymentsResponse(soap, (_interswitch__SendPaymentsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments: - soap_serialize_PointerTo_interswitch__SendPayments(soap, (_interswitch__SendPayments *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse: - soap_serialize_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, (_interswitch__SendBillPaymentAdviceResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice: - soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(soap, (_interswitch__SendBillPaymentAdvice *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse: - soap_serialize_PointerTo_interswitch__AuthenticateCustomerResponse(soap, (_interswitch__AuthenticateCustomerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer: - soap_serialize_PointerTo_interswitch__AuthenticateCustomer(soap, (_interswitch__AuthenticateCustomer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse: - soap_serialize_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, (_interswitch__DoBillPaymentInquiryResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry: - soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(soap, (_interswitch__DoBillPaymentInquiry *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse: - soap_serialize_PointerTo_interswitch__GetBillerCategoriesResponse(soap, (_interswitch__GetBillerCategoriesResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories: - soap_serialize_PointerTo_interswitch__GetBillerCategories(soap, (_interswitch__GetBillerCategories *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse: - soap_serialize_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, (_interswitch__GetBillerPaymentItemsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems: - soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(soap, (_interswitch__GetBillerPaymentItems *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse: - soap_serialize_PointerTo_interswitch__GetFeaturedBillersResponse(soap, (_interswitch__GetFeaturedBillersResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers: - soap_serialize_PointerTo_interswitch__GetFeaturedBillers(soap, (_interswitch__GetFeaturedBillers *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse: - soap_serialize_PointerTo_interswitch__GetLatestBillersResponse(soap, (_interswitch__GetLatestBillersResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers: - soap_serialize_PointerTo_interswitch__GetLatestBillers(soap, (_interswitch__GetLatestBillers *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse: - soap_serialize_PointerTo_interswitch__GetBillersResponse(soap, (_interswitch__GetBillersResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers: - soap_serialize_PointerTo_interswitch__GetBillers(soap, (_interswitch__GetBillers *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse: - soap_serialize_PointerTo_interswitch__GetUserResponse(soap, (_interswitch__GetUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser: - soap_serialize_PointerTo_interswitch__GetUser(soap, (_interswitch__GetUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse: - soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, (_interswitch__AuthenticateUserSecurityTokenResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken: - soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, (_interswitch__AuthenticateUserSecurityToken *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse: - soap_serialize_PointerTo_interswitch__AuthenticateUserResponse(soap, (_interswitch__AuthenticateUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser: - soap_serialize_PointerTo_interswitch__AuthenticateUser(soap, (_interswitch__AuthenticateUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse: - soap_serialize_PointerTo_interswitch__ResetPasswordResponse(soap, (_interswitch__ResetPasswordResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword: - soap_serialize_PointerTo_interswitch__ResetPassword(soap, (_interswitch__ResetPassword *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse: - soap_serialize_PointerTo_interswitch__ChangePasswordResponse(soap, (_interswitch__ChangePasswordResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword: - soap_serialize_PointerTo_interswitch__ChangePassword(soap, (_interswitch__ChangePassword *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse: - soap_serialize_PointerTo_interswitch__UpdateUserResponse(soap, (_interswitch__UpdateUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser: - soap_serialize_PointerTo_interswitch__UpdateUser(soap, (_interswitch__UpdateUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse: - soap_serialize_PointerTo_interswitch__ActivateUserResponse(soap, (_interswitch__ActivateUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser: - soap_serialize_PointerTo_interswitch__ActivateUser(soap, (_interswitch__ActivateUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse: - soap_serialize_PointerTo_interswitch__CreateUserResponse(soap, (_interswitch__CreateUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser: - soap_serialize_PointerTo_interswitch__CreateUser(soap, (_interswitch__CreateUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse: - soap_serialize_PointerTo_interswitch__GetSystemSettingsResponse(soap, (_interswitch__GetSystemSettingsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings: - soap_serialize_PointerTo_interswitch__GetSystemSettings(soap, (_interswitch__GetSystemSettings *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse: - soap_serialize_PointerTo_interswitch__QueryTransactionResponse(soap, (_interswitch__QueryTransactionResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction: - soap_serialize_PointerTo_interswitch__QueryTransaction(soap, (_interswitch__QueryTransaction *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse: - soap_serialize_PointerTo_interswitch__StatusCheckResponse(soap, (_interswitch__StatusCheckResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck: - soap_serialize_PointerTo_interswitch__StatusCheck(soap, (_interswitch__StatusCheck *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse: - soap_serialize_PointerTo_interswitch__ReverseCashOutResponse(soap, (_interswitch__ReverseCashOutResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut: - soap_serialize_PointerTo_interswitch__ReverseCashOut(soap, (_interswitch__ReverseCashOut *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse: - soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, (_interswitch__AuthoriseAccountCashOutResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut: - soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(soap, (_interswitch__AuthoriseAccountCashOut *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse: - soap_serialize_PointerTo_interswitch__AuthoriseCashOutResponse(soap, (_interswitch__AuthoriseCashOutResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut: - soap_serialize_PointerTo_interswitch__AuthoriseCashOut(soap, (_interswitch__AuthoriseCashOut *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse: - soap_serialize_PointerTo_interswitch__QueryTransferResponse(soap, (_interswitch__QueryTransferResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer: - soap_serialize_PointerTo_interswitch__QueryTransfer(soap, (_interswitch__QueryTransfer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse: - soap_serialize_PointerTo_interswitch__SendSessionKeyResponse(soap, (_interswitch__SendSessionKeyResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey: - soap_serialize_PointerTo_interswitch__SendSessionKey(soap, (_interswitch__SendSessionKey *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse: - soap_serialize_PointerTo_interswitch__CancelTransferResponse(soap, (_interswitch__CancelTransferResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer: - soap_serialize_PointerTo_interswitch__CancelTransfer(soap, (_interswitch__CancelTransfer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse: - soap_serialize_PointerTo_interswitch__DoTransferResponse(soap, (_interswitch__DoTransferResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer: - soap_serialize_PointerTo_interswitch__DoTransfer(soap, (_interswitch__DoTransfer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse: - soap_serialize_PointerTo_interswitch__ValidateCustomerResponse(soap, (_interswitch__ValidateCustomerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer: - soap_serialize_PointerTo_interswitch__ValidateCustomer(soap, (_interswitch__ValidateCustomer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTostd__string: - soap_serialize_PointerTostd__string(soap, (std::string *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTounsignedByte: - soap_serialize_PointerTounsignedByte(soap, (unsigned char *const*)ptr); - break; - case SOAP_TYPE_interswitch__QName: - soap_serialize_string(soap, (char*const*)&ptr); - break; - case SOAP_TYPE_interswitch_string: - soap_serialize_string(soap, (char*const*)&ptr); - break; - } -} -#endif - -SOAP_FMAC3 void * SOAP_FMAC4 soap_instantiate(struct soap *soap, int t, const char *type, const char *arrayType, size_t *n) -{ - switch (t) - { - case SOAP_TYPE_interswitch_xsd__anyType: - return (void*)soap_instantiate_xsd__anyType(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_std__string: - return (void*)soap_instantiate_std__string(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__ID_: - return (void*)soap_instantiate_xsd__ID_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__IDREF_: - return (void*)soap_instantiate_xsd__IDREF_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__QName_: - return (void*)soap_instantiate_xsd__QName_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__anyURI_: - return (void*)soap_instantiate_xsd__anyURI_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__base64Binary: - return (void*)soap_instantiate_xsd__base64Binary(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__base64Binary_: - return (void*)soap_instantiate_xsd__base64Binary_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__boolean: - return (void*)soap_instantiate_xsd__boolean(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__byte_: - return (void*)soap_instantiate_xsd__byte_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__dateTime: - return (void*)soap_instantiate_xsd__dateTime(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__decimal_: - return (void*)soap_instantiate_xsd__decimal_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__double: - return (void*)soap_instantiate_xsd__double(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__duration_: - return (void*)soap_instantiate_xsd__duration_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__float: - return (void*)soap_instantiate_xsd__float(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__int: - return (void*)soap_instantiate_xsd__int(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__long: - return (void*)soap_instantiate_xsd__long(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__short: - return (void*)soap_instantiate_xsd__short(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__string: - return (void*)soap_instantiate_xsd__string(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - return (void*)soap_instantiate_xsd__unsignedByte_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__unsignedInt: - return (void*)soap_instantiate_xsd__unsignedInt(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__unsignedLong: - return (void*)soap_instantiate_xsd__unsignedLong(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__unsignedShort: - return (void*)soap_instantiate_xsd__unsignedShort(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__char__: - return (void*)soap_instantiate_interswitch2__char__(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__duration__: - return (void*)soap_instantiate_interswitch2__duration__(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__guid__: - return (void*)soap_instantiate_interswitch2__guid__(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ValidateCustomer: - return (void*)soap_instantiate__interswitch__ValidateCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse: - return (void*)soap_instantiate__interswitch__ValidateCustomerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoTransfer: - return (void*)soap_instantiate__interswitch__DoTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoTransferResponse: - return (void*)soap_instantiate__interswitch__DoTransferResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CancelTransfer: - return (void*)soap_instantiate__interswitch__CancelTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CancelTransferResponse: - return (void*)soap_instantiate__interswitch__CancelTransferResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendSessionKey: - return (void*)soap_instantiate__interswitch__SendSessionKey(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse: - return (void*)soap_instantiate__interswitch__SendSessionKeyResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__QueryTransfer: - return (void*)soap_instantiate__interswitch__QueryTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__QueryTransferResponse: - return (void*)soap_instantiate__interswitch__QueryTransferResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut: - return (void*)soap_instantiate__interswitch__AuthoriseCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse: - return (void*)soap_instantiate__interswitch__AuthoriseCashOutResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut: - return (void*)soap_instantiate__interswitch__AuthoriseAccountCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse: - return (void*)soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ReverseCashOut: - return (void*)soap_instantiate__interswitch__ReverseCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse: - return (void*)soap_instantiate__interswitch__ReverseCashOutResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__StatusCheck: - return (void*)soap_instantiate__interswitch__StatusCheck(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__StatusCheckResponse: - return (void*)soap_instantiate__interswitch__StatusCheckResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__QueryTransaction: - return (void*)soap_instantiate__interswitch__QueryTransaction(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse: - return (void*)soap_instantiate__interswitch__QueryTransactionResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetSystemSettings: - return (void*)soap_instantiate__interswitch__GetSystemSettings(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse: - return (void*)soap_instantiate__interswitch__GetSystemSettingsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CreateUser: - return (void*)soap_instantiate__interswitch__CreateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CreateUserResponse: - return (void*)soap_instantiate__interswitch__CreateUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ActivateUser: - return (void*)soap_instantiate__interswitch__ActivateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ActivateUserResponse: - return (void*)soap_instantiate__interswitch__ActivateUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__UpdateUser: - return (void*)soap_instantiate__interswitch__UpdateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__UpdateUserResponse: - return (void*)soap_instantiate__interswitch__UpdateUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ChangePassword: - return (void*)soap_instantiate__interswitch__ChangePassword(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse: - return (void*)soap_instantiate__interswitch__ChangePasswordResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ResetPassword: - return (void*)soap_instantiate__interswitch__ResetPassword(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse: - return (void*)soap_instantiate__interswitch__ResetPasswordResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUser: - return (void*)soap_instantiate__interswitch__AuthenticateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse: - return (void*)soap_instantiate__interswitch__AuthenticateUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken: - return (void*)soap_instantiate__interswitch__AuthenticateUserSecurityToken(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse: - return (void*)soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetUser: - return (void*)soap_instantiate__interswitch__GetUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetUserResponse: - return (void*)soap_instantiate__interswitch__GetUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillers: - return (void*)soap_instantiate__interswitch__GetBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillersResponse: - return (void*)soap_instantiate__interswitch__GetBillersResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetLatestBillers: - return (void*)soap_instantiate__interswitch__GetLatestBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse: - return (void*)soap_instantiate__interswitch__GetLatestBillersResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers: - return (void*)soap_instantiate__interswitch__GetFeaturedBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse: - return (void*)soap_instantiate__interswitch__GetFeaturedBillersResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems: - return (void*)soap_instantiate__interswitch__GetBillerPaymentItems(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse: - return (void*)soap_instantiate__interswitch__GetBillerPaymentItemsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillerCategories: - return (void*)soap_instantiate__interswitch__GetBillerCategories(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse: - return (void*)soap_instantiate__interswitch__GetBillerCategoriesResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry: - return (void*)soap_instantiate__interswitch__DoBillPaymentInquiry(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse: - return (void*)soap_instantiate__interswitch__DoBillPaymentInquiryResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer: - return (void*)soap_instantiate__interswitch__AuthenticateCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse: - return (void*)soap_instantiate__interswitch__AuthenticateCustomerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice: - return (void*)soap_instantiate__interswitch__SendBillPaymentAdvice(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse: - return (void*)soap_instantiate__interswitch__SendBillPaymentAdviceResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendPayments: - return (void*)soap_instantiate__interswitch__SendPayments(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse: - return (void*)soap_instantiate__interswitch__SendPaymentsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount: - return (void*)soap_instantiate__interswitch__AddCustomerBillerAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse: - return (void*)soap_instantiate__interswitch__AddCustomerBillerAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts: - return (void*)soap_instantiate__interswitch__GetCustomerBillerAccounts(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse: - return (void*)soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCustomerPayments: - return (void*)soap_instantiate__interswitch__GetCustomerPayments(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse: - return (void*)soap_instantiate__interswitch__GetCustomerPaymentsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomer: - return (void*)soap_instantiate__interswitch__AddBillerCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse: - return (void*)soap_instantiate__interswitch__AddBillerCustomerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount: - return (void*)soap_instantiate__interswitch__GetCollectionsAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse: - return (void*)soap_instantiate__interswitch__GetCollectionsAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount: - return (void*)soap_instantiate__interswitch__GetBillersCollectionsAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse: - return (void*)soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount: - return (void*)soap_instantiate__interswitch__EditCustomerBillerAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse: - return (void*)soap_instantiate__interswitch__EditCustomerBillerAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ResendActivationToken: - return (void*)soap_instantiate__interswitch__ResendActivationToken(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse: - return (void*)soap_instantiate__interswitch__ResendActivationTokenResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessing: - return (void*)soap_instantiate__interswitch__DoCustomProcessing(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse: - return (void*)soap_instantiate__interswitch__DoCustomProcessingResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CreateBiller: - return (void*)soap_instantiate__interswitch__CreateBiller(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CreateBillerResponse: - return (void*)soap_instantiate__interswitch__CreateBillerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__VerifyBiller: - return (void*)soap_instantiate__interswitch__VerifyBiller(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse: - return (void*)soap_instantiate__interswitch__VerifyBillerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ValidateCustomer: - return (void*)soap_instantiate___interswitch__ValidateCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__DoTransfer: - return (void*)soap_instantiate___interswitch__DoTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__CancelTransfer: - return (void*)soap_instantiate___interswitch__CancelTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__SendSessionKey: - return (void*)soap_instantiate___interswitch__SendSessionKey(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__QueryTransfer: - return (void*)soap_instantiate___interswitch__QueryTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut: - return (void*)soap_instantiate___interswitch__AuthoriseCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut: - return (void*)soap_instantiate___interswitch__AuthoriseAccountCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ReverseCashOut: - return (void*)soap_instantiate___interswitch__ReverseCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__StatusCheck: - return (void*)soap_instantiate___interswitch__StatusCheck(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__QueryTransaction: - return (void*)soap_instantiate___interswitch__QueryTransaction(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetSystemSettings: - return (void*)soap_instantiate___interswitch__GetSystemSettings(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__CreateUser: - return (void*)soap_instantiate___interswitch__CreateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ActivateUser: - return (void*)soap_instantiate___interswitch__ActivateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__UpdateUser: - return (void*)soap_instantiate___interswitch__UpdateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ChangePassword: - return (void*)soap_instantiate___interswitch__ChangePassword(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ResetPassword: - return (void*)soap_instantiate___interswitch__ResetPassword(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthenticateUser: - return (void*)soap_instantiate___interswitch__AuthenticateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken: - return (void*)soap_instantiate___interswitch__AuthenticateUserSecurityToken(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetUser: - return (void*)soap_instantiate___interswitch__GetUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetBillers: - return (void*)soap_instantiate___interswitch__GetBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetLatestBillers: - return (void*)soap_instantiate___interswitch__GetLatestBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers: - return (void*)soap_instantiate___interswitch__GetFeaturedBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems: - return (void*)soap_instantiate___interswitch__GetBillerPaymentItems(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetBillerCategories: - return (void*)soap_instantiate___interswitch__GetBillerCategories(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry: - return (void*)soap_instantiate___interswitch__DoBillPaymentInquiry(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer: - return (void*)soap_instantiate___interswitch__AuthenticateCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice: - return (void*)soap_instantiate___interswitch__SendBillPaymentAdvice(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__SendPayments: - return (void*)soap_instantiate___interswitch__SendPayments(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount: - return (void*)soap_instantiate___interswitch__AddCustomerBillerAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts: - return (void*)soap_instantiate___interswitch__GetCustomerBillerAccounts(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetCustomerPayments: - return (void*)soap_instantiate___interswitch__GetCustomerPayments(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AddBillerCustomer: - return (void*)soap_instantiate___interswitch__AddBillerCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount: - return (void*)soap_instantiate___interswitch__GetCollectionsAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount: - return (void*)soap_instantiate___interswitch__GetBillersCollectionsAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount: - return (void*)soap_instantiate___interswitch__EditCustomerBillerAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ResendActivationToken: - return (void*)soap_instantiate___interswitch__ResendActivationToken(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__DoCustomProcessing: - return (void*)soap_instantiate___interswitch__DoCustomProcessing(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__CreateBiller: - return (void*)soap_instantiate___interswitch__CreateBiller(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__VerifyBiller: - return (void*)soap_instantiate___interswitch__VerifyBiller(soap, -1, type, arrayType, n); -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Header: - return (void*)soap_instantiate_SOAP_ENV__Header(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Code: - return (void*)soap_instantiate_SOAP_ENV__Code(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Detail: - return (void*)soap_instantiate_SOAP_ENV__Detail(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Reason: - return (void*)soap_instantiate_SOAP_ENV__Reason(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Fault: - return (void*)soap_instantiate_SOAP_ENV__Fault(soap, -1, type, arrayType, n); -#endif - case SOAP_TYPE_interswitch_xsd__ID: - return (void*)soap_instantiate_xsd__ID(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__IDREF: - return (void*)soap_instantiate_xsd__IDREF(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__QName: - return (void*)soap_instantiate_xsd__QName(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__anyURI: - return (void*)soap_instantiate_xsd__anyURI(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__decimal: - return (void*)soap_instantiate_xsd__decimal(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__duration: - return (void*)soap_instantiate_xsd__duration(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__duration: - return (void*)soap_instantiate_interswitch2__duration(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__guid: - return (void*)soap_instantiate_interswitch2__guid(soap, -1, type, arrayType, n); - } - return NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_fdelete(struct soap_clist *p) -{ switch (p->type) - { - case SOAP_TYPE_interswitch_xsd__anyType: - if (p->size < 0) - SOAP_DELETE((xsd__anyType*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__anyType*)p->ptr); - break; - case SOAP_TYPE_interswitch_std__string: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__ID_: - if (p->size < 0) - SOAP_DELETE((xsd__ID_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__ID_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__IDREF_: - if (p->size < 0) - SOAP_DELETE((xsd__IDREF_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__IDREF_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__QName_: - if (p->size < 0) - SOAP_DELETE((xsd__QName_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__QName_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__anyURI_: - if (p->size < 0) - SOAP_DELETE((xsd__anyURI_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__anyURI_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__base64Binary: - if (p->size < 0) - SOAP_DELETE((xsd__base64Binary*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__base64Binary*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__base64Binary_: - if (p->size < 0) - SOAP_DELETE((xsd__base64Binary_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__base64Binary_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__boolean: - if (p->size < 0) - SOAP_DELETE((xsd__boolean*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__boolean*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__byte_: - if (p->size < 0) - SOAP_DELETE((xsd__byte_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__byte_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__dateTime: - if (p->size < 0) - SOAP_DELETE((xsd__dateTime*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__dateTime*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__decimal_: - if (p->size < 0) - SOAP_DELETE((xsd__decimal_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__decimal_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__double: - if (p->size < 0) - SOAP_DELETE((xsd__double*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__double*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__duration_: - if (p->size < 0) - SOAP_DELETE((xsd__duration_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__duration_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__float: - if (p->size < 0) - SOAP_DELETE((xsd__float*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__float*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__int: - if (p->size < 0) - SOAP_DELETE((xsd__int*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__int*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__long: - if (p->size < 0) - SOAP_DELETE((xsd__long*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__long*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__short: - if (p->size < 0) - SOAP_DELETE((xsd__short*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__short*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__string: - if (p->size < 0) - SOAP_DELETE((xsd__string*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - if (p->size < 0) - SOAP_DELETE((xsd__unsignedByte_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__unsignedByte_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__unsignedInt: - if (p->size < 0) - SOAP_DELETE((xsd__unsignedInt*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__unsignedInt*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__unsignedLong: - if (p->size < 0) - SOAP_DELETE((xsd__unsignedLong*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__unsignedLong*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__unsignedShort: - if (p->size < 0) - SOAP_DELETE((xsd__unsignedShort*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__unsignedShort*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__char__: - if (p->size < 0) - SOAP_DELETE((interswitch2__char__*)p->ptr); - else - SOAP_DELETE_ARRAY((interswitch2__char__*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__duration__: - if (p->size < 0) - SOAP_DELETE((interswitch2__duration__*)p->ptr); - else - SOAP_DELETE_ARRAY((interswitch2__duration__*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__guid__: - if (p->size < 0) - SOAP_DELETE((interswitch2__guid__*)p->ptr); - else - SOAP_DELETE_ARRAY((interswitch2__guid__*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ValidateCustomer: - if (p->size < 0) - SOAP_DELETE((_interswitch__ValidateCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ValidateCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ValidateCustomerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ValidateCustomerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoTransfer: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoTransferResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoTransferResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoTransferResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CancelTransfer: - if (p->size < 0) - SOAP_DELETE((_interswitch__CancelTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CancelTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CancelTransferResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__CancelTransferResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CancelTransferResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendSessionKey: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendSessionKey*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendSessionKey*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendSessionKeyResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendSessionKeyResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransfer: - if (p->size < 0) - SOAP_DELETE((_interswitch__QueryTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__QueryTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransferResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__QueryTransferResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__QueryTransferResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthoriseCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthoriseCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthoriseCashOutResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthoriseCashOutResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthoriseAccountCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthoriseAccountCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthoriseAccountCashOutResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthoriseAccountCashOutResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ReverseCashOut: - if (p->size < 0) - SOAP_DELETE((_interswitch__ReverseCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ReverseCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ReverseCashOutResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ReverseCashOutResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__StatusCheck: - if (p->size < 0) - SOAP_DELETE((_interswitch__StatusCheck*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__StatusCheck*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__StatusCheckResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__StatusCheckResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__StatusCheckResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransaction: - if (p->size < 0) - SOAP_DELETE((_interswitch__QueryTransaction*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__QueryTransaction*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__QueryTransactionResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__QueryTransactionResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetSystemSettings: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetSystemSettings*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetSystemSettings*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetSystemSettingsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetSystemSettingsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CreateUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__CreateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CreateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CreateUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__CreateUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CreateUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ActivateUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__ActivateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ActivateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ActivateUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ActivateUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ActivateUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__UpdateUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__UpdateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__UpdateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__UpdateUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__UpdateUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__UpdateUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ChangePassword: - if (p->size < 0) - SOAP_DELETE((_interswitch__ChangePassword*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ChangePassword*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ChangePasswordResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ChangePasswordResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ResetPassword: - if (p->size < 0) - SOAP_DELETE((_interswitch__ResetPassword*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ResetPassword*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ResetPasswordResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ResetPasswordResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateUserSecurityToken*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateUserSecurityToken*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateUserSecurityTokenResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateUserSecurityTokenResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillers: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillersResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillersResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetLatestBillers: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetLatestBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetLatestBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetLatestBillersResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetLatestBillersResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetFeaturedBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetFeaturedBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetFeaturedBillersResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetFeaturedBillersResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillerPaymentItems*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillerPaymentItems*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillerPaymentItemsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillerPaymentItemsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerCategories: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillerCategories*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillerCategories*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillerCategoriesResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillerCategoriesResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoBillPaymentInquiry*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoBillPaymentInquiry*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoBillPaymentInquiryResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoBillPaymentInquiryResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateCustomerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateCustomerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendBillPaymentAdvice*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendBillPaymentAdvice*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendBillPaymentAdviceResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendBillPaymentAdviceResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendPayments: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendPayments*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendPayments*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendPaymentsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendPaymentsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount: - if (p->size < 0) - SOAP_DELETE((_interswitch__AddCustomerBillerAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AddCustomerBillerAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AddCustomerBillerAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AddCustomerBillerAccountResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCustomerBillerAccounts*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCustomerBillerAccounts*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCustomerBillerAccountsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCustomerBillerAccountsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerPayments: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCustomerPayments*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCustomerPayments*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCustomerPaymentsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCustomerPaymentsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomer: - if (p->size < 0) - SOAP_DELETE((_interswitch__AddBillerCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AddBillerCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AddBillerCustomerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AddBillerCustomerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCollectionsAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCollectionsAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCollectionsAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCollectionsAccountResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillersCollectionsAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillersCollectionsAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillersCollectionsAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillersCollectionsAccountResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount: - if (p->size < 0) - SOAP_DELETE((_interswitch__EditCustomerBillerAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__EditCustomerBillerAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__EditCustomerBillerAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__EditCustomerBillerAccountResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ResendActivationToken: - if (p->size < 0) - SOAP_DELETE((_interswitch__ResendActivationToken*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ResendActivationToken*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ResendActivationTokenResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ResendActivationTokenResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessing: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoCustomProcessing*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoCustomProcessing*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoCustomProcessingResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoCustomProcessingResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CreateBiller: - if (p->size < 0) - SOAP_DELETE((_interswitch__CreateBiller*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CreateBiller*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CreateBillerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__CreateBillerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CreateBillerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__VerifyBiller: - if (p->size < 0) - SOAP_DELETE((_interswitch__VerifyBiller*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__VerifyBiller*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__VerifyBillerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__VerifyBillerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ValidateCustomer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ValidateCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ValidateCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoTransfer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__DoTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__DoTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CancelTransfer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__CancelTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__CancelTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendSessionKey: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__SendSessionKey*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__SendSessionKey*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__QueryTransfer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__QueryTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__QueryTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthoriseCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthoriseCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthoriseAccountCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthoriseAccountCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ReverseCashOut: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ReverseCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ReverseCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__StatusCheck: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__StatusCheck*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__StatusCheck*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__QueryTransaction: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__QueryTransaction*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__QueryTransaction*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetSystemSettings: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetSystemSettings*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetSystemSettings*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CreateUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__CreateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__CreateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ActivateUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ActivateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ActivateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__UpdateUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__UpdateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__UpdateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ChangePassword: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ChangePassword*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ChangePassword*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ResetPassword: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ResetPassword*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ResetPassword*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthenticateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthenticateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthenticateUserSecurityToken*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthenticateUserSecurityToken*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillers: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetLatestBillers: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetLatestBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetLatestBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetFeaturedBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetFeaturedBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetBillerPaymentItems*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetBillerPaymentItems*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillerCategories: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetBillerCategories*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetBillerCategories*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__DoBillPaymentInquiry*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__DoBillPaymentInquiry*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthenticateCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthenticateCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__SendBillPaymentAdvice*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__SendBillPaymentAdvice*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendPayments: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__SendPayments*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__SendPayments*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AddCustomerBillerAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AddCustomerBillerAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetCustomerBillerAccounts*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetCustomerBillerAccounts*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCustomerPayments: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetCustomerPayments*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetCustomerPayments*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AddBillerCustomer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AddBillerCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AddBillerCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetCollectionsAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetCollectionsAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetBillersCollectionsAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetBillersCollectionsAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__EditCustomerBillerAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__EditCustomerBillerAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ResendActivationToken: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ResendActivationToken*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ResendActivationToken*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoCustomProcessing: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__DoCustomProcessing*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__DoCustomProcessing*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CreateBiller: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__CreateBiller*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__CreateBiller*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__VerifyBiller: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__VerifyBiller*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__VerifyBiller*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Header: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Header*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Code: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Code*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Detail: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Detail*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Reason: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Reason*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Fault: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Fault*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__ID: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__IDREF: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__QName: - if (p->size < 0) - SOAP_DELETE((xsd__QName*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__QName*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__anyURI: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__decimal: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__duration: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__duration: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__guid: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - default: return SOAP_ERR; - } - return SOAP_OK; -} - -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) -{ return soap_id_enter(soap, id, p, t, n, 0, type, arrayType, soap_instantiate); -} - -SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward(struct soap *soap, const char *href, void *p, size_t len, int st, int tt, size_t n, unsigned int k) -{ return soap_id_forward(soap, href, p, len, st, tt, n, k, soap_container_insert); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_container_insert(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -#ifdef WIN32 -#pragma warning(push) -#pragma warning(disable:4065) -#endif -{ - (void)soap; (void)st; (void)p; (void)len; (void)q; (void)n; /* appease -Wall -Werror */ - switch (tt) - { - default: - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not insert type=%d in %d\n", st, tt)); - } -#ifdef WIN32 -#pragma warning(pop) -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__byte(struct soap *soap, const char *tag, int id, const char *a, const char *type) -{ - return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_interswitch_xsd__byte); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_xsd__byte(struct soap *soap, const char *tag, char *a, const char *type) -{ char *p; - p = soap_inbyte(soap, tag, a, type, SOAP_TYPE_interswitch_xsd__byte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__byte(struct soap *soap, const char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__byte); - if (soap_out_xsd__byte(soap, tag?tag:"xsd:byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_xsd__byte(struct soap *soap, char *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__byte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap *soap, char *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_byte - *a = SOAP_DEFAULT_byte; -#else - *a = (char)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap *soap, const char *tag, int id, const char *a, const char *type) -{ - return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_interswitch_byte); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap *soap, const char *tag, char *a, const char *type) -{ char *p; - p = soap_inbyte(soap, tag, a, type, SOAP_TYPE_interswitch_byte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap *soap, const char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_byte); - if (soap_out_byte(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap *soap, char *p, const char *tag, const char *type) -{ - if ((p = soap_in_byte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_short(struct soap *soap, short *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_short - *a = SOAP_DEFAULT_short; -#else - *a = (short)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_short(struct soap *soap, const char *tag, int id, const short *a, const char *type) -{ - return soap_outshort(soap, tag, id, a, type, SOAP_TYPE_interswitch_short); -} - -SOAP_FMAC3 short * SOAP_FMAC4 soap_in_short(struct soap *soap, const char *tag, short *a, const char *type) -{ short *p; - p = soap_inshort(soap, tag, a, type, SOAP_TYPE_interswitch_short); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_short(struct soap *soap, const short *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_short); - if (soap_out_short(soap, tag?tag:"short", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 short * SOAP_FMAC4 soap_get_short(struct soap *soap, short *p, const char *tag, const char *type) -{ - if ((p = soap_in_short(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__char(struct soap *soap, const char *tag, int id, const int *a, const char *type) -{ - return soap_outint(soap, tag, id, a, type, SOAP_TYPE_interswitch_interswitch2__char); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_interswitch2__char(struct soap *soap, const char *tag, int *a, const char *type) -{ int *p; - p = soap_inint(soap, tag, a, type, SOAP_TYPE_interswitch_interswitch2__char); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__char(struct soap *soap, const int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__char); - if (soap_out_interswitch2__char(soap, tag?tag:"interswitch2:char", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_interswitch2__char(struct soap *soap, int *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__char(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap *soap, int *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_int - *a = SOAP_DEFAULT_int; -#else - *a = (int)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap *soap, const char *tag, int id, const int *a, const char *type) -{ - return soap_outint(soap, tag, id, a, type, SOAP_TYPE_interswitch_int); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap *soap, const char *tag, int *a, const char *type) -{ int *p; - p = soap_inint(soap, tag, a, type, SOAP_TYPE_interswitch_int); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap *soap, const int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_int); - if (soap_out_int(soap, tag?tag:"int", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap *soap, int *p, const char *tag, const char *type) -{ - if ((p = soap_in_int(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_LONG64(struct soap *soap, LONG64 *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_LONG64 - *a = SOAP_DEFAULT_LONG64; -#else - *a = (LONG64)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_LONG64(struct soap *soap, const char *tag, int id, const LONG64 *a, const char *type) -{ - return soap_outLONG64(soap, tag, id, a, type, SOAP_TYPE_interswitch_LONG64); -} - -SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_in_LONG64(struct soap *soap, const char *tag, LONG64 *a, const char *type) -{ LONG64 *p; - p = soap_inLONG64(soap, tag, a, type, SOAP_TYPE_interswitch_LONG64); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_LONG64(struct soap *soap, const LONG64 *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_LONG64); - if (soap_out_LONG64(soap, tag?tag:"long", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_get_LONG64(struct soap *soap, LONG64 *p, const char *tag, const char *type) -{ - if ((p = soap_in_LONG64(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_float(struct soap *soap, float *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_float - *a = SOAP_DEFAULT_float; -#else - *a = (float)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_float(struct soap *soap, const char *tag, int id, const float *a, const char *type) -{ - return soap_outfloat(soap, tag, id, a, type, SOAP_TYPE_interswitch_float); -} - -SOAP_FMAC3 float * SOAP_FMAC4 soap_in_float(struct soap *soap, const char *tag, float *a, const char *type) -{ float *p; - p = soap_infloat(soap, tag, a, type, SOAP_TYPE_interswitch_float); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_float(struct soap *soap, const float *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_float); - if (soap_out_float(soap, tag?tag:"float", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 float * SOAP_FMAC4 soap_get_float(struct soap *soap, float *p, const char *tag, const char *type) -{ - if ((p = soap_in_float(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_double(struct soap *soap, double *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_double - *a = SOAP_DEFAULT_double; -#else - *a = (double)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_double(struct soap *soap, const char *tag, int id, const double *a, const char *type) -{ - return soap_outdouble(soap, tag, id, a, type, SOAP_TYPE_interswitch_double); -} - -SOAP_FMAC3 double * SOAP_FMAC4 soap_in_double(struct soap *soap, const char *tag, double *a, const char *type) -{ double *p; - p = soap_indouble(soap, tag, a, type, SOAP_TYPE_interswitch_double); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_double(struct soap *soap, const double *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_double); - if (soap_out_double(soap, tag?tag:"double", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 double * SOAP_FMAC4 soap_get_double(struct soap *soap, double *p, const char *tag, const char *type) -{ - if ((p = soap_in_double(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedByte(struct soap *soap, const char *tag, int id, const unsigned char *a, const char *type) -{ - return soap_outunsignedByte(soap, tag, id, a, type, SOAP_TYPE_interswitch_xsd__unsignedByte); -} - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_xsd__unsignedByte(struct soap *soap, const char *tag, unsigned char *a, const char *type) -{ unsigned char *p; - p = soap_inunsignedByte(soap, tag, a, type, SOAP_TYPE_interswitch_xsd__unsignedByte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__unsignedByte(struct soap *soap, const unsigned char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedByte); - if (soap_out_xsd__unsignedByte(soap, tag?tag:"xsd:unsignedByte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_xsd__unsignedByte(struct soap *soap, unsigned char *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedByte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedByte(struct soap *soap, unsigned char *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_unsignedByte - *a = SOAP_DEFAULT_unsignedByte; -#else - *a = (unsigned char)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedByte(struct soap *soap, const char *tag, int id, const unsigned char *a, const char *type) -{ - return soap_outunsignedByte(soap, tag, id, a, type, SOAP_TYPE_interswitch_unsignedByte); -} - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_unsignedByte(struct soap *soap, const char *tag, unsigned char *a, const char *type) -{ unsigned char *p; - p = soap_inunsignedByte(soap, tag, a, type, SOAP_TYPE_interswitch_unsignedByte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedByte(struct soap *soap, const unsigned char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_unsignedByte); - if (soap_out_unsignedByte(soap, tag?tag:"unsignedByte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_unsignedByte(struct soap *soap, unsigned char *p, const char *tag, const char *type) -{ - if ((p = soap_in_unsignedByte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedShort(struct soap *soap, unsigned short *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_unsignedShort - *a = SOAP_DEFAULT_unsignedShort; -#else - *a = (unsigned short)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedShort(struct soap *soap, const char *tag, int id, const unsigned short *a, const char *type) -{ - return soap_outunsignedShort(soap, tag, id, a, type, SOAP_TYPE_interswitch_unsignedShort); -} - -SOAP_FMAC3 unsigned short * SOAP_FMAC4 soap_in_unsignedShort(struct soap *soap, const char *tag, unsigned short *a, const char *type) -{ unsigned short *p; - p = soap_inunsignedShort(soap, tag, a, type, SOAP_TYPE_interswitch_unsignedShort); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedShort(struct soap *soap, const unsigned short *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_unsignedShort); - if (soap_out_unsignedShort(soap, tag?tag:"unsignedShort", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned short * SOAP_FMAC4 soap_get_unsignedShort(struct soap *soap, unsigned short *p, const char *tag, const char *type) -{ - if ((p = soap_in_unsignedShort(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedInt(struct soap *soap, unsigned int *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_unsignedInt - *a = SOAP_DEFAULT_unsignedInt; -#else - *a = (unsigned int)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedInt(struct soap *soap, const char *tag, int id, const unsigned int *a, const char *type) -{ - return soap_outunsignedInt(soap, tag, id, a, type, SOAP_TYPE_interswitch_unsignedInt); -} - -SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_in_unsignedInt(struct soap *soap, const char *tag, unsigned int *a, const char *type) -{ unsigned int *p; - p = soap_inunsignedInt(soap, tag, a, type, SOAP_TYPE_interswitch_unsignedInt); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedInt(struct soap *soap, const unsigned int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_unsignedInt); - if (soap_out_unsignedInt(soap, tag?tag:"unsignedInt", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_get_unsignedInt(struct soap *soap, unsigned int *p, const char *tag, const char *type) -{ - if ((p = soap_in_unsignedInt(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedLONG64(struct soap *soap, ULONG64 *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_unsignedLONG64 - *a = SOAP_DEFAULT_unsignedLONG64; -#else - *a = (ULONG64)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedLONG64(struct soap *soap, const char *tag, int id, const ULONG64 *a, const char *type) -{ - return soap_outULONG64(soap, tag, id, a, type, SOAP_TYPE_interswitch_unsignedLONG64); -} - -SOAP_FMAC3 ULONG64 * SOAP_FMAC4 soap_in_unsignedLONG64(struct soap *soap, const char *tag, ULONG64 *a, const char *type) -{ ULONG64 *p; - p = soap_inULONG64(soap, tag, a, type, SOAP_TYPE_interswitch_unsignedLONG64); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedLONG64(struct soap *soap, const ULONG64 *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_unsignedLONG64); - if (soap_out_unsignedLONG64(soap, tag?tag:"unsignedLong", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 ULONG64 * SOAP_FMAC4 soap_get_unsignedLONG64(struct soap *soap, ULONG64 *p, const char *tag, const char *type) -{ - if ((p = soap_in_unsignedLONG64(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_time(struct soap *soap, time_t *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_time - *a = SOAP_DEFAULT_time; -#else - *a = (time_t)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_time(struct soap *soap, const char *tag, int id, const time_t *a, const char *type) -{ - return soap_outdateTime(soap, tag, id, a, type, SOAP_TYPE_interswitch_time); -} - -SOAP_FMAC3 time_t * SOAP_FMAC4 soap_in_time(struct soap *soap, const char *tag, time_t *a, const char *type) -{ time_t *p; - p = soap_indateTime(soap, tag, a, type, SOAP_TYPE_interswitch_time); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_time(struct soap *soap, const time_t *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_time); - if (soap_out_time(soap, tag?tag:"dateTime", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 time_t * SOAP_FMAC4 soap_get_time(struct soap *soap, time_t *p, const char *tag, const char *type) -{ - if ((p = soap_in_time(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_bool(struct soap *soap, bool *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_bool - *a = SOAP_DEFAULT_bool; -#else - *a = (bool)0; -#endif -} - -static const struct soap_code_map soap_codes_bool[] = -{ { (long)false, "false" }, - { (long)true, "true" }, - { 0, NULL } -}; - -SOAP_FMAC3S const char* SOAP_FMAC4S soap_bool2s(struct soap *soap, bool n) -{ - (void)soap; /* appease -Wall -Werror */ -return soap_code_str(soap_codes_bool, n!=0); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_bool(struct soap *soap, const char *tag, int id, const bool *a, const char *type) -{ if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_bool), type) || soap_send(soap, soap_bool2s(soap, *a))) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3S int SOAP_FMAC4S soap_s2bool(struct soap *soap, const char *s, bool *a) -{ - const struct soap_code_map *map; - if (!s) - return soap->error; - map = soap_code(soap_codes_bool, s); - if (map) - *a = (bool)(map->code != 0); - else - { long n; - if (soap_s2long(soap, s, &n) || n < 0 || n > 1) - return soap->error = SOAP_TYPE; - *a = (bool)(n != 0); - } - return SOAP_OK; -} - -SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_bool(struct soap *soap, const char *tag, bool *a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - if (*soap->type && soap_match_tag(soap, soap->type, type) && soap_match_tag(soap, soap->type, ":boolean")) - { soap->error = SOAP_TYPE; - return NULL; - } - a = (bool *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_bool, sizeof(bool), 0, NULL, NULL, NULL); - if (!a) - return NULL; - if (soap->body && !*soap->href) - { if (!a || soap_s2bool(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (bool *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_bool, 0, sizeof(bool), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_bool(struct soap *soap, const bool *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_bool); - if (soap_out_bool(soap, tag?tag:"boolean", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_bool(struct soap *soap, bool *p, const char *tag, const char *type) -{ - if ((p = soap_in_bool(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void interswitch2__guid__::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_interswitch2__guid(soap, &this->interswitch2__guid__::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void interswitch2__guid__::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_interswitch2__guid(soap, &this->interswitch2__guid__::__item); - /* transient soap skipped */ -} - -int interswitch2__guid__::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_interswitch2__guid__(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__guid__(struct soap *soap, const char *tag, int id, const interswitch2__guid__ *a, const char *type) -{ - return soap_out_interswitch2__guid(soap, tag, id, &(a->interswitch2__guid__::__item), "interswitch2:guid"); -} - -void *interswitch2__guid__::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_interswitch2__guid__(soap, tag, this, type); -} - -SOAP_FMAC3 interswitch2__guid__ * SOAP_FMAC4 soap_in_interswitch2__guid__(struct soap *soap, const char *tag, interswitch2__guid__ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (interswitch2__guid__ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_interswitch2__guid__, sizeof(interswitch2__guid__), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_interswitch2__guid__) - return (interswitch2__guid__ *)a->soap_in(soap, tag, type); - } - if (!soap_in_interswitch2__guid(soap, tag, &(a->interswitch2__guid__::__item), "interswitch2:guid")) - return NULL; - return a; -} - -int interswitch2__guid__::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__guid__); - if (this->soap_out(soap, tag?tag:"interswitch2:guid", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *interswitch2__guid__::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_interswitch2__guid__(soap, this, tag, type); -} - -SOAP_FMAC3 interswitch2__guid__ * SOAP_FMAC4 soap_get_interswitch2__guid__(struct soap *soap, interswitch2__guid__ *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__guid__(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 interswitch2__guid__ * SOAP_FMAC2 soap_instantiate_interswitch2__guid__(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_interswitch2__guid__(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_interswitch2__guid__, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__guid__); - if (size) - *size = sizeof(interswitch2__guid__); - ((interswitch2__guid__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__guid__[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(interswitch2__guid__); - for (int i = 0; i < n; i++) - ((interswitch2__guid__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__guid__*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__guid__(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying interswitch2__guid__ %p -> %p\n", q, p)); - *(interswitch2__guid__*)p = *(interswitch2__guid__*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__guid(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_interswitch2__guid), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_interswitch2__guid(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_interswitch2__guid, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_interswitch2__guid, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_interswitch2__guid, 0, sizeof(std::string), 0, soap_copy_interswitch2__guid); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__guid(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__guid); - if (soap_out_interswitch2__guid(soap, tag?tag:"interswitch2:guid", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_interswitch2__guid(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__guid(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void interswitch2__duration__::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_interswitch2__duration(soap, &this->interswitch2__duration__::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void interswitch2__duration__::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_interswitch2__duration(soap, &this->interswitch2__duration__::__item); - /* transient soap skipped */ -} - -int interswitch2__duration__::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_interswitch2__duration__(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__duration__(struct soap *soap, const char *tag, int id, const interswitch2__duration__ *a, const char *type) -{ - return soap_out_interswitch2__duration(soap, tag, id, &(a->interswitch2__duration__::__item), "interswitch2:duration"); -} - -void *interswitch2__duration__::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_interswitch2__duration__(soap, tag, this, type); -} - -SOAP_FMAC3 interswitch2__duration__ * SOAP_FMAC4 soap_in_interswitch2__duration__(struct soap *soap, const char *tag, interswitch2__duration__ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (interswitch2__duration__ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_interswitch2__duration__, sizeof(interswitch2__duration__), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_interswitch2__duration__) - return (interswitch2__duration__ *)a->soap_in(soap, tag, type); - } - if (!soap_in_interswitch2__duration(soap, tag, &(a->interswitch2__duration__::__item), "interswitch2:duration")) - return NULL; - return a; -} - -int interswitch2__duration__::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__duration__); - if (this->soap_out(soap, tag?tag:"interswitch2:duration", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *interswitch2__duration__::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_interswitch2__duration__(soap, this, tag, type); -} - -SOAP_FMAC3 interswitch2__duration__ * SOAP_FMAC4 soap_get_interswitch2__duration__(struct soap *soap, interswitch2__duration__ *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__duration__(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 interswitch2__duration__ * SOAP_FMAC2 soap_instantiate_interswitch2__duration__(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_interswitch2__duration__(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_interswitch2__duration__, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__duration__); - if (size) - *size = sizeof(interswitch2__duration__); - ((interswitch2__duration__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__duration__[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(interswitch2__duration__); - for (int i = 0; i < n; i++) - ((interswitch2__duration__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__duration__*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__duration__(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying interswitch2__duration__ %p -> %p\n", q, p)); - *(interswitch2__duration__*)p = *(interswitch2__duration__*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__duration(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_interswitch2__duration), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_interswitch2__duration(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_interswitch2__duration, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_interswitch2__duration, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_interswitch2__duration, 0, sizeof(std::string), 0, soap_copy_interswitch2__duration); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__duration(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__duration); - if (soap_out_interswitch2__duration(soap, tag?tag:"interswitch2:duration", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_interswitch2__duration(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__duration(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void interswitch2__char__::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_interswitch2__char(soap, &this->interswitch2__char__::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void interswitch2__char__::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int interswitch2__char__::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_interswitch2__char__(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__char__(struct soap *soap, const char *tag, int id, const interswitch2__char__ *a, const char *type) -{ - return soap_out_interswitch2__char(soap, tag, id, &(a->interswitch2__char__::__item), "interswitch2:char"); -} - -void *interswitch2__char__::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_interswitch2__char__(soap, tag, this, type); -} - -SOAP_FMAC3 interswitch2__char__ * SOAP_FMAC4 soap_in_interswitch2__char__(struct soap *soap, const char *tag, interswitch2__char__ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (interswitch2__char__ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_interswitch2__char__, sizeof(interswitch2__char__), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_interswitch2__char__) - return (interswitch2__char__ *)a->soap_in(soap, tag, type); - } - if (!soap_in_interswitch2__char(soap, tag, &(a->interswitch2__char__::__item), "interswitch2:char")) - return NULL; - return a; -} - -int interswitch2__char__::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__char__); - if (this->soap_out(soap, tag?tag:"interswitch2:char", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *interswitch2__char__::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_interswitch2__char__(soap, this, tag, type); -} - -SOAP_FMAC3 interswitch2__char__ * SOAP_FMAC4 soap_get_interswitch2__char__(struct soap *soap, interswitch2__char__ *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__char__(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 interswitch2__char__ * SOAP_FMAC2 soap_instantiate_interswitch2__char__(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_interswitch2__char__(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_interswitch2__char__, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__char__); - if (size) - *size = sizeof(interswitch2__char__); - ((interswitch2__char__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__char__[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(interswitch2__char__); - for (int i = 0; i < n; i++) - ((interswitch2__char__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__char__*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__char__(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying interswitch2__char__ %p -> %p\n", q, p)); - *(interswitch2__char__*)p = *(interswitch2__char__*)q; -} - -void _interswitch__VerifyBillerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__VerifyBillerResponse::VerifyBillerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__VerifyBillerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__VerifyBillerResponse::VerifyBillerResult); - /* transient soap skipped */ -} - -int _interswitch__VerifyBillerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__VerifyBillerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__VerifyBillerResponse(struct soap *soap, const char *tag, int id, const _interswitch__VerifyBillerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse), type)) - return soap->error; - if (a->VerifyBillerResult) - soap_element_result(soap, "interswitch:VerifyBillerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:VerifyBillerResult", -1, &(a->_interswitch__VerifyBillerResponse::VerifyBillerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__VerifyBillerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__VerifyBillerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__VerifyBillerResponse * SOAP_FMAC4 soap_in__interswitch__VerifyBillerResponse(struct soap *soap, const char *tag, _interswitch__VerifyBillerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__VerifyBillerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse, sizeof(_interswitch__VerifyBillerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__VerifyBillerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_VerifyBillerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_VerifyBillerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:VerifyBillerResult", &(a->_interswitch__VerifyBillerResponse::VerifyBillerResult), "xsd:string")) - { soap_flag_VerifyBillerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:VerifyBillerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__VerifyBillerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse, 0, sizeof(_interswitch__VerifyBillerResponse), 0, soap_copy__interswitch__VerifyBillerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__VerifyBillerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:VerifyBillerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__VerifyBillerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__VerifyBillerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__VerifyBillerResponse * SOAP_FMAC4 soap_get__interswitch__VerifyBillerResponse(struct soap *soap, _interswitch__VerifyBillerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__VerifyBillerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__VerifyBillerResponse * SOAP_FMAC2 soap_instantiate__interswitch__VerifyBillerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__VerifyBillerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__VerifyBillerResponse); - if (size) - *size = sizeof(_interswitch__VerifyBillerResponse); - ((_interswitch__VerifyBillerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__VerifyBillerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__VerifyBillerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__VerifyBillerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__VerifyBillerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__VerifyBillerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__VerifyBillerResponse %p -> %p\n", q, p)); - *(_interswitch__VerifyBillerResponse*)p = *(_interswitch__VerifyBillerResponse*)q; -} - -void _interswitch__VerifyBiller::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__VerifyBiller::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__VerifyBiller::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__VerifyBiller::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__VerifyBiller::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__VerifyBiller(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__VerifyBiller(struct soap *soap, const char *tag, int id, const _interswitch__VerifyBiller *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__VerifyBiller), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__VerifyBiller::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__VerifyBiller::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__VerifyBiller(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__VerifyBiller * SOAP_FMAC4 soap_in__interswitch__VerifyBiller(struct soap *soap, const char *tag, _interswitch__VerifyBiller *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__VerifyBiller *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__VerifyBiller, sizeof(_interswitch__VerifyBiller), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__VerifyBiller) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__VerifyBiller *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__VerifyBiller::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__VerifyBiller *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__VerifyBiller, 0, sizeof(_interswitch__VerifyBiller), 0, soap_copy__interswitch__VerifyBiller); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__VerifyBiller::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__VerifyBiller); - if (this->soap_out(soap, tag?tag:"interswitch:VerifyBiller", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__VerifyBiller::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__VerifyBiller(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__VerifyBiller * SOAP_FMAC4 soap_get__interswitch__VerifyBiller(struct soap *soap, _interswitch__VerifyBiller *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__VerifyBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__VerifyBiller * SOAP_FMAC2 soap_instantiate__interswitch__VerifyBiller(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__VerifyBiller(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__VerifyBiller, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__VerifyBiller); - if (size) - *size = sizeof(_interswitch__VerifyBiller); - ((_interswitch__VerifyBiller*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__VerifyBiller[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__VerifyBiller); - for (int i = 0; i < n; i++) - ((_interswitch__VerifyBiller*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__VerifyBiller*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__VerifyBiller(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__VerifyBiller %p -> %p\n", q, p)); - *(_interswitch__VerifyBiller*)p = *(_interswitch__VerifyBiller*)q; -} - -void _interswitch__CreateBillerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CreateBillerResponse::CreateBillerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__CreateBillerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CreateBillerResponse::CreateBillerResult); - /* transient soap skipped */ -} - -int _interswitch__CreateBillerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CreateBillerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateBillerResponse(struct soap *soap, const char *tag, int id, const _interswitch__CreateBillerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse), type)) - return soap->error; - if (a->CreateBillerResult) - soap_element_result(soap, "interswitch:CreateBillerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:CreateBillerResult", -1, &(a->_interswitch__CreateBillerResponse::CreateBillerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CreateBillerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CreateBillerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CreateBillerResponse * SOAP_FMAC4 soap_in__interswitch__CreateBillerResponse(struct soap *soap, const char *tag, _interswitch__CreateBillerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CreateBillerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse, sizeof(_interswitch__CreateBillerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CreateBillerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CreateBillerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_CreateBillerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_CreateBillerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:CreateBillerResult", &(a->_interswitch__CreateBillerResponse::CreateBillerResult), "xsd:string")) - { soap_flag_CreateBillerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:CreateBillerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CreateBillerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse, 0, sizeof(_interswitch__CreateBillerResponse), 0, soap_copy__interswitch__CreateBillerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CreateBillerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:CreateBillerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CreateBillerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CreateBillerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CreateBillerResponse * SOAP_FMAC4 soap_get__interswitch__CreateBillerResponse(struct soap *soap, _interswitch__CreateBillerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CreateBillerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CreateBillerResponse * SOAP_FMAC2 soap_instantiate__interswitch__CreateBillerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CreateBillerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateBillerResponse); - if (size) - *size = sizeof(_interswitch__CreateBillerResponse); - ((_interswitch__CreateBillerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateBillerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CreateBillerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__CreateBillerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CreateBillerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateBillerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CreateBillerResponse %p -> %p\n", q, p)); - *(_interswitch__CreateBillerResponse*)p = *(_interswitch__CreateBillerResponse*)q; -} - -void _interswitch__CreateBiller::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CreateBiller::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__CreateBiller::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CreateBiller::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__CreateBiller::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CreateBiller(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateBiller(struct soap *soap, const char *tag, int id, const _interswitch__CreateBiller *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CreateBiller), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__CreateBiller::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CreateBiller::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CreateBiller(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CreateBiller * SOAP_FMAC4 soap_in__interswitch__CreateBiller(struct soap *soap, const char *tag, _interswitch__CreateBiller *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CreateBiller *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CreateBiller, sizeof(_interswitch__CreateBiller), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CreateBiller) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CreateBiller *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__CreateBiller::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CreateBiller *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CreateBiller, 0, sizeof(_interswitch__CreateBiller), 0, soap_copy__interswitch__CreateBiller); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CreateBiller::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CreateBiller); - if (this->soap_out(soap, tag?tag:"interswitch:CreateBiller", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CreateBiller::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CreateBiller(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CreateBiller * SOAP_FMAC4 soap_get__interswitch__CreateBiller(struct soap *soap, _interswitch__CreateBiller *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CreateBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CreateBiller * SOAP_FMAC2 soap_instantiate__interswitch__CreateBiller(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CreateBiller(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CreateBiller, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateBiller); - if (size) - *size = sizeof(_interswitch__CreateBiller); - ((_interswitch__CreateBiller*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateBiller[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CreateBiller); - for (int i = 0; i < n; i++) - ((_interswitch__CreateBiller*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CreateBiller*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateBiller(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CreateBiller %p -> %p\n", q, p)); - *(_interswitch__CreateBiller*)p = *(_interswitch__CreateBiller*)q; -} - -void _interswitch__DoCustomProcessingResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoCustomProcessingResponse::DoCustomProcessingResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoCustomProcessingResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoCustomProcessingResponse::DoCustomProcessingResult); - /* transient soap skipped */ -} - -int _interswitch__DoCustomProcessingResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoCustomProcessingResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoCustomProcessingResponse(struct soap *soap, const char *tag, int id, const _interswitch__DoCustomProcessingResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse), type)) - return soap->error; - if (a->DoCustomProcessingResult) - soap_element_result(soap, "interswitch:DoCustomProcessingResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:DoCustomProcessingResult", -1, &(a->_interswitch__DoCustomProcessingResponse::DoCustomProcessingResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoCustomProcessingResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoCustomProcessingResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse * SOAP_FMAC4 soap_in__interswitch__DoCustomProcessingResponse(struct soap *soap, const char *tag, _interswitch__DoCustomProcessingResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoCustomProcessingResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse, sizeof(_interswitch__DoCustomProcessingResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoCustomProcessingResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_DoCustomProcessingResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_DoCustomProcessingResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:DoCustomProcessingResult", &(a->_interswitch__DoCustomProcessingResponse::DoCustomProcessingResult), "xsd:string")) - { soap_flag_DoCustomProcessingResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:DoCustomProcessingResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoCustomProcessingResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse, 0, sizeof(_interswitch__DoCustomProcessingResponse), 0, soap_copy__interswitch__DoCustomProcessingResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoCustomProcessingResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse); - if (this->soap_out(soap, tag?tag:"interswitch:DoCustomProcessingResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoCustomProcessingResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoCustomProcessingResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse * SOAP_FMAC4 soap_get__interswitch__DoCustomProcessingResponse(struct soap *soap, _interswitch__DoCustomProcessingResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoCustomProcessingResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoCustomProcessingResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoCustomProcessingResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoCustomProcessingResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoCustomProcessingResponse); - if (size) - *size = sizeof(_interswitch__DoCustomProcessingResponse); - ((_interswitch__DoCustomProcessingResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoCustomProcessingResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoCustomProcessingResponse); - for (int i = 0; i < n; i++) - ((_interswitch__DoCustomProcessingResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoCustomProcessingResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoCustomProcessingResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoCustomProcessingResponse %p -> %p\n", q, p)); - *(_interswitch__DoCustomProcessingResponse*)p = *(_interswitch__DoCustomProcessingResponse*)q; -} - -void _interswitch__DoCustomProcessing::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoCustomProcessing::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoCustomProcessing::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoCustomProcessing::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__DoCustomProcessing::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoCustomProcessing(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoCustomProcessing(struct soap *soap, const char *tag, int id, const _interswitch__DoCustomProcessing *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__DoCustomProcessing::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoCustomProcessing::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoCustomProcessing(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessing * SOAP_FMAC4 soap_in__interswitch__DoCustomProcessing(struct soap *soap, const char *tag, _interswitch__DoCustomProcessing *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoCustomProcessing *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing, sizeof(_interswitch__DoCustomProcessing), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoCustomProcessing) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoCustomProcessing *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__DoCustomProcessing::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoCustomProcessing *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing, 0, sizeof(_interswitch__DoCustomProcessing), 0, soap_copy__interswitch__DoCustomProcessing); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoCustomProcessing::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing); - if (this->soap_out(soap, tag?tag:"interswitch:DoCustomProcessing", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoCustomProcessing::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoCustomProcessing(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessing * SOAP_FMAC4 soap_get__interswitch__DoCustomProcessing(struct soap *soap, _interswitch__DoCustomProcessing *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoCustomProcessing(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoCustomProcessing * SOAP_FMAC2 soap_instantiate__interswitch__DoCustomProcessing(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoCustomProcessing(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoCustomProcessing); - if (size) - *size = sizeof(_interswitch__DoCustomProcessing); - ((_interswitch__DoCustomProcessing*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoCustomProcessing[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoCustomProcessing); - for (int i = 0; i < n; i++) - ((_interswitch__DoCustomProcessing*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoCustomProcessing*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoCustomProcessing(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoCustomProcessing %p -> %p\n", q, p)); - *(_interswitch__DoCustomProcessing*)p = *(_interswitch__DoCustomProcessing*)q; -} - -void _interswitch__ResendActivationTokenResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ResendActivationTokenResponse::ResendActivationTokenResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ResendActivationTokenResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ResendActivationTokenResponse::ResendActivationTokenResult); - /* transient soap skipped */ -} - -int _interswitch__ResendActivationTokenResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ResendActivationTokenResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResendActivationTokenResponse(struct soap *soap, const char *tag, int id, const _interswitch__ResendActivationTokenResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse), type)) - return soap->error; - if (a->ResendActivationTokenResult) - soap_element_result(soap, "interswitch:ResendActivationTokenResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ResendActivationTokenResult", -1, &(a->_interswitch__ResendActivationTokenResponse::ResendActivationTokenResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ResendActivationTokenResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ResendActivationTokenResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse * SOAP_FMAC4 soap_in__interswitch__ResendActivationTokenResponse(struct soap *soap, const char *tag, _interswitch__ResendActivationTokenResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ResendActivationTokenResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse, sizeof(_interswitch__ResendActivationTokenResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ResendActivationTokenResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ResendActivationTokenResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ResendActivationTokenResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ResendActivationTokenResult", &(a->_interswitch__ResendActivationTokenResponse::ResendActivationTokenResult), "xsd:string")) - { soap_flag_ResendActivationTokenResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ResendActivationTokenResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ResendActivationTokenResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse, 0, sizeof(_interswitch__ResendActivationTokenResponse), 0, soap_copy__interswitch__ResendActivationTokenResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ResendActivationTokenResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ResendActivationTokenResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ResendActivationTokenResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ResendActivationTokenResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse * SOAP_FMAC4 soap_get__interswitch__ResendActivationTokenResponse(struct soap *soap, _interswitch__ResendActivationTokenResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ResendActivationTokenResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ResendActivationTokenResponse * SOAP_FMAC2 soap_instantiate__interswitch__ResendActivationTokenResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ResendActivationTokenResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResendActivationTokenResponse); - if (size) - *size = sizeof(_interswitch__ResendActivationTokenResponse); - ((_interswitch__ResendActivationTokenResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResendActivationTokenResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ResendActivationTokenResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ResendActivationTokenResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ResendActivationTokenResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResendActivationTokenResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ResendActivationTokenResponse %p -> %p\n", q, p)); - *(_interswitch__ResendActivationTokenResponse*)p = *(_interswitch__ResendActivationTokenResponse*)q; -} - -void _interswitch__ResendActivationToken::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ResendActivationToken::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ResendActivationToken::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ResendActivationToken::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ResendActivationToken::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ResendActivationToken(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResendActivationToken(struct soap *soap, const char *tag, int id, const _interswitch__ResendActivationToken *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ResendActivationToken), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ResendActivationToken::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ResendActivationToken::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ResendActivationToken(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationToken * SOAP_FMAC4 soap_in__interswitch__ResendActivationToken(struct soap *soap, const char *tag, _interswitch__ResendActivationToken *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ResendActivationToken *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ResendActivationToken, sizeof(_interswitch__ResendActivationToken), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ResendActivationToken) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ResendActivationToken *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ResendActivationToken::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ResendActivationToken *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ResendActivationToken, 0, sizeof(_interswitch__ResendActivationToken), 0, soap_copy__interswitch__ResendActivationToken); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ResendActivationToken::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ResendActivationToken); - if (this->soap_out(soap, tag?tag:"interswitch:ResendActivationToken", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ResendActivationToken::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ResendActivationToken(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationToken * SOAP_FMAC4 soap_get__interswitch__ResendActivationToken(struct soap *soap, _interswitch__ResendActivationToken *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ResendActivationToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ResendActivationToken * SOAP_FMAC2 soap_instantiate__interswitch__ResendActivationToken(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ResendActivationToken(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ResendActivationToken, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResendActivationToken); - if (size) - *size = sizeof(_interswitch__ResendActivationToken); - ((_interswitch__ResendActivationToken*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResendActivationToken[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ResendActivationToken); - for (int i = 0; i < n; i++) - ((_interswitch__ResendActivationToken*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ResendActivationToken*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResendActivationToken(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ResendActivationToken %p -> %p\n", q, p)); - *(_interswitch__ResendActivationToken*)p = *(_interswitch__ResendActivationToken*)q; -} - -void _interswitch__EditCustomerBillerAccountResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__EditCustomerBillerAccountResponse::EditCustomerBillerAccountResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__EditCustomerBillerAccountResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__EditCustomerBillerAccountResponse::EditCustomerBillerAccountResult); - /* transient soap skipped */ -} - -int _interswitch__EditCustomerBillerAccountResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__EditCustomerBillerAccountResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, const char *tag, int id, const _interswitch__EditCustomerBillerAccountResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse), type)) - return soap->error; - if (a->EditCustomerBillerAccountResult) - soap_element_result(soap, "interswitch:EditCustomerBillerAccountResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:EditCustomerBillerAccountResult", -1, &(a->_interswitch__EditCustomerBillerAccountResponse::EditCustomerBillerAccountResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__EditCustomerBillerAccountResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__EditCustomerBillerAccountResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC4 soap_in__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, const char *tag, _interswitch__EditCustomerBillerAccountResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__EditCustomerBillerAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse, sizeof(_interswitch__EditCustomerBillerAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__EditCustomerBillerAccountResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_EditCustomerBillerAccountResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_EditCustomerBillerAccountResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:EditCustomerBillerAccountResult", &(a->_interswitch__EditCustomerBillerAccountResponse::EditCustomerBillerAccountResult), "xsd:string")) - { soap_flag_EditCustomerBillerAccountResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:EditCustomerBillerAccountResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__EditCustomerBillerAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse, 0, sizeof(_interswitch__EditCustomerBillerAccountResponse), 0, soap_copy__interswitch__EditCustomerBillerAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__EditCustomerBillerAccountResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse); - if (this->soap_out(soap, tag?tag:"interswitch:EditCustomerBillerAccountResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__EditCustomerBillerAccountResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__EditCustomerBillerAccountResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC4 soap_get__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, _interswitch__EditCustomerBillerAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__EditCustomerBillerAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__EditCustomerBillerAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__EditCustomerBillerAccountResponse); - if (size) - *size = sizeof(_interswitch__EditCustomerBillerAccountResponse); - ((_interswitch__EditCustomerBillerAccountResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__EditCustomerBillerAccountResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__EditCustomerBillerAccountResponse); - for (int i = 0; i < n; i++) - ((_interswitch__EditCustomerBillerAccountResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__EditCustomerBillerAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__EditCustomerBillerAccountResponse %p -> %p\n", q, p)); - *(_interswitch__EditCustomerBillerAccountResponse*)p = *(_interswitch__EditCustomerBillerAccountResponse*)q; -} - -void _interswitch__EditCustomerBillerAccount::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__EditCustomerBillerAccount::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__EditCustomerBillerAccount::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__EditCustomerBillerAccount::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__EditCustomerBillerAccount::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__EditCustomerBillerAccount(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, int id, const _interswitch__EditCustomerBillerAccount *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__EditCustomerBillerAccount::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__EditCustomerBillerAccount::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__EditCustomerBillerAccount(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_in__interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, _interswitch__EditCustomerBillerAccount *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__EditCustomerBillerAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount, sizeof(_interswitch__EditCustomerBillerAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__EditCustomerBillerAccount *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__EditCustomerBillerAccount::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__EditCustomerBillerAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount, 0, sizeof(_interswitch__EditCustomerBillerAccount), 0, soap_copy__interswitch__EditCustomerBillerAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__EditCustomerBillerAccount::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount); - if (this->soap_out(soap, tag?tag:"interswitch:EditCustomerBillerAccount", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__EditCustomerBillerAccount::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__EditCustomerBillerAccount(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_get__interswitch__EditCustomerBillerAccount(struct soap *soap, _interswitch__EditCustomerBillerAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__EditCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__EditCustomerBillerAccount * SOAP_FMAC2 soap_instantiate__interswitch__EditCustomerBillerAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__EditCustomerBillerAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__EditCustomerBillerAccount); - if (size) - *size = sizeof(_interswitch__EditCustomerBillerAccount); - ((_interswitch__EditCustomerBillerAccount*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__EditCustomerBillerAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__EditCustomerBillerAccount); - for (int i = 0; i < n; i++) - ((_interswitch__EditCustomerBillerAccount*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__EditCustomerBillerAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__EditCustomerBillerAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__EditCustomerBillerAccount %p -> %p\n", q, p)); - *(_interswitch__EditCustomerBillerAccount*)p = *(_interswitch__EditCustomerBillerAccount*)q; -} - -void _interswitch__GetBillersCollectionsAccountResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillersCollectionsAccountResponse::GetBillersCollectionsAccountResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillersCollectionsAccountResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillersCollectionsAccountResponse::GetBillersCollectionsAccountResult); - /* transient soap skipped */ -} - -int _interswitch__GetBillersCollectionsAccountResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillersCollectionsAccountResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetBillersCollectionsAccountResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse), type)) - return soap->error; - if (a->GetBillersCollectionsAccountResult) - soap_element_result(soap, "interswitch:GetBillersCollectionsAccountResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetBillersCollectionsAccountResult", -1, &(a->_interswitch__GetBillersCollectionsAccountResponse::GetBillersCollectionsAccountResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillersCollectionsAccountResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillersCollectionsAccountResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC4 soap_in__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, const char *tag, _interswitch__GetBillersCollectionsAccountResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillersCollectionsAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse, sizeof(_interswitch__GetBillersCollectionsAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillersCollectionsAccountResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetBillersCollectionsAccountResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetBillersCollectionsAccountResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetBillersCollectionsAccountResult", &(a->_interswitch__GetBillersCollectionsAccountResponse::GetBillersCollectionsAccountResult), "xsd:string")) - { soap_flag_GetBillersCollectionsAccountResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetBillersCollectionsAccountResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillersCollectionsAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse, 0, sizeof(_interswitch__GetBillersCollectionsAccountResponse), 0, soap_copy__interswitch__GetBillersCollectionsAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillersCollectionsAccountResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillersCollectionsAccountResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillersCollectionsAccountResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillersCollectionsAccountResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC4 soap_get__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, _interswitch__GetBillersCollectionsAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillersCollectionsAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersCollectionsAccountResponse); - if (size) - *size = sizeof(_interswitch__GetBillersCollectionsAccountResponse); - ((_interswitch__GetBillersCollectionsAccountResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersCollectionsAccountResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillersCollectionsAccountResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillersCollectionsAccountResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillersCollectionsAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillersCollectionsAccountResponse %p -> %p\n", q, p)); - *(_interswitch__GetBillersCollectionsAccountResponse*)p = *(_interswitch__GetBillersCollectionsAccountResponse*)q; -} - -void _interswitch__GetBillersCollectionsAccount::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillersCollectionsAccount::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillersCollectionsAccount::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillersCollectionsAccount::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetBillersCollectionsAccount::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillersCollectionsAccount(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, int id, const _interswitch__GetBillersCollectionsAccount *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetBillersCollectionsAccount::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillersCollectionsAccount::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillersCollectionsAccount(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_in__interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, _interswitch__GetBillersCollectionsAccount *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillersCollectionsAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount, sizeof(_interswitch__GetBillersCollectionsAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillersCollectionsAccount *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetBillersCollectionsAccount::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillersCollectionsAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount, 0, sizeof(_interswitch__GetBillersCollectionsAccount), 0, soap_copy__interswitch__GetBillersCollectionsAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillersCollectionsAccount::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillersCollectionsAccount", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillersCollectionsAccount::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillersCollectionsAccount(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_get__interswitch__GetBillersCollectionsAccount(struct soap *soap, _interswitch__GetBillersCollectionsAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillersCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersCollectionsAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillersCollectionsAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersCollectionsAccount); - if (size) - *size = sizeof(_interswitch__GetBillersCollectionsAccount); - ((_interswitch__GetBillersCollectionsAccount*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersCollectionsAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillersCollectionsAccount); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillersCollectionsAccount*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillersCollectionsAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersCollectionsAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillersCollectionsAccount %p -> %p\n", q, p)); - *(_interswitch__GetBillersCollectionsAccount*)p = *(_interswitch__GetBillersCollectionsAccount*)q; -} - -void _interswitch__GetCollectionsAccountResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCollectionsAccountResponse::GetCollectionsAccountResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCollectionsAccountResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCollectionsAccountResponse::GetCollectionsAccountResult); - /* transient soap skipped */ -} - -int _interswitch__GetCollectionsAccountResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCollectionsAccountResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCollectionsAccountResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetCollectionsAccountResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse), type)) - return soap->error; - if (a->GetCollectionsAccountResult) - soap_element_result(soap, "interswitch:GetCollectionsAccountResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetCollectionsAccountResult", -1, &(a->_interswitch__GetCollectionsAccountResponse::GetCollectionsAccountResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCollectionsAccountResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCollectionsAccountResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC4 soap_in__interswitch__GetCollectionsAccountResponse(struct soap *soap, const char *tag, _interswitch__GetCollectionsAccountResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCollectionsAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse, sizeof(_interswitch__GetCollectionsAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCollectionsAccountResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetCollectionsAccountResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetCollectionsAccountResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetCollectionsAccountResult", &(a->_interswitch__GetCollectionsAccountResponse::GetCollectionsAccountResult), "xsd:string")) - { soap_flag_GetCollectionsAccountResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetCollectionsAccountResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCollectionsAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse, 0, sizeof(_interswitch__GetCollectionsAccountResponse), 0, soap_copy__interswitch__GetCollectionsAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCollectionsAccountResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetCollectionsAccountResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCollectionsAccountResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCollectionsAccountResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC4 soap_get__interswitch__GetCollectionsAccountResponse(struct soap *soap, _interswitch__GetCollectionsAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCollectionsAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCollectionsAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCollectionsAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCollectionsAccountResponse); - if (size) - *size = sizeof(_interswitch__GetCollectionsAccountResponse); - ((_interswitch__GetCollectionsAccountResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCollectionsAccountResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCollectionsAccountResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetCollectionsAccountResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCollectionsAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCollectionsAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCollectionsAccountResponse %p -> %p\n", q, p)); - *(_interswitch__GetCollectionsAccountResponse*)p = *(_interswitch__GetCollectionsAccountResponse*)q; -} - -void _interswitch__GetCollectionsAccount::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCollectionsAccount::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCollectionsAccount::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCollectionsAccount::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetCollectionsAccount::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCollectionsAccount(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, int id, const _interswitch__GetCollectionsAccount *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetCollectionsAccount::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCollectionsAccount::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCollectionsAccount(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_in__interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, _interswitch__GetCollectionsAccount *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCollectionsAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount, sizeof(_interswitch__GetCollectionsAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCollectionsAccount *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetCollectionsAccount::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCollectionsAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount, 0, sizeof(_interswitch__GetCollectionsAccount), 0, soap_copy__interswitch__GetCollectionsAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCollectionsAccount::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount); - if (this->soap_out(soap, tag?tag:"interswitch:GetCollectionsAccount", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCollectionsAccount::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCollectionsAccount(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_get__interswitch__GetCollectionsAccount(struct soap *soap, _interswitch__GetCollectionsAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCollectionsAccount * SOAP_FMAC2 soap_instantiate__interswitch__GetCollectionsAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCollectionsAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCollectionsAccount); - if (size) - *size = sizeof(_interswitch__GetCollectionsAccount); - ((_interswitch__GetCollectionsAccount*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCollectionsAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCollectionsAccount); - for (int i = 0; i < n; i++) - ((_interswitch__GetCollectionsAccount*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCollectionsAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCollectionsAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCollectionsAccount %p -> %p\n", q, p)); - *(_interswitch__GetCollectionsAccount*)p = *(_interswitch__GetCollectionsAccount*)q; -} - -void _interswitch__AddBillerCustomerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AddBillerCustomerResponse::AddBillerCustomerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AddBillerCustomerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AddBillerCustomerResponse::AddBillerCustomerResult); - /* transient soap skipped */ -} - -int _interswitch__AddBillerCustomerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AddBillerCustomerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddBillerCustomerResponse(struct soap *soap, const char *tag, int id, const _interswitch__AddBillerCustomerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse), type)) - return soap->error; - if (a->AddBillerCustomerResult) - soap_element_result(soap, "interswitch:AddBillerCustomerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AddBillerCustomerResult", -1, &(a->_interswitch__AddBillerCustomerResponse::AddBillerCustomerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AddBillerCustomerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AddBillerCustomerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse * SOAP_FMAC4 soap_in__interswitch__AddBillerCustomerResponse(struct soap *soap, const char *tag, _interswitch__AddBillerCustomerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AddBillerCustomerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse, sizeof(_interswitch__AddBillerCustomerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AddBillerCustomerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AddBillerCustomerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AddBillerCustomerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AddBillerCustomerResult", &(a->_interswitch__AddBillerCustomerResponse::AddBillerCustomerResult), "xsd:string")) - { soap_flag_AddBillerCustomerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AddBillerCustomerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AddBillerCustomerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse, 0, sizeof(_interswitch__AddBillerCustomerResponse), 0, soap_copy__interswitch__AddBillerCustomerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AddBillerCustomerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AddBillerCustomerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AddBillerCustomerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AddBillerCustomerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse * SOAP_FMAC4 soap_get__interswitch__AddBillerCustomerResponse(struct soap *soap, _interswitch__AddBillerCustomerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AddBillerCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AddBillerCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__AddBillerCustomerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AddBillerCustomerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddBillerCustomerResponse); - if (size) - *size = sizeof(_interswitch__AddBillerCustomerResponse); - ((_interswitch__AddBillerCustomerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddBillerCustomerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AddBillerCustomerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AddBillerCustomerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AddBillerCustomerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddBillerCustomerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AddBillerCustomerResponse %p -> %p\n", q, p)); - *(_interswitch__AddBillerCustomerResponse*)p = *(_interswitch__AddBillerCustomerResponse*)q; -} - -void _interswitch__AddBillerCustomer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AddBillerCustomer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AddBillerCustomer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AddBillerCustomer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AddBillerCustomer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AddBillerCustomer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddBillerCustomer(struct soap *soap, const char *tag, int id, const _interswitch__AddBillerCustomer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AddBillerCustomer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AddBillerCustomer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AddBillerCustomer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomer * SOAP_FMAC4 soap_in__interswitch__AddBillerCustomer(struct soap *soap, const char *tag, _interswitch__AddBillerCustomer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AddBillerCustomer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer, sizeof(_interswitch__AddBillerCustomer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AddBillerCustomer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AddBillerCustomer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AddBillerCustomer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AddBillerCustomer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer, 0, sizeof(_interswitch__AddBillerCustomer), 0, soap_copy__interswitch__AddBillerCustomer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AddBillerCustomer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer); - if (this->soap_out(soap, tag?tag:"interswitch:AddBillerCustomer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AddBillerCustomer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AddBillerCustomer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomer * SOAP_FMAC4 soap_get__interswitch__AddBillerCustomer(struct soap *soap, _interswitch__AddBillerCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AddBillerCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AddBillerCustomer * SOAP_FMAC2 soap_instantiate__interswitch__AddBillerCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AddBillerCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddBillerCustomer); - if (size) - *size = sizeof(_interswitch__AddBillerCustomer); - ((_interswitch__AddBillerCustomer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddBillerCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AddBillerCustomer); - for (int i = 0; i < n; i++) - ((_interswitch__AddBillerCustomer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AddBillerCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddBillerCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AddBillerCustomer %p -> %p\n", q, p)); - *(_interswitch__AddBillerCustomer*)p = *(_interswitch__AddBillerCustomer*)q; -} - -void _interswitch__GetCustomerPaymentsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCustomerPaymentsResponse::GetCustomerPaymentsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCustomerPaymentsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCustomerPaymentsResponse::GetCustomerPaymentsResult); - /* transient soap skipped */ -} - -int _interswitch__GetCustomerPaymentsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCustomerPaymentsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerPaymentsResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetCustomerPaymentsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse), type)) - return soap->error; - if (a->GetCustomerPaymentsResult) - soap_element_result(soap, "interswitch:GetCustomerPaymentsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetCustomerPaymentsResult", -1, &(a->_interswitch__GetCustomerPaymentsResponse::GetCustomerPaymentsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCustomerPaymentsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCustomerPaymentsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC4 soap_in__interswitch__GetCustomerPaymentsResponse(struct soap *soap, const char *tag, _interswitch__GetCustomerPaymentsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCustomerPaymentsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse, sizeof(_interswitch__GetCustomerPaymentsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCustomerPaymentsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetCustomerPaymentsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetCustomerPaymentsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetCustomerPaymentsResult", &(a->_interswitch__GetCustomerPaymentsResponse::GetCustomerPaymentsResult), "xsd:string")) - { soap_flag_GetCustomerPaymentsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetCustomerPaymentsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCustomerPaymentsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse, 0, sizeof(_interswitch__GetCustomerPaymentsResponse), 0, soap_copy__interswitch__GetCustomerPaymentsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCustomerPaymentsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetCustomerPaymentsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCustomerPaymentsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCustomerPaymentsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC4 soap_get__interswitch__GetCustomerPaymentsResponse(struct soap *soap, _interswitch__GetCustomerPaymentsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCustomerPaymentsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerPaymentsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCustomerPaymentsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerPaymentsResponse); - if (size) - *size = sizeof(_interswitch__GetCustomerPaymentsResponse); - ((_interswitch__GetCustomerPaymentsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerPaymentsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCustomerPaymentsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetCustomerPaymentsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCustomerPaymentsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerPaymentsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCustomerPaymentsResponse %p -> %p\n", q, p)); - *(_interswitch__GetCustomerPaymentsResponse*)p = *(_interswitch__GetCustomerPaymentsResponse*)q; -} - -void _interswitch__GetCustomerPayments::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCustomerPayments::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCustomerPayments::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCustomerPayments::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetCustomerPayments::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCustomerPayments(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerPayments(struct soap *soap, const char *tag, int id, const _interswitch__GetCustomerPayments *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetCustomerPayments::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCustomerPayments::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCustomerPayments(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPayments * SOAP_FMAC4 soap_in__interswitch__GetCustomerPayments(struct soap *soap, const char *tag, _interswitch__GetCustomerPayments *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCustomerPayments *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments, sizeof(_interswitch__GetCustomerPayments), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCustomerPayments) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCustomerPayments *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetCustomerPayments::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCustomerPayments *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments, 0, sizeof(_interswitch__GetCustomerPayments), 0, soap_copy__interswitch__GetCustomerPayments); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCustomerPayments::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments); - if (this->soap_out(soap, tag?tag:"interswitch:GetCustomerPayments", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCustomerPayments::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCustomerPayments(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPayments * SOAP_FMAC4 soap_get__interswitch__GetCustomerPayments(struct soap *soap, _interswitch__GetCustomerPayments *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCustomerPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCustomerPayments * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerPayments(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCustomerPayments(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerPayments); - if (size) - *size = sizeof(_interswitch__GetCustomerPayments); - ((_interswitch__GetCustomerPayments*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerPayments[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCustomerPayments); - for (int i = 0; i < n; i++) - ((_interswitch__GetCustomerPayments*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCustomerPayments*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerPayments(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCustomerPayments %p -> %p\n", q, p)); - *(_interswitch__GetCustomerPayments*)p = *(_interswitch__GetCustomerPayments*)q; -} - -void _interswitch__GetCustomerBillerAccountsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCustomerBillerAccountsResponse::GetCustomerBillerAccountsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCustomerBillerAccountsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCustomerBillerAccountsResponse::GetCustomerBillerAccountsResult); - /* transient soap skipped */ -} - -int _interswitch__GetCustomerBillerAccountsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCustomerBillerAccountsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetCustomerBillerAccountsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse), type)) - return soap->error; - if (a->GetCustomerBillerAccountsResult) - soap_element_result(soap, "interswitch:GetCustomerBillerAccountsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetCustomerBillerAccountsResult", -1, &(a->_interswitch__GetCustomerBillerAccountsResponse::GetCustomerBillerAccountsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCustomerBillerAccountsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCustomerBillerAccountsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC4 soap_in__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, const char *tag, _interswitch__GetCustomerBillerAccountsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCustomerBillerAccountsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse, sizeof(_interswitch__GetCustomerBillerAccountsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCustomerBillerAccountsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetCustomerBillerAccountsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetCustomerBillerAccountsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetCustomerBillerAccountsResult", &(a->_interswitch__GetCustomerBillerAccountsResponse::GetCustomerBillerAccountsResult), "xsd:string")) - { soap_flag_GetCustomerBillerAccountsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetCustomerBillerAccountsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCustomerBillerAccountsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse, 0, sizeof(_interswitch__GetCustomerBillerAccountsResponse), 0, soap_copy__interswitch__GetCustomerBillerAccountsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCustomerBillerAccountsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetCustomerBillerAccountsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCustomerBillerAccountsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCustomerBillerAccountsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC4 soap_get__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, _interswitch__GetCustomerBillerAccountsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCustomerBillerAccountsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerBillerAccountsResponse); - if (size) - *size = sizeof(_interswitch__GetCustomerBillerAccountsResponse); - ((_interswitch__GetCustomerBillerAccountsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerBillerAccountsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCustomerBillerAccountsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetCustomerBillerAccountsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCustomerBillerAccountsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCustomerBillerAccountsResponse %p -> %p\n", q, p)); - *(_interswitch__GetCustomerBillerAccountsResponse*)p = *(_interswitch__GetCustomerBillerAccountsResponse*)q; -} - -void _interswitch__GetCustomerBillerAccounts::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCustomerBillerAccounts::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCustomerBillerAccounts::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCustomerBillerAccounts::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetCustomerBillerAccounts::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCustomerBillerAccounts(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, int id, const _interswitch__GetCustomerBillerAccounts *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetCustomerBillerAccounts::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCustomerBillerAccounts::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCustomerBillerAccounts(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_in__interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, _interswitch__GetCustomerBillerAccounts *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCustomerBillerAccounts *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts, sizeof(_interswitch__GetCustomerBillerAccounts), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCustomerBillerAccounts *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetCustomerBillerAccounts::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCustomerBillerAccounts *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts, 0, sizeof(_interswitch__GetCustomerBillerAccounts), 0, soap_copy__interswitch__GetCustomerBillerAccounts); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCustomerBillerAccounts::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts); - if (this->soap_out(soap, tag?tag:"interswitch:GetCustomerBillerAccounts", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCustomerBillerAccounts::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCustomerBillerAccounts(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_get__interswitch__GetCustomerBillerAccounts(struct soap *soap, _interswitch__GetCustomerBillerAccounts *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCustomerBillerAccounts(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerBillerAccounts(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCustomerBillerAccounts(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerBillerAccounts); - if (size) - *size = sizeof(_interswitch__GetCustomerBillerAccounts); - ((_interswitch__GetCustomerBillerAccounts*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerBillerAccounts[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCustomerBillerAccounts); - for (int i = 0; i < n; i++) - ((_interswitch__GetCustomerBillerAccounts*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCustomerBillerAccounts*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerBillerAccounts(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCustomerBillerAccounts %p -> %p\n", q, p)); - *(_interswitch__GetCustomerBillerAccounts*)p = *(_interswitch__GetCustomerBillerAccounts*)q; -} - -void _interswitch__AddCustomerBillerAccountResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AddCustomerBillerAccountResponse::AddCustomerBillerAccountResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AddCustomerBillerAccountResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AddCustomerBillerAccountResponse::AddCustomerBillerAccountResult); - /* transient soap skipped */ -} - -int _interswitch__AddCustomerBillerAccountResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AddCustomerBillerAccountResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, const char *tag, int id, const _interswitch__AddCustomerBillerAccountResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse), type)) - return soap->error; - if (a->AddCustomerBillerAccountResult) - soap_element_result(soap, "interswitch:AddCustomerBillerAccountResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AddCustomerBillerAccountResult", -1, &(a->_interswitch__AddCustomerBillerAccountResponse::AddCustomerBillerAccountResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AddCustomerBillerAccountResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AddCustomerBillerAccountResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC4 soap_in__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, const char *tag, _interswitch__AddCustomerBillerAccountResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AddCustomerBillerAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse, sizeof(_interswitch__AddCustomerBillerAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AddCustomerBillerAccountResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AddCustomerBillerAccountResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AddCustomerBillerAccountResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AddCustomerBillerAccountResult", &(a->_interswitch__AddCustomerBillerAccountResponse::AddCustomerBillerAccountResult), "xsd:string")) - { soap_flag_AddCustomerBillerAccountResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AddCustomerBillerAccountResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AddCustomerBillerAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse, 0, sizeof(_interswitch__AddCustomerBillerAccountResponse), 0, soap_copy__interswitch__AddCustomerBillerAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AddCustomerBillerAccountResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AddCustomerBillerAccountResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AddCustomerBillerAccountResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AddCustomerBillerAccountResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC4 soap_get__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, _interswitch__AddCustomerBillerAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AddCustomerBillerAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AddCustomerBillerAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddCustomerBillerAccountResponse); - if (size) - *size = sizeof(_interswitch__AddCustomerBillerAccountResponse); - ((_interswitch__AddCustomerBillerAccountResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddCustomerBillerAccountResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AddCustomerBillerAccountResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AddCustomerBillerAccountResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AddCustomerBillerAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AddCustomerBillerAccountResponse %p -> %p\n", q, p)); - *(_interswitch__AddCustomerBillerAccountResponse*)p = *(_interswitch__AddCustomerBillerAccountResponse*)q; -} - -void _interswitch__AddCustomerBillerAccount::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AddCustomerBillerAccount::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AddCustomerBillerAccount::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AddCustomerBillerAccount::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AddCustomerBillerAccount::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AddCustomerBillerAccount(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, int id, const _interswitch__AddCustomerBillerAccount *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AddCustomerBillerAccount::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AddCustomerBillerAccount::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AddCustomerBillerAccount(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_in__interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, _interswitch__AddCustomerBillerAccount *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AddCustomerBillerAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount, sizeof(_interswitch__AddCustomerBillerAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AddCustomerBillerAccount *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AddCustomerBillerAccount::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AddCustomerBillerAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount, 0, sizeof(_interswitch__AddCustomerBillerAccount), 0, soap_copy__interswitch__AddCustomerBillerAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AddCustomerBillerAccount::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount); - if (this->soap_out(soap, tag?tag:"interswitch:AddCustomerBillerAccount", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AddCustomerBillerAccount::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AddCustomerBillerAccount(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_get__interswitch__AddCustomerBillerAccount(struct soap *soap, _interswitch__AddCustomerBillerAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AddCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AddCustomerBillerAccount * SOAP_FMAC2 soap_instantiate__interswitch__AddCustomerBillerAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AddCustomerBillerAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddCustomerBillerAccount); - if (size) - *size = sizeof(_interswitch__AddCustomerBillerAccount); - ((_interswitch__AddCustomerBillerAccount*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddCustomerBillerAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AddCustomerBillerAccount); - for (int i = 0; i < n; i++) - ((_interswitch__AddCustomerBillerAccount*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AddCustomerBillerAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddCustomerBillerAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AddCustomerBillerAccount %p -> %p\n", q, p)); - *(_interswitch__AddCustomerBillerAccount*)p = *(_interswitch__AddCustomerBillerAccount*)q; -} - -void _interswitch__SendPaymentsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendPaymentsResponse::SendPaymentsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendPaymentsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendPaymentsResponse::SendPaymentsResult); - /* transient soap skipped */ -} - -int _interswitch__SendPaymentsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendPaymentsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendPaymentsResponse(struct soap *soap, const char *tag, int id, const _interswitch__SendPaymentsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse), type)) - return soap->error; - if (a->SendPaymentsResult) - soap_element_result(soap, "interswitch:SendPaymentsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:SendPaymentsResult", -1, &(a->_interswitch__SendPaymentsResponse::SendPaymentsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendPaymentsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendPaymentsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendPaymentsResponse * SOAP_FMAC4 soap_in__interswitch__SendPaymentsResponse(struct soap *soap, const char *tag, _interswitch__SendPaymentsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendPaymentsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse, sizeof(_interswitch__SendPaymentsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendPaymentsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_SendPaymentsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SendPaymentsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:SendPaymentsResult", &(a->_interswitch__SendPaymentsResponse::SendPaymentsResult), "xsd:string")) - { soap_flag_SendPaymentsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:SendPaymentsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendPaymentsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse, 0, sizeof(_interswitch__SendPaymentsResponse), 0, soap_copy__interswitch__SendPaymentsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendPaymentsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:SendPaymentsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendPaymentsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendPaymentsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendPaymentsResponse * SOAP_FMAC4 soap_get__interswitch__SendPaymentsResponse(struct soap *soap, _interswitch__SendPaymentsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendPaymentsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendPaymentsResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendPaymentsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendPaymentsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendPaymentsResponse); - if (size) - *size = sizeof(_interswitch__SendPaymentsResponse); - ((_interswitch__SendPaymentsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendPaymentsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendPaymentsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__SendPaymentsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendPaymentsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendPaymentsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendPaymentsResponse %p -> %p\n", q, p)); - *(_interswitch__SendPaymentsResponse*)p = *(_interswitch__SendPaymentsResponse*)q; -} - -void _interswitch__SendPayments::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendPayments::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendPayments::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendPayments::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__SendPayments::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendPayments(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendPayments(struct soap *soap, const char *tag, int id, const _interswitch__SendPayments *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendPayments), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__SendPayments::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendPayments::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendPayments(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendPayments * SOAP_FMAC4 soap_in__interswitch__SendPayments(struct soap *soap, const char *tag, _interswitch__SendPayments *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendPayments *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendPayments, sizeof(_interswitch__SendPayments), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendPayments) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendPayments *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__SendPayments::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendPayments *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendPayments, 0, sizeof(_interswitch__SendPayments), 0, soap_copy__interswitch__SendPayments); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendPayments::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendPayments); - if (this->soap_out(soap, tag?tag:"interswitch:SendPayments", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendPayments::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendPayments(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendPayments * SOAP_FMAC4 soap_get__interswitch__SendPayments(struct soap *soap, _interswitch__SendPayments *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendPayments * SOAP_FMAC2 soap_instantiate__interswitch__SendPayments(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendPayments(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendPayments, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendPayments); - if (size) - *size = sizeof(_interswitch__SendPayments); - ((_interswitch__SendPayments*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendPayments[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendPayments); - for (int i = 0; i < n; i++) - ((_interswitch__SendPayments*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendPayments*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendPayments(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendPayments %p -> %p\n", q, p)); - *(_interswitch__SendPayments*)p = *(_interswitch__SendPayments*)q; -} - -void _interswitch__SendBillPaymentAdviceResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendBillPaymentAdviceResponse::SendBillPaymentAdviceResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendBillPaymentAdviceResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendBillPaymentAdviceResponse::SendBillPaymentAdviceResult); - /* transient soap skipped */ -} - -int _interswitch__SendBillPaymentAdviceResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendBillPaymentAdviceResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, const char *tag, int id, const _interswitch__SendBillPaymentAdviceResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse), type)) - return soap->error; - if (a->SendBillPaymentAdviceResult) - soap_element_result(soap, "interswitch:SendBillPaymentAdviceResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:SendBillPaymentAdviceResult", -1, &(a->_interswitch__SendBillPaymentAdviceResponse::SendBillPaymentAdviceResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendBillPaymentAdviceResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendBillPaymentAdviceResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC4 soap_in__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, const char *tag, _interswitch__SendBillPaymentAdviceResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendBillPaymentAdviceResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse, sizeof(_interswitch__SendBillPaymentAdviceResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendBillPaymentAdviceResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_SendBillPaymentAdviceResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SendBillPaymentAdviceResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:SendBillPaymentAdviceResult", &(a->_interswitch__SendBillPaymentAdviceResponse::SendBillPaymentAdviceResult), "xsd:string")) - { soap_flag_SendBillPaymentAdviceResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:SendBillPaymentAdviceResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendBillPaymentAdviceResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse, 0, sizeof(_interswitch__SendBillPaymentAdviceResponse), 0, soap_copy__interswitch__SendBillPaymentAdviceResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendBillPaymentAdviceResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse); - if (this->soap_out(soap, tag?tag:"interswitch:SendBillPaymentAdviceResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendBillPaymentAdviceResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendBillPaymentAdviceResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC4 soap_get__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, _interswitch__SendBillPaymentAdviceResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendBillPaymentAdviceResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendBillPaymentAdviceResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendBillPaymentAdviceResponse); - if (size) - *size = sizeof(_interswitch__SendBillPaymentAdviceResponse); - ((_interswitch__SendBillPaymentAdviceResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendBillPaymentAdviceResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendBillPaymentAdviceResponse); - for (int i = 0; i < n; i++) - ((_interswitch__SendBillPaymentAdviceResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendBillPaymentAdviceResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendBillPaymentAdviceResponse %p -> %p\n", q, p)); - *(_interswitch__SendBillPaymentAdviceResponse*)p = *(_interswitch__SendBillPaymentAdviceResponse*)q; -} - -void _interswitch__SendBillPaymentAdvice::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendBillPaymentAdvice::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendBillPaymentAdvice::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendBillPaymentAdvice::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__SendBillPaymentAdvice::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendBillPaymentAdvice(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, int id, const _interswitch__SendBillPaymentAdvice *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__SendBillPaymentAdvice::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendBillPaymentAdvice::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendBillPaymentAdvice(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_in__interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, _interswitch__SendBillPaymentAdvice *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendBillPaymentAdvice *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice, sizeof(_interswitch__SendBillPaymentAdvice), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendBillPaymentAdvice *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__SendBillPaymentAdvice::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendBillPaymentAdvice *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice, 0, sizeof(_interswitch__SendBillPaymentAdvice), 0, soap_copy__interswitch__SendBillPaymentAdvice); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendBillPaymentAdvice::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice); - if (this->soap_out(soap, tag?tag:"interswitch:SendBillPaymentAdvice", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendBillPaymentAdvice::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendBillPaymentAdvice(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_get__interswitch__SendBillPaymentAdvice(struct soap *soap, _interswitch__SendBillPaymentAdvice *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendBillPaymentAdvice(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendBillPaymentAdvice * SOAP_FMAC2 soap_instantiate__interswitch__SendBillPaymentAdvice(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendBillPaymentAdvice(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendBillPaymentAdvice); - if (size) - *size = sizeof(_interswitch__SendBillPaymentAdvice); - ((_interswitch__SendBillPaymentAdvice*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendBillPaymentAdvice[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendBillPaymentAdvice); - for (int i = 0; i < n; i++) - ((_interswitch__SendBillPaymentAdvice*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendBillPaymentAdvice*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendBillPaymentAdvice(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendBillPaymentAdvice %p -> %p\n", q, p)); - *(_interswitch__SendBillPaymentAdvice*)p = *(_interswitch__SendBillPaymentAdvice*)q; -} - -void _interswitch__AuthenticateCustomerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateCustomerResponse::AuthenticateCustomerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateCustomerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateCustomerResponse::AuthenticateCustomerResult); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateCustomerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateCustomerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateCustomerResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateCustomerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse), type)) - return soap->error; - if (a->AuthenticateCustomerResult) - soap_element_result(soap, "interswitch:AuthenticateCustomerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthenticateCustomerResult", -1, &(a->_interswitch__AuthenticateCustomerResponse::AuthenticateCustomerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateCustomerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateCustomerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateCustomerResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateCustomerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateCustomerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse, sizeof(_interswitch__AuthenticateCustomerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateCustomerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthenticateCustomerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthenticateCustomerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthenticateCustomerResult", &(a->_interswitch__AuthenticateCustomerResponse::AuthenticateCustomerResult), "xsd:string")) - { soap_flag_AuthenticateCustomerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthenticateCustomerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateCustomerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse, 0, sizeof(_interswitch__AuthenticateCustomerResponse), 0, soap_copy__interswitch__AuthenticateCustomerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateCustomerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateCustomerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateCustomerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateCustomerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateCustomerResponse(struct soap *soap, _interswitch__AuthenticateCustomerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateCustomerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateCustomerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateCustomerResponse); - if (size) - *size = sizeof(_interswitch__AuthenticateCustomerResponse); - ((_interswitch__AuthenticateCustomerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateCustomerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateCustomerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateCustomerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateCustomerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateCustomerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateCustomerResponse %p -> %p\n", q, p)); - *(_interswitch__AuthenticateCustomerResponse*)p = *(_interswitch__AuthenticateCustomerResponse*)q; -} - -void _interswitch__AuthenticateCustomer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateCustomer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateCustomer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateCustomer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateCustomer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateCustomer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateCustomer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthenticateCustomer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateCustomer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateCustomer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_in__interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, _interswitch__AuthenticateCustomer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateCustomer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer, sizeof(_interswitch__AuthenticateCustomer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateCustomer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthenticateCustomer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateCustomer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer, 0, sizeof(_interswitch__AuthenticateCustomer), 0, soap_copy__interswitch__AuthenticateCustomer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateCustomer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateCustomer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateCustomer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateCustomer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_get__interswitch__AuthenticateCustomer(struct soap *soap, _interswitch__AuthenticateCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateCustomer * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateCustomer); - if (size) - *size = sizeof(_interswitch__AuthenticateCustomer); - ((_interswitch__AuthenticateCustomer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateCustomer); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateCustomer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateCustomer %p -> %p\n", q, p)); - *(_interswitch__AuthenticateCustomer*)p = *(_interswitch__AuthenticateCustomer*)q; -} - -void _interswitch__DoBillPaymentInquiryResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoBillPaymentInquiryResponse::DoBillPaymentInquiryResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoBillPaymentInquiryResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoBillPaymentInquiryResponse::DoBillPaymentInquiryResult); - /* transient soap skipped */ -} - -int _interswitch__DoBillPaymentInquiryResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoBillPaymentInquiryResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, const char *tag, int id, const _interswitch__DoBillPaymentInquiryResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse), type)) - return soap->error; - if (a->DoBillPaymentInquiryResult) - soap_element_result(soap, "interswitch:DoBillPaymentInquiryResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:DoBillPaymentInquiryResult", -1, &(a->_interswitch__DoBillPaymentInquiryResponse::DoBillPaymentInquiryResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoBillPaymentInquiryResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoBillPaymentInquiryResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC4 soap_in__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, const char *tag, _interswitch__DoBillPaymentInquiryResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoBillPaymentInquiryResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse, sizeof(_interswitch__DoBillPaymentInquiryResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoBillPaymentInquiryResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_DoBillPaymentInquiryResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_DoBillPaymentInquiryResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:DoBillPaymentInquiryResult", &(a->_interswitch__DoBillPaymentInquiryResponse::DoBillPaymentInquiryResult), "xsd:string")) - { soap_flag_DoBillPaymentInquiryResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:DoBillPaymentInquiryResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoBillPaymentInquiryResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse, 0, sizeof(_interswitch__DoBillPaymentInquiryResponse), 0, soap_copy__interswitch__DoBillPaymentInquiryResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoBillPaymentInquiryResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse); - if (this->soap_out(soap, tag?tag:"interswitch:DoBillPaymentInquiryResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoBillPaymentInquiryResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoBillPaymentInquiryResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC4 soap_get__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, _interswitch__DoBillPaymentInquiryResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoBillPaymentInquiryResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoBillPaymentInquiryResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoBillPaymentInquiryResponse); - if (size) - *size = sizeof(_interswitch__DoBillPaymentInquiryResponse); - ((_interswitch__DoBillPaymentInquiryResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoBillPaymentInquiryResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoBillPaymentInquiryResponse); - for (int i = 0; i < n; i++) - ((_interswitch__DoBillPaymentInquiryResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoBillPaymentInquiryResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoBillPaymentInquiryResponse %p -> %p\n", q, p)); - *(_interswitch__DoBillPaymentInquiryResponse*)p = *(_interswitch__DoBillPaymentInquiryResponse*)q; -} - -void _interswitch__DoBillPaymentInquiry::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoBillPaymentInquiry::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoBillPaymentInquiry::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoBillPaymentInquiry::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__DoBillPaymentInquiry::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoBillPaymentInquiry(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, int id, const _interswitch__DoBillPaymentInquiry *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__DoBillPaymentInquiry::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoBillPaymentInquiry::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoBillPaymentInquiry(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_in__interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, _interswitch__DoBillPaymentInquiry *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoBillPaymentInquiry *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry, sizeof(_interswitch__DoBillPaymentInquiry), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoBillPaymentInquiry *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__DoBillPaymentInquiry::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoBillPaymentInquiry *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry, 0, sizeof(_interswitch__DoBillPaymentInquiry), 0, soap_copy__interswitch__DoBillPaymentInquiry); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoBillPaymentInquiry::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry); - if (this->soap_out(soap, tag?tag:"interswitch:DoBillPaymentInquiry", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoBillPaymentInquiry::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoBillPaymentInquiry(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_get__interswitch__DoBillPaymentInquiry(struct soap *soap, _interswitch__DoBillPaymentInquiry *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoBillPaymentInquiry(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoBillPaymentInquiry * SOAP_FMAC2 soap_instantiate__interswitch__DoBillPaymentInquiry(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoBillPaymentInquiry(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoBillPaymentInquiry); - if (size) - *size = sizeof(_interswitch__DoBillPaymentInquiry); - ((_interswitch__DoBillPaymentInquiry*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoBillPaymentInquiry[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoBillPaymentInquiry); - for (int i = 0; i < n; i++) - ((_interswitch__DoBillPaymentInquiry*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoBillPaymentInquiry*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoBillPaymentInquiry(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoBillPaymentInquiry %p -> %p\n", q, p)); - *(_interswitch__DoBillPaymentInquiry*)p = *(_interswitch__DoBillPaymentInquiry*)q; -} - -void _interswitch__GetBillerCategoriesResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillerCategoriesResponse::GetBillerCategoriesResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillerCategoriesResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillerCategoriesResponse::GetBillerCategoriesResult); - /* transient soap skipped */ -} - -int _interswitch__GetBillerCategoriesResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillerCategoriesResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerCategoriesResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetBillerCategoriesResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse), type)) - return soap->error; - if (a->GetBillerCategoriesResult) - soap_element_result(soap, "interswitch:GetBillerCategoriesResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetBillerCategoriesResult", -1, &(a->_interswitch__GetBillerCategoriesResponse::GetBillerCategoriesResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillerCategoriesResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillerCategoriesResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC4 soap_in__interswitch__GetBillerCategoriesResponse(struct soap *soap, const char *tag, _interswitch__GetBillerCategoriesResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillerCategoriesResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse, sizeof(_interswitch__GetBillerCategoriesResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillerCategoriesResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetBillerCategoriesResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetBillerCategoriesResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetBillerCategoriesResult", &(a->_interswitch__GetBillerCategoriesResponse::GetBillerCategoriesResult), "xsd:string")) - { soap_flag_GetBillerCategoriesResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetBillerCategoriesResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillerCategoriesResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse, 0, sizeof(_interswitch__GetBillerCategoriesResponse), 0, soap_copy__interswitch__GetBillerCategoriesResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillerCategoriesResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillerCategoriesResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillerCategoriesResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillerCategoriesResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC4 soap_get__interswitch__GetBillerCategoriesResponse(struct soap *soap, _interswitch__GetBillerCategoriesResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillerCategoriesResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerCategoriesResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillerCategoriesResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerCategoriesResponse); - if (size) - *size = sizeof(_interswitch__GetBillerCategoriesResponse); - ((_interswitch__GetBillerCategoriesResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerCategoriesResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillerCategoriesResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillerCategoriesResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillerCategoriesResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerCategoriesResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillerCategoriesResponse %p -> %p\n", q, p)); - *(_interswitch__GetBillerCategoriesResponse*)p = *(_interswitch__GetBillerCategoriesResponse*)q; -} - -void _interswitch__GetBillerCategories::soap_default(struct soap *soap) -{ - this->soap = soap; - /* transient soap skipped */ -} - -void _interswitch__GetBillerCategories::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int _interswitch__GetBillerCategories::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillerCategories(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerCategories(struct soap *soap, const char *tag, int id, const _interswitch__GetBillerCategories *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillerCategories), type)) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillerCategories::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillerCategories(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategories * SOAP_FMAC4 soap_in__interswitch__GetBillerCategories(struct soap *soap, const char *tag, _interswitch__GetBillerCategories *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillerCategories *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillerCategories, sizeof(_interswitch__GetBillerCategories), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillerCategories) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillerCategories *)a->soap_in(soap, tag, type); - } - } - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillerCategories *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillerCategories, 0, sizeof(_interswitch__GetBillerCategories), 0, soap_copy__interswitch__GetBillerCategories); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillerCategories::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillerCategories); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillerCategories", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillerCategories::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillerCategories(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategories * SOAP_FMAC4 soap_get__interswitch__GetBillerCategories(struct soap *soap, _interswitch__GetBillerCategories *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillerCategories(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillerCategories * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerCategories(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillerCategories(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillerCategories, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerCategories); - if (size) - *size = sizeof(_interswitch__GetBillerCategories); - ((_interswitch__GetBillerCategories*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerCategories[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillerCategories); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillerCategories*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillerCategories*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerCategories(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillerCategories %p -> %p\n", q, p)); - *(_interswitch__GetBillerCategories*)p = *(_interswitch__GetBillerCategories*)q; -} - -void _interswitch__GetBillerPaymentItemsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillerPaymentItemsResponse::GetBillerPaymentItemsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillerPaymentItemsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillerPaymentItemsResponse::GetBillerPaymentItemsResult); - /* transient soap skipped */ -} - -int _interswitch__GetBillerPaymentItemsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillerPaymentItemsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetBillerPaymentItemsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse), type)) - return soap->error; - if (a->GetBillerPaymentItemsResult) - soap_element_result(soap, "interswitch:GetBillerPaymentItemsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetBillerPaymentItemsResult", -1, &(a->_interswitch__GetBillerPaymentItemsResponse::GetBillerPaymentItemsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillerPaymentItemsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillerPaymentItemsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC4 soap_in__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, const char *tag, _interswitch__GetBillerPaymentItemsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillerPaymentItemsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse, sizeof(_interswitch__GetBillerPaymentItemsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillerPaymentItemsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetBillerPaymentItemsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetBillerPaymentItemsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetBillerPaymentItemsResult", &(a->_interswitch__GetBillerPaymentItemsResponse::GetBillerPaymentItemsResult), "xsd:string")) - { soap_flag_GetBillerPaymentItemsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetBillerPaymentItemsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillerPaymentItemsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse, 0, sizeof(_interswitch__GetBillerPaymentItemsResponse), 0, soap_copy__interswitch__GetBillerPaymentItemsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillerPaymentItemsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillerPaymentItemsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillerPaymentItemsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillerPaymentItemsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC4 soap_get__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, _interswitch__GetBillerPaymentItemsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillerPaymentItemsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillerPaymentItemsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerPaymentItemsResponse); - if (size) - *size = sizeof(_interswitch__GetBillerPaymentItemsResponse); - ((_interswitch__GetBillerPaymentItemsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerPaymentItemsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillerPaymentItemsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillerPaymentItemsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillerPaymentItemsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillerPaymentItemsResponse %p -> %p\n", q, p)); - *(_interswitch__GetBillerPaymentItemsResponse*)p = *(_interswitch__GetBillerPaymentItemsResponse*)q; -} - -void _interswitch__GetBillerPaymentItems::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillerPaymentItems::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillerPaymentItems::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillerPaymentItems::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetBillerPaymentItems::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillerPaymentItems(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, int id, const _interswitch__GetBillerPaymentItems *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetBillerPaymentItems::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillerPaymentItems::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillerPaymentItems(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_in__interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, _interswitch__GetBillerPaymentItems *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillerPaymentItems *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems, sizeof(_interswitch__GetBillerPaymentItems), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillerPaymentItems *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetBillerPaymentItems::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillerPaymentItems *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems, 0, sizeof(_interswitch__GetBillerPaymentItems), 0, soap_copy__interswitch__GetBillerPaymentItems); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillerPaymentItems::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillerPaymentItems", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillerPaymentItems::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillerPaymentItems(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_get__interswitch__GetBillerPaymentItems(struct soap *soap, _interswitch__GetBillerPaymentItems *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillerPaymentItems(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillerPaymentItems * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerPaymentItems(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillerPaymentItems(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerPaymentItems); - if (size) - *size = sizeof(_interswitch__GetBillerPaymentItems); - ((_interswitch__GetBillerPaymentItems*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerPaymentItems[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillerPaymentItems); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillerPaymentItems*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillerPaymentItems*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerPaymentItems(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillerPaymentItems %p -> %p\n", q, p)); - *(_interswitch__GetBillerPaymentItems*)p = *(_interswitch__GetBillerPaymentItems*)q; -} - -void _interswitch__GetFeaturedBillersResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetFeaturedBillersResponse::GetFeaturedBillersResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetFeaturedBillersResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetFeaturedBillersResponse::GetFeaturedBillersResult); - /* transient soap skipped */ -} - -int _interswitch__GetFeaturedBillersResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetFeaturedBillersResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetFeaturedBillersResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetFeaturedBillersResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse), type)) - return soap->error; - if (a->GetFeaturedBillersResult) - soap_element_result(soap, "interswitch:GetFeaturedBillersResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetFeaturedBillersResult", -1, &(a->_interswitch__GetFeaturedBillersResponse::GetFeaturedBillersResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetFeaturedBillersResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetFeaturedBillersResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetFeaturedBillersResponse(struct soap *soap, const char *tag, _interswitch__GetFeaturedBillersResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetFeaturedBillersResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse, sizeof(_interswitch__GetFeaturedBillersResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetFeaturedBillersResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetFeaturedBillersResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetFeaturedBillersResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetFeaturedBillersResult", &(a->_interswitch__GetFeaturedBillersResponse::GetFeaturedBillersResult), "xsd:string")) - { soap_flag_GetFeaturedBillersResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetFeaturedBillersResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetFeaturedBillersResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse, 0, sizeof(_interswitch__GetFeaturedBillersResponse), 0, soap_copy__interswitch__GetFeaturedBillersResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetFeaturedBillersResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetFeaturedBillersResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetFeaturedBillersResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetFeaturedBillersResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetFeaturedBillersResponse(struct soap *soap, _interswitch__GetFeaturedBillersResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetFeaturedBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetFeaturedBillersResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetFeaturedBillersResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetFeaturedBillersResponse); - if (size) - *size = sizeof(_interswitch__GetFeaturedBillersResponse); - ((_interswitch__GetFeaturedBillersResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetFeaturedBillersResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetFeaturedBillersResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetFeaturedBillersResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetFeaturedBillersResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetFeaturedBillersResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetFeaturedBillersResponse %p -> %p\n", q, p)); - *(_interswitch__GetFeaturedBillersResponse*)p = *(_interswitch__GetFeaturedBillersResponse*)q; -} - -void _interswitch__GetFeaturedBillers::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetFeaturedBillers::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetFeaturedBillers::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetFeaturedBillers::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetFeaturedBillers::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetFeaturedBillers(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, int id, const _interswitch__GetFeaturedBillers *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetFeaturedBillers::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetFeaturedBillers::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetFeaturedBillers(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_in__interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, _interswitch__GetFeaturedBillers *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetFeaturedBillers *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers, sizeof(_interswitch__GetFeaturedBillers), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetFeaturedBillers *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetFeaturedBillers::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetFeaturedBillers *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers, 0, sizeof(_interswitch__GetFeaturedBillers), 0, soap_copy__interswitch__GetFeaturedBillers); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetFeaturedBillers::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers); - if (this->soap_out(soap, tag?tag:"interswitch:GetFeaturedBillers", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetFeaturedBillers::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetFeaturedBillers(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_get__interswitch__GetFeaturedBillers(struct soap *soap, _interswitch__GetFeaturedBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetFeaturedBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetFeaturedBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetFeaturedBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetFeaturedBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetFeaturedBillers); - if (size) - *size = sizeof(_interswitch__GetFeaturedBillers); - ((_interswitch__GetFeaturedBillers*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetFeaturedBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetFeaturedBillers); - for (int i = 0; i < n; i++) - ((_interswitch__GetFeaturedBillers*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetFeaturedBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetFeaturedBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetFeaturedBillers %p -> %p\n", q, p)); - *(_interswitch__GetFeaturedBillers*)p = *(_interswitch__GetFeaturedBillers*)q; -} - -void _interswitch__GetLatestBillersResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetLatestBillersResponse::GetLatestBillersResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetLatestBillersResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetLatestBillersResponse::GetLatestBillersResult); - /* transient soap skipped */ -} - -int _interswitch__GetLatestBillersResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetLatestBillersResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetLatestBillersResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetLatestBillersResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse), type)) - return soap->error; - if (a->GetLatestBillersResult) - soap_element_result(soap, "interswitch:GetLatestBillersResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetLatestBillersResult", -1, &(a->_interswitch__GetLatestBillersResponse::GetLatestBillersResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetLatestBillersResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetLatestBillersResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetLatestBillersResponse(struct soap *soap, const char *tag, _interswitch__GetLatestBillersResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetLatestBillersResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse, sizeof(_interswitch__GetLatestBillersResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetLatestBillersResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetLatestBillersResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetLatestBillersResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetLatestBillersResult", &(a->_interswitch__GetLatestBillersResponse::GetLatestBillersResult), "xsd:string")) - { soap_flag_GetLatestBillersResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetLatestBillersResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetLatestBillersResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse, 0, sizeof(_interswitch__GetLatestBillersResponse), 0, soap_copy__interswitch__GetLatestBillersResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetLatestBillersResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetLatestBillersResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetLatestBillersResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetLatestBillersResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetLatestBillersResponse(struct soap *soap, _interswitch__GetLatestBillersResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetLatestBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetLatestBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetLatestBillersResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetLatestBillersResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetLatestBillersResponse); - if (size) - *size = sizeof(_interswitch__GetLatestBillersResponse); - ((_interswitch__GetLatestBillersResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetLatestBillersResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetLatestBillersResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetLatestBillersResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetLatestBillersResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetLatestBillersResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetLatestBillersResponse %p -> %p\n", q, p)); - *(_interswitch__GetLatestBillersResponse*)p = *(_interswitch__GetLatestBillersResponse*)q; -} - -void _interswitch__GetLatestBillers::soap_default(struct soap *soap) -{ - this->soap = soap; - /* transient soap skipped */ -} - -void _interswitch__GetLatestBillers::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int _interswitch__GetLatestBillers::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetLatestBillers(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetLatestBillers(struct soap *soap, const char *tag, int id, const _interswitch__GetLatestBillers *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetLatestBillers), type)) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetLatestBillers::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetLatestBillers(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillers * SOAP_FMAC4 soap_in__interswitch__GetLatestBillers(struct soap *soap, const char *tag, _interswitch__GetLatestBillers *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetLatestBillers *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetLatestBillers, sizeof(_interswitch__GetLatestBillers), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetLatestBillers) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetLatestBillers *)a->soap_in(soap, tag, type); - } - } - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetLatestBillers *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetLatestBillers, 0, sizeof(_interswitch__GetLatestBillers), 0, soap_copy__interswitch__GetLatestBillers); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetLatestBillers::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetLatestBillers); - if (this->soap_out(soap, tag?tag:"interswitch:GetLatestBillers", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetLatestBillers::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetLatestBillers(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillers * SOAP_FMAC4 soap_get__interswitch__GetLatestBillers(struct soap *soap, _interswitch__GetLatestBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetLatestBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetLatestBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetLatestBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetLatestBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetLatestBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetLatestBillers); - if (size) - *size = sizeof(_interswitch__GetLatestBillers); - ((_interswitch__GetLatestBillers*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetLatestBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetLatestBillers); - for (int i = 0; i < n; i++) - ((_interswitch__GetLatestBillers*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetLatestBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetLatestBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetLatestBillers %p -> %p\n", q, p)); - *(_interswitch__GetLatestBillers*)p = *(_interswitch__GetLatestBillers*)q; -} - -void _interswitch__GetBillersResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillersResponse::GetBillersResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillersResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillersResponse::GetBillersResult); - /* transient soap skipped */ -} - -int _interswitch__GetBillersResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillersResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetBillersResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillersResponse), type)) - return soap->error; - if (a->GetBillersResult) - soap_element_result(soap, "interswitch:GetBillersResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetBillersResult", -1, &(a->_interswitch__GetBillersResponse::GetBillersResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillersResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillersResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetBillersResponse(struct soap *soap, const char *tag, _interswitch__GetBillersResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillersResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillersResponse, sizeof(_interswitch__GetBillersResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillersResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillersResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetBillersResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetBillersResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetBillersResult", &(a->_interswitch__GetBillersResponse::GetBillersResult), "xsd:string")) - { soap_flag_GetBillersResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetBillersResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillersResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillersResponse, 0, sizeof(_interswitch__GetBillersResponse), 0, soap_copy__interswitch__GetBillersResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillersResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillersResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillersResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillersResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillersResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetBillersResponse(struct soap *soap, _interswitch__GetBillersResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillersResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillersResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersResponse); - if (size) - *size = sizeof(_interswitch__GetBillersResponse); - ((_interswitch__GetBillersResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillersResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillersResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillersResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillersResponse %p -> %p\n", q, p)); - *(_interswitch__GetBillersResponse*)p = *(_interswitch__GetBillersResponse*)q; -} - -void _interswitch__GetBillers::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillers::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillers::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillers::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetBillers::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillers(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillers(struct soap *soap, const char *tag, int id, const _interswitch__GetBillers *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillers), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetBillers::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillers::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillers(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillers * SOAP_FMAC4 soap_in__interswitch__GetBillers(struct soap *soap, const char *tag, _interswitch__GetBillers *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillers *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillers, sizeof(_interswitch__GetBillers), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillers) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillers *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetBillers::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillers *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillers, 0, sizeof(_interswitch__GetBillers), 0, soap_copy__interswitch__GetBillers); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillers::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillers); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillers", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillers::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillers(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillers * SOAP_FMAC4 soap_get__interswitch__GetBillers(struct soap *soap, _interswitch__GetBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillers); - if (size) - *size = sizeof(_interswitch__GetBillers); - ((_interswitch__GetBillers*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillers); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillers*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillers %p -> %p\n", q, p)); - *(_interswitch__GetBillers*)p = *(_interswitch__GetBillers*)q; -} - -void _interswitch__GetUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetUserResponse::GetUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetUserResponse::GetUserResult); - /* transient soap skipped */ -} - -int _interswitch__GetUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetUserResponse), type)) - return soap->error; - if (a->GetUserResult) - soap_element_result(soap, "interswitch:GetUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetUserResult", -1, &(a->_interswitch__GetUserResponse::GetUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetUserResponse * SOAP_FMAC4 soap_in__interswitch__GetUserResponse(struct soap *soap, const char *tag, _interswitch__GetUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetUserResponse, sizeof(_interswitch__GetUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetUserResult", &(a->_interswitch__GetUserResponse::GetUserResult), "xsd:string")) - { soap_flag_GetUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetUserResponse, 0, sizeof(_interswitch__GetUserResponse), 0, soap_copy__interswitch__GetUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetUserResponse * SOAP_FMAC4 soap_get__interswitch__GetUserResponse(struct soap *soap, _interswitch__GetUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetUserResponse); - if (size) - *size = sizeof(_interswitch__GetUserResponse); - ((_interswitch__GetUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetUserResponse %p -> %p\n", q, p)); - *(_interswitch__GetUserResponse*)p = *(_interswitch__GetUserResponse*)q; -} - -void _interswitch__GetUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetUser(struct soap *soap, const char *tag, int id, const _interswitch__GetUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetUser * SOAP_FMAC4 soap_in__interswitch__GetUser(struct soap *soap, const char *tag, _interswitch__GetUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetUser, sizeof(_interswitch__GetUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetUser, 0, sizeof(_interswitch__GetUser), 0, soap_copy__interswitch__GetUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetUser); - if (this->soap_out(soap, tag?tag:"interswitch:GetUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetUser * SOAP_FMAC4 soap_get__interswitch__GetUser(struct soap *soap, _interswitch__GetUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetUser * SOAP_FMAC2 soap_instantiate__interswitch__GetUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetUser); - if (size) - *size = sizeof(_interswitch__GetUser); - ((_interswitch__GetUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetUser); - for (int i = 0; i < n; i++) - ((_interswitch__GetUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetUser %p -> %p\n", q, p)); - *(_interswitch__GetUser*)p = *(_interswitch__GetUser*)q; -} - -void _interswitch__AuthenticateUserSecurityTokenResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateUserSecurityTokenResponse::AuthenticateUserSecurityTokenResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateUserSecurityTokenResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateUserSecurityTokenResponse::AuthenticateUserSecurityTokenResult); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateUserSecurityTokenResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateUserSecurityTokenResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse), type)) - return soap->error; - if (a->AuthenticateUserSecurityTokenResult) - soap_element_result(soap, "interswitch:AuthenticateUserSecurityTokenResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthenticateUserSecurityTokenResult", -1, &(a->_interswitch__AuthenticateUserSecurityTokenResponse::AuthenticateUserSecurityTokenResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateUserSecurityTokenResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateUserSecurityTokenResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateUserSecurityTokenResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse, sizeof(_interswitch__AuthenticateUserSecurityTokenResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateUserSecurityTokenResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthenticateUserSecurityTokenResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthenticateUserSecurityTokenResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthenticateUserSecurityTokenResult", &(a->_interswitch__AuthenticateUserSecurityTokenResponse::AuthenticateUserSecurityTokenResult), "xsd:string")) - { soap_flag_AuthenticateUserSecurityTokenResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthenticateUserSecurityTokenResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateUserSecurityTokenResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse, 0, sizeof(_interswitch__AuthenticateUserSecurityTokenResponse), 0, soap_copy__interswitch__AuthenticateUserSecurityTokenResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateUserSecurityTokenResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateUserSecurityTokenResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateUserSecurityTokenResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateUserSecurityTokenResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, _interswitch__AuthenticateUserSecurityTokenResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserSecurityTokenResponse); - if (size) - *size = sizeof(_interswitch__AuthenticateUserSecurityTokenResponse); - ((_interswitch__AuthenticateUserSecurityTokenResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserSecurityTokenResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateUserSecurityTokenResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateUserSecurityTokenResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateUserSecurityTokenResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateUserSecurityTokenResponse %p -> %p\n", q, p)); - *(_interswitch__AuthenticateUserSecurityTokenResponse*)p = *(_interswitch__AuthenticateUserSecurityTokenResponse*)q; -} - -void _interswitch__AuthenticateUserSecurityToken::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateUserSecurityToken::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateUserSecurityToken::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateUserSecurityToken::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateUserSecurityToken::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateUserSecurityToken(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateUserSecurityToken *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthenticateUserSecurityToken::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateUserSecurityToken::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateUserSecurityToken(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, _interswitch__AuthenticateUserSecurityToken *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateUserSecurityToken *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken, sizeof(_interswitch__AuthenticateUserSecurityToken), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateUserSecurityToken *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthenticateUserSecurityToken::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateUserSecurityToken *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken, 0, sizeof(_interswitch__AuthenticateUserSecurityToken), 0, soap_copy__interswitch__AuthenticateUserSecurityToken); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateUserSecurityToken::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateUserSecurityToken", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateUserSecurityToken::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateUserSecurityToken(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserSecurityToken(struct soap *soap, _interswitch__AuthenticateUserSecurityToken *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateUserSecurityToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserSecurityToken(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateUserSecurityToken(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserSecurityToken); - if (size) - *size = sizeof(_interswitch__AuthenticateUserSecurityToken); - ((_interswitch__AuthenticateUserSecurityToken*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserSecurityToken[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateUserSecurityToken); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateUserSecurityToken*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateUserSecurityToken*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserSecurityToken(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateUserSecurityToken %p -> %p\n", q, p)); - *(_interswitch__AuthenticateUserSecurityToken*)p = *(_interswitch__AuthenticateUserSecurityToken*)q; -} - -void _interswitch__AuthenticateUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateUserResponse::AuthenticateUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateUserResponse::AuthenticateUserResult); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse), type)) - return soap->error; - if (a->AuthenticateUserResult) - soap_element_result(soap, "interswitch:AuthenticateUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthenticateUserResult", -1, &(a->_interswitch__AuthenticateUserResponse::AuthenticateUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse, sizeof(_interswitch__AuthenticateUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthenticateUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthenticateUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthenticateUserResult", &(a->_interswitch__AuthenticateUserResponse::AuthenticateUserResult), "xsd:string")) - { soap_flag_AuthenticateUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthenticateUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse, 0, sizeof(_interswitch__AuthenticateUserResponse), 0, soap_copy__interswitch__AuthenticateUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserResponse(struct soap *soap, _interswitch__AuthenticateUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserResponse); - if (size) - *size = sizeof(_interswitch__AuthenticateUserResponse); - ((_interswitch__AuthenticateUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateUserResponse %p -> %p\n", q, p)); - *(_interswitch__AuthenticateUserResponse*)p = *(_interswitch__AuthenticateUserResponse*)q; -} - -void _interswitch__AuthenticateUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUser(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthenticateUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUser * SOAP_FMAC4 soap_in__interswitch__AuthenticateUser(struct soap *soap, const char *tag, _interswitch__AuthenticateUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUser, sizeof(_interswitch__AuthenticateUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthenticateUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateUser, 0, sizeof(_interswitch__AuthenticateUser), 0, soap_copy__interswitch__AuthenticateUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateUser); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUser * SOAP_FMAC4 soap_get__interswitch__AuthenticateUser(struct soap *soap, _interswitch__AuthenticateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateUser * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUser); - if (size) - *size = sizeof(_interswitch__AuthenticateUser); - ((_interswitch__AuthenticateUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateUser); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateUser %p -> %p\n", q, p)); - *(_interswitch__AuthenticateUser*)p = *(_interswitch__AuthenticateUser*)q; -} - -void _interswitch__ResetPasswordResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ResetPasswordResponse::ResetPasswordResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ResetPasswordResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ResetPasswordResponse::ResetPasswordResult); - /* transient soap skipped */ -} - -int _interswitch__ResetPasswordResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ResetPasswordResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResetPasswordResponse(struct soap *soap, const char *tag, int id, const _interswitch__ResetPasswordResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse), type)) - return soap->error; - if (a->ResetPasswordResult) - soap_element_result(soap, "interswitch:ResetPasswordResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ResetPasswordResult", -1, &(a->_interswitch__ResetPasswordResponse::ResetPasswordResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ResetPasswordResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ResetPasswordResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ResetPasswordResponse * SOAP_FMAC4 soap_in__interswitch__ResetPasswordResponse(struct soap *soap, const char *tag, _interswitch__ResetPasswordResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ResetPasswordResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse, sizeof(_interswitch__ResetPasswordResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ResetPasswordResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ResetPasswordResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ResetPasswordResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ResetPasswordResult", &(a->_interswitch__ResetPasswordResponse::ResetPasswordResult), "xsd:string")) - { soap_flag_ResetPasswordResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ResetPasswordResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ResetPasswordResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse, 0, sizeof(_interswitch__ResetPasswordResponse), 0, soap_copy__interswitch__ResetPasswordResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ResetPasswordResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ResetPasswordResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ResetPasswordResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ResetPasswordResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ResetPasswordResponse * SOAP_FMAC4 soap_get__interswitch__ResetPasswordResponse(struct soap *soap, _interswitch__ResetPasswordResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ResetPasswordResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ResetPasswordResponse * SOAP_FMAC2 soap_instantiate__interswitch__ResetPasswordResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ResetPasswordResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResetPasswordResponse); - if (size) - *size = sizeof(_interswitch__ResetPasswordResponse); - ((_interswitch__ResetPasswordResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResetPasswordResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ResetPasswordResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ResetPasswordResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ResetPasswordResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResetPasswordResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ResetPasswordResponse %p -> %p\n", q, p)); - *(_interswitch__ResetPasswordResponse*)p = *(_interswitch__ResetPasswordResponse*)q; -} - -void _interswitch__ResetPassword::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ResetPassword::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ResetPassword::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ResetPassword::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ResetPassword::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ResetPassword(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResetPassword(struct soap *soap, const char *tag, int id, const _interswitch__ResetPassword *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ResetPassword), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ResetPassword::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ResetPassword::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ResetPassword(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ResetPassword * SOAP_FMAC4 soap_in__interswitch__ResetPassword(struct soap *soap, const char *tag, _interswitch__ResetPassword *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ResetPassword *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ResetPassword, sizeof(_interswitch__ResetPassword), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ResetPassword) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ResetPassword *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ResetPassword::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ResetPassword *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ResetPassword, 0, sizeof(_interswitch__ResetPassword), 0, soap_copy__interswitch__ResetPassword); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ResetPassword::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ResetPassword); - if (this->soap_out(soap, tag?tag:"interswitch:ResetPassword", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ResetPassword::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ResetPassword(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ResetPassword * SOAP_FMAC4 soap_get__interswitch__ResetPassword(struct soap *soap, _interswitch__ResetPassword *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ResetPassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ResetPassword * SOAP_FMAC2 soap_instantiate__interswitch__ResetPassword(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ResetPassword(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ResetPassword, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResetPassword); - if (size) - *size = sizeof(_interswitch__ResetPassword); - ((_interswitch__ResetPassword*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResetPassword[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ResetPassword); - for (int i = 0; i < n; i++) - ((_interswitch__ResetPassword*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ResetPassword*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResetPassword(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ResetPassword %p -> %p\n", q, p)); - *(_interswitch__ResetPassword*)p = *(_interswitch__ResetPassword*)q; -} - -void _interswitch__ChangePasswordResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ChangePasswordResponse::ChangePasswordResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ChangePasswordResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ChangePasswordResponse::ChangePasswordResult); - /* transient soap skipped */ -} - -int _interswitch__ChangePasswordResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ChangePasswordResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ChangePasswordResponse(struct soap *soap, const char *tag, int id, const _interswitch__ChangePasswordResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse), type)) - return soap->error; - if (a->ChangePasswordResult) - soap_element_result(soap, "interswitch:ChangePasswordResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ChangePasswordResult", -1, &(a->_interswitch__ChangePasswordResponse::ChangePasswordResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ChangePasswordResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ChangePasswordResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ChangePasswordResponse * SOAP_FMAC4 soap_in__interswitch__ChangePasswordResponse(struct soap *soap, const char *tag, _interswitch__ChangePasswordResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ChangePasswordResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse, sizeof(_interswitch__ChangePasswordResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ChangePasswordResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ChangePasswordResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ChangePasswordResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ChangePasswordResult", &(a->_interswitch__ChangePasswordResponse::ChangePasswordResult), "xsd:string")) - { soap_flag_ChangePasswordResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ChangePasswordResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ChangePasswordResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse, 0, sizeof(_interswitch__ChangePasswordResponse), 0, soap_copy__interswitch__ChangePasswordResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ChangePasswordResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ChangePasswordResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ChangePasswordResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ChangePasswordResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ChangePasswordResponse * SOAP_FMAC4 soap_get__interswitch__ChangePasswordResponse(struct soap *soap, _interswitch__ChangePasswordResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ChangePasswordResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ChangePasswordResponse * SOAP_FMAC2 soap_instantiate__interswitch__ChangePasswordResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ChangePasswordResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ChangePasswordResponse); - if (size) - *size = sizeof(_interswitch__ChangePasswordResponse); - ((_interswitch__ChangePasswordResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ChangePasswordResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ChangePasswordResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ChangePasswordResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ChangePasswordResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ChangePasswordResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ChangePasswordResponse %p -> %p\n", q, p)); - *(_interswitch__ChangePasswordResponse*)p = *(_interswitch__ChangePasswordResponse*)q; -} - -void _interswitch__ChangePassword::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ChangePassword::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ChangePassword::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ChangePassword::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ChangePassword::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ChangePassword(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ChangePassword(struct soap *soap, const char *tag, int id, const _interswitch__ChangePassword *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ChangePassword), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ChangePassword::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ChangePassword::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ChangePassword(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ChangePassword * SOAP_FMAC4 soap_in__interswitch__ChangePassword(struct soap *soap, const char *tag, _interswitch__ChangePassword *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ChangePassword *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ChangePassword, sizeof(_interswitch__ChangePassword), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ChangePassword) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ChangePassword *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ChangePassword::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ChangePassword *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ChangePassword, 0, sizeof(_interswitch__ChangePassword), 0, soap_copy__interswitch__ChangePassword); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ChangePassword::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ChangePassword); - if (this->soap_out(soap, tag?tag:"interswitch:ChangePassword", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ChangePassword::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ChangePassword(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ChangePassword * SOAP_FMAC4 soap_get__interswitch__ChangePassword(struct soap *soap, _interswitch__ChangePassword *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ChangePassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ChangePassword * SOAP_FMAC2 soap_instantiate__interswitch__ChangePassword(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ChangePassword(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ChangePassword, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ChangePassword); - if (size) - *size = sizeof(_interswitch__ChangePassword); - ((_interswitch__ChangePassword*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ChangePassword[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ChangePassword); - for (int i = 0; i < n; i++) - ((_interswitch__ChangePassword*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ChangePassword*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ChangePassword(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ChangePassword %p -> %p\n", q, p)); - *(_interswitch__ChangePassword*)p = *(_interswitch__ChangePassword*)q; -} - -void _interswitch__UpdateUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__UpdateUserResponse::UpdateUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__UpdateUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__UpdateUserResponse::UpdateUserResult); - /* transient soap skipped */ -} - -int _interswitch__UpdateUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__UpdateUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__UpdateUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__UpdateUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse), type)) - return soap->error; - if (a->UpdateUserResult) - soap_element_result(soap, "interswitch:UpdateUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:UpdateUserResult", -1, &(a->_interswitch__UpdateUserResponse::UpdateUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__UpdateUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__UpdateUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__UpdateUserResponse * SOAP_FMAC4 soap_in__interswitch__UpdateUserResponse(struct soap *soap, const char *tag, _interswitch__UpdateUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__UpdateUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse, sizeof(_interswitch__UpdateUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__UpdateUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__UpdateUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_UpdateUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_UpdateUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:UpdateUserResult", &(a->_interswitch__UpdateUserResponse::UpdateUserResult), "xsd:string")) - { soap_flag_UpdateUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:UpdateUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__UpdateUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse, 0, sizeof(_interswitch__UpdateUserResponse), 0, soap_copy__interswitch__UpdateUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__UpdateUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:UpdateUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__UpdateUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__UpdateUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__UpdateUserResponse * SOAP_FMAC4 soap_get__interswitch__UpdateUserResponse(struct soap *soap, _interswitch__UpdateUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__UpdateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__UpdateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__UpdateUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__UpdateUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__UpdateUserResponse); - if (size) - *size = sizeof(_interswitch__UpdateUserResponse); - ((_interswitch__UpdateUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__UpdateUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__UpdateUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__UpdateUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__UpdateUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__UpdateUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__UpdateUserResponse %p -> %p\n", q, p)); - *(_interswitch__UpdateUserResponse*)p = *(_interswitch__UpdateUserResponse*)q; -} - -void _interswitch__UpdateUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__UpdateUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__UpdateUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__UpdateUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__UpdateUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__UpdateUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__UpdateUser(struct soap *soap, const char *tag, int id, const _interswitch__UpdateUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__UpdateUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__UpdateUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__UpdateUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__UpdateUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__UpdateUser * SOAP_FMAC4 soap_in__interswitch__UpdateUser(struct soap *soap, const char *tag, _interswitch__UpdateUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__UpdateUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__UpdateUser, sizeof(_interswitch__UpdateUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__UpdateUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__UpdateUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__UpdateUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__UpdateUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__UpdateUser, 0, sizeof(_interswitch__UpdateUser), 0, soap_copy__interswitch__UpdateUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__UpdateUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__UpdateUser); - if (this->soap_out(soap, tag?tag:"interswitch:UpdateUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__UpdateUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__UpdateUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__UpdateUser * SOAP_FMAC4 soap_get__interswitch__UpdateUser(struct soap *soap, _interswitch__UpdateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__UpdateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__UpdateUser * SOAP_FMAC2 soap_instantiate__interswitch__UpdateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__UpdateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__UpdateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__UpdateUser); - if (size) - *size = sizeof(_interswitch__UpdateUser); - ((_interswitch__UpdateUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__UpdateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__UpdateUser); - for (int i = 0; i < n; i++) - ((_interswitch__UpdateUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__UpdateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__UpdateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__UpdateUser %p -> %p\n", q, p)); - *(_interswitch__UpdateUser*)p = *(_interswitch__UpdateUser*)q; -} - -void _interswitch__ActivateUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ActivateUserResponse::ActivateUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ActivateUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ActivateUserResponse::ActivateUserResult); - /* transient soap skipped */ -} - -int _interswitch__ActivateUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ActivateUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ActivateUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__ActivateUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse), type)) - return soap->error; - if (a->ActivateUserResult) - soap_element_result(soap, "interswitch:ActivateUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ActivateUserResult", -1, &(a->_interswitch__ActivateUserResponse::ActivateUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ActivateUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ActivateUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ActivateUserResponse * SOAP_FMAC4 soap_in__interswitch__ActivateUserResponse(struct soap *soap, const char *tag, _interswitch__ActivateUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ActivateUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse, sizeof(_interswitch__ActivateUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ActivateUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ActivateUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ActivateUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ActivateUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ActivateUserResult", &(a->_interswitch__ActivateUserResponse::ActivateUserResult), "xsd:string")) - { soap_flag_ActivateUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ActivateUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ActivateUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse, 0, sizeof(_interswitch__ActivateUserResponse), 0, soap_copy__interswitch__ActivateUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ActivateUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ActivateUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ActivateUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ActivateUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ActivateUserResponse * SOAP_FMAC4 soap_get__interswitch__ActivateUserResponse(struct soap *soap, _interswitch__ActivateUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ActivateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ActivateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__ActivateUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ActivateUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ActivateUserResponse); - if (size) - *size = sizeof(_interswitch__ActivateUserResponse); - ((_interswitch__ActivateUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ActivateUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ActivateUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ActivateUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ActivateUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ActivateUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ActivateUserResponse %p -> %p\n", q, p)); - *(_interswitch__ActivateUserResponse*)p = *(_interswitch__ActivateUserResponse*)q; -} - -void _interswitch__ActivateUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ActivateUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ActivateUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ActivateUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ActivateUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ActivateUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ActivateUser(struct soap *soap, const char *tag, int id, const _interswitch__ActivateUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ActivateUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ActivateUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ActivateUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ActivateUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ActivateUser * SOAP_FMAC4 soap_in__interswitch__ActivateUser(struct soap *soap, const char *tag, _interswitch__ActivateUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ActivateUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ActivateUser, sizeof(_interswitch__ActivateUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ActivateUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ActivateUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ActivateUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ActivateUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ActivateUser, 0, sizeof(_interswitch__ActivateUser), 0, soap_copy__interswitch__ActivateUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ActivateUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ActivateUser); - if (this->soap_out(soap, tag?tag:"interswitch:ActivateUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ActivateUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ActivateUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ActivateUser * SOAP_FMAC4 soap_get__interswitch__ActivateUser(struct soap *soap, _interswitch__ActivateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ActivateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ActivateUser * SOAP_FMAC2 soap_instantiate__interswitch__ActivateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ActivateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ActivateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ActivateUser); - if (size) - *size = sizeof(_interswitch__ActivateUser); - ((_interswitch__ActivateUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ActivateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ActivateUser); - for (int i = 0; i < n; i++) - ((_interswitch__ActivateUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ActivateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ActivateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ActivateUser %p -> %p\n", q, p)); - *(_interswitch__ActivateUser*)p = *(_interswitch__ActivateUser*)q; -} - -void _interswitch__CreateUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CreateUserResponse::CreateUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__CreateUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CreateUserResponse::CreateUserResult); - /* transient soap skipped */ -} - -int _interswitch__CreateUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CreateUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__CreateUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CreateUserResponse), type)) - return soap->error; - if (a->CreateUserResult) - soap_element_result(soap, "interswitch:CreateUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:CreateUserResult", -1, &(a->_interswitch__CreateUserResponse::CreateUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CreateUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CreateUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CreateUserResponse * SOAP_FMAC4 soap_in__interswitch__CreateUserResponse(struct soap *soap, const char *tag, _interswitch__CreateUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CreateUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CreateUserResponse, sizeof(_interswitch__CreateUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CreateUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CreateUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_CreateUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_CreateUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:CreateUserResult", &(a->_interswitch__CreateUserResponse::CreateUserResult), "xsd:string")) - { soap_flag_CreateUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:CreateUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CreateUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CreateUserResponse, 0, sizeof(_interswitch__CreateUserResponse), 0, soap_copy__interswitch__CreateUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CreateUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CreateUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:CreateUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CreateUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CreateUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CreateUserResponse * SOAP_FMAC4 soap_get__interswitch__CreateUserResponse(struct soap *soap, _interswitch__CreateUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CreateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CreateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__CreateUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CreateUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CreateUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateUserResponse); - if (size) - *size = sizeof(_interswitch__CreateUserResponse); - ((_interswitch__CreateUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CreateUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__CreateUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CreateUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CreateUserResponse %p -> %p\n", q, p)); - *(_interswitch__CreateUserResponse*)p = *(_interswitch__CreateUserResponse*)q; -} - -void _interswitch__CreateUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CreateUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__CreateUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CreateUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__CreateUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CreateUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateUser(struct soap *soap, const char *tag, int id, const _interswitch__CreateUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CreateUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__CreateUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CreateUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CreateUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CreateUser * SOAP_FMAC4 soap_in__interswitch__CreateUser(struct soap *soap, const char *tag, _interswitch__CreateUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CreateUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CreateUser, sizeof(_interswitch__CreateUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CreateUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CreateUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__CreateUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CreateUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CreateUser, 0, sizeof(_interswitch__CreateUser), 0, soap_copy__interswitch__CreateUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CreateUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CreateUser); - if (this->soap_out(soap, tag?tag:"interswitch:CreateUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CreateUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CreateUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CreateUser * SOAP_FMAC4 soap_get__interswitch__CreateUser(struct soap *soap, _interswitch__CreateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CreateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CreateUser * SOAP_FMAC2 soap_instantiate__interswitch__CreateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CreateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CreateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateUser); - if (size) - *size = sizeof(_interswitch__CreateUser); - ((_interswitch__CreateUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CreateUser); - for (int i = 0; i < n; i++) - ((_interswitch__CreateUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CreateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CreateUser %p -> %p\n", q, p)); - *(_interswitch__CreateUser*)p = *(_interswitch__CreateUser*)q; -} - -void _interswitch__GetSystemSettingsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetSystemSettingsResponse::GetSystemSettingsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetSystemSettingsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetSystemSettingsResponse::GetSystemSettingsResult); - /* transient soap skipped */ -} - -int _interswitch__GetSystemSettingsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetSystemSettingsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetSystemSettingsResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetSystemSettingsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse), type)) - return soap->error; - if (a->GetSystemSettingsResult) - soap_element_result(soap, "interswitch:GetSystemSettingsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetSystemSettingsResult", -1, &(a->_interswitch__GetSystemSettingsResponse::GetSystemSettingsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetSystemSettingsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetSystemSettingsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse * SOAP_FMAC4 soap_in__interswitch__GetSystemSettingsResponse(struct soap *soap, const char *tag, _interswitch__GetSystemSettingsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetSystemSettingsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse, sizeof(_interswitch__GetSystemSettingsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetSystemSettingsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetSystemSettingsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetSystemSettingsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetSystemSettingsResult", &(a->_interswitch__GetSystemSettingsResponse::GetSystemSettingsResult), "xsd:string")) - { soap_flag_GetSystemSettingsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetSystemSettingsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetSystemSettingsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse, 0, sizeof(_interswitch__GetSystemSettingsResponse), 0, soap_copy__interswitch__GetSystemSettingsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetSystemSettingsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetSystemSettingsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetSystemSettingsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetSystemSettingsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse * SOAP_FMAC4 soap_get__interswitch__GetSystemSettingsResponse(struct soap *soap, _interswitch__GetSystemSettingsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetSystemSettingsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetSystemSettingsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetSystemSettingsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetSystemSettingsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetSystemSettingsResponse); - if (size) - *size = sizeof(_interswitch__GetSystemSettingsResponse); - ((_interswitch__GetSystemSettingsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetSystemSettingsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetSystemSettingsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetSystemSettingsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetSystemSettingsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetSystemSettingsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetSystemSettingsResponse %p -> %p\n", q, p)); - *(_interswitch__GetSystemSettingsResponse*)p = *(_interswitch__GetSystemSettingsResponse*)q; -} - -void _interswitch__GetSystemSettings::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetSystemSettings::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetSystemSettings::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetSystemSettings::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetSystemSettings::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetSystemSettings(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetSystemSettings(struct soap *soap, const char *tag, int id, const _interswitch__GetSystemSettings *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetSystemSettings), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetSystemSettings::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetSystemSettings::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetSystemSettings(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettings * SOAP_FMAC4 soap_in__interswitch__GetSystemSettings(struct soap *soap, const char *tag, _interswitch__GetSystemSettings *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetSystemSettings *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetSystemSettings, sizeof(_interswitch__GetSystemSettings), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetSystemSettings) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetSystemSettings *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetSystemSettings::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetSystemSettings *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetSystemSettings, 0, sizeof(_interswitch__GetSystemSettings), 0, soap_copy__interswitch__GetSystemSettings); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetSystemSettings::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetSystemSettings); - if (this->soap_out(soap, tag?tag:"interswitch:GetSystemSettings", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetSystemSettings::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetSystemSettings(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettings * SOAP_FMAC4 soap_get__interswitch__GetSystemSettings(struct soap *soap, _interswitch__GetSystemSettings *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetSystemSettings(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetSystemSettings * SOAP_FMAC2 soap_instantiate__interswitch__GetSystemSettings(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetSystemSettings(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetSystemSettings, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetSystemSettings); - if (size) - *size = sizeof(_interswitch__GetSystemSettings); - ((_interswitch__GetSystemSettings*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetSystemSettings[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetSystemSettings); - for (int i = 0; i < n; i++) - ((_interswitch__GetSystemSettings*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetSystemSettings*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetSystemSettings(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetSystemSettings %p -> %p\n", q, p)); - *(_interswitch__GetSystemSettings*)p = *(_interswitch__GetSystemSettings*)q; -} - -void _interswitch__QueryTransactionResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__QueryTransactionResponse::QueryTransactionResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__QueryTransactionResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__QueryTransactionResponse::QueryTransactionResult); - /* transient soap skipped */ -} - -int _interswitch__QueryTransactionResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__QueryTransactionResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransactionResponse(struct soap *soap, const char *tag, int id, const _interswitch__QueryTransactionResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse), type)) - return soap->error; - if (a->QueryTransactionResult) - soap_element_result(soap, "interswitch:QueryTransactionResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:QueryTransactionResult", -1, &(a->_interswitch__QueryTransactionResponse::QueryTransactionResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__QueryTransactionResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__QueryTransactionResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__QueryTransactionResponse * SOAP_FMAC4 soap_in__interswitch__QueryTransactionResponse(struct soap *soap, const char *tag, _interswitch__QueryTransactionResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__QueryTransactionResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse, sizeof(_interswitch__QueryTransactionResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__QueryTransactionResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_QueryTransactionResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_QueryTransactionResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:QueryTransactionResult", &(a->_interswitch__QueryTransactionResponse::QueryTransactionResult), "xsd:string")) - { soap_flag_QueryTransactionResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:QueryTransactionResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__QueryTransactionResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse, 0, sizeof(_interswitch__QueryTransactionResponse), 0, soap_copy__interswitch__QueryTransactionResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__QueryTransactionResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse); - if (this->soap_out(soap, tag?tag:"interswitch:QueryTransactionResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__QueryTransactionResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__QueryTransactionResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__QueryTransactionResponse * SOAP_FMAC4 soap_get__interswitch__QueryTransactionResponse(struct soap *soap, _interswitch__QueryTransactionResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__QueryTransactionResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__QueryTransactionResponse * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransactionResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__QueryTransactionResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransactionResponse); - if (size) - *size = sizeof(_interswitch__QueryTransactionResponse); - ((_interswitch__QueryTransactionResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransactionResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__QueryTransactionResponse); - for (int i = 0; i < n; i++) - ((_interswitch__QueryTransactionResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__QueryTransactionResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransactionResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__QueryTransactionResponse %p -> %p\n", q, p)); - *(_interswitch__QueryTransactionResponse*)p = *(_interswitch__QueryTransactionResponse*)q; -} - -void _interswitch__QueryTransaction::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__QueryTransaction::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__QueryTransaction::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__QueryTransaction::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__QueryTransaction::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__QueryTransaction(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransaction(struct soap *soap, const char *tag, int id, const _interswitch__QueryTransaction *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__QueryTransaction), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__QueryTransaction::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__QueryTransaction::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__QueryTransaction(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__QueryTransaction * SOAP_FMAC4 soap_in__interswitch__QueryTransaction(struct soap *soap, const char *tag, _interswitch__QueryTransaction *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__QueryTransaction *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__QueryTransaction, sizeof(_interswitch__QueryTransaction), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__QueryTransaction) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__QueryTransaction *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__QueryTransaction::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__QueryTransaction *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__QueryTransaction, 0, sizeof(_interswitch__QueryTransaction), 0, soap_copy__interswitch__QueryTransaction); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__QueryTransaction::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__QueryTransaction); - if (this->soap_out(soap, tag?tag:"interswitch:QueryTransaction", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__QueryTransaction::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__QueryTransaction(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__QueryTransaction * SOAP_FMAC4 soap_get__interswitch__QueryTransaction(struct soap *soap, _interswitch__QueryTransaction *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__QueryTransaction(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__QueryTransaction * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransaction(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__QueryTransaction(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__QueryTransaction, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransaction); - if (size) - *size = sizeof(_interswitch__QueryTransaction); - ((_interswitch__QueryTransaction*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransaction[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__QueryTransaction); - for (int i = 0; i < n; i++) - ((_interswitch__QueryTransaction*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__QueryTransaction*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransaction(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__QueryTransaction %p -> %p\n", q, p)); - *(_interswitch__QueryTransaction*)p = *(_interswitch__QueryTransaction*)q; -} - -void _interswitch__StatusCheckResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__StatusCheckResponse::StatusCheckResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__StatusCheckResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__StatusCheckResponse::StatusCheckResult); - /* transient soap skipped */ -} - -int _interswitch__StatusCheckResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__StatusCheckResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__StatusCheckResponse(struct soap *soap, const char *tag, int id, const _interswitch__StatusCheckResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse), type)) - return soap->error; - if (a->StatusCheckResult) - soap_element_result(soap, "interswitch:StatusCheckResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:StatusCheckResult", -1, &(a->_interswitch__StatusCheckResponse::StatusCheckResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__StatusCheckResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__StatusCheckResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__StatusCheckResponse * SOAP_FMAC4 soap_in__interswitch__StatusCheckResponse(struct soap *soap, const char *tag, _interswitch__StatusCheckResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__StatusCheckResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse, sizeof(_interswitch__StatusCheckResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__StatusCheckResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__StatusCheckResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_StatusCheckResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_StatusCheckResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:StatusCheckResult", &(a->_interswitch__StatusCheckResponse::StatusCheckResult), "xsd:string")) - { soap_flag_StatusCheckResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:StatusCheckResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__StatusCheckResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse, 0, sizeof(_interswitch__StatusCheckResponse), 0, soap_copy__interswitch__StatusCheckResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__StatusCheckResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse); - if (this->soap_out(soap, tag?tag:"interswitch:StatusCheckResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__StatusCheckResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__StatusCheckResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__StatusCheckResponse * SOAP_FMAC4 soap_get__interswitch__StatusCheckResponse(struct soap *soap, _interswitch__StatusCheckResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__StatusCheckResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__StatusCheckResponse * SOAP_FMAC2 soap_instantiate__interswitch__StatusCheckResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__StatusCheckResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__StatusCheckResponse); - if (size) - *size = sizeof(_interswitch__StatusCheckResponse); - ((_interswitch__StatusCheckResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__StatusCheckResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__StatusCheckResponse); - for (int i = 0; i < n; i++) - ((_interswitch__StatusCheckResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__StatusCheckResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__StatusCheckResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__StatusCheckResponse %p -> %p\n", q, p)); - *(_interswitch__StatusCheckResponse*)p = *(_interswitch__StatusCheckResponse*)q; -} - -void _interswitch__StatusCheck::soap_default(struct soap *soap) -{ - this->soap = soap; - /* transient soap skipped */ -} - -void _interswitch__StatusCheck::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int _interswitch__StatusCheck::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__StatusCheck(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__StatusCheck(struct soap *soap, const char *tag, int id, const _interswitch__StatusCheck *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__StatusCheck), type)) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__StatusCheck::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__StatusCheck(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__StatusCheck * SOAP_FMAC4 soap_in__interswitch__StatusCheck(struct soap *soap, const char *tag, _interswitch__StatusCheck *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__StatusCheck *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__StatusCheck, sizeof(_interswitch__StatusCheck), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__StatusCheck) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__StatusCheck *)a->soap_in(soap, tag, type); - } - } - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__StatusCheck *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__StatusCheck, 0, sizeof(_interswitch__StatusCheck), 0, soap_copy__interswitch__StatusCheck); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__StatusCheck::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__StatusCheck); - if (this->soap_out(soap, tag?tag:"interswitch:StatusCheck", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__StatusCheck::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__StatusCheck(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__StatusCheck * SOAP_FMAC4 soap_get__interswitch__StatusCheck(struct soap *soap, _interswitch__StatusCheck *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__StatusCheck(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__StatusCheck * SOAP_FMAC2 soap_instantiate__interswitch__StatusCheck(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__StatusCheck(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__StatusCheck, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__StatusCheck); - if (size) - *size = sizeof(_interswitch__StatusCheck); - ((_interswitch__StatusCheck*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__StatusCheck[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__StatusCheck); - for (int i = 0; i < n; i++) - ((_interswitch__StatusCheck*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__StatusCheck*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__StatusCheck(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__StatusCheck %p -> %p\n", q, p)); - *(_interswitch__StatusCheck*)p = *(_interswitch__StatusCheck*)q; -} - -void _interswitch__ReverseCashOutResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ReverseCashOutResponse::ReverseCashOutResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ReverseCashOutResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ReverseCashOutResponse::ReverseCashOutResult); - /* transient soap skipped */ -} - -int _interswitch__ReverseCashOutResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ReverseCashOutResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ReverseCashOutResponse(struct soap *soap, const char *tag, int id, const _interswitch__ReverseCashOutResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse), type)) - return soap->error; - if (a->ReverseCashOutResult) - soap_element_result(soap, "interswitch:ReverseCashOutResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ReverseCashOutResult", -1, &(a->_interswitch__ReverseCashOutResponse::ReverseCashOutResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ReverseCashOutResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ReverseCashOutResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse * SOAP_FMAC4 soap_in__interswitch__ReverseCashOutResponse(struct soap *soap, const char *tag, _interswitch__ReverseCashOutResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ReverseCashOutResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse, sizeof(_interswitch__ReverseCashOutResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ReverseCashOutResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ReverseCashOutResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ReverseCashOutResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ReverseCashOutResult", &(a->_interswitch__ReverseCashOutResponse::ReverseCashOutResult), "xsd:string")) - { soap_flag_ReverseCashOutResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ReverseCashOutResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ReverseCashOutResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse, 0, sizeof(_interswitch__ReverseCashOutResponse), 0, soap_copy__interswitch__ReverseCashOutResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ReverseCashOutResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ReverseCashOutResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ReverseCashOutResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ReverseCashOutResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse * SOAP_FMAC4 soap_get__interswitch__ReverseCashOutResponse(struct soap *soap, _interswitch__ReverseCashOutResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ReverseCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ReverseCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__ReverseCashOutResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ReverseCashOutResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ReverseCashOutResponse); - if (size) - *size = sizeof(_interswitch__ReverseCashOutResponse); - ((_interswitch__ReverseCashOutResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ReverseCashOutResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ReverseCashOutResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ReverseCashOutResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ReverseCashOutResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ReverseCashOutResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ReverseCashOutResponse %p -> %p\n", q, p)); - *(_interswitch__ReverseCashOutResponse*)p = *(_interswitch__ReverseCashOutResponse*)q; -} - -void _interswitch__ReverseCashOut::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ReverseCashOut::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ReverseCashOut::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ReverseCashOut::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ReverseCashOut::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ReverseCashOut(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ReverseCashOut(struct soap *soap, const char *tag, int id, const _interswitch__ReverseCashOut *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ReverseCashOut), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ReverseCashOut::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ReverseCashOut::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ReverseCashOut(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOut * SOAP_FMAC4 soap_in__interswitch__ReverseCashOut(struct soap *soap, const char *tag, _interswitch__ReverseCashOut *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ReverseCashOut *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ReverseCashOut, sizeof(_interswitch__ReverseCashOut), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ReverseCashOut) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ReverseCashOut *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ReverseCashOut::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ReverseCashOut *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ReverseCashOut, 0, sizeof(_interswitch__ReverseCashOut), 0, soap_copy__interswitch__ReverseCashOut); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ReverseCashOut::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ReverseCashOut); - if (this->soap_out(soap, tag?tag:"interswitch:ReverseCashOut", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ReverseCashOut::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ReverseCashOut(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOut * SOAP_FMAC4 soap_get__interswitch__ReverseCashOut(struct soap *soap, _interswitch__ReverseCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ReverseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ReverseCashOut * SOAP_FMAC2 soap_instantiate__interswitch__ReverseCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ReverseCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ReverseCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ReverseCashOut); - if (size) - *size = sizeof(_interswitch__ReverseCashOut); - ((_interswitch__ReverseCashOut*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ReverseCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ReverseCashOut); - for (int i = 0; i < n; i++) - ((_interswitch__ReverseCashOut*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ReverseCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ReverseCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ReverseCashOut %p -> %p\n", q, p)); - *(_interswitch__ReverseCashOut*)p = *(_interswitch__ReverseCashOut*)q; -} - -void _interswitch__AuthoriseAccountCashOutResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthoriseAccountCashOutResponse::AuthoriseAccountCashOutResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthoriseAccountCashOutResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthoriseAccountCashOutResponse::AuthoriseAccountCashOutResult); - /* transient soap skipped */ -} - -int _interswitch__AuthoriseAccountCashOutResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthoriseAccountCashOutResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthoriseAccountCashOutResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse), type)) - return soap->error; - if (a->AuthoriseAccountCashOutResult) - soap_element_result(soap, "interswitch:AuthoriseAccountCashOutResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthoriseAccountCashOutResult", -1, &(a->_interswitch__AuthoriseAccountCashOutResponse::AuthoriseAccountCashOutResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthoriseAccountCashOutResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthoriseAccountCashOutResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC4 soap_in__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, const char *tag, _interswitch__AuthoriseAccountCashOutResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthoriseAccountCashOutResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse, sizeof(_interswitch__AuthoriseAccountCashOutResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthoriseAccountCashOutResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthoriseAccountCashOutResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthoriseAccountCashOutResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthoriseAccountCashOutResult", &(a->_interswitch__AuthoriseAccountCashOutResponse::AuthoriseAccountCashOutResult), "xsd:string")) - { soap_flag_AuthoriseAccountCashOutResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthoriseAccountCashOutResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthoriseAccountCashOutResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse, 0, sizeof(_interswitch__AuthoriseAccountCashOutResponse), 0, soap_copy__interswitch__AuthoriseAccountCashOutResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthoriseAccountCashOutResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthoriseAccountCashOutResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthoriseAccountCashOutResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthoriseAccountCashOutResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC4 soap_get__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, _interswitch__AuthoriseAccountCashOutResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthoriseAccountCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseAccountCashOutResponse); - if (size) - *size = sizeof(_interswitch__AuthoriseAccountCashOutResponse); - ((_interswitch__AuthoriseAccountCashOutResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseAccountCashOutResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthoriseAccountCashOutResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthoriseAccountCashOutResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthoriseAccountCashOutResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthoriseAccountCashOutResponse %p -> %p\n", q, p)); - *(_interswitch__AuthoriseAccountCashOutResponse*)p = *(_interswitch__AuthoriseAccountCashOutResponse*)q; -} - -void _interswitch__AuthoriseAccountCashOut::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthoriseAccountCashOut::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthoriseAccountCashOut::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthoriseAccountCashOut::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthoriseAccountCashOut::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthoriseAccountCashOut(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, int id, const _interswitch__AuthoriseAccountCashOut *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthoriseAccountCashOut::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthoriseAccountCashOut::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthoriseAccountCashOut(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_in__interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, _interswitch__AuthoriseAccountCashOut *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthoriseAccountCashOut *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut, sizeof(_interswitch__AuthoriseAccountCashOut), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthoriseAccountCashOut *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthoriseAccountCashOut::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthoriseAccountCashOut *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut, 0, sizeof(_interswitch__AuthoriseAccountCashOut), 0, soap_copy__interswitch__AuthoriseAccountCashOut); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthoriseAccountCashOut::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut); - if (this->soap_out(soap, tag?tag:"interswitch:AuthoriseAccountCashOut", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthoriseAccountCashOut::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthoriseAccountCashOut(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_get__interswitch__AuthoriseAccountCashOut(struct soap *soap, _interswitch__AuthoriseAccountCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthoriseAccountCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseAccountCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthoriseAccountCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseAccountCashOut); - if (size) - *size = sizeof(_interswitch__AuthoriseAccountCashOut); - ((_interswitch__AuthoriseAccountCashOut*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseAccountCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthoriseAccountCashOut); - for (int i = 0; i < n; i++) - ((_interswitch__AuthoriseAccountCashOut*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthoriseAccountCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseAccountCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthoriseAccountCashOut %p -> %p\n", q, p)); - *(_interswitch__AuthoriseAccountCashOut*)p = *(_interswitch__AuthoriseAccountCashOut*)q; -} - -void _interswitch__AuthoriseCashOutResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthoriseCashOutResponse::AuthoriseCashOutResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthoriseCashOutResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthoriseCashOutResponse::AuthoriseCashOutResult); - /* transient soap skipped */ -} - -int _interswitch__AuthoriseCashOutResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthoriseCashOutResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseCashOutResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthoriseCashOutResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse), type)) - return soap->error; - if (a->AuthoriseCashOutResult) - soap_element_result(soap, "interswitch:AuthoriseCashOutResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthoriseCashOutResult", -1, &(a->_interswitch__AuthoriseCashOutResponse::AuthoriseCashOutResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthoriseCashOutResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthoriseCashOutResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC4 soap_in__interswitch__AuthoriseCashOutResponse(struct soap *soap, const char *tag, _interswitch__AuthoriseCashOutResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthoriseCashOutResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse, sizeof(_interswitch__AuthoriseCashOutResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthoriseCashOutResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthoriseCashOutResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthoriseCashOutResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthoriseCashOutResult", &(a->_interswitch__AuthoriseCashOutResponse::AuthoriseCashOutResult), "xsd:string")) - { soap_flag_AuthoriseCashOutResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthoriseCashOutResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthoriseCashOutResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse, 0, sizeof(_interswitch__AuthoriseCashOutResponse), 0, soap_copy__interswitch__AuthoriseCashOutResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthoriseCashOutResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthoriseCashOutResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthoriseCashOutResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthoriseCashOutResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC4 soap_get__interswitch__AuthoriseCashOutResponse(struct soap *soap, _interswitch__AuthoriseCashOutResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthoriseCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseCashOutResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthoriseCashOutResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseCashOutResponse); - if (size) - *size = sizeof(_interswitch__AuthoriseCashOutResponse); - ((_interswitch__AuthoriseCashOutResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseCashOutResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthoriseCashOutResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthoriseCashOutResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthoriseCashOutResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseCashOutResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthoriseCashOutResponse %p -> %p\n", q, p)); - *(_interswitch__AuthoriseCashOutResponse*)p = *(_interswitch__AuthoriseCashOutResponse*)q; -} - -void _interswitch__AuthoriseCashOut::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthoriseCashOut::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthoriseCashOut::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthoriseCashOut::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthoriseCashOut::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthoriseCashOut(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, int id, const _interswitch__AuthoriseCashOut *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthoriseCashOut::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthoriseCashOut::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthoriseCashOut(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_in__interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, _interswitch__AuthoriseCashOut *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthoriseCashOut *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut, sizeof(_interswitch__AuthoriseCashOut), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthoriseCashOut *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthoriseCashOut::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthoriseCashOut *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut, 0, sizeof(_interswitch__AuthoriseCashOut), 0, soap_copy__interswitch__AuthoriseCashOut); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthoriseCashOut::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut); - if (this->soap_out(soap, tag?tag:"interswitch:AuthoriseCashOut", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthoriseCashOut::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthoriseCashOut(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_get__interswitch__AuthoriseCashOut(struct soap *soap, _interswitch__AuthoriseCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthoriseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthoriseCashOut * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthoriseCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseCashOut); - if (size) - *size = sizeof(_interswitch__AuthoriseCashOut); - ((_interswitch__AuthoriseCashOut*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthoriseCashOut); - for (int i = 0; i < n; i++) - ((_interswitch__AuthoriseCashOut*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthoriseCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthoriseCashOut %p -> %p\n", q, p)); - *(_interswitch__AuthoriseCashOut*)p = *(_interswitch__AuthoriseCashOut*)q; -} - -void _interswitch__QueryTransferResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__QueryTransferResponse::QueryTransferResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__QueryTransferResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__QueryTransferResponse::QueryTransferResult); - /* transient soap skipped */ -} - -int _interswitch__QueryTransferResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__QueryTransferResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransferResponse(struct soap *soap, const char *tag, int id, const _interswitch__QueryTransferResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse), type)) - return soap->error; - if (a->QueryTransferResult) - soap_element_result(soap, "interswitch:QueryTransferResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:QueryTransferResult", -1, &(a->_interswitch__QueryTransferResponse::QueryTransferResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__QueryTransferResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__QueryTransferResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__QueryTransferResponse * SOAP_FMAC4 soap_in__interswitch__QueryTransferResponse(struct soap *soap, const char *tag, _interswitch__QueryTransferResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__QueryTransferResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse, sizeof(_interswitch__QueryTransferResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__QueryTransferResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__QueryTransferResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_QueryTransferResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_QueryTransferResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:QueryTransferResult", &(a->_interswitch__QueryTransferResponse::QueryTransferResult), "xsd:string")) - { soap_flag_QueryTransferResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:QueryTransferResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__QueryTransferResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse, 0, sizeof(_interswitch__QueryTransferResponse), 0, soap_copy__interswitch__QueryTransferResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__QueryTransferResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse); - if (this->soap_out(soap, tag?tag:"interswitch:QueryTransferResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__QueryTransferResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__QueryTransferResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__QueryTransferResponse * SOAP_FMAC4 soap_get__interswitch__QueryTransferResponse(struct soap *soap, _interswitch__QueryTransferResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__QueryTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__QueryTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransferResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__QueryTransferResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransferResponse); - if (size) - *size = sizeof(_interswitch__QueryTransferResponse); - ((_interswitch__QueryTransferResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransferResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__QueryTransferResponse); - for (int i = 0; i < n; i++) - ((_interswitch__QueryTransferResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__QueryTransferResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransferResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__QueryTransferResponse %p -> %p\n", q, p)); - *(_interswitch__QueryTransferResponse*)p = *(_interswitch__QueryTransferResponse*)q; -} - -void _interswitch__QueryTransfer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__QueryTransfer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__QueryTransfer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__QueryTransfer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__QueryTransfer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__QueryTransfer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransfer(struct soap *soap, const char *tag, int id, const _interswitch__QueryTransfer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__QueryTransfer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__QueryTransfer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__QueryTransfer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__QueryTransfer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__QueryTransfer * SOAP_FMAC4 soap_in__interswitch__QueryTransfer(struct soap *soap, const char *tag, _interswitch__QueryTransfer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__QueryTransfer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__QueryTransfer, sizeof(_interswitch__QueryTransfer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__QueryTransfer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__QueryTransfer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__QueryTransfer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__QueryTransfer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__QueryTransfer, 0, sizeof(_interswitch__QueryTransfer), 0, soap_copy__interswitch__QueryTransfer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__QueryTransfer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__QueryTransfer); - if (this->soap_out(soap, tag?tag:"interswitch:QueryTransfer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__QueryTransfer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__QueryTransfer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__QueryTransfer * SOAP_FMAC4 soap_get__interswitch__QueryTransfer(struct soap *soap, _interswitch__QueryTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__QueryTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__QueryTransfer * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__QueryTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__QueryTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransfer); - if (size) - *size = sizeof(_interswitch__QueryTransfer); - ((_interswitch__QueryTransfer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__QueryTransfer); - for (int i = 0; i < n; i++) - ((_interswitch__QueryTransfer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__QueryTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__QueryTransfer %p -> %p\n", q, p)); - *(_interswitch__QueryTransfer*)p = *(_interswitch__QueryTransfer*)q; -} - -void _interswitch__SendSessionKeyResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendSessionKeyResponse::SendSessionKeyResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendSessionKeyResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendSessionKeyResponse::SendSessionKeyResult); - /* transient soap skipped */ -} - -int _interswitch__SendSessionKeyResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendSessionKeyResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendSessionKeyResponse(struct soap *soap, const char *tag, int id, const _interswitch__SendSessionKeyResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse), type)) - return soap->error; - if (a->SendSessionKeyResult) - soap_element_result(soap, "interswitch:SendSessionKeyResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:SendSessionKeyResult", -1, &(a->_interswitch__SendSessionKeyResponse::SendSessionKeyResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendSessionKeyResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendSessionKeyResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse * SOAP_FMAC4 soap_in__interswitch__SendSessionKeyResponse(struct soap *soap, const char *tag, _interswitch__SendSessionKeyResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendSessionKeyResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse, sizeof(_interswitch__SendSessionKeyResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendSessionKeyResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_SendSessionKeyResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SendSessionKeyResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:SendSessionKeyResult", &(a->_interswitch__SendSessionKeyResponse::SendSessionKeyResult), "xsd:string")) - { soap_flag_SendSessionKeyResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:SendSessionKeyResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendSessionKeyResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse, 0, sizeof(_interswitch__SendSessionKeyResponse), 0, soap_copy__interswitch__SendSessionKeyResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendSessionKeyResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse); - if (this->soap_out(soap, tag?tag:"interswitch:SendSessionKeyResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendSessionKeyResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendSessionKeyResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse * SOAP_FMAC4 soap_get__interswitch__SendSessionKeyResponse(struct soap *soap, _interswitch__SendSessionKeyResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendSessionKeyResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendSessionKeyResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendSessionKeyResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendSessionKeyResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendSessionKeyResponse); - if (size) - *size = sizeof(_interswitch__SendSessionKeyResponse); - ((_interswitch__SendSessionKeyResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendSessionKeyResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendSessionKeyResponse); - for (int i = 0; i < n; i++) - ((_interswitch__SendSessionKeyResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendSessionKeyResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendSessionKeyResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendSessionKeyResponse %p -> %p\n", q, p)); - *(_interswitch__SendSessionKeyResponse*)p = *(_interswitch__SendSessionKeyResponse*)q; -} - -void _interswitch__SendSessionKey::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendSessionKey::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendSessionKey::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendSessionKey::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__SendSessionKey::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendSessionKey(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendSessionKey(struct soap *soap, const char *tag, int id, const _interswitch__SendSessionKey *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendSessionKey), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__SendSessionKey::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendSessionKey::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendSessionKey(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKey * SOAP_FMAC4 soap_in__interswitch__SendSessionKey(struct soap *soap, const char *tag, _interswitch__SendSessionKey *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendSessionKey *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendSessionKey, sizeof(_interswitch__SendSessionKey), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendSessionKey) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendSessionKey *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__SendSessionKey::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendSessionKey *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendSessionKey, 0, sizeof(_interswitch__SendSessionKey), 0, soap_copy__interswitch__SendSessionKey); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendSessionKey::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendSessionKey); - if (this->soap_out(soap, tag?tag:"interswitch:SendSessionKey", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendSessionKey::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendSessionKey(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKey * SOAP_FMAC4 soap_get__interswitch__SendSessionKey(struct soap *soap, _interswitch__SendSessionKey *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendSessionKey(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendSessionKey * SOAP_FMAC2 soap_instantiate__interswitch__SendSessionKey(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendSessionKey(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendSessionKey, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendSessionKey); - if (size) - *size = sizeof(_interswitch__SendSessionKey); - ((_interswitch__SendSessionKey*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendSessionKey[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendSessionKey); - for (int i = 0; i < n; i++) - ((_interswitch__SendSessionKey*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendSessionKey*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendSessionKey(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendSessionKey %p -> %p\n", q, p)); - *(_interswitch__SendSessionKey*)p = *(_interswitch__SendSessionKey*)q; -} - -void _interswitch__CancelTransferResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CancelTransferResponse::CancelTransferResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__CancelTransferResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CancelTransferResponse::CancelTransferResult); - /* transient soap skipped */ -} - -int _interswitch__CancelTransferResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CancelTransferResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CancelTransferResponse(struct soap *soap, const char *tag, int id, const _interswitch__CancelTransferResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse), type)) - return soap->error; - if (a->CancelTransferResult) - soap_element_result(soap, "interswitch:CancelTransferResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:CancelTransferResult", -1, &(a->_interswitch__CancelTransferResponse::CancelTransferResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CancelTransferResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CancelTransferResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CancelTransferResponse * SOAP_FMAC4 soap_in__interswitch__CancelTransferResponse(struct soap *soap, const char *tag, _interswitch__CancelTransferResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CancelTransferResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse, sizeof(_interswitch__CancelTransferResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CancelTransferResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CancelTransferResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_CancelTransferResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_CancelTransferResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:CancelTransferResult", &(a->_interswitch__CancelTransferResponse::CancelTransferResult), "xsd:string")) - { soap_flag_CancelTransferResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:CancelTransferResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CancelTransferResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse, 0, sizeof(_interswitch__CancelTransferResponse), 0, soap_copy__interswitch__CancelTransferResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CancelTransferResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse); - if (this->soap_out(soap, tag?tag:"interswitch:CancelTransferResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CancelTransferResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CancelTransferResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CancelTransferResponse * SOAP_FMAC4 soap_get__interswitch__CancelTransferResponse(struct soap *soap, _interswitch__CancelTransferResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CancelTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CancelTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__CancelTransferResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CancelTransferResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CancelTransferResponse); - if (size) - *size = sizeof(_interswitch__CancelTransferResponse); - ((_interswitch__CancelTransferResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CancelTransferResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CancelTransferResponse); - for (int i = 0; i < n; i++) - ((_interswitch__CancelTransferResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CancelTransferResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CancelTransferResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CancelTransferResponse %p -> %p\n", q, p)); - *(_interswitch__CancelTransferResponse*)p = *(_interswitch__CancelTransferResponse*)q; -} - -void _interswitch__CancelTransfer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CancelTransfer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__CancelTransfer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CancelTransfer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__CancelTransfer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CancelTransfer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CancelTransfer(struct soap *soap, const char *tag, int id, const _interswitch__CancelTransfer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CancelTransfer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__CancelTransfer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CancelTransfer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CancelTransfer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CancelTransfer * SOAP_FMAC4 soap_in__interswitch__CancelTransfer(struct soap *soap, const char *tag, _interswitch__CancelTransfer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CancelTransfer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CancelTransfer, sizeof(_interswitch__CancelTransfer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CancelTransfer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CancelTransfer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__CancelTransfer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CancelTransfer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CancelTransfer, 0, sizeof(_interswitch__CancelTransfer), 0, soap_copy__interswitch__CancelTransfer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CancelTransfer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CancelTransfer); - if (this->soap_out(soap, tag?tag:"interswitch:CancelTransfer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CancelTransfer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CancelTransfer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CancelTransfer * SOAP_FMAC4 soap_get__interswitch__CancelTransfer(struct soap *soap, _interswitch__CancelTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CancelTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CancelTransfer * SOAP_FMAC2 soap_instantiate__interswitch__CancelTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CancelTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CancelTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CancelTransfer); - if (size) - *size = sizeof(_interswitch__CancelTransfer); - ((_interswitch__CancelTransfer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CancelTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CancelTransfer); - for (int i = 0; i < n; i++) - ((_interswitch__CancelTransfer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CancelTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CancelTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CancelTransfer %p -> %p\n", q, p)); - *(_interswitch__CancelTransfer*)p = *(_interswitch__CancelTransfer*)q; -} - -void _interswitch__DoTransferResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoTransferResponse::DoTransferResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoTransferResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoTransferResponse::DoTransferResult); - /* transient soap skipped */ -} - -int _interswitch__DoTransferResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoTransferResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoTransferResponse(struct soap *soap, const char *tag, int id, const _interswitch__DoTransferResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoTransferResponse), type)) - return soap->error; - if (a->DoTransferResult) - soap_element_result(soap, "interswitch:DoTransferResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:DoTransferResult", -1, &(a->_interswitch__DoTransferResponse::DoTransferResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoTransferResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoTransferResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoTransferResponse * SOAP_FMAC4 soap_in__interswitch__DoTransferResponse(struct soap *soap, const char *tag, _interswitch__DoTransferResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoTransferResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoTransferResponse, sizeof(_interswitch__DoTransferResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoTransferResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoTransferResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_DoTransferResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_DoTransferResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:DoTransferResult", &(a->_interswitch__DoTransferResponse::DoTransferResult), "xsd:string")) - { soap_flag_DoTransferResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:DoTransferResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoTransferResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoTransferResponse, 0, sizeof(_interswitch__DoTransferResponse), 0, soap_copy__interswitch__DoTransferResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoTransferResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoTransferResponse); - if (this->soap_out(soap, tag?tag:"interswitch:DoTransferResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoTransferResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoTransferResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoTransferResponse * SOAP_FMAC4 soap_get__interswitch__DoTransferResponse(struct soap *soap, _interswitch__DoTransferResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoTransferResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoTransferResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoTransferResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoTransferResponse); - if (size) - *size = sizeof(_interswitch__DoTransferResponse); - ((_interswitch__DoTransferResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoTransferResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoTransferResponse); - for (int i = 0; i < n; i++) - ((_interswitch__DoTransferResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoTransferResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoTransferResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoTransferResponse %p -> %p\n", q, p)); - *(_interswitch__DoTransferResponse*)p = *(_interswitch__DoTransferResponse*)q; -} - -void _interswitch__DoTransfer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoTransfer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoTransfer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoTransfer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__DoTransfer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoTransfer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoTransfer(struct soap *soap, const char *tag, int id, const _interswitch__DoTransfer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoTransfer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__DoTransfer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoTransfer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoTransfer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoTransfer * SOAP_FMAC4 soap_in__interswitch__DoTransfer(struct soap *soap, const char *tag, _interswitch__DoTransfer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoTransfer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoTransfer, sizeof(_interswitch__DoTransfer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoTransfer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoTransfer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__DoTransfer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoTransfer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoTransfer, 0, sizeof(_interswitch__DoTransfer), 0, soap_copy__interswitch__DoTransfer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoTransfer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoTransfer); - if (this->soap_out(soap, tag?tag:"interswitch:DoTransfer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoTransfer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoTransfer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoTransfer * SOAP_FMAC4 soap_get__interswitch__DoTransfer(struct soap *soap, _interswitch__DoTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoTransfer * SOAP_FMAC2 soap_instantiate__interswitch__DoTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoTransfer); - if (size) - *size = sizeof(_interswitch__DoTransfer); - ((_interswitch__DoTransfer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoTransfer); - for (int i = 0; i < n; i++) - ((_interswitch__DoTransfer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoTransfer %p -> %p\n", q, p)); - *(_interswitch__DoTransfer*)p = *(_interswitch__DoTransfer*)q; -} - -void _interswitch__ValidateCustomerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ValidateCustomerResponse::ValidateCustomerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ValidateCustomerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ValidateCustomerResponse::ValidateCustomerResult); - /* transient soap skipped */ -} - -int _interswitch__ValidateCustomerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ValidateCustomerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ValidateCustomerResponse(struct soap *soap, const char *tag, int id, const _interswitch__ValidateCustomerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse), type)) - return soap->error; - if (a->ValidateCustomerResult) - soap_element_result(soap, "interswitch:ValidateCustomerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ValidateCustomerResult", -1, &(a->_interswitch__ValidateCustomerResponse::ValidateCustomerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ValidateCustomerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ValidateCustomerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse * SOAP_FMAC4 soap_in__interswitch__ValidateCustomerResponse(struct soap *soap, const char *tag, _interswitch__ValidateCustomerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ValidateCustomerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse, sizeof(_interswitch__ValidateCustomerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ValidateCustomerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ValidateCustomerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ValidateCustomerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ValidateCustomerResult", &(a->_interswitch__ValidateCustomerResponse::ValidateCustomerResult), "xsd:string")) - { soap_flag_ValidateCustomerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ValidateCustomerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ValidateCustomerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse, 0, sizeof(_interswitch__ValidateCustomerResponse), 0, soap_copy__interswitch__ValidateCustomerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ValidateCustomerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ValidateCustomerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ValidateCustomerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ValidateCustomerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse * SOAP_FMAC4 soap_get__interswitch__ValidateCustomerResponse(struct soap *soap, _interswitch__ValidateCustomerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ValidateCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ValidateCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__ValidateCustomerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ValidateCustomerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ValidateCustomerResponse); - if (size) - *size = sizeof(_interswitch__ValidateCustomerResponse); - ((_interswitch__ValidateCustomerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ValidateCustomerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ValidateCustomerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ValidateCustomerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ValidateCustomerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ValidateCustomerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ValidateCustomerResponse %p -> %p\n", q, p)); - *(_interswitch__ValidateCustomerResponse*)p = *(_interswitch__ValidateCustomerResponse*)q; -} - -void _interswitch__ValidateCustomer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ValidateCustomer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ValidateCustomer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ValidateCustomer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ValidateCustomer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ValidateCustomer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ValidateCustomer(struct soap *soap, const char *tag, int id, const _interswitch__ValidateCustomer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ValidateCustomer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ValidateCustomer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ValidateCustomer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ValidateCustomer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomer * SOAP_FMAC4 soap_in__interswitch__ValidateCustomer(struct soap *soap, const char *tag, _interswitch__ValidateCustomer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ValidateCustomer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ValidateCustomer, sizeof(_interswitch__ValidateCustomer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ValidateCustomer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ValidateCustomer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ValidateCustomer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ValidateCustomer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ValidateCustomer, 0, sizeof(_interswitch__ValidateCustomer), 0, soap_copy__interswitch__ValidateCustomer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ValidateCustomer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ValidateCustomer); - if (this->soap_out(soap, tag?tag:"interswitch:ValidateCustomer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ValidateCustomer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ValidateCustomer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomer * SOAP_FMAC4 soap_get__interswitch__ValidateCustomer(struct soap *soap, _interswitch__ValidateCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ValidateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ValidateCustomer * SOAP_FMAC2 soap_instantiate__interswitch__ValidateCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ValidateCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ValidateCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ValidateCustomer); - if (size) - *size = sizeof(_interswitch__ValidateCustomer); - ((_interswitch__ValidateCustomer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ValidateCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ValidateCustomer); - for (int i = 0; i < n; i++) - ((_interswitch__ValidateCustomer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ValidateCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ValidateCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ValidateCustomer %p -> %p\n", q, p)); - *(_interswitch__ValidateCustomer*)p = *(_interswitch__ValidateCustomer*)q; -} - -void xsd__unsignedShort::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_unsignedShort(soap, &this->xsd__unsignedShort::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__unsignedShort::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__unsignedShort::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__unsignedShort(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedShort(struct soap *soap, const char *tag, int id, const xsd__unsignedShort *a, const char *type) -{ - return soap_out_unsignedShort(soap, tag, id, &(a->xsd__unsignedShort::__item), "xsd:unsignedShort"); -} - -void *xsd__unsignedShort::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__unsignedShort(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__unsignedShort * SOAP_FMAC4 soap_in_xsd__unsignedShort(struct soap *soap, const char *tag, xsd__unsignedShort *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__unsignedShort *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__unsignedShort, sizeof(xsd__unsignedShort), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__unsignedShort) - return (xsd__unsignedShort *)a->soap_in(soap, tag, type); - } - if (!soap_in_unsignedShort(soap, tag, &(a->xsd__unsignedShort::__item), "xsd:unsignedShort")) - return NULL; - return a; -} - -int xsd__unsignedShort::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedShort); - if (this->soap_out(soap, tag?tag:"xsd:unsignedShort", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__unsignedShort::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__unsignedShort(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__unsignedShort * SOAP_FMAC4 soap_get_xsd__unsignedShort(struct soap *soap, xsd__unsignedShort *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedShort(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__unsignedShort * SOAP_FMAC2 soap_instantiate_xsd__unsignedShort(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__unsignedShort(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__unsignedShort, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedShort); - if (size) - *size = sizeof(xsd__unsignedShort); - ((xsd__unsignedShort*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedShort[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__unsignedShort); - for (int i = 0; i < n; i++) - ((xsd__unsignedShort*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedShort*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedShort(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__unsignedShort %p -> %p\n", q, p)); - *(xsd__unsignedShort*)p = *(xsd__unsignedShort*)q; -} - -void xsd__unsignedLong::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_unsignedLONG64(soap, &this->xsd__unsignedLong::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__unsignedLong::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__unsignedLong::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__unsignedLong(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedLong(struct soap *soap, const char *tag, int id, const xsd__unsignedLong *a, const char *type) -{ - return soap_out_unsignedLONG64(soap, tag, id, &(a->xsd__unsignedLong::__item), "xsd:unsignedLong"); -} - -void *xsd__unsignedLong::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__unsignedLong(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__unsignedLong * SOAP_FMAC4 soap_in_xsd__unsignedLong(struct soap *soap, const char *tag, xsd__unsignedLong *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__unsignedLong *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__unsignedLong, sizeof(xsd__unsignedLong), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__unsignedLong) - return (xsd__unsignedLong *)a->soap_in(soap, tag, type); - } - if (!soap_in_unsignedLONG64(soap, tag, &(a->xsd__unsignedLong::__item), "xsd:unsignedLong")) - return NULL; - return a; -} - -int xsd__unsignedLong::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedLong); - if (this->soap_out(soap, tag?tag:"xsd:unsignedLong", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__unsignedLong::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__unsignedLong(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__unsignedLong * SOAP_FMAC4 soap_get_xsd__unsignedLong(struct soap *soap, xsd__unsignedLong *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedLong(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__unsignedLong * SOAP_FMAC2 soap_instantiate_xsd__unsignedLong(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__unsignedLong(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__unsignedLong, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedLong); - if (size) - *size = sizeof(xsd__unsignedLong); - ((xsd__unsignedLong*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedLong[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__unsignedLong); - for (int i = 0; i < n; i++) - ((xsd__unsignedLong*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedLong*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedLong(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__unsignedLong %p -> %p\n", q, p)); - *(xsd__unsignedLong*)p = *(xsd__unsignedLong*)q; -} - -void xsd__unsignedInt::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_unsignedInt(soap, &this->xsd__unsignedInt::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__unsignedInt::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__unsignedInt::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__unsignedInt(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedInt(struct soap *soap, const char *tag, int id, const xsd__unsignedInt *a, const char *type) -{ - return soap_out_unsignedInt(soap, tag, id, &(a->xsd__unsignedInt::__item), "xsd:unsignedInt"); -} - -void *xsd__unsignedInt::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__unsignedInt(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__unsignedInt * SOAP_FMAC4 soap_in_xsd__unsignedInt(struct soap *soap, const char *tag, xsd__unsignedInt *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__unsignedInt *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__unsignedInt, sizeof(xsd__unsignedInt), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__unsignedInt) - return (xsd__unsignedInt *)a->soap_in(soap, tag, type); - } - if (!soap_in_unsignedInt(soap, tag, &(a->xsd__unsignedInt::__item), "xsd:unsignedInt")) - return NULL; - return a; -} - -int xsd__unsignedInt::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedInt); - if (this->soap_out(soap, tag?tag:"xsd:unsignedInt", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__unsignedInt::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__unsignedInt(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__unsignedInt * SOAP_FMAC4 soap_get_xsd__unsignedInt(struct soap *soap, xsd__unsignedInt *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedInt(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__unsignedInt * SOAP_FMAC2 soap_instantiate_xsd__unsignedInt(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__unsignedInt(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__unsignedInt, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedInt); - if (size) - *size = sizeof(xsd__unsignedInt); - ((xsd__unsignedInt*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedInt[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__unsignedInt); - for (int i = 0; i < n; i++) - ((xsd__unsignedInt*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedInt*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedInt(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__unsignedInt %p -> %p\n", q, p)); - *(xsd__unsignedInt*)p = *(xsd__unsignedInt*)q; -} - -void xsd__unsignedByte_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__unsignedByte(soap, &this->xsd__unsignedByte_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__unsignedByte_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__unsignedByte_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__unsignedByte_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedByte_(struct soap *soap, const char *tag, int id, const xsd__unsignedByte_ *a, const char *type) -{ - return soap_out_xsd__unsignedByte(soap, tag, id, &(a->xsd__unsignedByte_::__item), "xsd:unsignedByte"); -} - -void *xsd__unsignedByte_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__unsignedByte_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__unsignedByte_ * SOAP_FMAC4 soap_in_xsd__unsignedByte_(struct soap *soap, const char *tag, xsd__unsignedByte_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__unsignedByte_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__unsignedByte_, sizeof(xsd__unsignedByte_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__unsignedByte_) - return (xsd__unsignedByte_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__unsignedByte(soap, tag, &(a->xsd__unsignedByte_::__item), "xsd:unsignedByte")) - return NULL; - return a; -} - -int xsd__unsignedByte_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedByte_); - if (this->soap_out(soap, tag?tag:"xsd:unsignedByte", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__unsignedByte_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__unsignedByte_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__unsignedByte_ * SOAP_FMAC4 soap_get_xsd__unsignedByte_(struct soap *soap, xsd__unsignedByte_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedByte_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__unsignedByte_ * SOAP_FMAC2 soap_instantiate_xsd__unsignedByte_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__unsignedByte_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__unsignedByte_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedByte_); - if (size) - *size = sizeof(xsd__unsignedByte_); - ((xsd__unsignedByte_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedByte_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__unsignedByte_); - for (int i = 0; i < n; i++) - ((xsd__unsignedByte_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedByte_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedByte_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__unsignedByte_ %p -> %p\n", q, p)); - *(xsd__unsignedByte_*)p = *(xsd__unsignedByte_*)q; -} - -void xsd__string::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_std__string(soap, &this->xsd__string::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__string::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_embedded(soap, &this->xsd__string::__item, SOAP_TYPE_interswitch_std__string); - soap_serialize_std__string(soap, &this->xsd__string::__item); - /* transient soap skipped */ -} - -int xsd__string::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__string(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__string(struct soap *soap, const char *tag, int id, const xsd__string *a, const char *type) -{ - return soap_out_std__string(soap, tag, id, &(a->xsd__string::__item), "xsd:string"); -} - -void *xsd__string::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__string(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__string * SOAP_FMAC4 soap_in_xsd__string(struct soap *soap, const char *tag, xsd__string *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__string *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__string, sizeof(xsd__string), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__string) - return (xsd__string *)a->soap_in(soap, tag, type); - } - if (!soap_in_std__string(soap, tag, &(a->xsd__string::__item), "xsd:string")) - return NULL; - return a; -} - -int xsd__string::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__string); - if (this->soap_out(soap, tag?tag:"xsd:string", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__string::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__string(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__string * SOAP_FMAC4 soap_get_xsd__string(struct soap *soap, xsd__string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__string * SOAP_FMAC2 soap_instantiate_xsd__string(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__string(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__string, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__string); - if (size) - *size = sizeof(xsd__string); - ((xsd__string*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__string[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__string); - for (int i = 0; i < n; i++) - ((xsd__string*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__string*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__string(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__string %p -> %p\n", q, p)); - *(xsd__string*)p = *(xsd__string*)q; -} - -void xsd__short::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_short(soap, &this->xsd__short::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__short::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__short::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__short(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__short(struct soap *soap, const char *tag, int id, const xsd__short *a, const char *type) -{ - return soap_out_short(soap, tag, id, &(a->xsd__short::__item), "xsd:short"); -} - -void *xsd__short::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__short(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__short * SOAP_FMAC4 soap_in_xsd__short(struct soap *soap, const char *tag, xsd__short *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__short *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__short, sizeof(xsd__short), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__short) - return (xsd__short *)a->soap_in(soap, tag, type); - } - if (!soap_in_short(soap, tag, &(a->xsd__short::__item), "xsd:short")) - return NULL; - return a; -} - -int xsd__short::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__short); - if (this->soap_out(soap, tag?tag:"xsd:short", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__short::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__short(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__short * SOAP_FMAC4 soap_get_xsd__short(struct soap *soap, xsd__short *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__short(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__short * SOAP_FMAC2 soap_instantiate_xsd__short(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__short(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__short, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__short); - if (size) - *size = sizeof(xsd__short); - ((xsd__short*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__short[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__short); - for (int i = 0; i < n; i++) - ((xsd__short*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__short*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__short(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__short %p -> %p\n", q, p)); - *(xsd__short*)p = *(xsd__short*)q; -} - -void xsd__long::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_LONG64(soap, &this->xsd__long::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__long::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__long::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__long(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__long(struct soap *soap, const char *tag, int id, const xsd__long *a, const char *type) -{ - return soap_out_LONG64(soap, tag, id, &(a->xsd__long::__item), "xsd:long"); -} - -void *xsd__long::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__long(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__long * SOAP_FMAC4 soap_in_xsd__long(struct soap *soap, const char *tag, xsd__long *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__long *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__long, sizeof(xsd__long), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__long) - return (xsd__long *)a->soap_in(soap, tag, type); - } - if (!soap_in_LONG64(soap, tag, &(a->xsd__long::__item), "xsd:long")) - return NULL; - return a; -} - -int xsd__long::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__long); - if (this->soap_out(soap, tag?tag:"xsd:long", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__long::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__long(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__long * SOAP_FMAC4 soap_get_xsd__long(struct soap *soap, xsd__long *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__long(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__long * SOAP_FMAC2 soap_instantiate_xsd__long(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__long(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__long, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__long); - if (size) - *size = sizeof(xsd__long); - ((xsd__long*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__long[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__long); - for (int i = 0; i < n; i++) - ((xsd__long*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__long*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__long(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__long %p -> %p\n", q, p)); - *(xsd__long*)p = *(xsd__long*)q; -} - -void xsd__int::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_int(soap, &this->xsd__int::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__int::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__int::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__int(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__int(struct soap *soap, const char *tag, int id, const xsd__int *a, const char *type) -{ - return soap_out_int(soap, tag, id, &(a->xsd__int::__item), "xsd:int"); -} - -void *xsd__int::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__int(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__int * SOAP_FMAC4 soap_in_xsd__int(struct soap *soap, const char *tag, xsd__int *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__int *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__int, sizeof(xsd__int), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__int) - return (xsd__int *)a->soap_in(soap, tag, type); - } - if (!soap_in_int(soap, tag, &(a->xsd__int::__item), "xsd:int")) - return NULL; - return a; -} - -int xsd__int::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__int); - if (this->soap_out(soap, tag?tag:"xsd:int", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__int::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__int(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__int * SOAP_FMAC4 soap_get_xsd__int(struct soap *soap, xsd__int *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__int(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__int * SOAP_FMAC2 soap_instantiate_xsd__int(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__int(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__int, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__int); - if (size) - *size = sizeof(xsd__int); - ((xsd__int*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__int[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__int); - for (int i = 0; i < n; i++) - ((xsd__int*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__int*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__int(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__int %p -> %p\n", q, p)); - *(xsd__int*)p = *(xsd__int*)q; -} - -void xsd__float::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_float(soap, &this->xsd__float::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__float::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__float::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__float(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__float(struct soap *soap, const char *tag, int id, const xsd__float *a, const char *type) -{ - return soap_out_float(soap, tag, id, &(a->xsd__float::__item), "xsd:float"); -} - -void *xsd__float::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__float(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__float * SOAP_FMAC4 soap_in_xsd__float(struct soap *soap, const char *tag, xsd__float *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__float *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__float, sizeof(xsd__float), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__float) - return (xsd__float *)a->soap_in(soap, tag, type); - } - if (!soap_in_float(soap, tag, &(a->xsd__float::__item), "xsd:float")) - return NULL; - return a; -} - -int xsd__float::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__float); - if (this->soap_out(soap, tag?tag:"xsd:float", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__float::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__float(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__float * SOAP_FMAC4 soap_get_xsd__float(struct soap *soap, xsd__float *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__float(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__float * SOAP_FMAC2 soap_instantiate_xsd__float(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__float(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__float, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__float); - if (size) - *size = sizeof(xsd__float); - ((xsd__float*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__float[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__float); - for (int i = 0; i < n; i++) - ((xsd__float*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__float*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__float(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__float %p -> %p\n", q, p)); - *(xsd__float*)p = *(xsd__float*)q; -} - -void xsd__duration_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__duration(soap, &this->xsd__duration_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__duration_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__duration(soap, &this->xsd__duration_::__item); - /* transient soap skipped */ -} - -int xsd__duration_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__duration_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration_(struct soap *soap, const char *tag, int id, const xsd__duration_ *a, const char *type) -{ - return soap_out_xsd__duration(soap, tag, id, &(a->xsd__duration_::__item), "xsd:duration"); -} - -void *xsd__duration_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__duration_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__duration_ * SOAP_FMAC4 soap_in_xsd__duration_(struct soap *soap, const char *tag, xsd__duration_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__duration_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__duration_, sizeof(xsd__duration_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__duration_) - return (xsd__duration_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__duration(soap, tag, &(a->xsd__duration_::__item), "xsd:duration")) - return NULL; - return a; -} - -int xsd__duration_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__duration_); - if (this->soap_out(soap, tag?tag:"xsd:duration", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__duration_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__duration_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__duration_ * SOAP_FMAC4 soap_get_xsd__duration_(struct soap *soap, xsd__duration_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__duration_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__duration_ * SOAP_FMAC2 soap_instantiate_xsd__duration_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__duration_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__duration_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__duration_); - if (size) - *size = sizeof(xsd__duration_); - ((xsd__duration_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__duration_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__duration_); - for (int i = 0; i < n; i++) - ((xsd__duration_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__duration_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__duration_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__duration_ %p -> %p\n", q, p)); - *(xsd__duration_*)p = *(xsd__duration_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__duration), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__duration(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__duration, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__duration, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__duration, 0, sizeof(std::string), 0, soap_copy_xsd__duration); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__duration(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__duration); - if (soap_out_xsd__duration(soap, tag?tag:"xsd:duration", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__duration(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__duration(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void xsd__double::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_double(soap, &this->xsd__double::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__double::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__double::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__double(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__double(struct soap *soap, const char *tag, int id, const xsd__double *a, const char *type) -{ - return soap_out_double(soap, tag, id, &(a->xsd__double::__item), "xsd:double"); -} - -void *xsd__double::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__double(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__double * SOAP_FMAC4 soap_in_xsd__double(struct soap *soap, const char *tag, xsd__double *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__double *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__double, sizeof(xsd__double), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__double) - return (xsd__double *)a->soap_in(soap, tag, type); - } - if (!soap_in_double(soap, tag, &(a->xsd__double::__item), "xsd:double")) - return NULL; - return a; -} - -int xsd__double::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__double); - if (this->soap_out(soap, tag?tag:"xsd:double", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__double::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__double(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__double * SOAP_FMAC4 soap_get_xsd__double(struct soap *soap, xsd__double *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__double(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__double * SOAP_FMAC2 soap_instantiate_xsd__double(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__double(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__double, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__double); - if (size) - *size = sizeof(xsd__double); - ((xsd__double*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__double[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__double); - for (int i = 0; i < n; i++) - ((xsd__double*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__double*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__double(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__double %p -> %p\n", q, p)); - *(xsd__double*)p = *(xsd__double*)q; -} - -void xsd__decimal_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__decimal(soap, &this->xsd__decimal_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__decimal_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__decimal(soap, &this->xsd__decimal_::__item); - /* transient soap skipped */ -} - -int xsd__decimal_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__decimal_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__decimal_(struct soap *soap, const char *tag, int id, const xsd__decimal_ *a, const char *type) -{ - return soap_out_xsd__decimal(soap, tag, id, &(a->xsd__decimal_::__item), "xsd:decimal"); -} - -void *xsd__decimal_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__decimal_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__decimal_ * SOAP_FMAC4 soap_in_xsd__decimal_(struct soap *soap, const char *tag, xsd__decimal_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__decimal_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__decimal_, sizeof(xsd__decimal_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__decimal_) - return (xsd__decimal_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__decimal(soap, tag, &(a->xsd__decimal_::__item), "xsd:decimal")) - return NULL; - return a; -} - -int xsd__decimal_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__decimal_); - if (this->soap_out(soap, tag?tag:"xsd:decimal", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__decimal_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__decimal_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__decimal_ * SOAP_FMAC4 soap_get_xsd__decimal_(struct soap *soap, xsd__decimal_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__decimal_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__decimal_ * SOAP_FMAC2 soap_instantiate_xsd__decimal_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__decimal_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__decimal_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__decimal_); - if (size) - *size = sizeof(xsd__decimal_); - ((xsd__decimal_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__decimal_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__decimal_); - for (int i = 0; i < n; i++) - ((xsd__decimal_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__decimal_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__decimal_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__decimal_ %p -> %p\n", q, p)); - *(xsd__decimal_*)p = *(xsd__decimal_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__decimal(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__decimal), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__decimal(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__decimal, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__decimal, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__decimal, 0, sizeof(std::string), 0, soap_copy_xsd__decimal); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__decimal(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__decimal); - if (soap_out_xsd__decimal(soap, tag?tag:"xsd:decimal", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__decimal(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__decimal(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void xsd__dateTime::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_time(soap, &this->xsd__dateTime::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__dateTime::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__dateTime::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__dateTime(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__dateTime(struct soap *soap, const char *tag, int id, const xsd__dateTime *a, const char *type) -{ - return soap_out_time(soap, tag, id, &(a->xsd__dateTime::__item), "xsd:dateTime"); -} - -void *xsd__dateTime::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__dateTime(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__dateTime * SOAP_FMAC4 soap_in_xsd__dateTime(struct soap *soap, const char *tag, xsd__dateTime *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__dateTime *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__dateTime, sizeof(xsd__dateTime), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__dateTime) - return (xsd__dateTime *)a->soap_in(soap, tag, type); - } - if (!soap_in_time(soap, tag, &(a->xsd__dateTime::__item), "xsd:dateTime")) - return NULL; - return a; -} - -int xsd__dateTime::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__dateTime); - if (this->soap_out(soap, tag?tag:"xsd:dateTime", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__dateTime::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__dateTime(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__dateTime * SOAP_FMAC4 soap_get_xsd__dateTime(struct soap *soap, xsd__dateTime *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__dateTime(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__dateTime * SOAP_FMAC2 soap_instantiate_xsd__dateTime(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__dateTime(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__dateTime, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__dateTime); - if (size) - *size = sizeof(xsd__dateTime); - ((xsd__dateTime*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__dateTime[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__dateTime); - for (int i = 0; i < n; i++) - ((xsd__dateTime*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__dateTime*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__dateTime(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__dateTime %p -> %p\n", q, p)); - *(xsd__dateTime*)p = *(xsd__dateTime*)q; -} - -void xsd__byte_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__byte(soap, &this->xsd__byte_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__byte_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__byte_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__byte_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__byte_(struct soap *soap, const char *tag, int id, const xsd__byte_ *a, const char *type) -{ - return soap_out_xsd__byte(soap, tag, id, &(a->xsd__byte_::__item), "xsd:byte"); -} - -void *xsd__byte_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__byte_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__byte_ * SOAP_FMAC4 soap_in_xsd__byte_(struct soap *soap, const char *tag, xsd__byte_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__byte_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__byte_, sizeof(xsd__byte_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__byte_) - return (xsd__byte_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__byte(soap, tag, &(a->xsd__byte_::__item), "xsd:byte")) - return NULL; - return a; -} - -int xsd__byte_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__byte_); - if (this->soap_out(soap, tag?tag:"xsd:byte", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__byte_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__byte_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__byte_ * SOAP_FMAC4 soap_get_xsd__byte_(struct soap *soap, xsd__byte_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__byte_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__byte_ * SOAP_FMAC2 soap_instantiate_xsd__byte_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__byte_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__byte_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__byte_); - if (size) - *size = sizeof(xsd__byte_); - ((xsd__byte_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__byte_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__byte_); - for (int i = 0; i < n; i++) - ((xsd__byte_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__byte_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__byte_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__byte_ %p -> %p\n", q, p)); - *(xsd__byte_*)p = *(xsd__byte_*)q; -} - -void xsd__boolean::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_bool(soap, &this->xsd__boolean::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__boolean::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__boolean::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__boolean(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__boolean(struct soap *soap, const char *tag, int id, const xsd__boolean *a, const char *type) -{ - return soap_out_bool(soap, tag, id, &(a->xsd__boolean::__item), "xsd:boolean"); -} - -void *xsd__boolean::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__boolean(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__boolean * SOAP_FMAC4 soap_in_xsd__boolean(struct soap *soap, const char *tag, xsd__boolean *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__boolean *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__boolean, sizeof(xsd__boolean), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__boolean) - return (xsd__boolean *)a->soap_in(soap, tag, type); - } - if (!soap_in_bool(soap, tag, &(a->xsd__boolean::__item), "xsd:boolean")) - return NULL; - return a; -} - -int xsd__boolean::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__boolean); - if (this->soap_out(soap, tag?tag:"xsd:boolean", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__boolean::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__boolean(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__boolean * SOAP_FMAC4 soap_get_xsd__boolean(struct soap *soap, xsd__boolean *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__boolean(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__boolean * SOAP_FMAC2 soap_instantiate_xsd__boolean(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__boolean(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__boolean, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__boolean); - if (size) - *size = sizeof(xsd__boolean); - ((xsd__boolean*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__boolean[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__boolean); - for (int i = 0; i < n; i++) - ((xsd__boolean*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__boolean*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__boolean(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__boolean %p -> %p\n", q, p)); - *(xsd__boolean*)p = *(xsd__boolean*)q; -} - -void xsd__base64Binary_::soap_default(struct soap *soap) -{ - this->soap = soap; - this->xsd__base64Binary_::__item.xsd__base64Binary::soap_default(soap); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__base64Binary_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - this->xsd__base64Binary_::__item.soap_serialize(soap); - /* transient soap skipped */ -} - -int xsd__base64Binary_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__base64Binary_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__base64Binary_(struct soap *soap, const char *tag, int id, const xsd__base64Binary_ *a, const char *type) -{ - return (a->xsd__base64Binary_::__item).soap_out(soap, tag, id, "xsd:base64Binary"); -} - -void *xsd__base64Binary_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__base64Binary_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__base64Binary_ * SOAP_FMAC4 soap_in_xsd__base64Binary_(struct soap *soap, const char *tag, xsd__base64Binary_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__base64Binary_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__base64Binary_, sizeof(xsd__base64Binary_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__base64Binary_) - return (xsd__base64Binary_ *)a->soap_in(soap, tag, type); - } - if (!(a->xsd__base64Binary_::__item).soap_in(soap, tag, "xsd:base64Binary")) - return NULL; - return a; -} - -int xsd__base64Binary_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__base64Binary_); - if (this->soap_out(soap, tag?tag:"xsd:base64Binary", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__base64Binary_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__base64Binary_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__base64Binary_ * SOAP_FMAC4 soap_get_xsd__base64Binary_(struct soap *soap, xsd__base64Binary_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__base64Binary_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__base64Binary_ * SOAP_FMAC2 soap_instantiate_xsd__base64Binary_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__base64Binary_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__base64Binary_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary_); - if (size) - *size = sizeof(xsd__base64Binary_); - ((xsd__base64Binary_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__base64Binary_); - for (int i = 0; i < n; i++) - ((xsd__base64Binary_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__base64Binary_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__base64Binary_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__base64Binary_ %p -> %p\n", q, p)); - *(xsd__base64Binary_*)p = *(xsd__base64Binary_*)q; -} - -void xsd__base64Binary::soap_default(struct soap *soap) -{ - this->soap = soap; - this->__size = 0; - this->__ptr = NULL; - this->id = NULL; - this->type = NULL; - this->options = NULL; -} - -void xsd__base64Binary::soap_serialize(struct soap *soap) const -{ - if (this->__ptr && !soap_array_reference(soap, this, (struct soap_array*)&this->__ptr, 1, SOAP_TYPE_interswitch_xsd__base64Binary)) - if (this->id || this->type) - soap->mode |= SOAP_ENC_DIME; -} - -int xsd__base64Binary::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ return soap_out_xsd__base64Binary(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__base64Binary(struct soap *soap, const char *tag, int id, const xsd__base64Binary *a, const char *type) -{ -#ifndef WITH_LEANER - id = soap_attachment(soap, tag, id, a, (struct soap_array*)&a->__ptr, a->id, a->type, a->options, 1, type, SOAP_TYPE_interswitch_xsd__base64Binary); -#else - id = soap_element_id(soap, tag, id, a, (struct soap_array*)&a->__ptr, 1, type, SOAP_TYPE_interswitch_xsd__base64Binary); -#endif - if (id < 0) - return soap->error; - if (soap_element_begin_out(soap, tag, id, type)) - return soap->error; - if (soap_putbase64(soap, a->__ptr, a->__size)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -void *xsd__base64Binary::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__base64Binary(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__base64Binary * SOAP_FMAC4 soap_in_xsd__base64Binary(struct soap *soap, const char *tag, xsd__base64Binary *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (*soap->type && soap_match_tag(soap, soap->type, type) && soap_match_tag(soap, soap->type, ":base64Binary") && soap_match_tag(soap, soap->type, ":base64")) - { soap->error = SOAP_TYPE; - return NULL; - } - a = (xsd__base64Binary *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__base64Binary, sizeof(xsd__base64Binary), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - a->soap_default(soap); - if (soap->body && !*soap->href) - { - a->__ptr = soap_getbase64(soap, &a->__size, 0); -#ifndef WITH_LEANER - if (soap_xop_forward(soap, &a->__ptr, &a->__size, &a->id, &a->type, &a->options)) - return NULL; -#endif - if ((!a->__ptr && soap->error) || soap_element_end_in(soap, tag)) - return NULL; - } - else - { -#ifndef WITH_LEANER - if (*soap->href != '#') - { if (soap_dime_forward(soap, &a->__ptr, &a->__size, &a->id, &a->type, &a->options)) - return NULL; - } - else -#endif - a = (xsd__base64Binary *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_xsd__base64Binary, 0, sizeof(xsd__base64Binary), 0, soap_copy_xsd__base64Binary); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int xsd__base64Binary::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, (struct soap_array*)&this->__ptr, 1, tag, SOAP_TYPE_interswitch_xsd__base64Binary); - if (this->soap_out(soap, tag?tag:"xsd:base64Binary", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__base64Binary::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__base64Binary(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__base64Binary * SOAP_FMAC4 soap_get_xsd__base64Binary(struct soap *soap, xsd__base64Binary *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__base64Binary(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__base64Binary * SOAP_FMAC2 soap_instantiate_xsd__base64Binary(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__base64Binary(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__base64Binary, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary); - if (size) - *size = sizeof(xsd__base64Binary); - ((xsd__base64Binary*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__base64Binary); - for (int i = 0; i < n; i++) - ((xsd__base64Binary*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__base64Binary*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__base64Binary(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__base64Binary %p -> %p\n", q, p)); - *(xsd__base64Binary*)p = *(xsd__base64Binary*)q; -} - -void xsd__anyURI_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__anyURI(soap, &this->xsd__anyURI_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__anyURI_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__anyURI(soap, &this->xsd__anyURI_::__item); - /* transient soap skipped */ -} - -int xsd__anyURI_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__anyURI_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyURI_(struct soap *soap, const char *tag, int id, const xsd__anyURI_ *a, const char *type) -{ - return soap_out_xsd__anyURI(soap, tag, id, &(a->xsd__anyURI_::__item), "xsd:anyURI"); -} - -void *xsd__anyURI_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__anyURI_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__anyURI_ * SOAP_FMAC4 soap_in_xsd__anyURI_(struct soap *soap, const char *tag, xsd__anyURI_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__anyURI_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__anyURI_, sizeof(xsd__anyURI_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__anyURI_) - return (xsd__anyURI_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__anyURI(soap, tag, &(a->xsd__anyURI_::__item), "xsd:anyURI")) - return NULL; - return a; -} - -int xsd__anyURI_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__anyURI_); - if (this->soap_out(soap, tag?tag:"xsd:anyURI", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__anyURI_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__anyURI_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__anyURI_ * SOAP_FMAC4 soap_get_xsd__anyURI_(struct soap *soap, xsd__anyURI_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__anyURI_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__anyURI_ * SOAP_FMAC2 soap_instantiate_xsd__anyURI_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__anyURI_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__anyURI_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__anyURI_); - if (size) - *size = sizeof(xsd__anyURI_); - ((xsd__anyURI_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__anyURI_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__anyURI_); - for (int i = 0; i < n; i++) - ((xsd__anyURI_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__anyURI_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__anyURI_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__anyURI_ %p -> %p\n", q, p)); - *(xsd__anyURI_*)p = *(xsd__anyURI_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyURI(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__anyURI), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__anyURI(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__anyURI, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__anyURI, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__anyURI, 0, sizeof(std::string), 0, soap_copy_xsd__anyURI); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyURI(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__anyURI); - if (soap_out_xsd__anyURI(soap, tag?tag:"xsd:anyURI", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__anyURI(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__anyURI(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void xsd__QName_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__QName(soap, &this->xsd__QName_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__QName_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__QName(soap, &this->xsd__QName_::__item); - /* transient soap skipped */ -} - -int xsd__QName_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__QName_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__QName_(struct soap *soap, const char *tag, int id, const xsd__QName_ *a, const char *type) -{ - std::string soap_tmp___item(soap_QName2s(soap, a->__item.c_str())); - return soap_out_xsd__QName(soap, tag, id, &soap_tmp___item, "xsd:QName"); -} - -void *xsd__QName_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__QName_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__QName_ * SOAP_FMAC4 soap_in_xsd__QName_(struct soap *soap, const char *tag, xsd__QName_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__QName_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__QName_, sizeof(xsd__QName_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__QName_) - return (xsd__QName_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__QName(soap, tag, &(a->xsd__QName_::__item), "xsd:QName")) - return NULL; - return a; -} - -int xsd__QName_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__QName_); - if (this->soap_out(soap, tag?tag:"xsd:QName", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__QName_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__QName_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__QName_ * SOAP_FMAC4 soap_get_xsd__QName_(struct soap *soap, xsd__QName_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__QName_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__QName_ * SOAP_FMAC2 soap_instantiate_xsd__QName_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__QName_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__QName_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__QName_); - if (size) - *size = sizeof(xsd__QName_); - ((xsd__QName_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__QName_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__QName_); - for (int i = 0; i < n; i++) - ((xsd__QName_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__QName_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__QName_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__QName_ %p -> %p\n", q, p)); - *(xsd__QName_*)p = *(xsd__QName_*)q; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__QName(struct soap *soap, const char *tag, int id, const xsd__QName *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_xsd__QName), type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_in_xsd__QName(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, type)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__QName, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 2, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__QName, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__QName, 0, sizeof(std::string), 0, soap_copy_xsd__QName); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__QName(struct soap *soap, const xsd__QName *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__QName); - if (soap_out_xsd__QName(soap, tag?tag:"xsd:QName", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 xsd__QName * SOAP_FMAC4 soap_get_xsd__QName(struct soap *soap, xsd__QName *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__QName(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__QName * SOAP_FMAC2 soap_instantiate_xsd__QName(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__QName(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__QName, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__QName); - if (size) - *size = sizeof(xsd__QName); - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__QName[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__QName); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__QName*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__QName(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__QName %p -> %p\n", q, p)); - *(xsd__QName*)p = *(xsd__QName*)q; -} - -void xsd__IDREF_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__IDREF(soap, &this->xsd__IDREF_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__IDREF_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__IDREF(soap, &this->xsd__IDREF_::__item); - /* transient soap skipped */ -} - -int xsd__IDREF_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__IDREF_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__IDREF_(struct soap *soap, const char *tag, int id, const xsd__IDREF_ *a, const char *type) -{ - return soap_out_xsd__IDREF(soap, tag, id, &(a->xsd__IDREF_::__item), "xsd:IDREF"); -} - -void *xsd__IDREF_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__IDREF_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__IDREF_ * SOAP_FMAC4 soap_in_xsd__IDREF_(struct soap *soap, const char *tag, xsd__IDREF_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__IDREF_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__IDREF_, sizeof(xsd__IDREF_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__IDREF_) - return (xsd__IDREF_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__IDREF(soap, tag, &(a->xsd__IDREF_::__item), "xsd:IDREF")) - return NULL; - return a; -} - -int xsd__IDREF_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__IDREF_); - if (this->soap_out(soap, tag?tag:"xsd:IDREF", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__IDREF_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__IDREF_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__IDREF_ * SOAP_FMAC4 soap_get_xsd__IDREF_(struct soap *soap, xsd__IDREF_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__IDREF_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__IDREF_ * SOAP_FMAC2 soap_instantiate_xsd__IDREF_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__IDREF_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__IDREF_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__IDREF_); - if (size) - *size = sizeof(xsd__IDREF_); - ((xsd__IDREF_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__IDREF_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__IDREF_); - for (int i = 0; i < n; i++) - ((xsd__IDREF_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__IDREF_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__IDREF_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__IDREF_ %p -> %p\n", q, p)); - *(xsd__IDREF_*)p = *(xsd__IDREF_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__IDREF(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__IDREF), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__IDREF(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__IDREF, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__IDREF, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__IDREF, 0, sizeof(std::string), 0, soap_copy_xsd__IDREF); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__IDREF(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__IDREF); - if (soap_out_xsd__IDREF(soap, tag?tag:"xsd:IDREF", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__IDREF(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__IDREF(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void xsd__ID_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__ID(soap, &this->xsd__ID_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__ID_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__ID(soap, &this->xsd__ID_::__item); - /* transient soap skipped */ -} - -int xsd__ID_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__ID_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__ID_(struct soap *soap, const char *tag, int id, const xsd__ID_ *a, const char *type) -{ - return soap_out_xsd__ID(soap, tag, id, &(a->xsd__ID_::__item), "xsd:ID"); -} - -void *xsd__ID_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__ID_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__ID_ * SOAP_FMAC4 soap_in_xsd__ID_(struct soap *soap, const char *tag, xsd__ID_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__ID_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__ID_, sizeof(xsd__ID_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__ID_) - return (xsd__ID_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__ID(soap, tag, &(a->xsd__ID_::__item), "xsd:ID")) - return NULL; - return a; -} - -int xsd__ID_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__ID_); - if (this->soap_out(soap, tag?tag:"xsd:ID", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__ID_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__ID_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__ID_ * SOAP_FMAC4 soap_get_xsd__ID_(struct soap *soap, xsd__ID_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__ID_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__ID_ * SOAP_FMAC2 soap_instantiate_xsd__ID_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__ID_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__ID_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__ID_); - if (size) - *size = sizeof(xsd__ID_); - ((xsd__ID_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__ID_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__ID_); - for (int i = 0; i < n; i++) - ((xsd__ID_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__ID_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__ID_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__ID_ %p -> %p\n", q, p)); - *(xsd__ID_*)p = *(xsd__ID_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__ID(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__ID), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__ID(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__ID, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__ID, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__ID, 0, sizeof(std::string), 0, soap_copy_xsd__ID); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__ID(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__ID); - if (soap_out_xsd__ID(soap, tag?tag:"xsd:ID", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__ID(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__ID(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_std__string(struct soap *soap, std::string *p) -{ - (void)soap; /* appease -Wall -Werror */ - p->erase(); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_std__string(struct soap *soap, const std::string *p) -{ (void)soap; (void)p; /* appease -Wall -Werror */ -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__string(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_std__string), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_std__string(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_std__string, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_std__string, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_std__string, 0, sizeof(std::string), 0, soap_copy_std__string); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_std__string(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_std__string); - if (soap_out_std__string(soap, tag?tag:"string", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_std__string(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_std__string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_instantiate_std__string(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_std__string(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_std__string, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(std::string); - if (size) - *size = sizeof(std::string); - } - else - { cp->ptr = (void*)SOAP_NEW(std::string[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(std::string); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (std::string*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying std::string %p -> %p\n", q, p)); - *(std::string*)p = *(std::string*)q; -} - -void xsd__anyType::soap_default(struct soap *soap) -{ - this->soap = soap; - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__anyType::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__anyType::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__anyType(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyType(struct soap *soap, const char *tag, int id, const xsd__anyType *a, const char *type) -{ - return soap_outliteral(soap, tag, &(a->xsd__anyType::__item), NULL); -} - -void *xsd__anyType::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__anyType(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__anyType * SOAP_FMAC4 soap_in_xsd__anyType(struct soap *soap, const char *tag, xsd__anyType *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__anyType *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__anyType, sizeof(xsd__anyType), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__anyType) - return (xsd__anyType *)a->soap_in(soap, tag, type); - } - if (!soap_inliteral(soap, tag, &(a->xsd__anyType::__item))) - return NULL; - return a; -} - -int xsd__anyType::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__anyType); - if (this->soap_out(soap, tag?tag:"xsd:anyType", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__anyType::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__anyType(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__anyType * SOAP_FMAC4 soap_get_xsd__anyType(struct soap *soap, xsd__anyType *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__anyType(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__anyType * SOAP_FMAC2 soap_instantiate_xsd__anyType(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__anyType(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__anyType, n, soap_fdelete); - if (!cp) - return NULL; - if (type && !soap_match_tag(soap, type, "xsd:ID")) - { cp->type = SOAP_TYPE_interswitch_xsd__ID_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__ID_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__ID_); - ((xsd__ID_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__ID_[n]); - if (size) - *size = n * sizeof(xsd__ID_); - for (int i = 0; i < n; i++) - ((xsd__ID_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__ID_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:IDREF")) - { cp->type = SOAP_TYPE_interswitch_xsd__IDREF_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__IDREF_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__IDREF_); - ((xsd__IDREF_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__IDREF_[n]); - if (size) - *size = n * sizeof(xsd__IDREF_); - for (int i = 0; i < n; i++) - ((xsd__IDREF_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__IDREF_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:QName")) - { cp->type = SOAP_TYPE_interswitch_xsd__QName_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__QName_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__QName_); - ((xsd__QName_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__QName_[n]); - if (size) - *size = n * sizeof(xsd__QName_); - for (int i = 0; i < n; i++) - ((xsd__QName_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__QName_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:anyURI")) - { cp->type = SOAP_TYPE_interswitch_xsd__anyURI_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__anyURI_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__anyURI_); - ((xsd__anyURI_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__anyURI_[n]); - if (size) - *size = n * sizeof(xsd__anyURI_); - for (int i = 0; i < n; i++) - ((xsd__anyURI_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__anyURI_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:base64Binary")) - { cp->type = SOAP_TYPE_interswitch_xsd__base64Binary_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__base64Binary_); - ((xsd__base64Binary_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary_[n]); - if (size) - *size = n * sizeof(xsd__base64Binary_); - for (int i = 0; i < n; i++) - ((xsd__base64Binary_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__base64Binary_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:boolean")) - { cp->type = SOAP_TYPE_interswitch_xsd__boolean; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__boolean); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__boolean); - ((xsd__boolean*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__boolean[n]); - if (size) - *size = n * sizeof(xsd__boolean); - for (int i = 0; i < n; i++) - ((xsd__boolean*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__boolean*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:byte")) - { cp->type = SOAP_TYPE_interswitch_xsd__byte_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__byte_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__byte_); - ((xsd__byte_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__byte_[n]); - if (size) - *size = n * sizeof(xsd__byte_); - for (int i = 0; i < n; i++) - ((xsd__byte_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__byte_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:dateTime")) - { cp->type = SOAP_TYPE_interswitch_xsd__dateTime; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__dateTime); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__dateTime); - ((xsd__dateTime*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__dateTime[n]); - if (size) - *size = n * sizeof(xsd__dateTime); - for (int i = 0; i < n; i++) - ((xsd__dateTime*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__dateTime*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:decimal")) - { cp->type = SOAP_TYPE_interswitch_xsd__decimal_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__decimal_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__decimal_); - ((xsd__decimal_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__decimal_[n]); - if (size) - *size = n * sizeof(xsd__decimal_); - for (int i = 0; i < n; i++) - ((xsd__decimal_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__decimal_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:double")) - { cp->type = SOAP_TYPE_interswitch_xsd__double; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__double); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__double); - ((xsd__double*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__double[n]); - if (size) - *size = n * sizeof(xsd__double); - for (int i = 0; i < n; i++) - ((xsd__double*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__double*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:duration")) - { cp->type = SOAP_TYPE_interswitch_xsd__duration_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__duration_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__duration_); - ((xsd__duration_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__duration_[n]); - if (size) - *size = n * sizeof(xsd__duration_); - for (int i = 0; i < n; i++) - ((xsd__duration_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__duration_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:float")) - { cp->type = SOAP_TYPE_interswitch_xsd__float; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__float); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__float); - ((xsd__float*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__float[n]); - if (size) - *size = n * sizeof(xsd__float); - for (int i = 0; i < n; i++) - ((xsd__float*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__float*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:int")) - { cp->type = SOAP_TYPE_interswitch_xsd__int; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__int); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__int); - ((xsd__int*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__int[n]); - if (size) - *size = n * sizeof(xsd__int); - for (int i = 0; i < n; i++) - ((xsd__int*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__int*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:long")) - { cp->type = SOAP_TYPE_interswitch_xsd__long; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__long); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__long); - ((xsd__long*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__long[n]); - if (size) - *size = n * sizeof(xsd__long); - for (int i = 0; i < n; i++) - ((xsd__long*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__long*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:short")) - { cp->type = SOAP_TYPE_interswitch_xsd__short; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__short); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__short); - ((xsd__short*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__short[n]); - if (size) - *size = n * sizeof(xsd__short); - for (int i = 0; i < n; i++) - ((xsd__short*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__short*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:string")) - { cp->type = SOAP_TYPE_interswitch_xsd__string; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__string); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__string); - ((xsd__string*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__string[n]); - if (size) - *size = n * sizeof(xsd__string); - for (int i = 0; i < n; i++) - ((xsd__string*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__string*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:unsignedByte")) - { cp->type = SOAP_TYPE_interswitch_xsd__unsignedByte_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedByte_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__unsignedByte_); - ((xsd__unsignedByte_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedByte_[n]); - if (size) - *size = n * sizeof(xsd__unsignedByte_); - for (int i = 0; i < n; i++) - ((xsd__unsignedByte_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedByte_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:unsignedInt")) - { cp->type = SOAP_TYPE_interswitch_xsd__unsignedInt; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedInt); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__unsignedInt); - ((xsd__unsignedInt*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedInt[n]); - if (size) - *size = n * sizeof(xsd__unsignedInt); - for (int i = 0; i < n; i++) - ((xsd__unsignedInt*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedInt*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:unsignedLong")) - { cp->type = SOAP_TYPE_interswitch_xsd__unsignedLong; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedLong); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__unsignedLong); - ((xsd__unsignedLong*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedLong[n]); - if (size) - *size = n * sizeof(xsd__unsignedLong); - for (int i = 0; i < n; i++) - ((xsd__unsignedLong*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedLong*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:unsignedShort")) - { cp->type = SOAP_TYPE_interswitch_xsd__unsignedShort; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedShort); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__unsignedShort); - ((xsd__unsignedShort*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedShort[n]); - if (size) - *size = n * sizeof(xsd__unsignedShort); - for (int i = 0; i < n; i++) - ((xsd__unsignedShort*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedShort*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "interswitch2:char")) - { cp->type = SOAP_TYPE_interswitch_interswitch2__char__; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__char__); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(interswitch2__char__); - ((interswitch2__char__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__char__[n]); - if (size) - *size = n * sizeof(interswitch2__char__); - for (int i = 0; i < n; i++) - ((interswitch2__char__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__char__*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "interswitch2:duration")) - { cp->type = SOAP_TYPE_interswitch_interswitch2__duration__; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__duration__); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(interswitch2__duration__); - ((interswitch2__duration__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__duration__[n]); - if (size) - *size = n * sizeof(interswitch2__duration__); - for (int i = 0; i < n; i++) - ((interswitch2__duration__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__duration__*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "interswitch2:guid")) - { cp->type = SOAP_TYPE_interswitch_interswitch2__guid__; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__guid__); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(interswitch2__guid__); - ((interswitch2__guid__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__guid__[n]); - if (size) - *size = n * sizeof(interswitch2__guid__); - for (int i = 0; i < n; i++) - ((interswitch2__guid__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__guid__*)cp->ptr; - } - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__anyType); - if (size) - *size = sizeof(xsd__anyType); - ((xsd__anyType*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__anyType[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__anyType); - for (int i = 0; i < n; i++) - ((xsd__anyType*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__anyType*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__anyType(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__anyType %p -> %p\n", q, p)); - *(xsd__anyType*)p = *(xsd__anyType*)q; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap *soap, struct SOAP_ENV__Fault *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->faultcode); - soap_default_string(soap, &a->faultstring); - soap_default_string(soap, &a->faultactor); - a->detail = NULL; - a->SOAP_ENV__Code = NULL; - a->SOAP_ENV__Reason = NULL; - soap_default_string(soap, &a->SOAP_ENV__Node); - soap_default_string(soap, &a->SOAP_ENV__Role); - a->SOAP_ENV__Detail = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap *soap, const struct SOAP_ENV__Fault *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->faultcode); - soap_serialize_string(soap, &a->faultstring); - soap_serialize_string(soap, &a->faultactor); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->detail); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Code); - soap_serialize_PointerToSOAP_ENV__Reason(soap, &a->SOAP_ENV__Reason); - soap_serialize_string(soap, &a->SOAP_ENV__Node); - soap_serialize_string(soap, &a->SOAP_ENV__Role); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->SOAP_ENV__Detail); -} - -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) -{ - const char *soap_tmp_faultcode = soap_QName2s(soap, a->faultcode); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Fault), type)) - return soap->error; - if (soap_out__QName(soap, "faultcode", -1, (char*const*)&soap_tmp_faultcode, "")) - return soap->error; - if (soap_out_string(soap, "faultstring", -1, &a->faultstring, "")) - return soap->error; - if (soap_out_string(soap, "faultactor", -1, &a->faultactor, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "detail", -1, &a->detail, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", -1, &a->SOAP_ENV__Code, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", -1, &a->SOAP_ENV__Reason, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Node", -1, &a->SOAP_ENV__Node, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Role", -1, &a->SOAP_ENV__Role, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", -1, &a->SOAP_ENV__Detail, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_faultcode = 1; - size_t soap_flag_faultstring = 1; - size_t soap_flag_faultactor = 1; - size_t soap_flag_detail = 1; - size_t soap_flag_SOAP_ENV__Code = 1; - size_t soap_flag_SOAP_ENV__Reason = 1; - size_t soap_flag_SOAP_ENV__Node = 1; - size_t soap_flag_SOAP_ENV__Role = 1; - size_t soap_flag_SOAP_ENV__Detail = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Fault *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Fault, sizeof(struct SOAP_ENV__Fault), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Fault(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_faultcode && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "faultcode", &a->faultcode, "")) - { soap_flag_faultcode--; - continue; - } - if (soap_flag_faultstring && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultstring", &a->faultstring, "xsd:string")) - { soap_flag_faultstring--; - continue; - } - if (soap_flag_faultactor && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultactor", &a->faultactor, "xsd:string")) - { soap_flag_faultactor--; - continue; - } - if (soap_flag_detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "detail", &a->detail, "")) - { soap_flag_detail--; - continue; - } - if (soap_flag_SOAP_ENV__Code && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", &a->SOAP_ENV__Code, "")) - { soap_flag_SOAP_ENV__Code--; - continue; - } - if (soap_flag_SOAP_ENV__Reason && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", &a->SOAP_ENV__Reason, "")) - { soap_flag_SOAP_ENV__Reason--; - continue; - } - if (soap_flag_SOAP_ENV__Node && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Node", &a->SOAP_ENV__Node, "xsd:string")) - { soap_flag_SOAP_ENV__Node--; - continue; - } - if (soap_flag_SOAP_ENV__Role && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Role", &a->SOAP_ENV__Role, "xsd:string")) - { soap_flag_SOAP_ENV__Role--; - continue; - } - if (soap_flag_SOAP_ENV__Detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", &a->SOAP_ENV__Detail, "")) - { soap_flag_SOAP_ENV__Detail--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Fault *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Fault, 0, sizeof(struct SOAP_ENV__Fault), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Fault); - if (soap_out_SOAP_ENV__Fault(soap, tag?tag:"SOAP-ENV:Fault", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Fault(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Fault(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Fault, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Fault); - if (size) - *size = sizeof(struct SOAP_ENV__Fault); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Fault[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Fault); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Fault*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Fault %p -> %p\n", q, p)); - *(struct SOAP_ENV__Fault*)p = *(struct SOAP_ENV__Fault*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_string(soap, &a->SOAP_ENV__Text); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap *soap, const struct SOAP_ENV__Reason *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_string(soap, &a->SOAP_ENV__Text); -} - -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) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Reason), type)) - return soap->error; - if (soap->lang) - soap_set_attr(soap, "xml:lang", soap->lang); - if (soap_out_string(soap, "SOAP-ENV:Text", -1, &a->SOAP_ENV__Text, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Text = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Reason *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Reason(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Text && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Text", &a->SOAP_ENV__Text, "xsd:string")) - { soap_flag_SOAP_ENV__Text--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Reason, 0, sizeof(struct SOAP_ENV__Reason), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Reason); - if (soap_out_SOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Reason(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Reason, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Reason); - if (size) - *size = sizeof(struct SOAP_ENV__Reason); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Reason[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Reason); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Reason*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Reason %p -> %p\n", q, p)); - *(struct SOAP_ENV__Reason*)p = *(struct SOAP_ENV__Reason*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->__type = 0; - a->fault = NULL; - a->__any = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap *soap, const struct SOAP_ENV__Detail *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_markelement(soap, a->fault, a->__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) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Detail), type)) - return soap->error; - if (soap_putelement(soap, a->fault, "fault", -1, a->__type)) - return soap->error; - soap_outliteral(soap, "-any", &a->__any, NULL); - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_fault = 1; - size_t soap_flag___any = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Detail *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Detail(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_fault && soap->error == SOAP_TAG_MISMATCH) - if ((a->fault = soap_getelement(soap, &a->__type))) - { soap_flag_fault = 0; - continue; - } - if (soap_flag___any && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_inliteral(soap, "-any", &a->__any)) - { soap_flag___any--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Detail, 0, sizeof(struct SOAP_ENV__Detail), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Detail); - if (soap_out_SOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Detail(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Detail, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Detail); - if (size) - *size = sizeof(struct SOAP_ENV__Detail); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Detail[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Detail); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Detail*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Detail %p -> %p\n", q, p)); - *(struct SOAP_ENV__Detail*)p = *(struct SOAP_ENV__Detail*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->SOAP_ENV__Value); - a->SOAP_ENV__Subcode = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *soap, const struct SOAP_ENV__Code *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->SOAP_ENV__Value); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Subcode); -} - -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) -{ - const char *soap_tmp_SOAP_ENV__Value = soap_QName2s(soap, a->SOAP_ENV__Value); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Code), type)) - return soap->error; - if (soap_out__QName(soap, "SOAP-ENV:Value", -1, (char*const*)&soap_tmp_SOAP_ENV__Value, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", -1, &a->SOAP_ENV__Subcode, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Value = 1; - size_t soap_flag_SOAP_ENV__Subcode = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Code *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Code(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Value && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "SOAP-ENV:Value", &a->SOAP_ENV__Value, "")) - { soap_flag_SOAP_ENV__Value--; - continue; - } - if (soap_flag_SOAP_ENV__Subcode && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", &a->SOAP_ENV__Subcode, "")) - { soap_flag_SOAP_ENV__Subcode--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Code *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Code, 0, sizeof(struct SOAP_ENV__Code), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Code); - if (soap_out_SOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Code(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Code, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code); - if (size) - *size = sizeof(struct SOAP_ENV__Code); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Code); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Code*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Code %p -> %p\n", q, p)); - *(struct SOAP_ENV__Code*)p = *(struct SOAP_ENV__Code*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap *soap, struct SOAP_ENV__Header *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap *soap, const struct SOAP_ENV__Header *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ -} - -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) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Header), type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Header *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Header, sizeof(struct SOAP_ENV__Header), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Header(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Header *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Header, 0, sizeof(struct SOAP_ENV__Header), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Header); - if (soap_out_SOAP_ENV__Header(soap, tag?tag:"SOAP-ENV:Header", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Header(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Header(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Header, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Header); - if (size) - *size = sizeof(struct SOAP_ENV__Header); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Header[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Header); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Header*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Header %p -> %p\n", q, p)); - *(struct SOAP_ENV__Header*)p = *(struct SOAP_ENV__Header*)q; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__VerifyBiller(struct soap *soap, struct __interswitch__VerifyBiller *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__VerifyBiller = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__VerifyBiller(struct soap *soap, const struct __interswitch__VerifyBiller *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__VerifyBiller(soap, &a->interswitch__VerifyBiller); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__VerifyBiller(struct soap *soap, const char *tag, int id, const struct __interswitch__VerifyBiller *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__VerifyBiller(soap, "interswitch:VerifyBiller", -1, &a->interswitch__VerifyBiller, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__VerifyBiller * SOAP_FMAC4 soap_in___interswitch__VerifyBiller(struct soap *soap, const char *tag, struct __interswitch__VerifyBiller *a, const char *type) -{ - size_t soap_flag_interswitch__VerifyBiller = 1; - short soap_flag; - a = (struct __interswitch__VerifyBiller *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__VerifyBiller, sizeof(struct __interswitch__VerifyBiller), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__VerifyBiller(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__VerifyBiller && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__VerifyBiller(soap, "interswitch:VerifyBiller", &a->interswitch__VerifyBiller, "")) - { soap_flag_interswitch__VerifyBiller--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__VerifyBiller(struct soap *soap, const struct __interswitch__VerifyBiller *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__VerifyBiller(soap, tag?tag:"-interswitch:VerifyBiller", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__VerifyBiller * SOAP_FMAC4 soap_get___interswitch__VerifyBiller(struct soap *soap, struct __interswitch__VerifyBiller *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__VerifyBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__VerifyBiller * SOAP_FMAC2 soap_instantiate___interswitch__VerifyBiller(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__VerifyBiller(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__VerifyBiller, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__VerifyBiller); - if (size) - *size = sizeof(struct __interswitch__VerifyBiller); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__VerifyBiller[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__VerifyBiller); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__VerifyBiller*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__VerifyBiller(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__VerifyBiller %p -> %p\n", q, p)); - *(struct __interswitch__VerifyBiller*)p = *(struct __interswitch__VerifyBiller*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CreateBiller(struct soap *soap, struct __interswitch__CreateBiller *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__CreateBiller = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CreateBiller(struct soap *soap, const struct __interswitch__CreateBiller *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__CreateBiller(soap, &a->interswitch__CreateBiller); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CreateBiller(struct soap *soap, const char *tag, int id, const struct __interswitch__CreateBiller *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__CreateBiller(soap, "interswitch:CreateBiller", -1, &a->interswitch__CreateBiller, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CreateBiller * SOAP_FMAC4 soap_in___interswitch__CreateBiller(struct soap *soap, const char *tag, struct __interswitch__CreateBiller *a, const char *type) -{ - size_t soap_flag_interswitch__CreateBiller = 1; - short soap_flag; - a = (struct __interswitch__CreateBiller *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__CreateBiller, sizeof(struct __interswitch__CreateBiller), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__CreateBiller(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__CreateBiller && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__CreateBiller(soap, "interswitch:CreateBiller", &a->interswitch__CreateBiller, "")) - { soap_flag_interswitch__CreateBiller--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CreateBiller(struct soap *soap, const struct __interswitch__CreateBiller *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__CreateBiller(soap, tag?tag:"-interswitch:CreateBiller", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CreateBiller * SOAP_FMAC4 soap_get___interswitch__CreateBiller(struct soap *soap, struct __interswitch__CreateBiller *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__CreateBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__CreateBiller * SOAP_FMAC2 soap_instantiate___interswitch__CreateBiller(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__CreateBiller(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__CreateBiller, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CreateBiller); - if (size) - *size = sizeof(struct __interswitch__CreateBiller); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CreateBiller[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__CreateBiller); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__CreateBiller*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CreateBiller(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__CreateBiller %p -> %p\n", q, p)); - *(struct __interswitch__CreateBiller*)p = *(struct __interswitch__CreateBiller*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoCustomProcessing(struct soap *soap, struct __interswitch__DoCustomProcessing *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__DoCustomProcessing = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoCustomProcessing(struct soap *soap, const struct __interswitch__DoCustomProcessing *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__DoCustomProcessing(soap, &a->interswitch__DoCustomProcessing); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoCustomProcessing(struct soap *soap, const char *tag, int id, const struct __interswitch__DoCustomProcessing *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__DoCustomProcessing(soap, "interswitch:DoCustomProcessing", -1, &a->interswitch__DoCustomProcessing, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoCustomProcessing * SOAP_FMAC4 soap_in___interswitch__DoCustomProcessing(struct soap *soap, const char *tag, struct __interswitch__DoCustomProcessing *a, const char *type) -{ - size_t soap_flag_interswitch__DoCustomProcessing = 1; - short soap_flag; - a = (struct __interswitch__DoCustomProcessing *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__DoCustomProcessing, sizeof(struct __interswitch__DoCustomProcessing), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__DoCustomProcessing(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__DoCustomProcessing && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__DoCustomProcessing(soap, "interswitch:DoCustomProcessing", &a->interswitch__DoCustomProcessing, "")) - { soap_flag_interswitch__DoCustomProcessing--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoCustomProcessing(struct soap *soap, const struct __interswitch__DoCustomProcessing *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__DoCustomProcessing(soap, tag?tag:"-interswitch:DoCustomProcessing", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoCustomProcessing * SOAP_FMAC4 soap_get___interswitch__DoCustomProcessing(struct soap *soap, struct __interswitch__DoCustomProcessing *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__DoCustomProcessing(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__DoCustomProcessing * SOAP_FMAC2 soap_instantiate___interswitch__DoCustomProcessing(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__DoCustomProcessing(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__DoCustomProcessing, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoCustomProcessing); - if (size) - *size = sizeof(struct __interswitch__DoCustomProcessing); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoCustomProcessing[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__DoCustomProcessing); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__DoCustomProcessing*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoCustomProcessing(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__DoCustomProcessing %p -> %p\n", q, p)); - *(struct __interswitch__DoCustomProcessing*)p = *(struct __interswitch__DoCustomProcessing*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ResendActivationToken(struct soap *soap, struct __interswitch__ResendActivationToken *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ResendActivationToken = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ResendActivationToken(struct soap *soap, const struct __interswitch__ResendActivationToken *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ResendActivationToken(soap, &a->interswitch__ResendActivationToken); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ResendActivationToken(struct soap *soap, const char *tag, int id, const struct __interswitch__ResendActivationToken *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ResendActivationToken(soap, "interswitch:ResendActivationToken", -1, &a->interswitch__ResendActivationToken, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ResendActivationToken * SOAP_FMAC4 soap_in___interswitch__ResendActivationToken(struct soap *soap, const char *tag, struct __interswitch__ResendActivationToken *a, const char *type) -{ - size_t soap_flag_interswitch__ResendActivationToken = 1; - short soap_flag; - a = (struct __interswitch__ResendActivationToken *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ResendActivationToken, sizeof(struct __interswitch__ResendActivationToken), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ResendActivationToken(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ResendActivationToken && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ResendActivationToken(soap, "interswitch:ResendActivationToken", &a->interswitch__ResendActivationToken, "")) - { soap_flag_interswitch__ResendActivationToken--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ResendActivationToken(struct soap *soap, const struct __interswitch__ResendActivationToken *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ResendActivationToken(soap, tag?tag:"-interswitch:ResendActivationToken", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ResendActivationToken * SOAP_FMAC4 soap_get___interswitch__ResendActivationToken(struct soap *soap, struct __interswitch__ResendActivationToken *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ResendActivationToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ResendActivationToken * SOAP_FMAC2 soap_instantiate___interswitch__ResendActivationToken(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ResendActivationToken(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ResendActivationToken, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ResendActivationToken); - if (size) - *size = sizeof(struct __interswitch__ResendActivationToken); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ResendActivationToken[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ResendActivationToken); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ResendActivationToken*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ResendActivationToken(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ResendActivationToken %p -> %p\n", q, p)); - *(struct __interswitch__ResendActivationToken*)p = *(struct __interswitch__ResendActivationToken*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__EditCustomerBillerAccount(struct soap *soap, struct __interswitch__EditCustomerBillerAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__EditCustomerBillerAccount = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__EditCustomerBillerAccount(struct soap *soap, const struct __interswitch__EditCustomerBillerAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(soap, &a->interswitch__EditCustomerBillerAccount); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, int id, const struct __interswitch__EditCustomerBillerAccount *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__EditCustomerBillerAccount(soap, "interswitch:EditCustomerBillerAccount", -1, &a->interswitch__EditCustomerBillerAccount, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_in___interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, struct __interswitch__EditCustomerBillerAccount *a, const char *type) -{ - size_t soap_flag_interswitch__EditCustomerBillerAccount = 1; - short soap_flag; - a = (struct __interswitch__EditCustomerBillerAccount *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount, sizeof(struct __interswitch__EditCustomerBillerAccount), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__EditCustomerBillerAccount(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__EditCustomerBillerAccount && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__EditCustomerBillerAccount(soap, "interswitch:EditCustomerBillerAccount", &a->interswitch__EditCustomerBillerAccount, "")) - { soap_flag_interswitch__EditCustomerBillerAccount--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__EditCustomerBillerAccount(struct soap *soap, const struct __interswitch__EditCustomerBillerAccount *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__EditCustomerBillerAccount(soap, tag?tag:"-interswitch:EditCustomerBillerAccount", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_get___interswitch__EditCustomerBillerAccount(struct soap *soap, struct __interswitch__EditCustomerBillerAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__EditCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC2 soap_instantiate___interswitch__EditCustomerBillerAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__EditCustomerBillerAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__EditCustomerBillerAccount); - if (size) - *size = sizeof(struct __interswitch__EditCustomerBillerAccount); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__EditCustomerBillerAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__EditCustomerBillerAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__EditCustomerBillerAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__EditCustomerBillerAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__EditCustomerBillerAccount %p -> %p\n", q, p)); - *(struct __interswitch__EditCustomerBillerAccount*)p = *(struct __interswitch__EditCustomerBillerAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillersCollectionsAccount(struct soap *soap, struct __interswitch__GetBillersCollectionsAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetBillersCollectionsAccount = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillersCollectionsAccount(struct soap *soap, const struct __interswitch__GetBillersCollectionsAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(soap, &a->interswitch__GetBillersCollectionsAccount); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, int id, const struct __interswitch__GetBillersCollectionsAccount *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(soap, "interswitch:GetBillersCollectionsAccount", -1, &a->interswitch__GetBillersCollectionsAccount, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_in___interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, struct __interswitch__GetBillersCollectionsAccount *a, const char *type) -{ - size_t soap_flag_interswitch__GetBillersCollectionsAccount = 1; - short soap_flag; - a = (struct __interswitch__GetBillersCollectionsAccount *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount, sizeof(struct __interswitch__GetBillersCollectionsAccount), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetBillersCollectionsAccount(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetBillersCollectionsAccount && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(soap, "interswitch:GetBillersCollectionsAccount", &a->interswitch__GetBillersCollectionsAccount, "")) - { soap_flag_interswitch__GetBillersCollectionsAccount--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillersCollectionsAccount(struct soap *soap, const struct __interswitch__GetBillersCollectionsAccount *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetBillersCollectionsAccount(soap, tag?tag:"-interswitch:GetBillersCollectionsAccount", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_get___interswitch__GetBillersCollectionsAccount(struct soap *soap, struct __interswitch__GetBillersCollectionsAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetBillersCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC2 soap_instantiate___interswitch__GetBillersCollectionsAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetBillersCollectionsAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillersCollectionsAccount); - if (size) - *size = sizeof(struct __interswitch__GetBillersCollectionsAccount); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillersCollectionsAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetBillersCollectionsAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetBillersCollectionsAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillersCollectionsAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetBillersCollectionsAccount %p -> %p\n", q, p)); - *(struct __interswitch__GetBillersCollectionsAccount*)p = *(struct __interswitch__GetBillersCollectionsAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCollectionsAccount(struct soap *soap, struct __interswitch__GetCollectionsAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetCollectionsAccount = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCollectionsAccount(struct soap *soap, const struct __interswitch__GetCollectionsAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetCollectionsAccount(soap, &a->interswitch__GetCollectionsAccount); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, int id, const struct __interswitch__GetCollectionsAccount *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetCollectionsAccount(soap, "interswitch:GetCollectionsAccount", -1, &a->interswitch__GetCollectionsAccount, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_in___interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, struct __interswitch__GetCollectionsAccount *a, const char *type) -{ - size_t soap_flag_interswitch__GetCollectionsAccount = 1; - short soap_flag; - a = (struct __interswitch__GetCollectionsAccount *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount, sizeof(struct __interswitch__GetCollectionsAccount), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetCollectionsAccount(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetCollectionsAccount && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetCollectionsAccount(soap, "interswitch:GetCollectionsAccount", &a->interswitch__GetCollectionsAccount, "")) - { soap_flag_interswitch__GetCollectionsAccount--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCollectionsAccount(struct soap *soap, const struct __interswitch__GetCollectionsAccount *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetCollectionsAccount(soap, tag?tag:"-interswitch:GetCollectionsAccount", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_get___interswitch__GetCollectionsAccount(struct soap *soap, struct __interswitch__GetCollectionsAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetCollectionsAccount * SOAP_FMAC2 soap_instantiate___interswitch__GetCollectionsAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetCollectionsAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCollectionsAccount); - if (size) - *size = sizeof(struct __interswitch__GetCollectionsAccount); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCollectionsAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetCollectionsAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetCollectionsAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCollectionsAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetCollectionsAccount %p -> %p\n", q, p)); - *(struct __interswitch__GetCollectionsAccount*)p = *(struct __interswitch__GetCollectionsAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AddBillerCustomer(struct soap *soap, struct __interswitch__AddBillerCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AddBillerCustomer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AddBillerCustomer(struct soap *soap, const struct __interswitch__AddBillerCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AddBillerCustomer(soap, &a->interswitch__AddBillerCustomer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AddBillerCustomer(struct soap *soap, const char *tag, int id, const struct __interswitch__AddBillerCustomer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AddBillerCustomer(soap, "interswitch:AddBillerCustomer", -1, &a->interswitch__AddBillerCustomer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AddBillerCustomer * SOAP_FMAC4 soap_in___interswitch__AddBillerCustomer(struct soap *soap, const char *tag, struct __interswitch__AddBillerCustomer *a, const char *type) -{ - size_t soap_flag_interswitch__AddBillerCustomer = 1; - short soap_flag; - a = (struct __interswitch__AddBillerCustomer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AddBillerCustomer, sizeof(struct __interswitch__AddBillerCustomer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AddBillerCustomer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AddBillerCustomer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AddBillerCustomer(soap, "interswitch:AddBillerCustomer", &a->interswitch__AddBillerCustomer, "")) - { soap_flag_interswitch__AddBillerCustomer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AddBillerCustomer(struct soap *soap, const struct __interswitch__AddBillerCustomer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AddBillerCustomer(soap, tag?tag:"-interswitch:AddBillerCustomer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AddBillerCustomer * SOAP_FMAC4 soap_get___interswitch__AddBillerCustomer(struct soap *soap, struct __interswitch__AddBillerCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AddBillerCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AddBillerCustomer * SOAP_FMAC2 soap_instantiate___interswitch__AddBillerCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AddBillerCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AddBillerCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AddBillerCustomer); - if (size) - *size = sizeof(struct __interswitch__AddBillerCustomer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AddBillerCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AddBillerCustomer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AddBillerCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AddBillerCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AddBillerCustomer %p -> %p\n", q, p)); - *(struct __interswitch__AddBillerCustomer*)p = *(struct __interswitch__AddBillerCustomer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCustomerPayments(struct soap *soap, struct __interswitch__GetCustomerPayments *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetCustomerPayments = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCustomerPayments(struct soap *soap, const struct __interswitch__GetCustomerPayments *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetCustomerPayments(soap, &a->interswitch__GetCustomerPayments); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCustomerPayments(struct soap *soap, const char *tag, int id, const struct __interswitch__GetCustomerPayments *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetCustomerPayments(soap, "interswitch:GetCustomerPayments", -1, &a->interswitch__GetCustomerPayments, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCustomerPayments * SOAP_FMAC4 soap_in___interswitch__GetCustomerPayments(struct soap *soap, const char *tag, struct __interswitch__GetCustomerPayments *a, const char *type) -{ - size_t soap_flag_interswitch__GetCustomerPayments = 1; - short soap_flag; - a = (struct __interswitch__GetCustomerPayments *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetCustomerPayments, sizeof(struct __interswitch__GetCustomerPayments), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetCustomerPayments(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetCustomerPayments && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetCustomerPayments(soap, "interswitch:GetCustomerPayments", &a->interswitch__GetCustomerPayments, "")) - { soap_flag_interswitch__GetCustomerPayments--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCustomerPayments(struct soap *soap, const struct __interswitch__GetCustomerPayments *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetCustomerPayments(soap, tag?tag:"-interswitch:GetCustomerPayments", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCustomerPayments * SOAP_FMAC4 soap_get___interswitch__GetCustomerPayments(struct soap *soap, struct __interswitch__GetCustomerPayments *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetCustomerPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetCustomerPayments * SOAP_FMAC2 soap_instantiate___interswitch__GetCustomerPayments(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetCustomerPayments(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetCustomerPayments, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCustomerPayments); - if (size) - *size = sizeof(struct __interswitch__GetCustomerPayments); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCustomerPayments[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetCustomerPayments); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetCustomerPayments*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCustomerPayments(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetCustomerPayments %p -> %p\n", q, p)); - *(struct __interswitch__GetCustomerPayments*)p = *(struct __interswitch__GetCustomerPayments*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCustomerBillerAccounts(struct soap *soap, struct __interswitch__GetCustomerBillerAccounts *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetCustomerBillerAccounts = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCustomerBillerAccounts(struct soap *soap, const struct __interswitch__GetCustomerBillerAccounts *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(soap, &a->interswitch__GetCustomerBillerAccounts); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, int id, const struct __interswitch__GetCustomerBillerAccounts *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(soap, "interswitch:GetCustomerBillerAccounts", -1, &a->interswitch__GetCustomerBillerAccounts, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_in___interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, struct __interswitch__GetCustomerBillerAccounts *a, const char *type) -{ - size_t soap_flag_interswitch__GetCustomerBillerAccounts = 1; - short soap_flag; - a = (struct __interswitch__GetCustomerBillerAccounts *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts, sizeof(struct __interswitch__GetCustomerBillerAccounts), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetCustomerBillerAccounts(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetCustomerBillerAccounts && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(soap, "interswitch:GetCustomerBillerAccounts", &a->interswitch__GetCustomerBillerAccounts, "")) - { soap_flag_interswitch__GetCustomerBillerAccounts--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCustomerBillerAccounts(struct soap *soap, const struct __interswitch__GetCustomerBillerAccounts *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetCustomerBillerAccounts(soap, tag?tag:"-interswitch:GetCustomerBillerAccounts", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_get___interswitch__GetCustomerBillerAccounts(struct soap *soap, struct __interswitch__GetCustomerBillerAccounts *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetCustomerBillerAccounts(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC2 soap_instantiate___interswitch__GetCustomerBillerAccounts(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetCustomerBillerAccounts(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCustomerBillerAccounts); - if (size) - *size = sizeof(struct __interswitch__GetCustomerBillerAccounts); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCustomerBillerAccounts[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetCustomerBillerAccounts); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetCustomerBillerAccounts*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCustomerBillerAccounts(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetCustomerBillerAccounts %p -> %p\n", q, p)); - *(struct __interswitch__GetCustomerBillerAccounts*)p = *(struct __interswitch__GetCustomerBillerAccounts*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AddCustomerBillerAccount(struct soap *soap, struct __interswitch__AddCustomerBillerAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AddCustomerBillerAccount = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AddCustomerBillerAccount(struct soap *soap, const struct __interswitch__AddCustomerBillerAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(soap, &a->interswitch__AddCustomerBillerAccount); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, int id, const struct __interswitch__AddCustomerBillerAccount *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AddCustomerBillerAccount(soap, "interswitch:AddCustomerBillerAccount", -1, &a->interswitch__AddCustomerBillerAccount, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_in___interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, struct __interswitch__AddCustomerBillerAccount *a, const char *type) -{ - size_t soap_flag_interswitch__AddCustomerBillerAccount = 1; - short soap_flag; - a = (struct __interswitch__AddCustomerBillerAccount *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount, sizeof(struct __interswitch__AddCustomerBillerAccount), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AddCustomerBillerAccount(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AddCustomerBillerAccount && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AddCustomerBillerAccount(soap, "interswitch:AddCustomerBillerAccount", &a->interswitch__AddCustomerBillerAccount, "")) - { soap_flag_interswitch__AddCustomerBillerAccount--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AddCustomerBillerAccount(struct soap *soap, const struct __interswitch__AddCustomerBillerAccount *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AddCustomerBillerAccount(soap, tag?tag:"-interswitch:AddCustomerBillerAccount", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_get___interswitch__AddCustomerBillerAccount(struct soap *soap, struct __interswitch__AddCustomerBillerAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AddCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC2 soap_instantiate___interswitch__AddCustomerBillerAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AddCustomerBillerAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AddCustomerBillerAccount); - if (size) - *size = sizeof(struct __interswitch__AddCustomerBillerAccount); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AddCustomerBillerAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AddCustomerBillerAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AddCustomerBillerAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AddCustomerBillerAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AddCustomerBillerAccount %p -> %p\n", q, p)); - *(struct __interswitch__AddCustomerBillerAccount*)p = *(struct __interswitch__AddCustomerBillerAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendPayments(struct soap *soap, struct __interswitch__SendPayments *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__SendPayments = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendPayments(struct soap *soap, const struct __interswitch__SendPayments *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__SendPayments(soap, &a->interswitch__SendPayments); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendPayments(struct soap *soap, const char *tag, int id, const struct __interswitch__SendPayments *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__SendPayments(soap, "interswitch:SendPayments", -1, &a->interswitch__SendPayments, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendPayments * SOAP_FMAC4 soap_in___interswitch__SendPayments(struct soap *soap, const char *tag, struct __interswitch__SendPayments *a, const char *type) -{ - size_t soap_flag_interswitch__SendPayments = 1; - short soap_flag; - a = (struct __interswitch__SendPayments *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__SendPayments, sizeof(struct __interswitch__SendPayments), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__SendPayments(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__SendPayments && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__SendPayments(soap, "interswitch:SendPayments", &a->interswitch__SendPayments, "")) - { soap_flag_interswitch__SendPayments--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendPayments(struct soap *soap, const struct __interswitch__SendPayments *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__SendPayments(soap, tag?tag:"-interswitch:SendPayments", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendPayments * SOAP_FMAC4 soap_get___interswitch__SendPayments(struct soap *soap, struct __interswitch__SendPayments *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__SendPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__SendPayments * SOAP_FMAC2 soap_instantiate___interswitch__SendPayments(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__SendPayments(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__SendPayments, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendPayments); - if (size) - *size = sizeof(struct __interswitch__SendPayments); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendPayments[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__SendPayments); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__SendPayments*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendPayments(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__SendPayments %p -> %p\n", q, p)); - *(struct __interswitch__SendPayments*)p = *(struct __interswitch__SendPayments*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendBillPaymentAdvice(struct soap *soap, struct __interswitch__SendBillPaymentAdvice *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__SendBillPaymentAdvice = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendBillPaymentAdvice(struct soap *soap, const struct __interswitch__SendBillPaymentAdvice *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(soap, &a->interswitch__SendBillPaymentAdvice); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, int id, const struct __interswitch__SendBillPaymentAdvice *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__SendBillPaymentAdvice(soap, "interswitch:SendBillPaymentAdvice", -1, &a->interswitch__SendBillPaymentAdvice, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_in___interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, struct __interswitch__SendBillPaymentAdvice *a, const char *type) -{ - size_t soap_flag_interswitch__SendBillPaymentAdvice = 1; - short soap_flag; - a = (struct __interswitch__SendBillPaymentAdvice *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice, sizeof(struct __interswitch__SendBillPaymentAdvice), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__SendBillPaymentAdvice(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__SendBillPaymentAdvice && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__SendBillPaymentAdvice(soap, "interswitch:SendBillPaymentAdvice", &a->interswitch__SendBillPaymentAdvice, "")) - { soap_flag_interswitch__SendBillPaymentAdvice--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendBillPaymentAdvice(struct soap *soap, const struct __interswitch__SendBillPaymentAdvice *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__SendBillPaymentAdvice(soap, tag?tag:"-interswitch:SendBillPaymentAdvice", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_get___interswitch__SendBillPaymentAdvice(struct soap *soap, struct __interswitch__SendBillPaymentAdvice *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__SendBillPaymentAdvice(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC2 soap_instantiate___interswitch__SendBillPaymentAdvice(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__SendBillPaymentAdvice(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendBillPaymentAdvice); - if (size) - *size = sizeof(struct __interswitch__SendBillPaymentAdvice); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendBillPaymentAdvice[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__SendBillPaymentAdvice); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__SendBillPaymentAdvice*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendBillPaymentAdvice(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__SendBillPaymentAdvice %p -> %p\n", q, p)); - *(struct __interswitch__SendBillPaymentAdvice*)p = *(struct __interswitch__SendBillPaymentAdvice*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateCustomer(struct soap *soap, struct __interswitch__AuthenticateCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthenticateCustomer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateCustomer(struct soap *soap, const struct __interswitch__AuthenticateCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthenticateCustomer(soap, &a->interswitch__AuthenticateCustomer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthenticateCustomer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthenticateCustomer(soap, "interswitch:AuthenticateCustomer", -1, &a->interswitch__AuthenticateCustomer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_in___interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, struct __interswitch__AuthenticateCustomer *a, const char *type) -{ - size_t soap_flag_interswitch__AuthenticateCustomer = 1; - short soap_flag; - a = (struct __interswitch__AuthenticateCustomer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer, sizeof(struct __interswitch__AuthenticateCustomer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthenticateCustomer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthenticateCustomer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthenticateCustomer(soap, "interswitch:AuthenticateCustomer", &a->interswitch__AuthenticateCustomer, "")) - { soap_flag_interswitch__AuthenticateCustomer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateCustomer(struct soap *soap, const struct __interswitch__AuthenticateCustomer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthenticateCustomer(soap, tag?tag:"-interswitch:AuthenticateCustomer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_get___interswitch__AuthenticateCustomer(struct soap *soap, struct __interswitch__AuthenticateCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthenticateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthenticateCustomer * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthenticateCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateCustomer); - if (size) - *size = sizeof(struct __interswitch__AuthenticateCustomer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthenticateCustomer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthenticateCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthenticateCustomer %p -> %p\n", q, p)); - *(struct __interswitch__AuthenticateCustomer*)p = *(struct __interswitch__AuthenticateCustomer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoBillPaymentInquiry(struct soap *soap, struct __interswitch__DoBillPaymentInquiry *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__DoBillPaymentInquiry = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoBillPaymentInquiry(struct soap *soap, const struct __interswitch__DoBillPaymentInquiry *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(soap, &a->interswitch__DoBillPaymentInquiry); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, int id, const struct __interswitch__DoBillPaymentInquiry *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__DoBillPaymentInquiry(soap, "interswitch:DoBillPaymentInquiry", -1, &a->interswitch__DoBillPaymentInquiry, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_in___interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, struct __interswitch__DoBillPaymentInquiry *a, const char *type) -{ - size_t soap_flag_interswitch__DoBillPaymentInquiry = 1; - short soap_flag; - a = (struct __interswitch__DoBillPaymentInquiry *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry, sizeof(struct __interswitch__DoBillPaymentInquiry), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__DoBillPaymentInquiry(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__DoBillPaymentInquiry && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__DoBillPaymentInquiry(soap, "interswitch:DoBillPaymentInquiry", &a->interswitch__DoBillPaymentInquiry, "")) - { soap_flag_interswitch__DoBillPaymentInquiry--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoBillPaymentInquiry(struct soap *soap, const struct __interswitch__DoBillPaymentInquiry *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__DoBillPaymentInquiry(soap, tag?tag:"-interswitch:DoBillPaymentInquiry", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_get___interswitch__DoBillPaymentInquiry(struct soap *soap, struct __interswitch__DoBillPaymentInquiry *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__DoBillPaymentInquiry(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC2 soap_instantiate___interswitch__DoBillPaymentInquiry(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__DoBillPaymentInquiry(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoBillPaymentInquiry); - if (size) - *size = sizeof(struct __interswitch__DoBillPaymentInquiry); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoBillPaymentInquiry[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__DoBillPaymentInquiry); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__DoBillPaymentInquiry*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoBillPaymentInquiry(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__DoBillPaymentInquiry %p -> %p\n", q, p)); - *(struct __interswitch__DoBillPaymentInquiry*)p = *(struct __interswitch__DoBillPaymentInquiry*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillerCategories(struct soap *soap, struct __interswitch__GetBillerCategories *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetBillerCategories = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillerCategories(struct soap *soap, const struct __interswitch__GetBillerCategories *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetBillerCategories(soap, &a->interswitch__GetBillerCategories); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillerCategories(struct soap *soap, const char *tag, int id, const struct __interswitch__GetBillerCategories *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetBillerCategories(soap, "interswitch:GetBillerCategories", -1, &a->interswitch__GetBillerCategories, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillerCategories * SOAP_FMAC4 soap_in___interswitch__GetBillerCategories(struct soap *soap, const char *tag, struct __interswitch__GetBillerCategories *a, const char *type) -{ - size_t soap_flag_interswitch__GetBillerCategories = 1; - short soap_flag; - a = (struct __interswitch__GetBillerCategories *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetBillerCategories, sizeof(struct __interswitch__GetBillerCategories), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetBillerCategories(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetBillerCategories && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetBillerCategories(soap, "interswitch:GetBillerCategories", &a->interswitch__GetBillerCategories, "")) - { soap_flag_interswitch__GetBillerCategories--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillerCategories(struct soap *soap, const struct __interswitch__GetBillerCategories *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetBillerCategories(soap, tag?tag:"-interswitch:GetBillerCategories", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillerCategories * SOAP_FMAC4 soap_get___interswitch__GetBillerCategories(struct soap *soap, struct __interswitch__GetBillerCategories *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetBillerCategories(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetBillerCategories * SOAP_FMAC2 soap_instantiate___interswitch__GetBillerCategories(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetBillerCategories(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetBillerCategories, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillerCategories); - if (size) - *size = sizeof(struct __interswitch__GetBillerCategories); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillerCategories[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetBillerCategories); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetBillerCategories*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillerCategories(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetBillerCategories %p -> %p\n", q, p)); - *(struct __interswitch__GetBillerCategories*)p = *(struct __interswitch__GetBillerCategories*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillerPaymentItems(struct soap *soap, struct __interswitch__GetBillerPaymentItems *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetBillerPaymentItems = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillerPaymentItems(struct soap *soap, const struct __interswitch__GetBillerPaymentItems *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(soap, &a->interswitch__GetBillerPaymentItems); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, int id, const struct __interswitch__GetBillerPaymentItems *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetBillerPaymentItems(soap, "interswitch:GetBillerPaymentItems", -1, &a->interswitch__GetBillerPaymentItems, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_in___interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, struct __interswitch__GetBillerPaymentItems *a, const char *type) -{ - size_t soap_flag_interswitch__GetBillerPaymentItems = 1; - short soap_flag; - a = (struct __interswitch__GetBillerPaymentItems *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems, sizeof(struct __interswitch__GetBillerPaymentItems), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetBillerPaymentItems(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetBillerPaymentItems && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetBillerPaymentItems(soap, "interswitch:GetBillerPaymentItems", &a->interswitch__GetBillerPaymentItems, "")) - { soap_flag_interswitch__GetBillerPaymentItems--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillerPaymentItems(struct soap *soap, const struct __interswitch__GetBillerPaymentItems *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetBillerPaymentItems(soap, tag?tag:"-interswitch:GetBillerPaymentItems", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_get___interswitch__GetBillerPaymentItems(struct soap *soap, struct __interswitch__GetBillerPaymentItems *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetBillerPaymentItems(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC2 soap_instantiate___interswitch__GetBillerPaymentItems(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetBillerPaymentItems(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillerPaymentItems); - if (size) - *size = sizeof(struct __interswitch__GetBillerPaymentItems); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillerPaymentItems[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetBillerPaymentItems); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetBillerPaymentItems*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillerPaymentItems(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetBillerPaymentItems %p -> %p\n", q, p)); - *(struct __interswitch__GetBillerPaymentItems*)p = *(struct __interswitch__GetBillerPaymentItems*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetFeaturedBillers(struct soap *soap, struct __interswitch__GetFeaturedBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetFeaturedBillers = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetFeaturedBillers(struct soap *soap, const struct __interswitch__GetFeaturedBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetFeaturedBillers(soap, &a->interswitch__GetFeaturedBillers); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, int id, const struct __interswitch__GetFeaturedBillers *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetFeaturedBillers(soap, "interswitch:GetFeaturedBillers", -1, &a->interswitch__GetFeaturedBillers, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_in___interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, struct __interswitch__GetFeaturedBillers *a, const char *type) -{ - size_t soap_flag_interswitch__GetFeaturedBillers = 1; - short soap_flag; - a = (struct __interswitch__GetFeaturedBillers *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers, sizeof(struct __interswitch__GetFeaturedBillers), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetFeaturedBillers(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetFeaturedBillers && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetFeaturedBillers(soap, "interswitch:GetFeaturedBillers", &a->interswitch__GetFeaturedBillers, "")) - { soap_flag_interswitch__GetFeaturedBillers--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetFeaturedBillers(struct soap *soap, const struct __interswitch__GetFeaturedBillers *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetFeaturedBillers(soap, tag?tag:"-interswitch:GetFeaturedBillers", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_get___interswitch__GetFeaturedBillers(struct soap *soap, struct __interswitch__GetFeaturedBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetFeaturedBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetFeaturedBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetFeaturedBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetFeaturedBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetFeaturedBillers); - if (size) - *size = sizeof(struct __interswitch__GetFeaturedBillers); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetFeaturedBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetFeaturedBillers); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetFeaturedBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetFeaturedBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetFeaturedBillers %p -> %p\n", q, p)); - *(struct __interswitch__GetFeaturedBillers*)p = *(struct __interswitch__GetFeaturedBillers*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetLatestBillers(struct soap *soap, struct __interswitch__GetLatestBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetLatestBillers = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetLatestBillers(struct soap *soap, const struct __interswitch__GetLatestBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetLatestBillers(soap, &a->interswitch__GetLatestBillers); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetLatestBillers(struct soap *soap, const char *tag, int id, const struct __interswitch__GetLatestBillers *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetLatestBillers(soap, "interswitch:GetLatestBillers", -1, &a->interswitch__GetLatestBillers, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetLatestBillers * SOAP_FMAC4 soap_in___interswitch__GetLatestBillers(struct soap *soap, const char *tag, struct __interswitch__GetLatestBillers *a, const char *type) -{ - size_t soap_flag_interswitch__GetLatestBillers = 1; - short soap_flag; - a = (struct __interswitch__GetLatestBillers *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetLatestBillers, sizeof(struct __interswitch__GetLatestBillers), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetLatestBillers(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetLatestBillers && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetLatestBillers(soap, "interswitch:GetLatestBillers", &a->interswitch__GetLatestBillers, "")) - { soap_flag_interswitch__GetLatestBillers--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetLatestBillers(struct soap *soap, const struct __interswitch__GetLatestBillers *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetLatestBillers(soap, tag?tag:"-interswitch:GetLatestBillers", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetLatestBillers * SOAP_FMAC4 soap_get___interswitch__GetLatestBillers(struct soap *soap, struct __interswitch__GetLatestBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetLatestBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetLatestBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetLatestBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetLatestBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetLatestBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetLatestBillers); - if (size) - *size = sizeof(struct __interswitch__GetLatestBillers); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetLatestBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetLatestBillers); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetLatestBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetLatestBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetLatestBillers %p -> %p\n", q, p)); - *(struct __interswitch__GetLatestBillers*)p = *(struct __interswitch__GetLatestBillers*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillers(struct soap *soap, struct __interswitch__GetBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetBillers = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillers(struct soap *soap, const struct __interswitch__GetBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetBillers(soap, &a->interswitch__GetBillers); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillers(struct soap *soap, const char *tag, int id, const struct __interswitch__GetBillers *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetBillers(soap, "interswitch:GetBillers", -1, &a->interswitch__GetBillers, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillers * SOAP_FMAC4 soap_in___interswitch__GetBillers(struct soap *soap, const char *tag, struct __interswitch__GetBillers *a, const char *type) -{ - size_t soap_flag_interswitch__GetBillers = 1; - short soap_flag; - a = (struct __interswitch__GetBillers *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetBillers, sizeof(struct __interswitch__GetBillers), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetBillers(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetBillers && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetBillers(soap, "interswitch:GetBillers", &a->interswitch__GetBillers, "")) - { soap_flag_interswitch__GetBillers--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillers(struct soap *soap, const struct __interswitch__GetBillers *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetBillers(soap, tag?tag:"-interswitch:GetBillers", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillers * SOAP_FMAC4 soap_get___interswitch__GetBillers(struct soap *soap, struct __interswitch__GetBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillers); - if (size) - *size = sizeof(struct __interswitch__GetBillers); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetBillers); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetBillers %p -> %p\n", q, p)); - *(struct __interswitch__GetBillers*)p = *(struct __interswitch__GetBillers*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetUser(struct soap *soap, struct __interswitch__GetUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetUser(struct soap *soap, const struct __interswitch__GetUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetUser(soap, &a->interswitch__GetUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetUser(struct soap *soap, const char *tag, int id, const struct __interswitch__GetUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetUser(soap, "interswitch:GetUser", -1, &a->interswitch__GetUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetUser * SOAP_FMAC4 soap_in___interswitch__GetUser(struct soap *soap, const char *tag, struct __interswitch__GetUser *a, const char *type) -{ - size_t soap_flag_interswitch__GetUser = 1; - short soap_flag; - a = (struct __interswitch__GetUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetUser, sizeof(struct __interswitch__GetUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetUser(soap, "interswitch:GetUser", &a->interswitch__GetUser, "")) - { soap_flag_interswitch__GetUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetUser(struct soap *soap, const struct __interswitch__GetUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetUser(soap, tag?tag:"-interswitch:GetUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetUser * SOAP_FMAC4 soap_get___interswitch__GetUser(struct soap *soap, struct __interswitch__GetUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetUser * SOAP_FMAC2 soap_instantiate___interswitch__GetUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetUser); - if (size) - *size = sizeof(struct __interswitch__GetUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetUser %p -> %p\n", q, p)); - *(struct __interswitch__GetUser*)p = *(struct __interswitch__GetUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateUserSecurityToken(struct soap *soap, struct __interswitch__AuthenticateUserSecurityToken *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthenticateUserSecurityToken = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateUserSecurityToken(struct soap *soap, const struct __interswitch__AuthenticateUserSecurityToken *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, &a->interswitch__AuthenticateUserSecurityToken); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthenticateUserSecurityToken *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, "interswitch:AuthenticateUserSecurityToken", -1, &a->interswitch__AuthenticateUserSecurityToken, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_in___interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, struct __interswitch__AuthenticateUserSecurityToken *a, const char *type) -{ - size_t soap_flag_interswitch__AuthenticateUserSecurityToken = 1; - short soap_flag; - a = (struct __interswitch__AuthenticateUserSecurityToken *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken, sizeof(struct __interswitch__AuthenticateUserSecurityToken), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthenticateUserSecurityToken(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthenticateUserSecurityToken && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, "interswitch:AuthenticateUserSecurityToken", &a->interswitch__AuthenticateUserSecurityToken, "")) - { soap_flag_interswitch__AuthenticateUserSecurityToken--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateUserSecurityToken(struct soap *soap, const struct __interswitch__AuthenticateUserSecurityToken *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthenticateUserSecurityToken(soap, tag?tag:"-interswitch:AuthenticateUserSecurityToken", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_get___interswitch__AuthenticateUserSecurityToken(struct soap *soap, struct __interswitch__AuthenticateUserSecurityToken *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthenticateUserSecurityToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateUserSecurityToken(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthenticateUserSecurityToken(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateUserSecurityToken); - if (size) - *size = sizeof(struct __interswitch__AuthenticateUserSecurityToken); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateUserSecurityToken[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthenticateUserSecurityToken); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthenticateUserSecurityToken*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateUserSecurityToken(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthenticateUserSecurityToken %p -> %p\n", q, p)); - *(struct __interswitch__AuthenticateUserSecurityToken*)p = *(struct __interswitch__AuthenticateUserSecurityToken*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateUser(struct soap *soap, struct __interswitch__AuthenticateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthenticateUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateUser(struct soap *soap, const struct __interswitch__AuthenticateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthenticateUser(soap, &a->interswitch__AuthenticateUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateUser(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthenticateUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthenticateUser(soap, "interswitch:AuthenticateUser", -1, &a->interswitch__AuthenticateUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateUser * SOAP_FMAC4 soap_in___interswitch__AuthenticateUser(struct soap *soap, const char *tag, struct __interswitch__AuthenticateUser *a, const char *type) -{ - size_t soap_flag_interswitch__AuthenticateUser = 1; - short soap_flag; - a = (struct __interswitch__AuthenticateUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthenticateUser, sizeof(struct __interswitch__AuthenticateUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthenticateUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthenticateUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthenticateUser(soap, "interswitch:AuthenticateUser", &a->interswitch__AuthenticateUser, "")) - { soap_flag_interswitch__AuthenticateUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateUser(struct soap *soap, const struct __interswitch__AuthenticateUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthenticateUser(soap, tag?tag:"-interswitch:AuthenticateUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateUser * SOAP_FMAC4 soap_get___interswitch__AuthenticateUser(struct soap *soap, struct __interswitch__AuthenticateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthenticateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthenticateUser * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthenticateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthenticateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateUser); - if (size) - *size = sizeof(struct __interswitch__AuthenticateUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthenticateUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthenticateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthenticateUser %p -> %p\n", q, p)); - *(struct __interswitch__AuthenticateUser*)p = *(struct __interswitch__AuthenticateUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ResetPassword(struct soap *soap, struct __interswitch__ResetPassword *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ResetPassword = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ResetPassword(struct soap *soap, const struct __interswitch__ResetPassword *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ResetPassword(soap, &a->interswitch__ResetPassword); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ResetPassword(struct soap *soap, const char *tag, int id, const struct __interswitch__ResetPassword *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ResetPassword(soap, "interswitch:ResetPassword", -1, &a->interswitch__ResetPassword, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ResetPassword * SOAP_FMAC4 soap_in___interswitch__ResetPassword(struct soap *soap, const char *tag, struct __interswitch__ResetPassword *a, const char *type) -{ - size_t soap_flag_interswitch__ResetPassword = 1; - short soap_flag; - a = (struct __interswitch__ResetPassword *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ResetPassword, sizeof(struct __interswitch__ResetPassword), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ResetPassword(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ResetPassword && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ResetPassword(soap, "interswitch:ResetPassword", &a->interswitch__ResetPassword, "")) - { soap_flag_interswitch__ResetPassword--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ResetPassword(struct soap *soap, const struct __interswitch__ResetPassword *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ResetPassword(soap, tag?tag:"-interswitch:ResetPassword", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ResetPassword * SOAP_FMAC4 soap_get___interswitch__ResetPassword(struct soap *soap, struct __interswitch__ResetPassword *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ResetPassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ResetPassword * SOAP_FMAC2 soap_instantiate___interswitch__ResetPassword(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ResetPassword(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ResetPassword, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ResetPassword); - if (size) - *size = sizeof(struct __interswitch__ResetPassword); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ResetPassword[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ResetPassword); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ResetPassword*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ResetPassword(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ResetPassword %p -> %p\n", q, p)); - *(struct __interswitch__ResetPassword*)p = *(struct __interswitch__ResetPassword*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ChangePassword(struct soap *soap, struct __interswitch__ChangePassword *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ChangePassword = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ChangePassword(struct soap *soap, const struct __interswitch__ChangePassword *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ChangePassword(soap, &a->interswitch__ChangePassword); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ChangePassword(struct soap *soap, const char *tag, int id, const struct __interswitch__ChangePassword *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ChangePassword(soap, "interswitch:ChangePassword", -1, &a->interswitch__ChangePassword, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ChangePassword * SOAP_FMAC4 soap_in___interswitch__ChangePassword(struct soap *soap, const char *tag, struct __interswitch__ChangePassword *a, const char *type) -{ - size_t soap_flag_interswitch__ChangePassword = 1; - short soap_flag; - a = (struct __interswitch__ChangePassword *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ChangePassword, sizeof(struct __interswitch__ChangePassword), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ChangePassword(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ChangePassword && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ChangePassword(soap, "interswitch:ChangePassword", &a->interswitch__ChangePassword, "")) - { soap_flag_interswitch__ChangePassword--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ChangePassword(struct soap *soap, const struct __interswitch__ChangePassword *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ChangePassword(soap, tag?tag:"-interswitch:ChangePassword", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ChangePassword * SOAP_FMAC4 soap_get___interswitch__ChangePassword(struct soap *soap, struct __interswitch__ChangePassword *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ChangePassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ChangePassword * SOAP_FMAC2 soap_instantiate___interswitch__ChangePassword(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ChangePassword(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ChangePassword, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ChangePassword); - if (size) - *size = sizeof(struct __interswitch__ChangePassword); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ChangePassword[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ChangePassword); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ChangePassword*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ChangePassword(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ChangePassword %p -> %p\n", q, p)); - *(struct __interswitch__ChangePassword*)p = *(struct __interswitch__ChangePassword*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__UpdateUser(struct soap *soap, struct __interswitch__UpdateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__UpdateUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__UpdateUser(struct soap *soap, const struct __interswitch__UpdateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__UpdateUser(soap, &a->interswitch__UpdateUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__UpdateUser(struct soap *soap, const char *tag, int id, const struct __interswitch__UpdateUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__UpdateUser(soap, "interswitch:UpdateUser", -1, &a->interswitch__UpdateUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__UpdateUser * SOAP_FMAC4 soap_in___interswitch__UpdateUser(struct soap *soap, const char *tag, struct __interswitch__UpdateUser *a, const char *type) -{ - size_t soap_flag_interswitch__UpdateUser = 1; - short soap_flag; - a = (struct __interswitch__UpdateUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__UpdateUser, sizeof(struct __interswitch__UpdateUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__UpdateUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__UpdateUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__UpdateUser(soap, "interswitch:UpdateUser", &a->interswitch__UpdateUser, "")) - { soap_flag_interswitch__UpdateUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__UpdateUser(struct soap *soap, const struct __interswitch__UpdateUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__UpdateUser(soap, tag?tag:"-interswitch:UpdateUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__UpdateUser * SOAP_FMAC4 soap_get___interswitch__UpdateUser(struct soap *soap, struct __interswitch__UpdateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__UpdateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__UpdateUser * SOAP_FMAC2 soap_instantiate___interswitch__UpdateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__UpdateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__UpdateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__UpdateUser); - if (size) - *size = sizeof(struct __interswitch__UpdateUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__UpdateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__UpdateUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__UpdateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__UpdateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__UpdateUser %p -> %p\n", q, p)); - *(struct __interswitch__UpdateUser*)p = *(struct __interswitch__UpdateUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ActivateUser(struct soap *soap, struct __interswitch__ActivateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ActivateUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ActivateUser(struct soap *soap, const struct __interswitch__ActivateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ActivateUser(soap, &a->interswitch__ActivateUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ActivateUser(struct soap *soap, const char *tag, int id, const struct __interswitch__ActivateUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ActivateUser(soap, "interswitch:ActivateUser", -1, &a->interswitch__ActivateUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ActivateUser * SOAP_FMAC4 soap_in___interswitch__ActivateUser(struct soap *soap, const char *tag, struct __interswitch__ActivateUser *a, const char *type) -{ - size_t soap_flag_interswitch__ActivateUser = 1; - short soap_flag; - a = (struct __interswitch__ActivateUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ActivateUser, sizeof(struct __interswitch__ActivateUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ActivateUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ActivateUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ActivateUser(soap, "interswitch:ActivateUser", &a->interswitch__ActivateUser, "")) - { soap_flag_interswitch__ActivateUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ActivateUser(struct soap *soap, const struct __interswitch__ActivateUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ActivateUser(soap, tag?tag:"-interswitch:ActivateUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ActivateUser * SOAP_FMAC4 soap_get___interswitch__ActivateUser(struct soap *soap, struct __interswitch__ActivateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ActivateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ActivateUser * SOAP_FMAC2 soap_instantiate___interswitch__ActivateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ActivateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ActivateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ActivateUser); - if (size) - *size = sizeof(struct __interswitch__ActivateUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ActivateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ActivateUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ActivateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ActivateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ActivateUser %p -> %p\n", q, p)); - *(struct __interswitch__ActivateUser*)p = *(struct __interswitch__ActivateUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CreateUser(struct soap *soap, struct __interswitch__CreateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__CreateUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CreateUser(struct soap *soap, const struct __interswitch__CreateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__CreateUser(soap, &a->interswitch__CreateUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CreateUser(struct soap *soap, const char *tag, int id, const struct __interswitch__CreateUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__CreateUser(soap, "interswitch:CreateUser", -1, &a->interswitch__CreateUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CreateUser * SOAP_FMAC4 soap_in___interswitch__CreateUser(struct soap *soap, const char *tag, struct __interswitch__CreateUser *a, const char *type) -{ - size_t soap_flag_interswitch__CreateUser = 1; - short soap_flag; - a = (struct __interswitch__CreateUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__CreateUser, sizeof(struct __interswitch__CreateUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__CreateUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__CreateUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__CreateUser(soap, "interswitch:CreateUser", &a->interswitch__CreateUser, "")) - { soap_flag_interswitch__CreateUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CreateUser(struct soap *soap, const struct __interswitch__CreateUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__CreateUser(soap, tag?tag:"-interswitch:CreateUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CreateUser * SOAP_FMAC4 soap_get___interswitch__CreateUser(struct soap *soap, struct __interswitch__CreateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__CreateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__CreateUser * SOAP_FMAC2 soap_instantiate___interswitch__CreateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__CreateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__CreateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CreateUser); - if (size) - *size = sizeof(struct __interswitch__CreateUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CreateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__CreateUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__CreateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CreateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__CreateUser %p -> %p\n", q, p)); - *(struct __interswitch__CreateUser*)p = *(struct __interswitch__CreateUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetSystemSettings(struct soap *soap, struct __interswitch__GetSystemSettings *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetSystemSettings = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetSystemSettings(struct soap *soap, const struct __interswitch__GetSystemSettings *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetSystemSettings(soap, &a->interswitch__GetSystemSettings); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetSystemSettings(struct soap *soap, const char *tag, int id, const struct __interswitch__GetSystemSettings *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetSystemSettings(soap, "interswitch:GetSystemSettings", -1, &a->interswitch__GetSystemSettings, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetSystemSettings * SOAP_FMAC4 soap_in___interswitch__GetSystemSettings(struct soap *soap, const char *tag, struct __interswitch__GetSystemSettings *a, const char *type) -{ - size_t soap_flag_interswitch__GetSystemSettings = 1; - short soap_flag; - a = (struct __interswitch__GetSystemSettings *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetSystemSettings, sizeof(struct __interswitch__GetSystemSettings), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetSystemSettings(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetSystemSettings && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetSystemSettings(soap, "interswitch:GetSystemSettings", &a->interswitch__GetSystemSettings, "")) - { soap_flag_interswitch__GetSystemSettings--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetSystemSettings(struct soap *soap, const struct __interswitch__GetSystemSettings *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetSystemSettings(soap, tag?tag:"-interswitch:GetSystemSettings", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetSystemSettings * SOAP_FMAC4 soap_get___interswitch__GetSystemSettings(struct soap *soap, struct __interswitch__GetSystemSettings *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetSystemSettings(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetSystemSettings * SOAP_FMAC2 soap_instantiate___interswitch__GetSystemSettings(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetSystemSettings(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetSystemSettings, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetSystemSettings); - if (size) - *size = sizeof(struct __interswitch__GetSystemSettings); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetSystemSettings[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetSystemSettings); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetSystemSettings*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetSystemSettings(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetSystemSettings %p -> %p\n", q, p)); - *(struct __interswitch__GetSystemSettings*)p = *(struct __interswitch__GetSystemSettings*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__QueryTransaction(struct soap *soap, struct __interswitch__QueryTransaction *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__QueryTransaction = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__QueryTransaction(struct soap *soap, const struct __interswitch__QueryTransaction *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__QueryTransaction(soap, &a->interswitch__QueryTransaction); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__QueryTransaction(struct soap *soap, const char *tag, int id, const struct __interswitch__QueryTransaction *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__QueryTransaction(soap, "interswitch:QueryTransaction", -1, &a->interswitch__QueryTransaction, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__QueryTransaction * SOAP_FMAC4 soap_in___interswitch__QueryTransaction(struct soap *soap, const char *tag, struct __interswitch__QueryTransaction *a, const char *type) -{ - size_t soap_flag_interswitch__QueryTransaction = 1; - short soap_flag; - a = (struct __interswitch__QueryTransaction *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__QueryTransaction, sizeof(struct __interswitch__QueryTransaction), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__QueryTransaction(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__QueryTransaction && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__QueryTransaction(soap, "interswitch:QueryTransaction", &a->interswitch__QueryTransaction, "")) - { soap_flag_interswitch__QueryTransaction--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__QueryTransaction(struct soap *soap, const struct __interswitch__QueryTransaction *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__QueryTransaction(soap, tag?tag:"-interswitch:QueryTransaction", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__QueryTransaction * SOAP_FMAC4 soap_get___interswitch__QueryTransaction(struct soap *soap, struct __interswitch__QueryTransaction *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__QueryTransaction(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__QueryTransaction * SOAP_FMAC2 soap_instantiate___interswitch__QueryTransaction(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__QueryTransaction(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__QueryTransaction, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__QueryTransaction); - if (size) - *size = sizeof(struct __interswitch__QueryTransaction); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__QueryTransaction[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__QueryTransaction); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__QueryTransaction*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__QueryTransaction(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__QueryTransaction %p -> %p\n", q, p)); - *(struct __interswitch__QueryTransaction*)p = *(struct __interswitch__QueryTransaction*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__StatusCheck(struct soap *soap, struct __interswitch__StatusCheck *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__StatusCheck = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__StatusCheck(struct soap *soap, const struct __interswitch__StatusCheck *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__StatusCheck(soap, &a->interswitch__StatusCheck); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__StatusCheck(struct soap *soap, const char *tag, int id, const struct __interswitch__StatusCheck *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__StatusCheck(soap, "interswitch:StatusCheck", -1, &a->interswitch__StatusCheck, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__StatusCheck * SOAP_FMAC4 soap_in___interswitch__StatusCheck(struct soap *soap, const char *tag, struct __interswitch__StatusCheck *a, const char *type) -{ - size_t soap_flag_interswitch__StatusCheck = 1; - short soap_flag; - a = (struct __interswitch__StatusCheck *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__StatusCheck, sizeof(struct __interswitch__StatusCheck), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__StatusCheck(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__StatusCheck && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__StatusCheck(soap, "interswitch:StatusCheck", &a->interswitch__StatusCheck, "")) - { soap_flag_interswitch__StatusCheck--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__StatusCheck(struct soap *soap, const struct __interswitch__StatusCheck *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__StatusCheck(soap, tag?tag:"-interswitch:StatusCheck", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__StatusCheck * SOAP_FMAC4 soap_get___interswitch__StatusCheck(struct soap *soap, struct __interswitch__StatusCheck *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__StatusCheck(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__StatusCheck * SOAP_FMAC2 soap_instantiate___interswitch__StatusCheck(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__StatusCheck(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__StatusCheck, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__StatusCheck); - if (size) - *size = sizeof(struct __interswitch__StatusCheck); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__StatusCheck[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__StatusCheck); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__StatusCheck*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__StatusCheck(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__StatusCheck %p -> %p\n", q, p)); - *(struct __interswitch__StatusCheck*)p = *(struct __interswitch__StatusCheck*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ReverseCashOut(struct soap *soap, struct __interswitch__ReverseCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ReverseCashOut = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ReverseCashOut(struct soap *soap, const struct __interswitch__ReverseCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ReverseCashOut(soap, &a->interswitch__ReverseCashOut); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ReverseCashOut(struct soap *soap, const char *tag, int id, const struct __interswitch__ReverseCashOut *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ReverseCashOut(soap, "interswitch:ReverseCashOut", -1, &a->interswitch__ReverseCashOut, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ReverseCashOut * SOAP_FMAC4 soap_in___interswitch__ReverseCashOut(struct soap *soap, const char *tag, struct __interswitch__ReverseCashOut *a, const char *type) -{ - size_t soap_flag_interswitch__ReverseCashOut = 1; - short soap_flag; - a = (struct __interswitch__ReverseCashOut *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ReverseCashOut, sizeof(struct __interswitch__ReverseCashOut), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ReverseCashOut(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ReverseCashOut && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ReverseCashOut(soap, "interswitch:ReverseCashOut", &a->interswitch__ReverseCashOut, "")) - { soap_flag_interswitch__ReverseCashOut--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ReverseCashOut(struct soap *soap, const struct __interswitch__ReverseCashOut *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ReverseCashOut(soap, tag?tag:"-interswitch:ReverseCashOut", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ReverseCashOut * SOAP_FMAC4 soap_get___interswitch__ReverseCashOut(struct soap *soap, struct __interswitch__ReverseCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ReverseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ReverseCashOut * SOAP_FMAC2 soap_instantiate___interswitch__ReverseCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ReverseCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ReverseCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ReverseCashOut); - if (size) - *size = sizeof(struct __interswitch__ReverseCashOut); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ReverseCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ReverseCashOut); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ReverseCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ReverseCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ReverseCashOut %p -> %p\n", q, p)); - *(struct __interswitch__ReverseCashOut*)p = *(struct __interswitch__ReverseCashOut*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthoriseAccountCashOut(struct soap *soap, struct __interswitch__AuthoriseAccountCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthoriseAccountCashOut = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthoriseAccountCashOut(struct soap *soap, const struct __interswitch__AuthoriseAccountCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(soap, &a->interswitch__AuthoriseAccountCashOut); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthoriseAccountCashOut *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(soap, "interswitch:AuthoriseAccountCashOut", -1, &a->interswitch__AuthoriseAccountCashOut, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_in___interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, struct __interswitch__AuthoriseAccountCashOut *a, const char *type) -{ - size_t soap_flag_interswitch__AuthoriseAccountCashOut = 1; - short soap_flag; - a = (struct __interswitch__AuthoriseAccountCashOut *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut, sizeof(struct __interswitch__AuthoriseAccountCashOut), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthoriseAccountCashOut(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthoriseAccountCashOut && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(soap, "interswitch:AuthoriseAccountCashOut", &a->interswitch__AuthoriseAccountCashOut, "")) - { soap_flag_interswitch__AuthoriseAccountCashOut--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthoriseAccountCashOut(struct soap *soap, const struct __interswitch__AuthoriseAccountCashOut *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthoriseAccountCashOut(soap, tag?tag:"-interswitch:AuthoriseAccountCashOut", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_get___interswitch__AuthoriseAccountCashOut(struct soap *soap, struct __interswitch__AuthoriseAccountCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthoriseAccountCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC2 soap_instantiate___interswitch__AuthoriseAccountCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthoriseAccountCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthoriseAccountCashOut); - if (size) - *size = sizeof(struct __interswitch__AuthoriseAccountCashOut); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthoriseAccountCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthoriseAccountCashOut); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthoriseAccountCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthoriseAccountCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthoriseAccountCashOut %p -> %p\n", q, p)); - *(struct __interswitch__AuthoriseAccountCashOut*)p = *(struct __interswitch__AuthoriseAccountCashOut*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthoriseCashOut(struct soap *soap, struct __interswitch__AuthoriseCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthoriseCashOut = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthoriseCashOut(struct soap *soap, const struct __interswitch__AuthoriseCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthoriseCashOut(soap, &a->interswitch__AuthoriseCashOut); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthoriseCashOut *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthoriseCashOut(soap, "interswitch:AuthoriseCashOut", -1, &a->interswitch__AuthoriseCashOut, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_in___interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, struct __interswitch__AuthoriseCashOut *a, const char *type) -{ - size_t soap_flag_interswitch__AuthoriseCashOut = 1; - short soap_flag; - a = (struct __interswitch__AuthoriseCashOut *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut, sizeof(struct __interswitch__AuthoriseCashOut), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthoriseCashOut(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthoriseCashOut && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthoriseCashOut(soap, "interswitch:AuthoriseCashOut", &a->interswitch__AuthoriseCashOut, "")) - { soap_flag_interswitch__AuthoriseCashOut--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthoriseCashOut(struct soap *soap, const struct __interswitch__AuthoriseCashOut *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthoriseCashOut(soap, tag?tag:"-interswitch:AuthoriseCashOut", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_get___interswitch__AuthoriseCashOut(struct soap *soap, struct __interswitch__AuthoriseCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthoriseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthoriseCashOut * SOAP_FMAC2 soap_instantiate___interswitch__AuthoriseCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthoriseCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthoriseCashOut); - if (size) - *size = sizeof(struct __interswitch__AuthoriseCashOut); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthoriseCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthoriseCashOut); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthoriseCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthoriseCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthoriseCashOut %p -> %p\n", q, p)); - *(struct __interswitch__AuthoriseCashOut*)p = *(struct __interswitch__AuthoriseCashOut*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__QueryTransfer(struct soap *soap, struct __interswitch__QueryTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__QueryTransfer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__QueryTransfer(struct soap *soap, const struct __interswitch__QueryTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__QueryTransfer(soap, &a->interswitch__QueryTransfer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__QueryTransfer(struct soap *soap, const char *tag, int id, const struct __interswitch__QueryTransfer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__QueryTransfer(soap, "interswitch:QueryTransfer", -1, &a->interswitch__QueryTransfer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__QueryTransfer * SOAP_FMAC4 soap_in___interswitch__QueryTransfer(struct soap *soap, const char *tag, struct __interswitch__QueryTransfer *a, const char *type) -{ - size_t soap_flag_interswitch__QueryTransfer = 1; - short soap_flag; - a = (struct __interswitch__QueryTransfer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__QueryTransfer, sizeof(struct __interswitch__QueryTransfer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__QueryTransfer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__QueryTransfer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__QueryTransfer(soap, "interswitch:QueryTransfer", &a->interswitch__QueryTransfer, "")) - { soap_flag_interswitch__QueryTransfer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__QueryTransfer(struct soap *soap, const struct __interswitch__QueryTransfer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__QueryTransfer(soap, tag?tag:"-interswitch:QueryTransfer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__QueryTransfer * SOAP_FMAC4 soap_get___interswitch__QueryTransfer(struct soap *soap, struct __interswitch__QueryTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__QueryTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__QueryTransfer * SOAP_FMAC2 soap_instantiate___interswitch__QueryTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__QueryTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__QueryTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__QueryTransfer); - if (size) - *size = sizeof(struct __interswitch__QueryTransfer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__QueryTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__QueryTransfer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__QueryTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__QueryTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__QueryTransfer %p -> %p\n", q, p)); - *(struct __interswitch__QueryTransfer*)p = *(struct __interswitch__QueryTransfer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendSessionKey(struct soap *soap, struct __interswitch__SendSessionKey *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__SendSessionKey = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendSessionKey(struct soap *soap, const struct __interswitch__SendSessionKey *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__SendSessionKey(soap, &a->interswitch__SendSessionKey); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendSessionKey(struct soap *soap, const char *tag, int id, const struct __interswitch__SendSessionKey *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__SendSessionKey(soap, "interswitch:SendSessionKey", -1, &a->interswitch__SendSessionKey, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendSessionKey * SOAP_FMAC4 soap_in___interswitch__SendSessionKey(struct soap *soap, const char *tag, struct __interswitch__SendSessionKey *a, const char *type) -{ - size_t soap_flag_interswitch__SendSessionKey = 1; - short soap_flag; - a = (struct __interswitch__SendSessionKey *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__SendSessionKey, sizeof(struct __interswitch__SendSessionKey), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__SendSessionKey(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__SendSessionKey && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__SendSessionKey(soap, "interswitch:SendSessionKey", &a->interswitch__SendSessionKey, "")) - { soap_flag_interswitch__SendSessionKey--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendSessionKey(struct soap *soap, const struct __interswitch__SendSessionKey *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__SendSessionKey(soap, tag?tag:"-interswitch:SendSessionKey", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendSessionKey * SOAP_FMAC4 soap_get___interswitch__SendSessionKey(struct soap *soap, struct __interswitch__SendSessionKey *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__SendSessionKey(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__SendSessionKey * SOAP_FMAC2 soap_instantiate___interswitch__SendSessionKey(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__SendSessionKey(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__SendSessionKey, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendSessionKey); - if (size) - *size = sizeof(struct __interswitch__SendSessionKey); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendSessionKey[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__SendSessionKey); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__SendSessionKey*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendSessionKey(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__SendSessionKey %p -> %p\n", q, p)); - *(struct __interswitch__SendSessionKey*)p = *(struct __interswitch__SendSessionKey*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CancelTransfer(struct soap *soap, struct __interswitch__CancelTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__CancelTransfer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CancelTransfer(struct soap *soap, const struct __interswitch__CancelTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__CancelTransfer(soap, &a->interswitch__CancelTransfer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CancelTransfer(struct soap *soap, const char *tag, int id, const struct __interswitch__CancelTransfer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__CancelTransfer(soap, "interswitch:CancelTransfer", -1, &a->interswitch__CancelTransfer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CancelTransfer * SOAP_FMAC4 soap_in___interswitch__CancelTransfer(struct soap *soap, const char *tag, struct __interswitch__CancelTransfer *a, const char *type) -{ - size_t soap_flag_interswitch__CancelTransfer = 1; - short soap_flag; - a = (struct __interswitch__CancelTransfer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__CancelTransfer, sizeof(struct __interswitch__CancelTransfer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__CancelTransfer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__CancelTransfer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__CancelTransfer(soap, "interswitch:CancelTransfer", &a->interswitch__CancelTransfer, "")) - { soap_flag_interswitch__CancelTransfer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CancelTransfer(struct soap *soap, const struct __interswitch__CancelTransfer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__CancelTransfer(soap, tag?tag:"-interswitch:CancelTransfer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CancelTransfer * SOAP_FMAC4 soap_get___interswitch__CancelTransfer(struct soap *soap, struct __interswitch__CancelTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__CancelTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__CancelTransfer * SOAP_FMAC2 soap_instantiate___interswitch__CancelTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__CancelTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__CancelTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CancelTransfer); - if (size) - *size = sizeof(struct __interswitch__CancelTransfer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CancelTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__CancelTransfer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__CancelTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CancelTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__CancelTransfer %p -> %p\n", q, p)); - *(struct __interswitch__CancelTransfer*)p = *(struct __interswitch__CancelTransfer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoTransfer(struct soap *soap, struct __interswitch__DoTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__DoTransfer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoTransfer(struct soap *soap, const struct __interswitch__DoTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__DoTransfer(soap, &a->interswitch__DoTransfer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoTransfer(struct soap *soap, const char *tag, int id, const struct __interswitch__DoTransfer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__DoTransfer(soap, "interswitch:DoTransfer", -1, &a->interswitch__DoTransfer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoTransfer * SOAP_FMAC4 soap_in___interswitch__DoTransfer(struct soap *soap, const char *tag, struct __interswitch__DoTransfer *a, const char *type) -{ - size_t soap_flag_interswitch__DoTransfer = 1; - short soap_flag; - a = (struct __interswitch__DoTransfer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__DoTransfer, sizeof(struct __interswitch__DoTransfer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__DoTransfer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__DoTransfer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__DoTransfer(soap, "interswitch:DoTransfer", &a->interswitch__DoTransfer, "")) - { soap_flag_interswitch__DoTransfer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoTransfer(struct soap *soap, const struct __interswitch__DoTransfer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__DoTransfer(soap, tag?tag:"-interswitch:DoTransfer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoTransfer * SOAP_FMAC4 soap_get___interswitch__DoTransfer(struct soap *soap, struct __interswitch__DoTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__DoTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__DoTransfer * SOAP_FMAC2 soap_instantiate___interswitch__DoTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__DoTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__DoTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoTransfer); - if (size) - *size = sizeof(struct __interswitch__DoTransfer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__DoTransfer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__DoTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__DoTransfer %p -> %p\n", q, p)); - *(struct __interswitch__DoTransfer*)p = *(struct __interswitch__DoTransfer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ValidateCustomer(struct soap *soap, struct __interswitch__ValidateCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ValidateCustomer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ValidateCustomer(struct soap *soap, const struct __interswitch__ValidateCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ValidateCustomer(soap, &a->interswitch__ValidateCustomer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ValidateCustomer(struct soap *soap, const char *tag, int id, const struct __interswitch__ValidateCustomer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ValidateCustomer(soap, "interswitch:ValidateCustomer", -1, &a->interswitch__ValidateCustomer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ValidateCustomer * SOAP_FMAC4 soap_in___interswitch__ValidateCustomer(struct soap *soap, const char *tag, struct __interswitch__ValidateCustomer *a, const char *type) -{ - size_t soap_flag_interswitch__ValidateCustomer = 1; - short soap_flag; - a = (struct __interswitch__ValidateCustomer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ValidateCustomer, sizeof(struct __interswitch__ValidateCustomer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ValidateCustomer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ValidateCustomer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ValidateCustomer(soap, "interswitch:ValidateCustomer", &a->interswitch__ValidateCustomer, "")) - { soap_flag_interswitch__ValidateCustomer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ValidateCustomer(struct soap *soap, const struct __interswitch__ValidateCustomer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ValidateCustomer(soap, tag?tag:"-interswitch:ValidateCustomer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ValidateCustomer * SOAP_FMAC4 soap_get___interswitch__ValidateCustomer(struct soap *soap, struct __interswitch__ValidateCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ValidateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ValidateCustomer * SOAP_FMAC2 soap_instantiate___interswitch__ValidateCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ValidateCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ValidateCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ValidateCustomer); - if (size) - *size = sizeof(struct __interswitch__ValidateCustomer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ValidateCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ValidateCustomer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ValidateCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ValidateCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ValidateCustomer %p -> %p\n", q, p)); - *(struct __interswitch__ValidateCustomer*)p = *(struct __interswitch__ValidateCustomer*)q; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch_SOAP_ENV__Reason)) - soap_serialize_SOAP_ENV__Reason(soap, *a); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap *soap, const char *tag, int id, struct SOAP_ENV__Reason *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_SOAP_ENV__Reason); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Reason(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Reason **)soap_malloc(soap, sizeof(struct SOAP_ENV__Reason *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Reason(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerToSOAP_ENV__Reason); - if (soap_out_PointerToSOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch_SOAP_ENV__Detail)) - soap_serialize_SOAP_ENV__Detail(soap, *a); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap *soap, const char *tag, int id, struct SOAP_ENV__Detail *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_SOAP_ENV__Detail); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Detail(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Detail **)soap_malloc(soap, sizeof(struct SOAP_ENV__Detail *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Detail(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerToSOAP_ENV__Detail); - if (soap_out_PointerToSOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch_SOAP_ENV__Code)) - soap_serialize_SOAP_ENV__Code(soap, *a); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap *soap, const char *tag, int id, struct SOAP_ENV__Code *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_SOAP_ENV__Code); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Code(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Code **)soap_malloc(soap, sizeof(struct SOAP_ENV__Code *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Code(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Code **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerToSOAP_ENV__Code); - if (soap_out_PointerToSOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, _interswitch__VerifyBillerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, const char *tag, int id, _interswitch__VerifyBillerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__VerifyBillerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, const char *tag, _interswitch__VerifyBillerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__VerifyBillerResponse **)soap_malloc(soap, sizeof(_interswitch__VerifyBillerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__VerifyBillerResponse *)soap_instantiate__interswitch__VerifyBillerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__VerifyBillerResponse ** p = (_interswitch__VerifyBillerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse, sizeof(_interswitch__VerifyBillerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, _interswitch__VerifyBillerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse); - if (soap_out_PointerTo_interswitch__VerifyBillerResponse(soap, tag?tag:"interswitch:VerifyBillerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__VerifyBillerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, _interswitch__VerifyBillerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__VerifyBillerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__VerifyBiller(struct soap *soap, _interswitch__VerifyBiller *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__VerifyBiller)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__VerifyBiller(struct soap *soap, const char *tag, int id, _interswitch__VerifyBiller *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__VerifyBiller); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__VerifyBiller ** SOAP_FMAC4 soap_in_PointerTo_interswitch__VerifyBiller(struct soap *soap, const char *tag, _interswitch__VerifyBiller **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__VerifyBiller **)soap_malloc(soap, sizeof(_interswitch__VerifyBiller *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__VerifyBiller *)soap_instantiate__interswitch__VerifyBiller(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__VerifyBiller ** p = (_interswitch__VerifyBiller **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__VerifyBiller, sizeof(_interswitch__VerifyBiller), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__VerifyBiller(struct soap *soap, _interswitch__VerifyBiller *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller); - if (soap_out_PointerTo_interswitch__VerifyBiller(soap, tag?tag:"interswitch:VerifyBiller", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__VerifyBiller ** SOAP_FMAC4 soap_get_PointerTo_interswitch__VerifyBiller(struct soap *soap, _interswitch__VerifyBiller **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__VerifyBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, _interswitch__CreateBillerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, const char *tag, int id, _interswitch__CreateBillerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CreateBillerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, const char *tag, _interswitch__CreateBillerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CreateBillerResponse **)soap_malloc(soap, sizeof(_interswitch__CreateBillerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CreateBillerResponse *)soap_instantiate__interswitch__CreateBillerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CreateBillerResponse ** p = (_interswitch__CreateBillerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse, sizeof(_interswitch__CreateBillerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, _interswitch__CreateBillerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse); - if (soap_out_PointerTo_interswitch__CreateBillerResponse(soap, tag?tag:"interswitch:CreateBillerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CreateBillerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, _interswitch__CreateBillerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CreateBillerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateBiller(struct soap *soap, _interswitch__CreateBiller *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CreateBiller)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateBiller(struct soap *soap, const char *tag, int id, _interswitch__CreateBiller *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CreateBiller); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CreateBiller ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateBiller(struct soap *soap, const char *tag, _interswitch__CreateBiller **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CreateBiller **)soap_malloc(soap, sizeof(_interswitch__CreateBiller *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CreateBiller *)soap_instantiate__interswitch__CreateBiller(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CreateBiller ** p = (_interswitch__CreateBiller **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CreateBiller, sizeof(_interswitch__CreateBiller), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateBiller(struct soap *soap, _interswitch__CreateBiller *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller); - if (soap_out_PointerTo_interswitch__CreateBiller(soap, tag?tag:"interswitch:CreateBiller", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CreateBiller ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateBiller(struct soap *soap, _interswitch__CreateBiller **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CreateBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, _interswitch__DoCustomProcessingResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, const char *tag, int id, _interswitch__DoCustomProcessingResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, const char *tag, _interswitch__DoCustomProcessingResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoCustomProcessingResponse **)soap_malloc(soap, sizeof(_interswitch__DoCustomProcessingResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoCustomProcessingResponse *)soap_instantiate__interswitch__DoCustomProcessingResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoCustomProcessingResponse ** p = (_interswitch__DoCustomProcessingResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse, sizeof(_interswitch__DoCustomProcessingResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, _interswitch__DoCustomProcessingResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse); - if (soap_out_PointerTo_interswitch__DoCustomProcessingResponse(soap, tag?tag:"interswitch:DoCustomProcessingResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, _interswitch__DoCustomProcessingResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoCustomProcessingResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, _interswitch__DoCustomProcessing *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, const char *tag, int id, _interswitch__DoCustomProcessing *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessing ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, const char *tag, _interswitch__DoCustomProcessing **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoCustomProcessing **)soap_malloc(soap, sizeof(_interswitch__DoCustomProcessing *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoCustomProcessing *)soap_instantiate__interswitch__DoCustomProcessing(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoCustomProcessing ** p = (_interswitch__DoCustomProcessing **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing, sizeof(_interswitch__DoCustomProcessing), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, _interswitch__DoCustomProcessing *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing); - if (soap_out_PointerTo_interswitch__DoCustomProcessing(soap, tag?tag:"interswitch:DoCustomProcessing", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessing ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, _interswitch__DoCustomProcessing **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoCustomProcessing(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, _interswitch__ResendActivationTokenResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, const char *tag, int id, _interswitch__ResendActivationTokenResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, const char *tag, _interswitch__ResendActivationTokenResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ResendActivationTokenResponse **)soap_malloc(soap, sizeof(_interswitch__ResendActivationTokenResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ResendActivationTokenResponse *)soap_instantiate__interswitch__ResendActivationTokenResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ResendActivationTokenResponse ** p = (_interswitch__ResendActivationTokenResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse, sizeof(_interswitch__ResendActivationTokenResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, _interswitch__ResendActivationTokenResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse); - if (soap_out_PointerTo_interswitch__ResendActivationTokenResponse(soap, tag?tag:"interswitch:ResendActivationTokenResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, _interswitch__ResendActivationTokenResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ResendActivationTokenResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResendActivationToken(struct soap *soap, _interswitch__ResendActivationToken *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ResendActivationToken)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResendActivationToken(struct soap *soap, const char *tag, int id, _interswitch__ResendActivationToken *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ResendActivationToken); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationToken ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResendActivationToken(struct soap *soap, const char *tag, _interswitch__ResendActivationToken **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ResendActivationToken **)soap_malloc(soap, sizeof(_interswitch__ResendActivationToken *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ResendActivationToken *)soap_instantiate__interswitch__ResendActivationToken(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ResendActivationToken ** p = (_interswitch__ResendActivationToken **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ResendActivationToken, sizeof(_interswitch__ResendActivationToken), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResendActivationToken(struct soap *soap, _interswitch__ResendActivationToken *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken); - if (soap_out_PointerTo_interswitch__ResendActivationToken(soap, tag?tag:"interswitch:ResendActivationToken", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ResendActivationToken ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResendActivationToken(struct soap *soap, _interswitch__ResendActivationToken **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ResendActivationToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, _interswitch__EditCustomerBillerAccountResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, const char *tag, int id, _interswitch__EditCustomerBillerAccountResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, const char *tag, _interswitch__EditCustomerBillerAccountResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__EditCustomerBillerAccountResponse **)soap_malloc(soap, sizeof(_interswitch__EditCustomerBillerAccountResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__EditCustomerBillerAccountResponse *)soap_instantiate__interswitch__EditCustomerBillerAccountResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__EditCustomerBillerAccountResponse ** p = (_interswitch__EditCustomerBillerAccountResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse, sizeof(_interswitch__EditCustomerBillerAccountResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, _interswitch__EditCustomerBillerAccountResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse); - if (soap_out_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, tag?tag:"interswitch:EditCustomerBillerAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, _interswitch__EditCustomerBillerAccountResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, _interswitch__EditCustomerBillerAccount *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, int id, _interswitch__EditCustomerBillerAccount *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, _interswitch__EditCustomerBillerAccount **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__EditCustomerBillerAccount **)soap_malloc(soap, sizeof(_interswitch__EditCustomerBillerAccount *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__EditCustomerBillerAccount *)soap_instantiate__interswitch__EditCustomerBillerAccount(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__EditCustomerBillerAccount ** p = (_interswitch__EditCustomerBillerAccount **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount, sizeof(_interswitch__EditCustomerBillerAccount), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, _interswitch__EditCustomerBillerAccount *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount); - if (soap_out_PointerTo_interswitch__EditCustomerBillerAccount(soap, tag?tag:"interswitch:EditCustomerBillerAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, _interswitch__EditCustomerBillerAccount **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__EditCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, _interswitch__GetBillersCollectionsAccountResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, const char *tag, int id, _interswitch__GetBillersCollectionsAccountResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, const char *tag, _interswitch__GetBillersCollectionsAccountResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillersCollectionsAccountResponse **)soap_malloc(soap, sizeof(_interswitch__GetBillersCollectionsAccountResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillersCollectionsAccountResponse *)soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillersCollectionsAccountResponse ** p = (_interswitch__GetBillersCollectionsAccountResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse, sizeof(_interswitch__GetBillersCollectionsAccountResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, _interswitch__GetBillersCollectionsAccountResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse); - if (soap_out_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, tag?tag:"interswitch:GetBillersCollectionsAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, _interswitch__GetBillersCollectionsAccountResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, _interswitch__GetBillersCollectionsAccount *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, int id, _interswitch__GetBillersCollectionsAccount *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, _interswitch__GetBillersCollectionsAccount **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillersCollectionsAccount **)soap_malloc(soap, sizeof(_interswitch__GetBillersCollectionsAccount *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillersCollectionsAccount *)soap_instantiate__interswitch__GetBillersCollectionsAccount(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillersCollectionsAccount ** p = (_interswitch__GetBillersCollectionsAccount **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount, sizeof(_interswitch__GetBillersCollectionsAccount), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, _interswitch__GetBillersCollectionsAccount *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount); - if (soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(soap, tag?tag:"interswitch:GetBillersCollectionsAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, _interswitch__GetBillersCollectionsAccount **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, _interswitch__GetCollectionsAccountResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, const char *tag, int id, _interswitch__GetCollectionsAccountResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, const char *tag, _interswitch__GetCollectionsAccountResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCollectionsAccountResponse **)soap_malloc(soap, sizeof(_interswitch__GetCollectionsAccountResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCollectionsAccountResponse *)soap_instantiate__interswitch__GetCollectionsAccountResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCollectionsAccountResponse ** p = (_interswitch__GetCollectionsAccountResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse, sizeof(_interswitch__GetCollectionsAccountResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, _interswitch__GetCollectionsAccountResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse); - if (soap_out_PointerTo_interswitch__GetCollectionsAccountResponse(soap, tag?tag:"interswitch:GetCollectionsAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, _interswitch__GetCollectionsAccountResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCollectionsAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, _interswitch__GetCollectionsAccount *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, int id, _interswitch__GetCollectionsAccount *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, _interswitch__GetCollectionsAccount **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCollectionsAccount **)soap_malloc(soap, sizeof(_interswitch__GetCollectionsAccount *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCollectionsAccount *)soap_instantiate__interswitch__GetCollectionsAccount(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCollectionsAccount ** p = (_interswitch__GetCollectionsAccount **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount, sizeof(_interswitch__GetCollectionsAccount), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, _interswitch__GetCollectionsAccount *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount); - if (soap_out_PointerTo_interswitch__GetCollectionsAccount(soap, tag?tag:"interswitch:GetCollectionsAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, _interswitch__GetCollectionsAccount **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, _interswitch__AddBillerCustomerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, const char *tag, int id, _interswitch__AddBillerCustomerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, const char *tag, _interswitch__AddBillerCustomerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AddBillerCustomerResponse **)soap_malloc(soap, sizeof(_interswitch__AddBillerCustomerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AddBillerCustomerResponse *)soap_instantiate__interswitch__AddBillerCustomerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AddBillerCustomerResponse ** p = (_interswitch__AddBillerCustomerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse, sizeof(_interswitch__AddBillerCustomerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, _interswitch__AddBillerCustomerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse); - if (soap_out_PointerTo_interswitch__AddBillerCustomerResponse(soap, tag?tag:"interswitch:AddBillerCustomerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, _interswitch__AddBillerCustomerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AddBillerCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, _interswitch__AddBillerCustomer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, const char *tag, int id, _interswitch__AddBillerCustomer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, const char *tag, _interswitch__AddBillerCustomer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AddBillerCustomer **)soap_malloc(soap, sizeof(_interswitch__AddBillerCustomer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AddBillerCustomer *)soap_instantiate__interswitch__AddBillerCustomer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AddBillerCustomer ** p = (_interswitch__AddBillerCustomer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer, sizeof(_interswitch__AddBillerCustomer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, _interswitch__AddBillerCustomer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer); - if (soap_out_PointerTo_interswitch__AddBillerCustomer(soap, tag?tag:"interswitch:AddBillerCustomer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, _interswitch__AddBillerCustomer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AddBillerCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, _interswitch__GetCustomerPaymentsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, const char *tag, int id, _interswitch__GetCustomerPaymentsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, const char *tag, _interswitch__GetCustomerPaymentsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCustomerPaymentsResponse **)soap_malloc(soap, sizeof(_interswitch__GetCustomerPaymentsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCustomerPaymentsResponse *)soap_instantiate__interswitch__GetCustomerPaymentsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCustomerPaymentsResponse ** p = (_interswitch__GetCustomerPaymentsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse, sizeof(_interswitch__GetCustomerPaymentsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, _interswitch__GetCustomerPaymentsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse); - if (soap_out_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, tag?tag:"interswitch:GetCustomerPaymentsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, _interswitch__GetCustomerPaymentsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, _interswitch__GetCustomerPayments *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, const char *tag, int id, _interswitch__GetCustomerPayments *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPayments ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, const char *tag, _interswitch__GetCustomerPayments **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCustomerPayments **)soap_malloc(soap, sizeof(_interswitch__GetCustomerPayments *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCustomerPayments *)soap_instantiate__interswitch__GetCustomerPayments(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCustomerPayments ** p = (_interswitch__GetCustomerPayments **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments, sizeof(_interswitch__GetCustomerPayments), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, _interswitch__GetCustomerPayments *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments); - if (soap_out_PointerTo_interswitch__GetCustomerPayments(soap, tag?tag:"interswitch:GetCustomerPayments", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCustomerPayments ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, _interswitch__GetCustomerPayments **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCustomerPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, _interswitch__GetCustomerBillerAccountsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, const char *tag, int id, _interswitch__GetCustomerBillerAccountsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, const char *tag, _interswitch__GetCustomerBillerAccountsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCustomerBillerAccountsResponse **)soap_malloc(soap, sizeof(_interswitch__GetCustomerBillerAccountsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCustomerBillerAccountsResponse *)soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCustomerBillerAccountsResponse ** p = (_interswitch__GetCustomerBillerAccountsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse, sizeof(_interswitch__GetCustomerBillerAccountsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, _interswitch__GetCustomerBillerAccountsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse); - if (soap_out_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, tag?tag:"interswitch:GetCustomerBillerAccountsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, _interswitch__GetCustomerBillerAccountsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, _interswitch__GetCustomerBillerAccounts *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, int id, _interswitch__GetCustomerBillerAccounts *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, _interswitch__GetCustomerBillerAccounts **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCustomerBillerAccounts **)soap_malloc(soap, sizeof(_interswitch__GetCustomerBillerAccounts *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCustomerBillerAccounts *)soap_instantiate__interswitch__GetCustomerBillerAccounts(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCustomerBillerAccounts ** p = (_interswitch__GetCustomerBillerAccounts **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts, sizeof(_interswitch__GetCustomerBillerAccounts), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, _interswitch__GetCustomerBillerAccounts *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts); - if (soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(soap, tag?tag:"interswitch:GetCustomerBillerAccounts", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, _interswitch__GetCustomerBillerAccounts **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, _interswitch__AddCustomerBillerAccountResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, const char *tag, int id, _interswitch__AddCustomerBillerAccountResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, const char *tag, _interswitch__AddCustomerBillerAccountResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AddCustomerBillerAccountResponse **)soap_malloc(soap, sizeof(_interswitch__AddCustomerBillerAccountResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AddCustomerBillerAccountResponse *)soap_instantiate__interswitch__AddCustomerBillerAccountResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AddCustomerBillerAccountResponse ** p = (_interswitch__AddCustomerBillerAccountResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse, sizeof(_interswitch__AddCustomerBillerAccountResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, _interswitch__AddCustomerBillerAccountResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse); - if (soap_out_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, tag?tag:"interswitch:AddCustomerBillerAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, _interswitch__AddCustomerBillerAccountResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, _interswitch__AddCustomerBillerAccount *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, int id, _interswitch__AddCustomerBillerAccount *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, _interswitch__AddCustomerBillerAccount **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AddCustomerBillerAccount **)soap_malloc(soap, sizeof(_interswitch__AddCustomerBillerAccount *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AddCustomerBillerAccount *)soap_instantiate__interswitch__AddCustomerBillerAccount(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AddCustomerBillerAccount ** p = (_interswitch__AddCustomerBillerAccount **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount, sizeof(_interswitch__AddCustomerBillerAccount), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, _interswitch__AddCustomerBillerAccount *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount); - if (soap_out_PointerTo_interswitch__AddCustomerBillerAccount(soap, tag?tag:"interswitch:AddCustomerBillerAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, _interswitch__AddCustomerBillerAccount **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AddCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, _interswitch__SendPaymentsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, const char *tag, int id, _interswitch__SendPaymentsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendPaymentsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, const char *tag, _interswitch__SendPaymentsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendPaymentsResponse **)soap_malloc(soap, sizeof(_interswitch__SendPaymentsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendPaymentsResponse *)soap_instantiate__interswitch__SendPaymentsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendPaymentsResponse ** p = (_interswitch__SendPaymentsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse, sizeof(_interswitch__SendPaymentsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, _interswitch__SendPaymentsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse); - if (soap_out_PointerTo_interswitch__SendPaymentsResponse(soap, tag?tag:"interswitch:SendPaymentsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendPaymentsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, _interswitch__SendPaymentsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendPaymentsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendPayments(struct soap *soap, _interswitch__SendPayments *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendPayments)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendPayments(struct soap *soap, const char *tag, int id, _interswitch__SendPayments *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendPayments); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendPayments ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendPayments(struct soap *soap, const char *tag, _interswitch__SendPayments **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendPayments **)soap_malloc(soap, sizeof(_interswitch__SendPayments *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendPayments *)soap_instantiate__interswitch__SendPayments(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendPayments ** p = (_interswitch__SendPayments **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendPayments, sizeof(_interswitch__SendPayments), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendPayments(struct soap *soap, _interswitch__SendPayments *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments); - if (soap_out_PointerTo_interswitch__SendPayments(soap, tag?tag:"interswitch:SendPayments", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendPayments ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendPayments(struct soap *soap, _interswitch__SendPayments **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, _interswitch__SendBillPaymentAdviceResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, const char *tag, int id, _interswitch__SendBillPaymentAdviceResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, const char *tag, _interswitch__SendBillPaymentAdviceResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendBillPaymentAdviceResponse **)soap_malloc(soap, sizeof(_interswitch__SendBillPaymentAdviceResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendBillPaymentAdviceResponse *)soap_instantiate__interswitch__SendBillPaymentAdviceResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendBillPaymentAdviceResponse ** p = (_interswitch__SendBillPaymentAdviceResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse, sizeof(_interswitch__SendBillPaymentAdviceResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, _interswitch__SendBillPaymentAdviceResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse); - if (soap_out_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, tag?tag:"interswitch:SendBillPaymentAdviceResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, _interswitch__SendBillPaymentAdviceResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, _interswitch__SendBillPaymentAdvice *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, int id, _interswitch__SendBillPaymentAdvice *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, _interswitch__SendBillPaymentAdvice **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendBillPaymentAdvice **)soap_malloc(soap, sizeof(_interswitch__SendBillPaymentAdvice *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendBillPaymentAdvice *)soap_instantiate__interswitch__SendBillPaymentAdvice(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendBillPaymentAdvice ** p = (_interswitch__SendBillPaymentAdvice **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice, sizeof(_interswitch__SendBillPaymentAdvice), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, _interswitch__SendBillPaymentAdvice *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice); - if (soap_out_PointerTo_interswitch__SendBillPaymentAdvice(soap, tag?tag:"interswitch:SendBillPaymentAdvice", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, _interswitch__SendBillPaymentAdvice **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendBillPaymentAdvice(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, _interswitch__AuthenticateCustomerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateCustomerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateCustomerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateCustomerResponse **)soap_malloc(soap, sizeof(_interswitch__AuthenticateCustomerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateCustomerResponse *)soap_instantiate__interswitch__AuthenticateCustomerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateCustomerResponse ** p = (_interswitch__AuthenticateCustomerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse, sizeof(_interswitch__AuthenticateCustomerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, _interswitch__AuthenticateCustomerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse); - if (soap_out_PointerTo_interswitch__AuthenticateCustomerResponse(soap, tag?tag:"interswitch:AuthenticateCustomerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, _interswitch__AuthenticateCustomerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, _interswitch__AuthenticateCustomer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateCustomer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, _interswitch__AuthenticateCustomer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateCustomer **)soap_malloc(soap, sizeof(_interswitch__AuthenticateCustomer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateCustomer *)soap_instantiate__interswitch__AuthenticateCustomer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateCustomer ** p = (_interswitch__AuthenticateCustomer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer, sizeof(_interswitch__AuthenticateCustomer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, _interswitch__AuthenticateCustomer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer); - if (soap_out_PointerTo_interswitch__AuthenticateCustomer(soap, tag?tag:"interswitch:AuthenticateCustomer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, _interswitch__AuthenticateCustomer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, _interswitch__DoBillPaymentInquiryResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, const char *tag, int id, _interswitch__DoBillPaymentInquiryResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, const char *tag, _interswitch__DoBillPaymentInquiryResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoBillPaymentInquiryResponse **)soap_malloc(soap, sizeof(_interswitch__DoBillPaymentInquiryResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoBillPaymentInquiryResponse *)soap_instantiate__interswitch__DoBillPaymentInquiryResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoBillPaymentInquiryResponse ** p = (_interswitch__DoBillPaymentInquiryResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse, sizeof(_interswitch__DoBillPaymentInquiryResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, _interswitch__DoBillPaymentInquiryResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse); - if (soap_out_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, tag?tag:"interswitch:DoBillPaymentInquiryResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, _interswitch__DoBillPaymentInquiryResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, _interswitch__DoBillPaymentInquiry *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, int id, _interswitch__DoBillPaymentInquiry *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, _interswitch__DoBillPaymentInquiry **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoBillPaymentInquiry **)soap_malloc(soap, sizeof(_interswitch__DoBillPaymentInquiry *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoBillPaymentInquiry *)soap_instantiate__interswitch__DoBillPaymentInquiry(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoBillPaymentInquiry ** p = (_interswitch__DoBillPaymentInquiry **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry, sizeof(_interswitch__DoBillPaymentInquiry), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, _interswitch__DoBillPaymentInquiry *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry); - if (soap_out_PointerTo_interswitch__DoBillPaymentInquiry(soap, tag?tag:"interswitch:DoBillPaymentInquiry", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, _interswitch__DoBillPaymentInquiry **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoBillPaymentInquiry(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, _interswitch__GetBillerCategoriesResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, const char *tag, int id, _interswitch__GetBillerCategoriesResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, const char *tag, _interswitch__GetBillerCategoriesResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillerCategoriesResponse **)soap_malloc(soap, sizeof(_interswitch__GetBillerCategoriesResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillerCategoriesResponse *)soap_instantiate__interswitch__GetBillerCategoriesResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillerCategoriesResponse ** p = (_interswitch__GetBillerCategoriesResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse, sizeof(_interswitch__GetBillerCategoriesResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, _interswitch__GetBillerCategoriesResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse); - if (soap_out_PointerTo_interswitch__GetBillerCategoriesResponse(soap, tag?tag:"interswitch:GetBillerCategoriesResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, _interswitch__GetBillerCategoriesResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillerCategoriesResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerCategories(struct soap *soap, _interswitch__GetBillerCategories *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillerCategories)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerCategories(struct soap *soap, const char *tag, int id, _interswitch__GetBillerCategories *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillerCategories); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategories ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerCategories(struct soap *soap, const char *tag, _interswitch__GetBillerCategories **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillerCategories **)soap_malloc(soap, sizeof(_interswitch__GetBillerCategories *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillerCategories *)soap_instantiate__interswitch__GetBillerCategories(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillerCategories ** p = (_interswitch__GetBillerCategories **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillerCategories, sizeof(_interswitch__GetBillerCategories), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerCategories(struct soap *soap, _interswitch__GetBillerCategories *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories); - if (soap_out_PointerTo_interswitch__GetBillerCategories(soap, tag?tag:"interswitch:GetBillerCategories", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillerCategories ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerCategories(struct soap *soap, _interswitch__GetBillerCategories **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillerCategories(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, _interswitch__GetBillerPaymentItemsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, const char *tag, int id, _interswitch__GetBillerPaymentItemsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, const char *tag, _interswitch__GetBillerPaymentItemsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillerPaymentItemsResponse **)soap_malloc(soap, sizeof(_interswitch__GetBillerPaymentItemsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillerPaymentItemsResponse *)soap_instantiate__interswitch__GetBillerPaymentItemsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillerPaymentItemsResponse ** p = (_interswitch__GetBillerPaymentItemsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse, sizeof(_interswitch__GetBillerPaymentItemsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, _interswitch__GetBillerPaymentItemsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse); - if (soap_out_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, tag?tag:"interswitch:GetBillerPaymentItemsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, _interswitch__GetBillerPaymentItemsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, _interswitch__GetBillerPaymentItems *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, int id, _interswitch__GetBillerPaymentItems *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, _interswitch__GetBillerPaymentItems **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillerPaymentItems **)soap_malloc(soap, sizeof(_interswitch__GetBillerPaymentItems *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillerPaymentItems *)soap_instantiate__interswitch__GetBillerPaymentItems(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillerPaymentItems ** p = (_interswitch__GetBillerPaymentItems **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems, sizeof(_interswitch__GetBillerPaymentItems), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, _interswitch__GetBillerPaymentItems *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems); - if (soap_out_PointerTo_interswitch__GetBillerPaymentItems(soap, tag?tag:"interswitch:GetBillerPaymentItems", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, _interswitch__GetBillerPaymentItems **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillerPaymentItems(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, _interswitch__GetFeaturedBillersResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, const char *tag, int id, _interswitch__GetFeaturedBillersResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, const char *tag, _interswitch__GetFeaturedBillersResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetFeaturedBillersResponse **)soap_malloc(soap, sizeof(_interswitch__GetFeaturedBillersResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetFeaturedBillersResponse *)soap_instantiate__interswitch__GetFeaturedBillersResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetFeaturedBillersResponse ** p = (_interswitch__GetFeaturedBillersResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse, sizeof(_interswitch__GetFeaturedBillersResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, _interswitch__GetFeaturedBillersResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse); - if (soap_out_PointerTo_interswitch__GetFeaturedBillersResponse(soap, tag?tag:"interswitch:GetFeaturedBillersResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, _interswitch__GetFeaturedBillersResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetFeaturedBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, _interswitch__GetFeaturedBillers *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, int id, _interswitch__GetFeaturedBillers *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, _interswitch__GetFeaturedBillers **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetFeaturedBillers **)soap_malloc(soap, sizeof(_interswitch__GetFeaturedBillers *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetFeaturedBillers *)soap_instantiate__interswitch__GetFeaturedBillers(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetFeaturedBillers ** p = (_interswitch__GetFeaturedBillers **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers, sizeof(_interswitch__GetFeaturedBillers), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, _interswitch__GetFeaturedBillers *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers); - if (soap_out_PointerTo_interswitch__GetFeaturedBillers(soap, tag?tag:"interswitch:GetFeaturedBillers", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, _interswitch__GetFeaturedBillers **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetFeaturedBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, _interswitch__GetLatestBillersResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, const char *tag, int id, _interswitch__GetLatestBillersResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, const char *tag, _interswitch__GetLatestBillersResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetLatestBillersResponse **)soap_malloc(soap, sizeof(_interswitch__GetLatestBillersResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetLatestBillersResponse *)soap_instantiate__interswitch__GetLatestBillersResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetLatestBillersResponse ** p = (_interswitch__GetLatestBillersResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse, sizeof(_interswitch__GetLatestBillersResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, _interswitch__GetLatestBillersResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse); - if (soap_out_PointerTo_interswitch__GetLatestBillersResponse(soap, tag?tag:"interswitch:GetLatestBillersResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, _interswitch__GetLatestBillersResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetLatestBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetLatestBillers(struct soap *soap, _interswitch__GetLatestBillers *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetLatestBillers)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetLatestBillers(struct soap *soap, const char *tag, int id, _interswitch__GetLatestBillers *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetLatestBillers); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetLatestBillers(struct soap *soap, const char *tag, _interswitch__GetLatestBillers **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetLatestBillers **)soap_malloc(soap, sizeof(_interswitch__GetLatestBillers *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetLatestBillers *)soap_instantiate__interswitch__GetLatestBillers(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetLatestBillers ** p = (_interswitch__GetLatestBillers **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetLatestBillers, sizeof(_interswitch__GetLatestBillers), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetLatestBillers(struct soap *soap, _interswitch__GetLatestBillers *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers); - if (soap_out_PointerTo_interswitch__GetLatestBillers(soap, tag?tag:"interswitch:GetLatestBillers", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetLatestBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetLatestBillers(struct soap *soap, _interswitch__GetLatestBillers **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetLatestBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersResponse(struct soap *soap, _interswitch__GetBillersResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillersResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersResponse(struct soap *soap, const char *tag, int id, _interswitch__GetBillersResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillersResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersResponse(struct soap *soap, const char *tag, _interswitch__GetBillersResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillersResponse **)soap_malloc(soap, sizeof(_interswitch__GetBillersResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillersResponse *)soap_instantiate__interswitch__GetBillersResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillersResponse ** p = (_interswitch__GetBillersResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillersResponse, sizeof(_interswitch__GetBillersResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersResponse(struct soap *soap, _interswitch__GetBillersResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse); - if (soap_out_PointerTo_interswitch__GetBillersResponse(soap, tag?tag:"interswitch:GetBillersResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersResponse(struct soap *soap, _interswitch__GetBillersResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillers(struct soap *soap, _interswitch__GetBillers *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillers)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillers(struct soap *soap, const char *tag, int id, _interswitch__GetBillers *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillers); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillers(struct soap *soap, const char *tag, _interswitch__GetBillers **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillers **)soap_malloc(soap, sizeof(_interswitch__GetBillers *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillers *)soap_instantiate__interswitch__GetBillers(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillers ** p = (_interswitch__GetBillers **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillers, sizeof(_interswitch__GetBillers), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillers(struct soap *soap, _interswitch__GetBillers *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers); - if (soap_out_PointerTo_interswitch__GetBillers(soap, tag?tag:"interswitch:GetBillers", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillers(struct soap *soap, _interswitch__GetBillers **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetUserResponse(struct soap *soap, _interswitch__GetUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetUserResponse(struct soap *soap, const char *tag, int id, _interswitch__GetUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetUserResponse(struct soap *soap, const char *tag, _interswitch__GetUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetUserResponse **)soap_malloc(soap, sizeof(_interswitch__GetUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetUserResponse *)soap_instantiate__interswitch__GetUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetUserResponse ** p = (_interswitch__GetUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetUserResponse, sizeof(_interswitch__GetUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetUserResponse(struct soap *soap, _interswitch__GetUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse); - if (soap_out_PointerTo_interswitch__GetUserResponse(soap, tag?tag:"interswitch:GetUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetUserResponse(struct soap *soap, _interswitch__GetUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetUser(struct soap *soap, _interswitch__GetUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetUser(struct soap *soap, const char *tag, int id, _interswitch__GetUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetUser(struct soap *soap, const char *tag, _interswitch__GetUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetUser **)soap_malloc(soap, sizeof(_interswitch__GetUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetUser *)soap_instantiate__interswitch__GetUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetUser ** p = (_interswitch__GetUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetUser, sizeof(_interswitch__GetUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetUser(struct soap *soap, _interswitch__GetUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser); - if (soap_out_PointerTo_interswitch__GetUser(soap, tag?tag:"interswitch:GetUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetUser(struct soap *soap, _interswitch__GetUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, _interswitch__AuthenticateUserSecurityTokenResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateUserSecurityTokenResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateUserSecurityTokenResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateUserSecurityTokenResponse **)soap_malloc(soap, sizeof(_interswitch__AuthenticateUserSecurityTokenResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateUserSecurityTokenResponse *)soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateUserSecurityTokenResponse ** p = (_interswitch__AuthenticateUserSecurityTokenResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse, sizeof(_interswitch__AuthenticateUserSecurityTokenResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, _interswitch__AuthenticateUserSecurityTokenResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse); - if (soap_out_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, tag?tag:"interswitch:AuthenticateUserSecurityTokenResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, _interswitch__AuthenticateUserSecurityTokenResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, _interswitch__AuthenticateUserSecurityToken *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateUserSecurityToken *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, _interswitch__AuthenticateUserSecurityToken **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateUserSecurityToken **)soap_malloc(soap, sizeof(_interswitch__AuthenticateUserSecurityToken *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateUserSecurityToken *)soap_instantiate__interswitch__AuthenticateUserSecurityToken(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateUserSecurityToken ** p = (_interswitch__AuthenticateUserSecurityToken **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken, sizeof(_interswitch__AuthenticateUserSecurityToken), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, _interswitch__AuthenticateUserSecurityToken *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken); - if (soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, tag?tag:"interswitch:AuthenticateUserSecurityToken", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, _interswitch__AuthenticateUserSecurityToken **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, _interswitch__AuthenticateUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateUserResponse **)soap_malloc(soap, sizeof(_interswitch__AuthenticateUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateUserResponse *)soap_instantiate__interswitch__AuthenticateUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateUserResponse ** p = (_interswitch__AuthenticateUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse, sizeof(_interswitch__AuthenticateUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, _interswitch__AuthenticateUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse); - if (soap_out_PointerTo_interswitch__AuthenticateUserResponse(soap, tag?tag:"interswitch:AuthenticateUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, _interswitch__AuthenticateUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUser(struct soap *soap, _interswitch__AuthenticateUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUser(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUser(struct soap *soap, const char *tag, _interswitch__AuthenticateUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateUser **)soap_malloc(soap, sizeof(_interswitch__AuthenticateUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateUser *)soap_instantiate__interswitch__AuthenticateUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateUser ** p = (_interswitch__AuthenticateUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateUser, sizeof(_interswitch__AuthenticateUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUser(struct soap *soap, _interswitch__AuthenticateUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser); - if (soap_out_PointerTo_interswitch__AuthenticateUser(soap, tag?tag:"interswitch:AuthenticateUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUser(struct soap *soap, _interswitch__AuthenticateUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, _interswitch__ResetPasswordResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, const char *tag, int id, _interswitch__ResetPasswordResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ResetPasswordResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, const char *tag, _interswitch__ResetPasswordResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ResetPasswordResponse **)soap_malloc(soap, sizeof(_interswitch__ResetPasswordResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ResetPasswordResponse *)soap_instantiate__interswitch__ResetPasswordResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ResetPasswordResponse ** p = (_interswitch__ResetPasswordResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse, sizeof(_interswitch__ResetPasswordResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, _interswitch__ResetPasswordResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse); - if (soap_out_PointerTo_interswitch__ResetPasswordResponse(soap, tag?tag:"interswitch:ResetPasswordResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ResetPasswordResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, _interswitch__ResetPasswordResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ResetPasswordResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResetPassword(struct soap *soap, _interswitch__ResetPassword *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ResetPassword)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResetPassword(struct soap *soap, const char *tag, int id, _interswitch__ResetPassword *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ResetPassword); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ResetPassword ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResetPassword(struct soap *soap, const char *tag, _interswitch__ResetPassword **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ResetPassword **)soap_malloc(soap, sizeof(_interswitch__ResetPassword *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ResetPassword *)soap_instantiate__interswitch__ResetPassword(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ResetPassword ** p = (_interswitch__ResetPassword **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ResetPassword, sizeof(_interswitch__ResetPassword), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResetPassword(struct soap *soap, _interswitch__ResetPassword *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword); - if (soap_out_PointerTo_interswitch__ResetPassword(soap, tag?tag:"interswitch:ResetPassword", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ResetPassword ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResetPassword(struct soap *soap, _interswitch__ResetPassword **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ResetPassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, _interswitch__ChangePasswordResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, const char *tag, int id, _interswitch__ChangePasswordResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ChangePasswordResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, const char *tag, _interswitch__ChangePasswordResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ChangePasswordResponse **)soap_malloc(soap, sizeof(_interswitch__ChangePasswordResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ChangePasswordResponse *)soap_instantiate__interswitch__ChangePasswordResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ChangePasswordResponse ** p = (_interswitch__ChangePasswordResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse, sizeof(_interswitch__ChangePasswordResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, _interswitch__ChangePasswordResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse); - if (soap_out_PointerTo_interswitch__ChangePasswordResponse(soap, tag?tag:"interswitch:ChangePasswordResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ChangePasswordResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, _interswitch__ChangePasswordResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ChangePasswordResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ChangePassword(struct soap *soap, _interswitch__ChangePassword *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ChangePassword)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ChangePassword(struct soap *soap, const char *tag, int id, _interswitch__ChangePassword *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ChangePassword); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ChangePassword ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ChangePassword(struct soap *soap, const char *tag, _interswitch__ChangePassword **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ChangePassword **)soap_malloc(soap, sizeof(_interswitch__ChangePassword *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ChangePassword *)soap_instantiate__interswitch__ChangePassword(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ChangePassword ** p = (_interswitch__ChangePassword **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ChangePassword, sizeof(_interswitch__ChangePassword), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ChangePassword(struct soap *soap, _interswitch__ChangePassword *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword); - if (soap_out_PointerTo_interswitch__ChangePassword(soap, tag?tag:"interswitch:ChangePassword", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ChangePassword ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ChangePassword(struct soap *soap, _interswitch__ChangePassword **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ChangePassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, _interswitch__UpdateUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, const char *tag, int id, _interswitch__UpdateUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__UpdateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, const char *tag, _interswitch__UpdateUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__UpdateUserResponse **)soap_malloc(soap, sizeof(_interswitch__UpdateUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__UpdateUserResponse *)soap_instantiate__interswitch__UpdateUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__UpdateUserResponse ** p = (_interswitch__UpdateUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse, sizeof(_interswitch__UpdateUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, _interswitch__UpdateUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse); - if (soap_out_PointerTo_interswitch__UpdateUserResponse(soap, tag?tag:"interswitch:UpdateUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__UpdateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, _interswitch__UpdateUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__UpdateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__UpdateUser(struct soap *soap, _interswitch__UpdateUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__UpdateUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__UpdateUser(struct soap *soap, const char *tag, int id, _interswitch__UpdateUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__UpdateUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__UpdateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__UpdateUser(struct soap *soap, const char *tag, _interswitch__UpdateUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__UpdateUser **)soap_malloc(soap, sizeof(_interswitch__UpdateUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__UpdateUser *)soap_instantiate__interswitch__UpdateUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__UpdateUser ** p = (_interswitch__UpdateUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__UpdateUser, sizeof(_interswitch__UpdateUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__UpdateUser(struct soap *soap, _interswitch__UpdateUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser); - if (soap_out_PointerTo_interswitch__UpdateUser(soap, tag?tag:"interswitch:UpdateUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__UpdateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__UpdateUser(struct soap *soap, _interswitch__UpdateUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__UpdateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, _interswitch__ActivateUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, const char *tag, int id, _interswitch__ActivateUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ActivateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, const char *tag, _interswitch__ActivateUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ActivateUserResponse **)soap_malloc(soap, sizeof(_interswitch__ActivateUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ActivateUserResponse *)soap_instantiate__interswitch__ActivateUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ActivateUserResponse ** p = (_interswitch__ActivateUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse, sizeof(_interswitch__ActivateUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, _interswitch__ActivateUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse); - if (soap_out_PointerTo_interswitch__ActivateUserResponse(soap, tag?tag:"interswitch:ActivateUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ActivateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, _interswitch__ActivateUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ActivateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ActivateUser(struct soap *soap, _interswitch__ActivateUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ActivateUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ActivateUser(struct soap *soap, const char *tag, int id, _interswitch__ActivateUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ActivateUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ActivateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ActivateUser(struct soap *soap, const char *tag, _interswitch__ActivateUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ActivateUser **)soap_malloc(soap, sizeof(_interswitch__ActivateUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ActivateUser *)soap_instantiate__interswitch__ActivateUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ActivateUser ** p = (_interswitch__ActivateUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ActivateUser, sizeof(_interswitch__ActivateUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ActivateUser(struct soap *soap, _interswitch__ActivateUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser); - if (soap_out_PointerTo_interswitch__ActivateUser(soap, tag?tag:"interswitch:ActivateUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ActivateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ActivateUser(struct soap *soap, _interswitch__ActivateUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ActivateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateUserResponse(struct soap *soap, _interswitch__CreateUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CreateUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateUserResponse(struct soap *soap, const char *tag, int id, _interswitch__CreateUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CreateUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CreateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateUserResponse(struct soap *soap, const char *tag, _interswitch__CreateUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CreateUserResponse **)soap_malloc(soap, sizeof(_interswitch__CreateUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CreateUserResponse *)soap_instantiate__interswitch__CreateUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CreateUserResponse ** p = (_interswitch__CreateUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CreateUserResponse, sizeof(_interswitch__CreateUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateUserResponse(struct soap *soap, _interswitch__CreateUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse); - if (soap_out_PointerTo_interswitch__CreateUserResponse(soap, tag?tag:"interswitch:CreateUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CreateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateUserResponse(struct soap *soap, _interswitch__CreateUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CreateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateUser(struct soap *soap, _interswitch__CreateUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CreateUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateUser(struct soap *soap, const char *tag, int id, _interswitch__CreateUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CreateUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CreateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateUser(struct soap *soap, const char *tag, _interswitch__CreateUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CreateUser **)soap_malloc(soap, sizeof(_interswitch__CreateUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CreateUser *)soap_instantiate__interswitch__CreateUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CreateUser ** p = (_interswitch__CreateUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CreateUser, sizeof(_interswitch__CreateUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateUser(struct soap *soap, _interswitch__CreateUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser); - if (soap_out_PointerTo_interswitch__CreateUser(soap, tag?tag:"interswitch:CreateUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CreateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateUser(struct soap *soap, _interswitch__CreateUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CreateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, _interswitch__GetSystemSettingsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, const char *tag, int id, _interswitch__GetSystemSettingsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, const char *tag, _interswitch__GetSystemSettingsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetSystemSettingsResponse **)soap_malloc(soap, sizeof(_interswitch__GetSystemSettingsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetSystemSettingsResponse *)soap_instantiate__interswitch__GetSystemSettingsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetSystemSettingsResponse ** p = (_interswitch__GetSystemSettingsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse, sizeof(_interswitch__GetSystemSettingsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, _interswitch__GetSystemSettingsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse); - if (soap_out_PointerTo_interswitch__GetSystemSettingsResponse(soap, tag?tag:"interswitch:GetSystemSettingsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, _interswitch__GetSystemSettingsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetSystemSettingsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetSystemSettings(struct soap *soap, _interswitch__GetSystemSettings *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetSystemSettings)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetSystemSettings(struct soap *soap, const char *tag, int id, _interswitch__GetSystemSettings *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetSystemSettings); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettings ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetSystemSettings(struct soap *soap, const char *tag, _interswitch__GetSystemSettings **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetSystemSettings **)soap_malloc(soap, sizeof(_interswitch__GetSystemSettings *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetSystemSettings *)soap_instantiate__interswitch__GetSystemSettings(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetSystemSettings ** p = (_interswitch__GetSystemSettings **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetSystemSettings, sizeof(_interswitch__GetSystemSettings), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetSystemSettings(struct soap *soap, _interswitch__GetSystemSettings *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings); - if (soap_out_PointerTo_interswitch__GetSystemSettings(soap, tag?tag:"interswitch:GetSystemSettings", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetSystemSettings ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetSystemSettings(struct soap *soap, _interswitch__GetSystemSettings **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetSystemSettings(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, _interswitch__QueryTransactionResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, const char *tag, int id, _interswitch__QueryTransactionResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__QueryTransactionResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, const char *tag, _interswitch__QueryTransactionResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__QueryTransactionResponse **)soap_malloc(soap, sizeof(_interswitch__QueryTransactionResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__QueryTransactionResponse *)soap_instantiate__interswitch__QueryTransactionResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__QueryTransactionResponse ** p = (_interswitch__QueryTransactionResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse, sizeof(_interswitch__QueryTransactionResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, _interswitch__QueryTransactionResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse); - if (soap_out_PointerTo_interswitch__QueryTransactionResponse(soap, tag?tag:"interswitch:QueryTransactionResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__QueryTransactionResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, _interswitch__QueryTransactionResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__QueryTransactionResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransaction(struct soap *soap, _interswitch__QueryTransaction *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__QueryTransaction)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransaction(struct soap *soap, const char *tag, int id, _interswitch__QueryTransaction *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__QueryTransaction); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__QueryTransaction ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransaction(struct soap *soap, const char *tag, _interswitch__QueryTransaction **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__QueryTransaction **)soap_malloc(soap, sizeof(_interswitch__QueryTransaction *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__QueryTransaction *)soap_instantiate__interswitch__QueryTransaction(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__QueryTransaction ** p = (_interswitch__QueryTransaction **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__QueryTransaction, sizeof(_interswitch__QueryTransaction), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransaction(struct soap *soap, _interswitch__QueryTransaction *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction); - if (soap_out_PointerTo_interswitch__QueryTransaction(soap, tag?tag:"interswitch:QueryTransaction", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__QueryTransaction ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransaction(struct soap *soap, _interswitch__QueryTransaction **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__QueryTransaction(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, _interswitch__StatusCheckResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, const char *tag, int id, _interswitch__StatusCheckResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__StatusCheckResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, const char *tag, _interswitch__StatusCheckResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__StatusCheckResponse **)soap_malloc(soap, sizeof(_interswitch__StatusCheckResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__StatusCheckResponse *)soap_instantiate__interswitch__StatusCheckResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__StatusCheckResponse ** p = (_interswitch__StatusCheckResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse, sizeof(_interswitch__StatusCheckResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, _interswitch__StatusCheckResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse); - if (soap_out_PointerTo_interswitch__StatusCheckResponse(soap, tag?tag:"interswitch:StatusCheckResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__StatusCheckResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, _interswitch__StatusCheckResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__StatusCheckResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__StatusCheck(struct soap *soap, _interswitch__StatusCheck *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__StatusCheck)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__StatusCheck(struct soap *soap, const char *tag, int id, _interswitch__StatusCheck *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__StatusCheck); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__StatusCheck ** SOAP_FMAC4 soap_in_PointerTo_interswitch__StatusCheck(struct soap *soap, const char *tag, _interswitch__StatusCheck **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__StatusCheck **)soap_malloc(soap, sizeof(_interswitch__StatusCheck *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__StatusCheck *)soap_instantiate__interswitch__StatusCheck(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__StatusCheck ** p = (_interswitch__StatusCheck **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__StatusCheck, sizeof(_interswitch__StatusCheck), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__StatusCheck(struct soap *soap, _interswitch__StatusCheck *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck); - if (soap_out_PointerTo_interswitch__StatusCheck(soap, tag?tag:"interswitch:StatusCheck", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__StatusCheck ** SOAP_FMAC4 soap_get_PointerTo_interswitch__StatusCheck(struct soap *soap, _interswitch__StatusCheck **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__StatusCheck(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, _interswitch__ReverseCashOutResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, const char *tag, int id, _interswitch__ReverseCashOutResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, const char *tag, _interswitch__ReverseCashOutResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ReverseCashOutResponse **)soap_malloc(soap, sizeof(_interswitch__ReverseCashOutResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ReverseCashOutResponse *)soap_instantiate__interswitch__ReverseCashOutResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ReverseCashOutResponse ** p = (_interswitch__ReverseCashOutResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse, sizeof(_interswitch__ReverseCashOutResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, _interswitch__ReverseCashOutResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse); - if (soap_out_PointerTo_interswitch__ReverseCashOutResponse(soap, tag?tag:"interswitch:ReverseCashOutResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, _interswitch__ReverseCashOutResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ReverseCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ReverseCashOut(struct soap *soap, _interswitch__ReverseCashOut *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ReverseCashOut)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ReverseCashOut(struct soap *soap, const char *tag, int id, _interswitch__ReverseCashOut *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ReverseCashOut); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ReverseCashOut(struct soap *soap, const char *tag, _interswitch__ReverseCashOut **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ReverseCashOut **)soap_malloc(soap, sizeof(_interswitch__ReverseCashOut *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ReverseCashOut *)soap_instantiate__interswitch__ReverseCashOut(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ReverseCashOut ** p = (_interswitch__ReverseCashOut **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ReverseCashOut, sizeof(_interswitch__ReverseCashOut), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ReverseCashOut(struct soap *soap, _interswitch__ReverseCashOut *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut); - if (soap_out_PointerTo_interswitch__ReverseCashOut(soap, tag?tag:"interswitch:ReverseCashOut", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ReverseCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ReverseCashOut(struct soap *soap, _interswitch__ReverseCashOut **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ReverseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, _interswitch__AuthoriseAccountCashOutResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthoriseAccountCashOutResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, const char *tag, _interswitch__AuthoriseAccountCashOutResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthoriseAccountCashOutResponse **)soap_malloc(soap, sizeof(_interswitch__AuthoriseAccountCashOutResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthoriseAccountCashOutResponse *)soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthoriseAccountCashOutResponse ** p = (_interswitch__AuthoriseAccountCashOutResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse, sizeof(_interswitch__AuthoriseAccountCashOutResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, _interswitch__AuthoriseAccountCashOutResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse); - if (soap_out_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, tag?tag:"interswitch:AuthoriseAccountCashOutResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, _interswitch__AuthoriseAccountCashOutResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, _interswitch__AuthoriseAccountCashOut *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, int id, _interswitch__AuthoriseAccountCashOut *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, _interswitch__AuthoriseAccountCashOut **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthoriseAccountCashOut **)soap_malloc(soap, sizeof(_interswitch__AuthoriseAccountCashOut *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthoriseAccountCashOut *)soap_instantiate__interswitch__AuthoriseAccountCashOut(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthoriseAccountCashOut ** p = (_interswitch__AuthoriseAccountCashOut **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut, sizeof(_interswitch__AuthoriseAccountCashOut), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, _interswitch__AuthoriseAccountCashOut *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut); - if (soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(soap, tag?tag:"interswitch:AuthoriseAccountCashOut", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, _interswitch__AuthoriseAccountCashOut **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, _interswitch__AuthoriseCashOutResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthoriseCashOutResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, const char *tag, _interswitch__AuthoriseCashOutResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthoriseCashOutResponse **)soap_malloc(soap, sizeof(_interswitch__AuthoriseCashOutResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthoriseCashOutResponse *)soap_instantiate__interswitch__AuthoriseCashOutResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthoriseCashOutResponse ** p = (_interswitch__AuthoriseCashOutResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse, sizeof(_interswitch__AuthoriseCashOutResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, _interswitch__AuthoriseCashOutResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse); - if (soap_out_PointerTo_interswitch__AuthoriseCashOutResponse(soap, tag?tag:"interswitch:AuthoriseCashOutResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, _interswitch__AuthoriseCashOutResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthoriseCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, _interswitch__AuthoriseCashOut *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, int id, _interswitch__AuthoriseCashOut *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, _interswitch__AuthoriseCashOut **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthoriseCashOut **)soap_malloc(soap, sizeof(_interswitch__AuthoriseCashOut *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthoriseCashOut *)soap_instantiate__interswitch__AuthoriseCashOut(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthoriseCashOut ** p = (_interswitch__AuthoriseCashOut **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut, sizeof(_interswitch__AuthoriseCashOut), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, _interswitch__AuthoriseCashOut *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut); - if (soap_out_PointerTo_interswitch__AuthoriseCashOut(soap, tag?tag:"interswitch:AuthoriseCashOut", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, _interswitch__AuthoriseCashOut **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthoriseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, _interswitch__QueryTransferResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, const char *tag, int id, _interswitch__QueryTransferResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__QueryTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, const char *tag, _interswitch__QueryTransferResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__QueryTransferResponse **)soap_malloc(soap, sizeof(_interswitch__QueryTransferResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__QueryTransferResponse *)soap_instantiate__interswitch__QueryTransferResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__QueryTransferResponse ** p = (_interswitch__QueryTransferResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse, sizeof(_interswitch__QueryTransferResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, _interswitch__QueryTransferResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse); - if (soap_out_PointerTo_interswitch__QueryTransferResponse(soap, tag?tag:"interswitch:QueryTransferResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__QueryTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, _interswitch__QueryTransferResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__QueryTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransfer(struct soap *soap, _interswitch__QueryTransfer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__QueryTransfer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransfer(struct soap *soap, const char *tag, int id, _interswitch__QueryTransfer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__QueryTransfer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__QueryTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransfer(struct soap *soap, const char *tag, _interswitch__QueryTransfer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__QueryTransfer **)soap_malloc(soap, sizeof(_interswitch__QueryTransfer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__QueryTransfer *)soap_instantiate__interswitch__QueryTransfer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__QueryTransfer ** p = (_interswitch__QueryTransfer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__QueryTransfer, sizeof(_interswitch__QueryTransfer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransfer(struct soap *soap, _interswitch__QueryTransfer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer); - if (soap_out_PointerTo_interswitch__QueryTransfer(soap, tag?tag:"interswitch:QueryTransfer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__QueryTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransfer(struct soap *soap, _interswitch__QueryTransfer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__QueryTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, _interswitch__SendSessionKeyResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, const char *tag, int id, _interswitch__SendSessionKeyResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, const char *tag, _interswitch__SendSessionKeyResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendSessionKeyResponse **)soap_malloc(soap, sizeof(_interswitch__SendSessionKeyResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendSessionKeyResponse *)soap_instantiate__interswitch__SendSessionKeyResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendSessionKeyResponse ** p = (_interswitch__SendSessionKeyResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse, sizeof(_interswitch__SendSessionKeyResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, _interswitch__SendSessionKeyResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse); - if (soap_out_PointerTo_interswitch__SendSessionKeyResponse(soap, tag?tag:"interswitch:SendSessionKeyResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, _interswitch__SendSessionKeyResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendSessionKeyResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendSessionKey(struct soap *soap, _interswitch__SendSessionKey *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendSessionKey)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendSessionKey(struct soap *soap, const char *tag, int id, _interswitch__SendSessionKey *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendSessionKey); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKey ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendSessionKey(struct soap *soap, const char *tag, _interswitch__SendSessionKey **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendSessionKey **)soap_malloc(soap, sizeof(_interswitch__SendSessionKey *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendSessionKey *)soap_instantiate__interswitch__SendSessionKey(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendSessionKey ** p = (_interswitch__SendSessionKey **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendSessionKey, sizeof(_interswitch__SendSessionKey), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendSessionKey(struct soap *soap, _interswitch__SendSessionKey *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey); - if (soap_out_PointerTo_interswitch__SendSessionKey(soap, tag?tag:"interswitch:SendSessionKey", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendSessionKey ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendSessionKey(struct soap *soap, _interswitch__SendSessionKey **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendSessionKey(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, _interswitch__CancelTransferResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, const char *tag, int id, _interswitch__CancelTransferResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CancelTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, const char *tag, _interswitch__CancelTransferResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CancelTransferResponse **)soap_malloc(soap, sizeof(_interswitch__CancelTransferResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CancelTransferResponse *)soap_instantiate__interswitch__CancelTransferResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CancelTransferResponse ** p = (_interswitch__CancelTransferResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse, sizeof(_interswitch__CancelTransferResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, _interswitch__CancelTransferResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse); - if (soap_out_PointerTo_interswitch__CancelTransferResponse(soap, tag?tag:"interswitch:CancelTransferResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CancelTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, _interswitch__CancelTransferResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CancelTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CancelTransfer(struct soap *soap, _interswitch__CancelTransfer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CancelTransfer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CancelTransfer(struct soap *soap, const char *tag, int id, _interswitch__CancelTransfer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CancelTransfer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CancelTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CancelTransfer(struct soap *soap, const char *tag, _interswitch__CancelTransfer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CancelTransfer **)soap_malloc(soap, sizeof(_interswitch__CancelTransfer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CancelTransfer *)soap_instantiate__interswitch__CancelTransfer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CancelTransfer ** p = (_interswitch__CancelTransfer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CancelTransfer, sizeof(_interswitch__CancelTransfer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CancelTransfer(struct soap *soap, _interswitch__CancelTransfer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer); - if (soap_out_PointerTo_interswitch__CancelTransfer(soap, tag?tag:"interswitch:CancelTransfer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CancelTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CancelTransfer(struct soap *soap, _interswitch__CancelTransfer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CancelTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoTransferResponse(struct soap *soap, _interswitch__DoTransferResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoTransferResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoTransferResponse(struct soap *soap, const char *tag, int id, _interswitch__DoTransferResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoTransferResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoTransferResponse(struct soap *soap, const char *tag, _interswitch__DoTransferResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoTransferResponse **)soap_malloc(soap, sizeof(_interswitch__DoTransferResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoTransferResponse *)soap_instantiate__interswitch__DoTransferResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoTransferResponse ** p = (_interswitch__DoTransferResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoTransferResponse, sizeof(_interswitch__DoTransferResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoTransferResponse(struct soap *soap, _interswitch__DoTransferResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse); - if (soap_out_PointerTo_interswitch__DoTransferResponse(soap, tag?tag:"interswitch:DoTransferResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoTransferResponse(struct soap *soap, _interswitch__DoTransferResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoTransfer(struct soap *soap, _interswitch__DoTransfer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoTransfer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoTransfer(struct soap *soap, const char *tag, int id, _interswitch__DoTransfer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoTransfer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoTransfer(struct soap *soap, const char *tag, _interswitch__DoTransfer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoTransfer **)soap_malloc(soap, sizeof(_interswitch__DoTransfer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoTransfer *)soap_instantiate__interswitch__DoTransfer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoTransfer ** p = (_interswitch__DoTransfer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoTransfer, sizeof(_interswitch__DoTransfer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoTransfer(struct soap *soap, _interswitch__DoTransfer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer); - if (soap_out_PointerTo_interswitch__DoTransfer(soap, tag?tag:"interswitch:DoTransfer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoTransfer(struct soap *soap, _interswitch__DoTransfer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, _interswitch__ValidateCustomerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, const char *tag, int id, _interswitch__ValidateCustomerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, const char *tag, _interswitch__ValidateCustomerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ValidateCustomerResponse **)soap_malloc(soap, sizeof(_interswitch__ValidateCustomerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ValidateCustomerResponse *)soap_instantiate__interswitch__ValidateCustomerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ValidateCustomerResponse ** p = (_interswitch__ValidateCustomerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse, sizeof(_interswitch__ValidateCustomerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, _interswitch__ValidateCustomerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse); - if (soap_out_PointerTo_interswitch__ValidateCustomerResponse(soap, tag?tag:"interswitch:ValidateCustomerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, _interswitch__ValidateCustomerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ValidateCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ValidateCustomer(struct soap *soap, _interswitch__ValidateCustomer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ValidateCustomer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ValidateCustomer(struct soap *soap, const char *tag, int id, _interswitch__ValidateCustomer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ValidateCustomer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ValidateCustomer(struct soap *soap, const char *tag, _interswitch__ValidateCustomer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ValidateCustomer **)soap_malloc(soap, sizeof(_interswitch__ValidateCustomer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ValidateCustomer *)soap_instantiate__interswitch__ValidateCustomer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ValidateCustomer ** p = (_interswitch__ValidateCustomer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ValidateCustomer, sizeof(_interswitch__ValidateCustomer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ValidateCustomer(struct soap *soap, _interswitch__ValidateCustomer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer); - if (soap_out_PointerTo_interswitch__ValidateCustomer(soap, tag?tag:"interswitch:ValidateCustomer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ValidateCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ValidateCustomer(struct soap *soap, _interswitch__ValidateCustomer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ValidateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTostd__string(struct soap *soap, std::string *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch_std__string)) - soap_serialize_std__string(soap, *a); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTostd__string(struct soap *soap, const char *tag, int id, std::string *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_std__string); - if (id < 0) - return soap->error; - return soap_out_std__string(soap, tag, id, *a, type); -} - -SOAP_FMAC3 std::string ** SOAP_FMAC4 soap_in_PointerTostd__string(struct soap *soap, const char *tag, std::string **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (std::string **)soap_malloc(soap, sizeof(std::string *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_std__string(soap, tag, *a, type))) - return NULL; - } - else - { a = (std::string **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_std__string, sizeof(std::string), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTostd__string(struct soap *soap, std::string *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTostd__string); - if (soap_out_PointerTostd__string(soap, tag?tag:"string", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string ** SOAP_FMAC4 soap_get_PointerTostd__string(struct soap *soap, std::string **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTostd__string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTounsignedByte(struct soap *soap, unsigned char *const*a) -{ - soap_reference(soap, *a, SOAP_TYPE_interswitch_unsignedByte); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTounsignedByte(struct soap *soap, const char *tag, int id, unsigned char *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_unsignedByte); - if (id < 0) - return soap->error; - return soap_out_unsignedByte(soap, tag, id, *a, type); -} - -SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_in_PointerTounsignedByte(struct soap *soap, const char *tag, unsigned char **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (unsigned char **)soap_malloc(soap, sizeof(unsigned char *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_unsignedByte(soap, tag, *a, type))) - return NULL; - } - else - { a = (unsigned char **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_unsignedByte, sizeof(unsigned char), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTounsignedByte(struct soap *soap, unsigned char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTounsignedByte); - if (soap_out_PointerTounsignedByte(soap, tag?tag:"unsignedByte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_get_PointerTounsignedByte(struct soap *soap, unsigned char **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTounsignedByte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_interswitch__QName); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_interswitch__QName, 2, -1, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch__QName); - if (soap_out__QName(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in__QName(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap *soap, char **a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_string - *a = SOAP_DEFAULT_string; -#else - *a = (char *)0; -#endif -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap *soap, char *const*a) -{ - soap_reference(soap, *a, SOAP_TYPE_interswitch_string); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_interswitch_string); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_interswitch_string, 1, -1, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_string); - if (soap_out_string(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in_string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -} // namespace interswitch - - -#if defined(__BORLANDC__) -#pragma option pop -#pragma option pop -#endif - -/* End of interswitchC.cpp */ diff --git a/coregrade/src/shared_tool/interswitch_sendmoney.cc b/coregrade/src/shared_tool/interswitch_sendmoney.cc deleted file mode 100644 index 658229b..0000000 --- a/coregrade/src/shared_tool/interswitch_sendmoney.cc +++ /dev/null @@ -1,593 +0,0 @@ -#include -#include - -#include "interswitch.h" -#include "interswitch_sendmoney.h" - -#include "cfg.h" -#include "clog.h" -#include "exceptions.h" -#include "input.h" -#include "coregrade_api.h" -#include "pgsql.h" -#include "pgsql_wrapper.h" -#include "safestring.h" - -#include -#include - -using namespace std; -using namespace __gnu_cxx; - -//*****************************************************************************/ -long INTW_configure(CVars in, CVars &out) -{ - logfmt( logINFO, "long INTW_configure(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - // Configure Interswitch SSL - interswitch_config_ssl( - CfgReadChar("interswitch.keyfile"), - CfgReadChar("interswitch.password"), - CfgReadChar("interswitch.cacert"), - CfgReadLong("interswitch.version")); - - out["interswitch_ver"] = CfgReadLong("interswitch.version"); - out["interswitch_sep"] = CfgReadChar("interswitch.soap_endpoint"); - out["interswitch_tid"] = CfgReadChar("interswitch.terminal_id"); - out["interswitch_code"] = CfgReadChar("interswitch.entity_code"); - out["interswitch_mkey"] = CfgReadChar("interswitch.master_key"); - out["interswitch_pin"] = CfgReadChar("interswitch.pin"); - out["interswitch_pfix"] = CfgReadChar("interswitch.prefix"); - out["interswitch_keyf"] = CfgReadChar("interswitch.keyfile"); - out["interswitch_pass"] = CfgReadChar("interswitch.password"); - out["interswitch_cert"] = CfgReadChar("interswitch.cacert"); - - ret = PHP_API_OK; - - } catch (bad_parameter) { - - out["status"] = "Bad parameter"; - - } catch ( ... ) { - - out["status"] = "Unhandled exception in INTW_configure"; - - } - logfmt( logINFO, "/long INTW_configure(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ -long INTW_getBillersSave(hash_map, eqstr> saveData) { //long id, char *name, long currencyCode, char *quickTellerSiteUrlName, char *supportEmail) { - logfmt( logINFO, "long INTW_getBillersSave(...)"); - long gid = -1L, id = 0L; - CVars x; - hash_map, eqstr>::iterator pointer; - for (pointer = saveData.begin();pointer!=saveData.end();++pointer) { - x[pointer->first] = pointer->second; x[pointer->first].set_valid(true); - if (strcmp("Id",pointer->first)==0) { - id = atol(pointer->second); - // Check if the record already exists - const PGresult* res = pgsql_query("SELECT * FROM interswitch_billers WHERE id = %lu", id ); - if (id<1L || (res && pgsql_num_rows(res)>0)) { - // Incorrect id or alredy exists - logfmt(FLOG_MAX, "Incorrect id or alredy exists: %ld", id); - return -1L; - } - } - } - gid = insert_db_record( DBS_VALID, "interswitch_billers", "interswitch_billers_gid_seq", x ); - pgsql_exec( "UPDATE global_settings SET value=now() WHERE name='LAST_INTSW_GETBILLER_RUN'"); - logfmt( logINFO, "/long INTW_getBillersSave(...)"); - - return gid; -} - -//*****************************************************************************/ -long INTW_getBillers(CVars in, CVars &out) -{ - logfmt( logINFO, "long INTW_getBillers(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - - // Initiate interswitch session - CVars setup; - INTW_configure(in, setup); - - // Prepare call - const int statusSize = 1024; - char status[statusSize]; - - int billerId = 0; - int categoryId = 0; - int channelId = 0; - - char xtid[12]; - int channel_code = 3; - - sprintf( xtid, "%s", setup["interswitch_tid"].c_str() ); - - ret = interswitch_getBillers( - setup["interswitch_sep"].c_str(), - xtid, - billerId, - categoryId, - channelId, - "", - status, - &INTW_getBillersSave); - - } catch ( ... ) { - - out["status"] = "Unhandled exception in INTW_getBillers"; - } - logfmt( logINFO, "/long INTW_getBillers(CVars in, CVars &out)"); - return ret; -} -/* -<------>long INTW_getSaveGeneric(const char *table, hash_map, eqstr> saveData); -<------>long INTW_getBillerPaymentItems(CVars in, CVars &out); -*/ -//*****************************************************************************/ -long INTW_getSaveGeneric(const char *table, hash_map, eqstr> saveData) { //long id, char *name, long currencyCode, char *quickTellerSiteUrlName, char *supportEmail) { - logfmt( logINFO, "long INTW_getSaveGeneric(...)"); - long gid = -1L, id = 0L; - CVars x; - hash_map, eqstr>::iterator pointer; - for (pointer = saveData.begin();pointer!=saveData.end();++pointer) { - x[pointer->first] = pointer->second; x[pointer->first].set_valid(true); - } - const int n = strlen(table) + 20; - char table_seq[n]; - snprintf(table_seq, n, "%s_gid_seq", table); - gid = insert_db_record( DBS_VALID, table, table_seq, x ); - logfmt( logINFO, "/long INTW_getSaveGeneric(...)"); - - return gid; -} - -//*****************************************************************************/ -long INTW_getBillerPaymentItems(CVars in, CVars &out) -{ - logfmt( logINFO, "long INTW_getBillerPaymentItems(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - - // Initiate interswitch session - CVars setup; - INTW_configure(in, setup); - - // Prepare call - const int statusSize = 1024; - char status[statusSize]; - - int billerId = REQ_LONG( in, "id", 1, -1 );; - - char xtid[12]; - - sprintf( xtid, "%s", setup["interswitch_tid"].c_str() ); - - ret = interswitch_getBillerPaymentItems( - setup["interswitch_sep"].c_str(), - xtid, - billerId, - status, - &INTW_getSaveGeneric); - - } catch (bad_parameter) { - out["status"] = "Incorrect Biller ID"; - } catch ( ... ) { - - out["status"] = "Unhandled exception in INTW_getBillerPaymentItems"; - } - logfmt( logINFO, "/long INTW_getBillerPaymentItems(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ -long INTW_sendBillPaymentAdvice(CVars in, CVars &out ) -{ - logfmt( logINFO, "long INTW_sendBillPaymentAdvice(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - int customerId = REQ_LONG( in, "customerid", 1, -1 ); - int paymentItemId = REQ_LONG( in, "paymentitemid", 1, -1 ); - int amount = REQ_LONG( in, "amount", 0, -1 ); - - REQ_STRING( in, "customermobile", 5, 15, "(.*)"); - OPTIONAL (in, "customeremail") REQ_STRING( in, "customeremail", 1, 100, "(.*)"); - OPTIONAL (in, "order_id") REQ_STRING( in, "order_id", 1, 25, "(.*)"); - char CustomerMobile[15]; - char CustomerEmail[100]; - - - - - - sprintf( CustomerEmail, "%s", in["customeremail"].c_str() ); - sprintf( CustomerMobile, "%s", in["customermobile"].c_str() ); - - - //topalert = "sales@payquic.com"; - out["topalert"] = CfgReadChar("transnotif.topalert"); - sprintf( CustomerEmail, "%s", out["topalert"].c_str() ); - - - CVars customer; // Load customer - ret = load_db_record( customer, "SELECT email,firstname,lastname FROM customer WHERE status=1 AND id = %lu", customerId ); - if (ret<1L) { - throw new bad_parameter(out, "customerid"); - } - - CVars paymentitem; // Load payment item - ret = load_db_record( paymentitem, "SELECT id,billerid,billername,name,amount,paymentcode FROM interswitch_biller_payment_items WHERE gid = %lu", paymentItemId); - if (ret<1L) { - out["advice"] = "PaymentID not found or not valid !!!"; - throw new bad_parameter(out, "paymentitemid"); - } - - // Check amount - if (amount<1L) { - amount = paymentitem["amount"].Long(); - } - -/**/ - - - - - // Create record - CVars advice; - - advice["customerid"] = customerId; advice["customerid"].set_valid(true); - advice["billerid"] = paymentitem["billerid"]; advice["billerid"].set_valid(true); - advice["billerpaymentitemgid"] = paymentItemId; advice["billerpaymentitemgid"].set_valid(true); - advice["amount"] = amount; advice["amount"].set_valid(true); - advice["paymentcode"] = paymentitem["paymentcode"]; advice["paymentcode"].set_valid(true); - advice["order_id"] = in["order_id"]; advice["order_id"].set_valid(true); - advice["customeremail"] = in["customeremail"]; advice["customeremail"].set_valid(true); - advice["customermobile"] = in["customermobile"]; advice["customermobile"].set_valid(true); - - out["bill_payment_advice_id"] = insert_db_record( DBS_VALID, "interswitch_bill_payment_advice", "interswitch_bill_payment_advice_id_seq", advice ); - if (out["bill_payment_advice_id"].Long()<1L) { - throw new runtime_error("Failed to create interswitch bill payment advice record"); - } - - // Initiate interswitch session - CVars setup; - INTW_configure(in, setup); - - - - CVars transaction; - - - - transaction["detail_id"] = out["bill_payment_advice_id"]; transaction["detail_id"].set_valid(true); - transaction["type"] = 1L; /* SendBillPaymentAdvice */ transaction["type"].set_valid(true); - out["transaction_id"] = insert_db_record( DBS_VALID, "interswitch_transaction", "interswitch_transaction_id_seq", transaction ); - if (out["transaction_id"].Long()<1L) { - throw new runtime_error("Failed to create interswitch transaction record"); - } - - - char uniqueRef[20]; - memset(uniqueRef, 0, 20); - // TransferCode - RequestReference - UniqueRef => request prefix for terminal owner + ID - sprintf( uniqueRef, "%s%s000000", setup["interswitch_pfix"].c_str(), out["transaction_id"].c_str() ); - //sprintf( uniqueRef, "%s%09s", setup["interswitch_pfix"].c_str(), out["transaction_id"].c_str() ); - transaction["transfer_code"] = uniqueRef; transaction["transfer_code"].set_valid(true); - - CVars cxc; - cxc["transfer_code"] = transaction["transfer_code"]; - cxc["transfer_code"].set_valid(true); - update_db_record( DBS_VALID, "interswitch_transaction", cxc, out["transaction_id"].Long()); - logfmt( logINFO, "Here -> 1"); - logfmt( logINFO, "SENDING TRANSACTION - setup[interswitch_tid].c_str() ->%s",setup["interswitch_tid"].c_str()); - // Prepare call - const int statusSize = 1024; - char status[statusSize]; - char transactionRef[statusSize]; - memset(status, 0, statusSize); // Clear? - memset(transactionRef, 0, statusSize); // Clear? - - char xtid[12]; - - sprintf( xtid, "%s", setup["interswitch_tid"].c_str() ); - - logfmt( logINFO, "SENDING TRANSACTION->%s",xtid); - - - string result = interswitch_SendBillPaymentAdvice( - setup["interswitch_sep"].c_str(), - xtid, - amount, - paymentitem["paymentcode"].c_str(), - customerId, - uniqueRef, - status, - transactionRef, - CustomerMobile, - CustomerEmail); - - - CVars advicestatus; - - out["status"] = status; - out["ResponseCode"] = result; - out["TransactionRef"] = transactionRef; - // Update status - - try - { - transaction["responsecode"] = result; transaction["responsecode"].set_valid(true); - transaction["transactionref"] = transactionRef; transaction["transactionref"].set_valid(true); - update_db_record( DBS_VALID, "interswitch_transaction", transaction, out["transaction_id"].Long()); - } - catch ( ... ) { out["status"] = "I see no good response from interswitch"; } - - - // Success? - if (result=="90000") { - - advicestatus["status"] = "5"; advicestatus["status"].set_valid(true); - update_db_record( DBS_VALID, "interswitch_bill_payment_advice", advicestatus, out["bill_payment_advice_id"].Long()); - - logfmt( logINFO, "Send bill payment advice successful"); - - ret = PHP_API_OK; - } else { - CVars fr1; - fr1["status"] = "7"; fr1["status"].set_valid( true ); - - advicestatus["status"] = "7"; advicestatus["status"].set_valid(true); - update_db_record( DBS_VALID, "interswitch_bill_payment_advice", fr1, out["bill_payment_advice_id"].Long()); - //ret = -1; - throw new runtime_error("Failed to send bill payment advice"); - } - - } catch (runtime_error& ex) { - out["status"] = ex.what(); - ret = PHP_API_BAD_PARAM; - } catch (bad_parameter) { - out["status"] = "Incorrect parameter"; - ret = PHP_API_BAD_PARAM; - } catch ( ... ) { - out["status"] = "Unhandled exception in INTW_sendBillPaymentAdvice"; - } - logfmt( logINFO, "/long INTW_sendBillPaymentAdvice(CVars in, CVars &out)"); - return ret; -} -//*****************************************************************************/ -long INTW_getBillerCategories(CVars in, CVars &out) -{ - logfmt( logINFO, "long INTW_getBillerCategories(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - - // Initiate interswitch session - CVars setup; - INTW_configure(in, setup); - - // Prepare call - const int statusSize = 1024; - char status[statusSize]; - - ret = interswitch_getBillerCategories( - setup["interswitch_sep"].c_str(), - status, - NULL); - - } catch ( ... ) { - - out["status"] = "Unhandled exception in INTW_getBillerCategories"; - } - logfmt( logINFO, "/long INTW_getBillerCategories(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ -long INTW_doTransfer(CVars in, CVars &out ) -{ - logfmt( logINFO, "long INTW_doTransfer(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - - // Initiate interswitch session - CVars setup; - INTW_configure(in, setup); - - - in["action"].set_valid(false); - REQ_STRING( in, "InitiatingEntityCode", 3, 3, "(.*)" ); - REQ_LONG( in, "InitiatingAmount", 1, -1 ); - REQ_LONG( in, "Fee", 1, -1 ); - REQ_LONG( in, "InitiatingChannel", 1, -1 ); - REQ_STRING( in, "InitiatingPaymentMethodCode", 2, 2, "(.*)" ); - REQ_STRING( in, "InitiatingCurrencyCode", 3, 3, "(.*)" ); - REQ_STRING( in, "TerminatingPaymentMethodCode", 2, 2, "(.*)" ); - REQ_LONG( in, "TerminatingAmount", 1, -1 ); - REQ_STRING( in, "TerminatingCurrencyCode", 3, 3, "(.*)" ); - REQ_STRING( in, "TerminatingCountryCode", 2, 2, "(.*)" ); - - //REQ_STRING( in, "TerminatingEntityCode", 1, 5, "(.*)" ); - //REQ_STRING( in, "TerminatingAccountNumber", 1, 50, "(.*)" ); - //REQ_STRING( in, "TerminatingAccountType", 2, 2, "(.*)" ); - - long senderid = REQ_LONG( in, "senderid", 1, -1 ); - long recipientid = REQ_LONG( in, "recipientid", 1, -1 ); - in["InitiatingEntityCode"]="MBA"; - - CVars recipient; // Load recipient - //ret = load_db_record( recipient, "SELECT firstname,lastname FROM customer WHERE id = %lu AND status = 1", recipientid); - ret = load_db_record( recipient, "SELECT firstname,lastname,account_no,bank_code,account_type FROM sendmoney_recipient WHERE id = %lu ", recipientid); - if (ret<1L) { - throw new bad_parameter(out, "recipientid"); - } - in["TerminatingEntityCode"] = recipient["bank_code"]; in["TerminatingEntityCode"].set_valid( true ); - in["TerminatingAccountNumber"] = recipient["account_no"]; in["TerminatingAccountNumber"].set_valid( true ); - - out["money_transfer_id"] = insert_db_record( DBS_VALID, "interswitch_money_transfer", "interswitch_money_transfer_id_seq", in ); - if (out["money_transfer_id"].Long()<1L) { - throw new runtime_error("Failed to create interswitch bill money transfer record"); - } - - CVars transaction; - transaction["detail_id"] = out["money_transfer_id"]; transaction["detail_id"].set_valid(true); - transaction["type"] = 2L; /* DoTransfer */ transaction["type"].set_valid(true); - out["transaction_id"] = insert_db_record( DBS_VALID, "interswitch_transaction", "interswitch_transaction_id_seq", transaction ); - if (out["transaction_id"].Long()<1L) { - throw new runtime_error("Failed to create interswitch transaction record"); - } - - char xtid[12], uniqueRef[20]; - memset(uniqueRef, 0, 20); - // TransferCode - RequestReference - UniqueRef => request prefix for terminal owner + ID - sprintf( uniqueRef, "%s%s000000", setup["interswitch_pfix"].c_str(), out["transaction_id"].c_str() ); - transaction["transfer_code"] = uniqueRef; transaction["transfer_code"].set_valid(true); - - //sprintf( xtid, "%s", setup["interswitch_tid"].c_str() ); - sprintf( xtid, "%s", "MBA" ); - - CVars sender; // Load sender - ret = load_db_record( sender, "SELECT firstname,lastname FROM customer WHERE id = %lu AND status = 1", senderid); - if (ret<1L) { - throw new bad_parameter(out, "senderid"); - } - //in["SenderEmail"] = sender["email"]; in["SenderEmail"].set_valid(true); - - - //in["BeneficiaryEmail"] = recipient["email"]; in["BeneficiaryEmail"].set_valid(true); - - CVars trans_info; - - trans_info["Fee"] = in["Fee"]; - trans_info["InitiatingAmount"] = in["InitiatingAmount"]; - trans_info["InitiatingChannel"] = in["InitiatingChannel"]; - trans_info["InitiatingCurrencyCode"] = in["InitiatingCurrencyCode"]; - trans_info["InitiatingEntityCode"] = in["InitiatingEntityCode"]; - trans_info["InitiatingPaymentMethodCode"] = in["InitiatingPaymentMethodCode"]; - trans_info["TerminatingAccountNumber"] = recipient["account_no"]; //in["TerminatingAccountNumber"]; - trans_info["TerminatingAccountType"] = recipient["account_type"]; // in["TerminatingAccountType"]; - trans_info["TerminatingAmount"] = in["TerminatingAmount"]; - trans_info["TerminatingCountryCode"] = in["TerminatingCountryCode"]; - trans_info["TerminatingCurrencyCode"] = in["TerminatingCurrencyCode"]; - trans_info["TerminatingEntityCode"] = recipient["bank_code"]; //in["TerminatingEntityCode"]; - trans_info["TerminatingPaymentMethodCode"] = in["TerminatingPaymentMethodCode"]; - trans_info["TransferCode"] = uniqueRef; - trans_info["SenderLastname"] = sender["lastname"]; - trans_info["SenderOthernames"] = sender["firstname"]; - trans_info["BeneficiaryLastname"] = recipient["lastname"]; - trans_info["BeneficiaryOthernames"] = recipient["firstname"]; - - char status[SAFESTRING_COMMON_BUFFER_SIZE]; - memset(status,32,SAFESTRING_COMMON_BUFFER_SIZE); - status[SAFESTRING_COMMON_BUFFER_SIZE] = '\0'; - - char transCode[SAFESTRING_COMMON_BUFFER_SIZE]; - memset(transCode, 0, SAFESTRING_COMMON_BUFFER_SIZE); - sprintf(transCode,""); // ??? - - string result = interswitch_doTransfer( - setup["interswitch_sep"].c_str(), - xtid, - trans_info, - status); - - logfmt(FLOG_MAX, "Return: %s", result.c_str()); - logfmt(FLOG_MAX, "Status: %s", status); - - out["ResponseCode"] = result; - out["status"] = status; - out["TransferCode"] = in["TransferCode"]; - if (result=="90000") { - ret = PHP_API_OK; - out["TransactionReferenceCode"] = status; - out["status"] = "Transfer successful"; - } else { - ret = PHP_API_BAD_PARAM; - out["TransactionReferenceCode"] = ""; - } - - transaction["responsecode"] = out["ResponseCode"]; transaction["responsecode"].set_valid(true); - transaction["transactionref"] = out["TransactionReferenceCode"]; transaction["transactionref"].set_valid(true); - - update_db_record( DBS_VALID, "interswitch_transaction", transaction, out["transaction_id"].Long()); - - } catch (runtime_error& ex) { - - out["status"] = ex.what(); - ret = PHP_API_BAD_PARAM; - - } catch (bad_parameter) { - - out["status"] = "Invalid input"; - ret = PHP_API_BAD_PARAM; - - } catch ( ... ) { - - out["status"] = "Unhandled exception in INTW_doTransfer"; - ret = PHP_API_BAD_PARAM; - - } - logfmt( logINFO, "/long INTW_doTransfer(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ -long INTW_queryTransaction(CVars in, CVars &out ) -{ - logfmt( logINFO, "long INTW_queryTransaction(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - - // Initiate interswitch session - CVars setup; - INTW_configure(in, setup); - - // Prepare call - const int statusSize = SAFESTRING_COMMON_BUFFER_SIZE; - char status[statusSize]; - char transactionResponseCode[SAFESTRING_COMMON_BUFFER_SIZE]; - - long id = REQ_LONG( in, "id", 1, -1 ); - - char xtid[12]; - - sprintf( xtid, "%s", setup["interswitch_tid"].c_str() ); - - CVars advice; // Load advice - ret = load_db_record( advice, "SELECT transfer_code,transactionref FROM interswitch_transaction WHERE id = %lu", id); - if (ret<1L) { - throw new bad_parameter(out, "id"); - } - - string result = interswitch_queryTransaction( - setup["interswitch_sep"].c_str(), - xtid, - advice["transfer_code"].c_str(), - advice["transactionref"].c_str(), - status, - transactionResponseCode); - out["ResponseCode"] = result; - out["TransactionResponseCode"] = transactionResponseCode; - out["status"] = status; - ret = PHP_API_OK; - - advice["responsecode"] = transactionResponseCode; advice["responsecode"].set_valid(true); - update_db_record( DBS_VALID, "interswitch_transaction", advice, id); - - } catch (bad_parameter) { - - out["status"] = "Invalid ID"; - - } catch ( ... ) { - - out["status"] = "Unhandled exception in INTW_queryTransaction"; - } - logfmt( logINFO, "/long INTW_queryTransaction(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ diff --git a/coregrade/src/shared_tool/paylid.cc b/coregrade/src/shared_tool/paylid.cc deleted file mode 100644 index e433eac..0000000 --- a/coregrade/src/shared_tool/paylid.cc +++ /dev/null @@ -1,550 +0,0 @@ -#include -#include -#include - -#include "XmlParser.h" -#include "hmac_sha2.h" -#include "paylidpaylidwsdlBindingProxy.h" // get proxy -#include "paylid.nsmap" // obtain the generated XML namespace mapping table for the InterSwitch service - -#define BUFSIZE 1024 - -using namespace std; -using namespace paylid; - -#ifdef TEST -enum { FLOG_NONE,FLOG_FATAL,FLOG_CRITICAL,FLOG_WARN,FLOG_COMMAND,FLOG_MAX }; -#define logfmt test_log -#define PREFIX "FAKE:" -class FakeLog { - public: - void SetFileName(const char *str) { - cout << str << endl; - } -}; -static FakeLog *plog = new FakeLog(); -#else -//#include "general_types.h" -#include "clog.h" -#warning "Including log..." -#endif - -void test_log( int level, const char * format, ... ) { - - va_list ap; - va_start( ap, format ); - - vfprintf( stdout, format, ap ); - fprintf( stdout, "\n" ); - - fflush( stdout ); - - va_end( ap ); -} - -// Helper to convert hex digit to integer -char dtox(int d) { - if (d>=0 && d<=9) return '0'+d; - if (d>=10 && d<=16) return 'a'-10+d; - return '0'; // not Hex digit -} -// Helper to convert hex digit to integer -int xtod(char c) { - if (c>='0' && c<='9') return c-'0'; - if (c>='A' && c<='F') return c-'A'+10; - if (c>='a' && c<='f') return c-'a'+10; - return c=0; // not Hex digit -} -// This is a hashing function -void hash_hmac(const char *key, char *data, char *result) { - unsigned char mac[SHA512_DIGEST_SIZE]; - hmac_sha512((unsigned char *)key, strlen(key), (unsigned char *)data, strlen(data), mac, SHA512_DIGEST_SIZE); - for (int i=0; i111111111111111B7AFD916C387DCF87DB91C9EAA9828DA - using namespace SimpleXMLParser; - - string xml(xmlstring); - string lto = "<"; - string gto = ">"; - string ltr = "<"; - string gtr = ">"; - xml = replaceAll(xml,lto, ltr); - xml = replaceAll(xml,gto, gtr); - xml = "" + xml + ""; - -#ifdef TEST - cout << "RSL: " << rslCode << endl; - cout << "RAW: " << xmlstring << endl; - cout << "XML: " << xml << endl; -#endif - - int rsl = atoi(rslCode); - - // logfmt( FLOG_MAX, "Response: %s", paylid__directAirTimeTopUpResponse_.Data.c_str() ); - logfmt( FLOG_MAX, "Response: rsl %d", rsl ); - - if (rsl!=10000) { - switch (rsl) { - case 20000: strcpy(response,"Invalid terminal ID");break; - case 30000: strcpy(response,"Hash HMAC validation failed");break; - case 40000: strcpy(response,"Service database error");break; - case 50000: strcpy(response,"IP access denied");break; - case 90000: strcpy(response,"Custom base error");break; - default: strcpy(response,"Unknown code"); break; - } - return rsl; - } - - XmlParser parser; - const Element& root = parser.Parse(xml.c_str(),strlen(xml.c_str())); - - if (root.GetName()!="PayLid") { -#ifdef TEST - cout << "Unknown XML response" << endl; -#endif - return -1; - } - int ret = rsl; // Empty result cryptogram error - const Elements* classes = root.GetChildren(); - if(classes != 0) { - for(Elements::const_iterator class_it = classes->begin();class_it != classes->end(); ++class_it) { - - - if ((*class_it)->GetName()==what) { - const string value = (*class_it)->GetValue(); - strcpy(response,value.c_str()); - // There is no cryptogram - override - if ((*class_it)->GetName()=="TransResponseCode") { - ret = atoi(value.c_str()); - } - - if ((*class_it)->GetName()=="delivery_status") { - ret = atoi(value.c_str()); - } - } else { -#ifdef TEST - cout << (*class_it)->GetName() << endl; -#endif - } - } - } - return ret; -} - -void GenerateUniqueRef(char *buffer,int bSize) { - buffer[0] = 'P'; - buffer[1] = 'L'; - buffer[2] = 'I'; - buffer[3] = 'D'; - int i = 4, n = bSize - 4; - time_t seconds; - seconds = time (NULL); - while (seconds>0 && n>0) { - int d = seconds % 10; - buffer[i++] = '0'+d; - seconds /= 10; - n--; - } - while (n>0) { - buffer[i++] = '\0'; - n--; - } -} - -long storeface_transferFund(const char *endpoint, const char *tid, const char *toDestination, const char *key, char *error) { - - //plog->SetFileName( PREFIX"/logs/SendMoneyPayLid.log" ); - - long result = -1; - string status = "Unknown error"; - soap_ssl_init(); /* init OpenSSL (just once) */ - paylidwsdlBindingProxy *q = new paylidwsdlBindingProxy(); - q->soap_endpoint = endpoint; - paylid__transferFundResponse paylid__transferFundResponse_; // = new paylid__transferFundResponse(); - - string terminalID(tid); - - logfmt( FLOG_MAX, "XML SENT-> %s", toDestination); - string toDestinationString(toDestination); - - string data = tid; - data += toDestination; - //logfmt( FLOG_MAX, "DATA-> %s", data.c_str()); - // Get hash HMAC - const int mac_512_size = 2*SHA512_DIGEST_SIZE+1; - char hmac[mac_512_size]; - memset(hmac,0,mac_512_size); - hash_hmac(key, (char *)data.c_str(), hmac); - logfmt( FLOG_MAX, "HMAC is '%s'", hmac); - - if (hmac!=NULL) { - string hmacString(hmac); - - if (soap_ssl_client_context(q,SOAP_SSL_SKIP_HOST_CHECK|SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE|SOAP_SSL_NO_AUTHENTICATION,NULL,NULL,NULL,NULL,NULL)) { - soap_print_fault(q, stderr); - status = "Cannoy initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - return -1L; - } - -#ifdef TEST - cout << "terminalID=" << terminalID.c_str() << endl; - cout << "toDestination=" << toDestinationString.c_str() << endl; - cout << "hmac=" << hmacString.c_str() << endl; -#endif - result = SOAP_ERR; - try { - result = q->transferFund(terminalID, toDestinationString, hmacString, paylid__transferFundResponse_); - - } catch (...) { - status = "Proxy exception"; - } - if (result == SOAP_OK) { - char response[BUFSIZE]; - memset(response,0,BUFSIZE); - result = ParseResponse(paylid__transferFundResponse_.Data.c_str(),paylid__transferFundResponse_.Code.c_str(),"TransactionReference",response); -/* -struct paylid__transferFundResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; -*/ - char c[32]; - sprintf(c, "%d", result); - if (result<0) { - status = "ParseResponse() error: "; - status += c; - } else { - status = response; - } - } else { - if (q!=NULL && q->soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q->soap_fault_string(); - } - if (q!=NULL && q->soap_fault_detail()) { - status += "Fault detail: "; - status += q->soap_fault_detail(); - } - if (q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - } - } else { - status = "Hash HMAC error"; - } - //delete paylid__transferFundResponse_; - delete q; - strncpy(error,status.c_str(),strlen(error)); - return result; -} - -long storeface_checkTransferStatus(const char *endpoint, const char *tid, const char *transactionRef, const char *key, char *error) { - long result = -1; - string status = "Unknown error"; - soap_ssl_init(); /* init OpenSSL (just once) */ - paylidwsdlBindingProxy *q = new paylidwsdlBindingProxy(); - q->soap_endpoint = endpoint; - paylid__checkTransferStatusResponse paylid__checkTransferStatusResponse_; - string terminalID(tid); - //No session key required - string transactionRefString(transactionRef); - - // Get hash HMAC - const int mac_512_size = 2*SHA512_DIGEST_SIZE+1; - char hmac[mac_512_size]; - memset(hmac,0,mac_512_size); - hash_hmac(key, (char *)tid, hmac); - - string hmacString(hmac); - - if (soap_ssl_client_context(q,SOAP_SSL_SKIP_HOST_CHECK|SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE|SOAP_SSL_NO_AUTHENTICATION,NULL,NULL,NULL,NULL,NULL)) { - soap_print_fault(q, stderr); - status = "Cannoy initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - return -1L; - } - - result = SOAP_ERR; - try { - result = q->checkTransferStatus(terminalID, transactionRefString, hmacString, paylid__checkTransferStatusResponse_); - - } catch (...) { - status = "Proxy exception"; - } - if (result == SOAP_OK) { - char response[BUFSIZE]; - memset(response,0,BUFSIZE); - result = ParseResponse(paylid__checkTransferStatusResponse_.Data.c_str(),paylid__checkTransferStatusResponse_.Code.c_str(),"TransResponseCode",response); - char c[32]; - sprintf(c, "%d", result); - if (result<0) { - status = "ParseResponse() error: "; - status += c; - } else { - status = response; - } - } else { - if (q!=NULL && q->soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q->soap_fault_string(); - } - if (q!=NULL && q->soap_fault_detail()) { - status += "Fault detail: "; - status += q->soap_fault_detail(); - } - if (q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - } - delete q; - strncpy(error,status.c_str(),strlen(error)); - - return result; -} - -long storeface_getAccountBalance(const char *endpoint, const char *tid, const char *key, char *error) { - logfmt( FLOG_MAX, "long storeface_getAccountBalance(const char *endpoint, const char *tid, const char *key, char *error)"); - logfmt( FLOG_MAX, "endpoint=%s", endpoint); - - int result = -1; - string status = "Unknown error"; - soap_ssl_init(); /* init OpenSSL (just once) */ - //paylidwsdlBindingProxy *q = new paylidwsdlBindingProxy(); - paylidwsdlBindingProxy q; - q.soap_endpoint = endpoint; - paylid__getAccountBalanceResponse paylid__getAccountBalanceResponse_; - string terminalID(tid); - - // Get hash HMAC - const int mac_512_size = 2*SHA512_DIGEST_SIZE+1; - char hmac[mac_512_size]; - memset(hmac,0,mac_512_size); - hash_hmac(key, (char *)tid, hmac); - - if (hmac!=NULL) { - string hmacString(hmac); - - if (soap_ssl_client_context(&q,SOAP_SSL_SKIP_HOST_CHECK|SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE|SOAP_SSL_NO_AUTHENTICATION,NULL,NULL,NULL,NULL,NULL)) { - soap_print_fault(&q, stderr); - status = "Cannot initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - return -1L; - } - -#ifdef TEST - cout << "terminalID=" << terminalID.c_str() << endl; - cout << "hmac=" << hmacString.c_str() << endl; -#endif - - result = SOAP_ERR; // -1 - try { - result = q.getAccountBalance(terminalID, hmacString, paylid__getAccountBalanceResponse_); - - } catch (...) { - status = "Proxy exception"; - } - - logfmt( FLOG_MAX, "SOAP call result = %d", result ); - - if (result == SOAP_OK) { - char response[BUFSIZE]; - memset(response,0,BUFSIZE); - result = ParseResponse(paylid__getAccountBalanceResponse_.Data.c_str(),paylid__getAccountBalanceResponse_.Code.c_str(),"balance",response); - char c[32]; - sprintf(c, "%d", result); - if (result<0) { - status = "ParseResponse() error: "; - status += c; - } else { - status = response; - } - } else {/* - if (q!=NULL && q.soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q.soap_fault_string(); - } - if (q!=NULL && q.soap_fault_detail()) { - status += "Fault detail: "; - status += q.soap_fault_detail(); - } - if (q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } -*/ - } - } else { - status = "Hash hmac error"; - } - // WARNING: momory leak!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - q.destroy(); - //delete q; - //q = NULL; - - strncpy(error,status.c_str(),strlen(error)); - logfmt( FLOG_MAX, "/long storeface_getAccountBalance(const char *endpoint, const char *tid, const char *key, char *error)"); - return (long)result; -} - -long storeface_directAirTimeTopUp(const char *endpoint, const char *tid, const char *topupData, const char *key, char *error, long &delivery_status) { - long result = -1; - string status = "Unknown error"; - soap_ssl_init(); /* init OpenSSL (just once) */ - paylidwsdlBindingProxy *q = new paylidwsdlBindingProxy(); - q->soap_endpoint = endpoint; - paylid__directAirTimeTopUpResponse paylid__directAirTimeTopUpResponse_; - string terminalID(tid); - string topupDataString(topupData); - - // Get hash HMAC - const int mac_512_size = 2*SHA512_DIGEST_SIZE+1; - char hmac[mac_512_size]; - memset(hmac,0,mac_512_size); - hash_hmac(key, (char *)tid, hmac); - - if (hmac!=NULL) { - string hmacString(hmac); - - if (soap_ssl_client_context(q,SOAP_SSL_SKIP_HOST_CHECK|SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE|SOAP_SSL_NO_AUTHENTICATION,NULL,NULL,NULL,NULL,NULL)) { - soap_print_fault(q, stderr); - status = "Cannoy initalize SOAP/SSL"; - strncpy(error,status.c_str(),strlen(error)); - return -1L; - } -delivery_status = 56789; - result = SOAP_ERR; - try { - result = q->directAirTimeTopUp(terminalID, topupDataString, hmacString, paylid__directAirTimeTopUpResponse_); - - } catch (...) { - status = "Proxy exception"; - } - if (result == SOAP_OK) { - logfmt( FLOG_MAX, "Response: %s", paylid__directAirTimeTopUpResponse_.Data.c_str() ); - char response[BUFSIZE]; - memset(response,0,BUFSIZE); - result = 1L; - // result = ParseResponse(paylid__directAirTimeTopUpResponse_->return_->c_str(),sessKey,"Balance",response); - //ParseResponse(paylid__directAirTimeTopUpResponse_.Data.c_str(),paylid__directAirTimeTopUpResponse_.Code.c_str(),"result",response); - delivery_status = ParseResponse(paylid__directAirTimeTopUpResponse_.Data.c_str(),paylid__directAirTimeTopUpResponse_.Code.c_str(),"delivery_status",response); - - //delivery_status = (long)response; - -// delivery_status = 56789; - char c[32]; - sprintf(c, "%d", result); - if (result<0) { - status = "ParseResponse() error: "; - status += c; - } else { - status = response; - } - } else { - if (q!=NULL && q->soap_fault_string()!=NULL) { - status = "Fault string: "; - status += q->soap_fault_string(); - } - if (q!=NULL && q->soap_fault_detail()) { - status += "Fault detail: "; - status += q->soap_fault_detail(); - } - if (q==NULL) { - status = "Bad proxy"; - } else { - //cout << "Unknown error: " << result << endl; - } - } - } else { - status = "Hash hmac error"; - } - delete q; - strncpy(error,status.c_str(),strlen(error)); - return result; -} - -#ifdef TEST -int main(void) { - // Common - long ret = 0; - const char *endpoint = "http://oameye.works.storeface.com/rsl/service.php"; - const char *tid = "INTERRA001"; - // WARNING: Key is case-sensetive! - const char *key = "29832d0e1a51eff1cb673feda90293abec053aa5b81f9649d9ed53de86f79ed7"; - const int mac_512_size = 2*SHA512_DIGEST_SIZE+1; - char hmac[mac_512_size]; - // 78fa6a576f52342df61628e2ad48f11027c3d619c00c598c1ca1a9ce086febcd603b846da02eaa5f3a77a97478a8fa0d1832afe2ef7a0715629d7f8f2f4140d1 - - // Specific - const char *account = "4852010016214"; //"00010080023868"; //"0910010905070015"; //"0910010705222055"; - char* status = (char *)malloc(BUFSIZE); - memset(status,32,BUFSIZE); - status[BUFSIZE] = '\0'; - - //memset(hmac,0,mac_512_size); - //hash_hmac(key, (char *)tid, hmac); - cout << "==========================================================" << endl; - cout << "getAccountBalance(tid,hmac,status)" << endl; - ret = storeface_getAccountBalance(endpoint,tid,key,status); - cout << "Return: " << ret << endl << "Status: " << status << endl; - memset(status,32,BUFSIZE); - status[BUFSIZE] = '\0'; - - char *uniqueRef = (char *)malloc(32); - GenerateUniqueRef(uniqueRef,32); - - memset(hmac,0,mac_512_size); - hash_hmac(key, (char *)tid, hmac); - cout << "==========================================================" << endl; - cout << "transferFund(tid,toDestination,hmac)" << endl; - cout << "Unique Reference: " << uniqueRef << endl; - ret = storeface_transferFund(endpoint,tid,uniqueRef,hmac,status); // 100.00 - cout << "Return: " << ret << endl << "Status: " << status << endl; - cout << "Unique Reference: " << uniqueRef << endl; - memset(status,32,BUFSIZE); - status[BUFSIZE] = '\0'; - - memset(hmac,0,mac_512_size); - hash_hmac(key, (char *)tid, hmac); - cout << "==========================================================" << endl; - cout << "checkTransferStatus(tid,transactionRef,hmac,status)" << endl; - cout << "Unique Reference: " << uniqueRef << endl; - ret = storeface_checkTransferStatus(endpoint,tid,uniqueRef,hmac,status); - cout << "Return: " << ret << endl << "Status: " << status << endl; - - free(uniqueRef); - free(status); - - return 0; -} -#endif - -// vi:ts=2 - diff --git a/coregrade/src/shared_tool/paylid/PaylidService.h b/coregrade/src/shared_tool/paylid/PaylidService.h deleted file mode 100644 index 28271cc..0000000 --- a/coregrade/src/shared_tool/paylid/PaylidService.h +++ /dev/null @@ -1,1031 +0,0 @@ -namespace paylid { -// Reminder: Modify typemap.dat to customize the header file generated by wsdl2h -/* PaylidService.h - Generated by wsdl2h 2.8.16 from http://www.paylid.com/rsl/service.php?wsdl and typemap.dat - 2020-04-13 12:29:32 GMT - - DO NOT INCLUDE THIS FILE DIRECTLY INTO YOUR PROJECT BUILDS - USE THE soapcpp2-GENERATED SOURCE CODE FILES FOR YOUR PROJECT BUILDS - - gSOAP XML Web services tools. - Copyright (C) 2000-2013 Robert van Engelen, Genivia Inc. All Rights Reserved. - Part of this software is released under one of the following licenses: - GPL or Genivia's license for commercial use. -*/ - -/** @page page_notes Usage Notes - -NOTE: - - - Run soapcpp2 on PaylidService.h to generate the SOAP/XML processing logic. - Use soapcpp2 -I to specify paths for #import - To build with STL, 'stlvector.h' is imported from 'import' dir in package. - Use soapcpp2 -j to generate improved proxy and server classes. - - Use wsdl2h -c and -s to generate pure C code or C++ code without STL. - - Use 'typemap.dat' to control namespace bindings and type mappings. - It is strongly recommended to customize the names of the namespace prefixes - generated by wsdl2h. To do so, modify the prefix bindings in the Namespaces - section below and add the modified lines to 'typemap.dat' to rerun wsdl2h. - - Use Doxygen (www.doxygen.org) on this file to generate documentation. - - Use wsdl2h -R to generate REST operations. - - Use wsdl2h -nname to use name as the base namespace prefix instead of 'ns'. - - Use wsdl2h -Nname for service prefix and produce multiple service bindings - - Use wsdl2h -d to enable DOM support for xsd:anyType. - - Use wsdl2h -g to auto-generate readers and writers for root elements. - - Use wsdl2h -b to auto-generate bi-directional operations (duplex ops). - - Struct/class members serialized as XML attributes are annotated with a '@'. - - Struct/class members that have a special role are annotated with a '$'. - -WARNING: - - DO NOT INCLUDE THIS ANNOTATED FILE DIRECTLY IN YOUR PROJECT SOURCE CODE. - USE THE FILES GENERATED BY soapcpp2 FOR YOUR PROJECT'S SOURCE CODE: - THE soapStub.h FILE CONTAINS THIS CONTENT WITHOUT ANNOTATIONS. - -LICENSE: - -@verbatim --------------------------------------------------------------------------------- -gSOAP XML Web services tools -Copyright (C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. - -This software is released under one of the following licenses: -GPL or Genivia's license for commercial use. --------------------------------------------------------------------------------- -GPL license. - -This program is free software; you can redistribute it and/or modify it under -the terms of the GNU General Public License as published by the Free Software -Foundation; either version 2 of the License, or (at your option) any later -version. - -This program is distributed in the hope that it will be useful, but WITHOUT ANY -WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A -PARTICULAR PURPOSE. See the GNU General Public License for more details. - -You should have received a copy of the GNU General Public License along with -this program; if not, write to the Free Software Foundation, Inc., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA - -Author contact information: -engelen@genivia.com / engelen@acm.org - -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. --------------------------------------------------------------------------------- -A commercial-use license is available from Genivia, Inc., contact@genivia.com --------------------------------------------------------------------------------- -@endverbatim - -*/ - - -//gsoapopt w - -/******************************************************************************\ - * * - * Definitions * - * urn:paylidwsdl * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Import * - * * -\******************************************************************************/ - - -// STL vector containers (use option -s to remove STL dependency) -#import "stlvector.h" - -/******************************************************************************\ - * * - * Schema Namespaces * - * * -\******************************************************************************/ - - -/* NOTE: - -It is strongly recommended to customize the names of the namespace prefixes -generated by wsdl2h. To do so, modify the prefix bindings below and add the -modified lines to typemap.dat to rerun wsdl2h: - -paylid = "urn:paylidwsdl" - -*/ - -#define SOAP_NAMESPACE_OF_paylid "urn:paylidwsdl" -//gsoap paylid schema namespace: urn:paylidwsdl -//gsoap paylid schema form: unqualified - -/******************************************************************************\ - * * - * Built-in Schema Types and Top-Level Elements and Attributes * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Forward Declarations * - * * -\******************************************************************************/ - - - -/******************************************************************************\ - * * - * Schema Types and Top-Level Elements and Attributes * - * urn:paylidwsdl * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Schema Complex Types and Top-Level Elements * - * urn:paylidwsdl * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Additional Top-Level Elements * - * urn:paylidwsdl * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Additional Top-Level Attributes * - * urn:paylidwsdl * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Services * - * * -\******************************************************************************/ - - -//gsoap paylid service name: paylidwsdlBinding -//gsoap paylid service type: paylidwsdlPortType -//gsoap paylid service port: https://www.paylid.com:443/rsl/service.php -//gsoap paylid service namespace: urn:paylidwsdl -//gsoap paylid service transport: http://schemas.xmlsoap.org/soap/http - -/** @mainpage Service Definitions - -@section Service_bindings Service Bindings - - - @ref paylidwsdlBinding - -@section Service_more More Information - - - @ref page_notes "Usage Notes" - - - @ref page_XMLDataBinding "XML Data Binding" - - - @ref SOAP_ENV__Header "SOAP Header Content" (when applicable) - - - @ref SOAP_ENV__Detail "SOAP Fault Detail Content" (when applicable) - - -*/ - -/** - -@page paylidwsdlBinding Binding "paylidwsdlBinding" - -@section paylidwsdlBinding_operations Operations of Binding "paylidwsdlBinding" - - - @ref paylid__getAccountBalance - - - @ref paylid__transferFund - - - @ref paylid__checkTransferStatus - - - @ref paylid__directAirTimeTopUp - - - @ref paylid__currentXrate - - - @ref paylid__getAccount - - - @ref paylid__getTrxStatus - - - @ref paylid__getSupportedBanks - -@section paylidwsdlBinding_ports Endpoints of Binding "paylidwsdlBinding" - - - https://www.paylid.com:443/rsl/service.php - - -*/ - -/******************************************************************************\ - * * - * Service Binding * - * paylidwsdlBinding * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Service Operation * - * paylid__getAccountBalance * - * * -\******************************************************************************/ - -/// Operation response struct "paylid__getAccountBalanceResponse" of operation "paylid__getAccountBalance" -struct paylid__getAccountBalanceResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; - -/// Operation "paylid__getAccountBalance" of service binding "paylidwsdlBinding" - -/** - -Operation details: -Gets account balance - - - http://schemas.xmlsoap.org/soap/encoding/ RPC encodingStyle="SOAP" - - - Action: "urn:paylidwsdl#getAccountBalance" - - - Addressing input action: "urn:paylidwsdl#getAccountBalance" - - - Addressing output action: "urn:paylidwsdl#getAccountBalanceResponse" - -C stub function (defined in soapClient.c[pp] generated by soapcpp2): -@code - int soap_call_paylid__getAccountBalance( - struct soap *soap, - NULL, // char *endpoint = NULL selects default endpoint for this operation - NULL, // char *action = NULL selects default action for this operation - // input parameters: - std::string terminalID, - std::string hmac, - // output parameters: - struct paylid__getAccountBalanceResponse& - ); -@endcode - -C server function (called from the service dispatcher defined in soapServer.c[pp]): -@code - int paylid__getAccountBalance( - struct soap *soap, - // input parameters: - std::string terminalID, - std::string hmac, - // output parameters: - struct paylid__getAccountBalanceResponse& - ); -@endcode - -C++ proxy class (defined in soappaylidwsdlBindingProxy.h): -@code - class paylidwsdlBindingProxy; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use proxy classes; - -C++ service class (defined in soappaylidwsdlBindingService.h): -@code - class paylidwsdlBindingService; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use service classes; - -*/ - -//gsoap paylid service method-protocol: getAccountBalance SOAP -//gsoap paylid service method-style: getAccountBalance rpc -//gsoap paylid service method-encoding: getAccountBalance http://schemas.xmlsoap.org/soap/encoding/ -//gsoap paylid service method-input-action: getAccountBalance urn:paylidwsdl#getAccountBalance -//gsoap paylid service method-output-action: getAccountBalance urn:paylidwsdl#getAccountBalanceResponse -int paylid__getAccountBalance( - std::string terminalID, ///< Input parameter - std::string hmac, ///< Input parameter - struct paylid__getAccountBalanceResponse& ///< Output response struct parameter -); - -/******************************************************************************\ - * * - * Service Operation * - * paylid__transferFund * - * * -\******************************************************************************/ - -/// Operation response struct "paylid__transferFundResponse" of operation "paylid__transferFund" -struct paylid__transferFundResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; - -/// Operation "paylid__transferFund" of service binding "paylidwsdlBinding" - -/** - -Operation details: -Transfers funds - - - http://schemas.xmlsoap.org/soap/encoding/ RPC encodingStyle="SOAP" - - - Action: "urn:paylidwsdl#transferFund" - - - Addressing input action: "urn:paylidwsdl#transferFund" - - - Addressing output action: "urn:paylidwsdl#transferFundResponse" - -C stub function (defined in soapClient.c[pp] generated by soapcpp2): -@code - int soap_call_paylid__transferFund( - struct soap *soap, - NULL, // char *endpoint = NULL selects default endpoint for this operation - NULL, // char *action = NULL selects default action for this operation - // input parameters: - std::string terminalID, - std::string toDestination, - std::string hmac, - // output parameters: - struct paylid__transferFundResponse& - ); -@endcode - -C server function (called from the service dispatcher defined in soapServer.c[pp]): -@code - int paylid__transferFund( - struct soap *soap, - // input parameters: - std::string terminalID, - std::string toDestination, - std::string hmac, - // output parameters: - struct paylid__transferFundResponse& - ); -@endcode - -C++ proxy class (defined in soappaylidwsdlBindingProxy.h): -@code - class paylidwsdlBindingProxy; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use proxy classes; - -C++ service class (defined in soappaylidwsdlBindingService.h): -@code - class paylidwsdlBindingService; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use service classes; - -*/ - -//gsoap paylid service method-protocol: transferFund SOAP -//gsoap paylid service method-style: transferFund rpc -//gsoap paylid service method-encoding: transferFund http://schemas.xmlsoap.org/soap/encoding/ -//gsoap paylid service method-input-action: transferFund urn:paylidwsdl#transferFund -//gsoap paylid service method-output-action: transferFund urn:paylidwsdl#transferFundResponse -int paylid__transferFund( - std::string terminalID, ///< Input parameter - std::string toDestination, ///< Input parameter - std::string hmac, ///< Input parameter - struct paylid__transferFundResponse& ///< Output response struct parameter -); - -/******************************************************************************\ - * * - * Service Operation * - * paylid__checkTransferStatus * - * * -\******************************************************************************/ - -/// Operation response struct "paylid__checkTransferStatusResponse" of operation "paylid__checkTransferStatus" -struct paylid__checkTransferStatusResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; - -/// Operation "paylid__checkTransferStatus" of service binding "paylidwsdlBinding" - -/** - -Operation details: -Checks money transfer status - - - http://schemas.xmlsoap.org/soap/encoding/ RPC encodingStyle="SOAP" - - - Action: "urn:paylidwsdl#checkTransferStatus" - - - Addressing input action: "urn:paylidwsdl#checkTransferStatus" - - - Addressing output action: "urn:paylidwsdl#checkTransferStatusResponse" - -C stub function (defined in soapClient.c[pp] generated by soapcpp2): -@code - int soap_call_paylid__checkTransferStatus( - struct soap *soap, - NULL, // char *endpoint = NULL selects default endpoint for this operation - NULL, // char *action = NULL selects default action for this operation - // input parameters: - std::string terminalID, - std::string transactionRef, - std::string hmac, - // output parameters: - struct paylid__checkTransferStatusResponse& - ); -@endcode - -C server function (called from the service dispatcher defined in soapServer.c[pp]): -@code - int paylid__checkTransferStatus( - struct soap *soap, - // input parameters: - std::string terminalID, - std::string transactionRef, - std::string hmac, - // output parameters: - struct paylid__checkTransferStatusResponse& - ); -@endcode - -C++ proxy class (defined in soappaylidwsdlBindingProxy.h): -@code - class paylidwsdlBindingProxy; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use proxy classes; - -C++ service class (defined in soappaylidwsdlBindingService.h): -@code - class paylidwsdlBindingService; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use service classes; - -*/ - -//gsoap paylid service method-protocol: checkTransferStatus SOAP -//gsoap paylid service method-style: checkTransferStatus rpc -//gsoap paylid service method-encoding: checkTransferStatus http://schemas.xmlsoap.org/soap/encoding/ -//gsoap paylid service method-input-action: checkTransferStatus urn:paylidwsdl#checkTransferStatus -//gsoap paylid service method-output-action: checkTransferStatus urn:paylidwsdl#checkTransferStatusResponse -int paylid__checkTransferStatus( - std::string terminalID, ///< Input parameter - std::string transactionRef, ///< Input parameter - std::string hmac, ///< Input parameter - struct paylid__checkTransferStatusResponse& ///< Output response struct parameter -); - -/******************************************************************************\ - * * - * Service Operation * - * paylid__directAirTimeTopUp * - * * -\******************************************************************************/ - -/// Operation response struct "paylid__directAirTimeTopUpResponse" of operation "paylid__directAirTimeTopUp" -struct paylid__directAirTimeTopUpResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; - -/// Operation "paylid__directAirTimeTopUp" of service binding "paylidwsdlBinding" - -/** - -Operation details: -Direct air time top up - - - http://schemas.xmlsoap.org/soap/encoding/ RPC encodingStyle="SOAP" - - - Action: "urn:paylidwsdl#checkTransferStatus" - - - Addressing input action: "urn:paylidwsdl#checkTransferStatus" - - - Addressing output action: "urn:paylidwsdl#checkTransferStatusResponse" - -C stub function (defined in soapClient.c[pp] generated by soapcpp2): -@code - int soap_call_paylid__directAirTimeTopUp( - struct soap *soap, - NULL, // char *endpoint = NULL selects default endpoint for this operation - NULL, // char *action = NULL selects default action for this operation - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__directAirTimeTopUpResponse& - ); -@endcode - -C server function (called from the service dispatcher defined in soapServer.c[pp]): -@code - int paylid__directAirTimeTopUp( - struct soap *soap, - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__directAirTimeTopUpResponse& - ); -@endcode - -C++ proxy class (defined in soappaylidwsdlBindingProxy.h): -@code - class paylidwsdlBindingProxy; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use proxy classes; - -C++ service class (defined in soappaylidwsdlBindingService.h): -@code - class paylidwsdlBindingService; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use service classes; - -*/ - -//gsoap paylid service method-protocol: directAirTimeTopUp SOAP -//gsoap paylid service method-style: directAirTimeTopUp rpc -//gsoap paylid service method-encoding: directAirTimeTopUp http://schemas.xmlsoap.org/soap/encoding/ -//gsoap paylid service method-input-action: directAirTimeTopUp urn:paylidwsdl#checkTransferStatus -//gsoap paylid service method-output-action: directAirTimeTopUp urn:paylidwsdl#checkTransferStatusResponse -int paylid__directAirTimeTopUp( - std::string terminalID, ///< Input parameter - std::string topupData, ///< Input parameter - std::string hmac, ///< Input parameter - struct paylid__directAirTimeTopUpResponse& ///< Output response struct parameter -); - -/******************************************************************************\ - * * - * Service Operation * - * paylid__currentXrate * - * * -\******************************************************************************/ - -/// Operation response struct "paylid__currentXrateResponse" of operation "paylid__currentXrate" -struct paylid__currentXrateResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; - -/// Operation "paylid__currentXrate" of service binding "paylidwsdlBinding" - -/** - -Operation details: -Get Current XRAte - - - http://schemas.xmlsoap.org/soap/encoding/ RPC encodingStyle="SOAP" - - - Action: "urn:paylidwsdl#currentXrate" - - - Addressing input action: "urn:paylidwsdl#currentXrate" - - - Addressing output action: "urn:paylidwsdl#currentXrateResponse" - -C stub function (defined in soapClient.c[pp] generated by soapcpp2): -@code - int soap_call_paylid__currentXrate( - struct soap *soap, - NULL, // char *endpoint = NULL selects default endpoint for this operation - NULL, // char *action = NULL selects default action for this operation - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__currentXrateResponse& - ); -@endcode - -C server function (called from the service dispatcher defined in soapServer.c[pp]): -@code - int paylid__currentXrate( - struct soap *soap, - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__currentXrateResponse& - ); -@endcode - -C++ proxy class (defined in soappaylidwsdlBindingProxy.h): -@code - class paylidwsdlBindingProxy; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use proxy classes; - -C++ service class (defined in soappaylidwsdlBindingService.h): -@code - class paylidwsdlBindingService; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use service classes; - -*/ - -//gsoap paylid service method-protocol: currentXrate SOAP -//gsoap paylid service method-style: currentXrate rpc -//gsoap paylid service method-encoding: currentXrate http://schemas.xmlsoap.org/soap/encoding/ -//gsoap paylid service method-input-action: currentXrate urn:paylidwsdl#currentXrate -//gsoap paylid service method-output-action: currentXrate urn:paylidwsdl#currentXrateResponse -int paylid__currentXrate( - std::string terminalID, ///< Input parameter - std::string topupData, ///< Input parameter - std::string hmac, ///< Input parameter - struct paylid__currentXrateResponse& ///< Output response struct parameter -); - -/******************************************************************************\ - * * - * Service Operation * - * paylid__getAccount * - * * -\******************************************************************************/ - -/// Operation response struct "paylid__getAccountResponse" of operation "paylid__getAccount" -struct paylid__getAccountResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; - -/// Operation "paylid__getAccount" of service binding "paylidwsdlBinding" - -/** - -Operation details: -Get Account Properties - - - http://schemas.xmlsoap.org/soap/encoding/ RPC encodingStyle="SOAP" - - - Action: "urn:paylidwsdl#getAccount" - - - Addressing input action: "urn:paylidwsdl#getAccount" - - - Addressing output action: "urn:paylidwsdl#getAccountResponse" - -C stub function (defined in soapClient.c[pp] generated by soapcpp2): -@code - int soap_call_paylid__getAccount( - struct soap *soap, - NULL, // char *endpoint = NULL selects default endpoint for this operation - NULL, // char *action = NULL selects default action for this operation - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__getAccountResponse& - ); -@endcode - -C server function (called from the service dispatcher defined in soapServer.c[pp]): -@code - int paylid__getAccount( - struct soap *soap, - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__getAccountResponse& - ); -@endcode - -C++ proxy class (defined in soappaylidwsdlBindingProxy.h): -@code - class paylidwsdlBindingProxy; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use proxy classes; - -C++ service class (defined in soappaylidwsdlBindingService.h): -@code - class paylidwsdlBindingService; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use service classes; - -*/ - -//gsoap paylid service method-protocol: getAccount SOAP -//gsoap paylid service method-style: getAccount rpc -//gsoap paylid service method-encoding: getAccount http://schemas.xmlsoap.org/soap/encoding/ -//gsoap paylid service method-input-action: getAccount urn:paylidwsdl#getAccount -//gsoap paylid service method-output-action: getAccount urn:paylidwsdl#getAccountResponse -int paylid__getAccount( - std::string terminalID, ///< Input parameter - std::string topupData, ///< Input parameter - std::string hmac, ///< Input parameter - struct paylid__getAccountResponse & ///< Output response struct parameter -); - -/******************************************************************************\ - * * - * Service Operation * - * paylid__getTrxStatus * - * * -\******************************************************************************/ - -/// Operation response struct "paylid__getTrxStatusResponse" of operation "paylid__getTrxStatus" -struct paylid__getTrxStatusResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; - -/// Operation "paylid__getTrxStatus" of service binding "paylidwsdlBinding" - -/** - -Operation details: -General Get Transaction Status - - - http://schemas.xmlsoap.org/soap/encoding/ RPC encodingStyle="SOAP" - - - Action: "urn:paylidwsdl#getTrxStatus" - - - Addressing input action: "urn:paylidwsdl#getTrxStatus" - - - Addressing output action: "urn:paylidwsdl#getTrxStatusResponse" - -C stub function (defined in soapClient.c[pp] generated by soapcpp2): -@code - int soap_call_paylid__getTrxStatus( - struct soap *soap, - NULL, // char *endpoint = NULL selects default endpoint for this operation - NULL, // char *action = NULL selects default action for this operation - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__getTrxStatusResponse& - ); -@endcode - -C server function (called from the service dispatcher defined in soapServer.c[pp]): -@code - int paylid__getTrxStatus( - struct soap *soap, - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__getTrxStatusResponse& - ); -@endcode - -C++ proxy class (defined in soappaylidwsdlBindingProxy.h): -@code - class paylidwsdlBindingProxy; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use proxy classes; - -C++ service class (defined in soappaylidwsdlBindingService.h): -@code - class paylidwsdlBindingService; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use service classes; - -*/ - -//gsoap paylid service method-protocol: getTrxStatus SOAP -//gsoap paylid service method-style: getTrxStatus rpc -//gsoap paylid service method-encoding: getTrxStatus http://schemas.xmlsoap.org/soap/encoding/ -//gsoap paylid service method-input-action: getTrxStatus urn:paylidwsdl#getTrxStatus -//gsoap paylid service method-output-action: getTrxStatus urn:paylidwsdl#getTrxStatusResponse -int paylid__getTrxStatus( - std::string terminalID, ///< Input parameter - std::string topupData, ///< Input parameter - std::string hmac, ///< Input parameter - struct paylid__getTrxStatusResponse& ///< Output response struct parameter -); - -/******************************************************************************\ - * * - * Service Operation * - * paylid__getSupportedBanks * - * * -\******************************************************************************/ - -/// Operation response struct "paylid__getSupportedBanksResponse" of operation "paylid__getSupportedBanks" -struct paylid__getSupportedBanksResponse -{ - std::string Code; - std::string Data; - std::string Hmac; -}; - -/// Operation "paylid__getSupportedBanks" of service binding "paylidwsdlBinding" - -/** - -Operation details: -General List of supported banks based on country - - - http://schemas.xmlsoap.org/soap/encoding/ RPC encodingStyle="SOAP" - - - Action: "urn:paylidwsdl#getSupportedBanks" - - - Addressing input action: "urn:paylidwsdl#getSupportedBanks" - - - Addressing output action: "urn:paylidwsdl#getSupportedBanksResponse" - -C stub function (defined in soapClient.c[pp] generated by soapcpp2): -@code - int soap_call_paylid__getSupportedBanks( - struct soap *soap, - NULL, // char *endpoint = NULL selects default endpoint for this operation - NULL, // char *action = NULL selects default action for this operation - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__getSupportedBanksResponse& - ); -@endcode - -C server function (called from the service dispatcher defined in soapServer.c[pp]): -@code - int paylid__getSupportedBanks( - struct soap *soap, - // input parameters: - std::string terminalID, - std::string topupData, - std::string hmac, - // output parameters: - struct paylid__getSupportedBanksResponse& - ); -@endcode - -C++ proxy class (defined in soappaylidwsdlBindingProxy.h): -@code - class paylidwsdlBindingProxy; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use proxy classes; - -C++ service class (defined in soappaylidwsdlBindingService.h): -@code - class paylidwsdlBindingService; -@endcode -Important: use soapcpp2 option '-j' (or '-i') to generate greatly improved and easy-to-use service classes; - -*/ - -//gsoap paylid service method-protocol: getSupportedBanks SOAP -//gsoap paylid service method-style: getSupportedBanks rpc -//gsoap paylid service method-encoding: getSupportedBanks http://schemas.xmlsoap.org/soap/encoding/ -//gsoap paylid service method-input-action: getSupportedBanks urn:paylidwsdl#getSupportedBanks -//gsoap paylid service method-output-action: getSupportedBanks urn:paylidwsdl#getSupportedBanksResponse -int paylid__getSupportedBanks( - std::string terminalID, ///< Input parameter - std::string topupData, ///< Input parameter - std::string hmac, ///< Input parameter - struct paylid__getSupportedBanksResponse& ///< Output response struct parameter -); - -/** - -@page paylidwsdlBinding Binding "paylidwsdlBinding" - -@section paylidwsdlBinding_policy_enablers Policy Enablers of Binding "paylidwsdlBinding" - -Based on policies, this service imports - - - WS-Policy reminders and enablers: - - WS-Addressing 1.0 (2005/08, accepts 2004/08): - @code - #import "wsa5.h" // to be added to this header file for the soapcpp2 build step - @endcode - @code - #include "plugin/wsaapi.h" - soap_register_plugin(soap, soap_wsa); // register the wsa plugin in your code - // See the user guide gsoap/doc/wsa/html/index.html - @endcode - - WS-Addressing (2004/08): - @code - #import "wsa.h" // to be added to this header file for the soapcpp2 build step - @endcode - @code - #include "plugin/wsaapi.h" - soap_register_plugin(soap, soap_wsa); // register the wsa plugin in your code - // See the user guide gsoap/doc/wsa/html/index.html - @endcode - - WS-ReliableMessaging 1.0: - @code - #import "wsrm5.h" // to be added to this header file for the soapcpp2 build step - @endcode - @code - #include "plugin/wsrmapi.h" - soap_register_plugin(soap, soap_wsa); // register the wsa plugin in your code - soap_register_plugin(soap, soap_wsrm); // register the wsrm plugin in your code - // See the user guide gsoap/doc/wsrm/html/index.html - @endcode - - WS-ReliableMessaging 1.1: - @code - #import "wsrm.h" // to be added to this header file for the soapcpp2 build step - @endcode - @code - #include "plugin/wsrmapi.h" - soap_register_plugin(soap, soap_wsa); // register the wsa plugin in your code - soap_register_plugin(soap, soap_wsrm); // register the wsrm plugin in your code - // See the user guide gsoap/doc/wsrm/html/index.html - @endcode - - WS-Security (SOAP Message Security) 1.0 (accepts 1.1): - @code - #import "wsse.h" // to be added to this header file for the soapcpp2 build step - @endcode - @code - #include "plugin/wsseapi.h" - soap_register_plugin(soap, soap_wsse); // register the wsse plugin in your code - // See the user guide gsoap/doc/wsse/html/index.html - @endcode - - WS-Security (SOAP Message Security) 1.1 (accepts 1.0): - @code - #import "wsse11.h" // to be added to this header file for the soapcpp2 build step - @endcode - @code - #include "plugin/wsseapi.h" - soap_register_plugin(soap, soap_wsse); // register the wsse plugin in your code - // See the user guide gsoap/doc/wsse/html/index.html - @endcode - - HTTP Digest Authentication: - @code - #include "plugin/httpda.h" - soap_register_plugin(soap, soap_http_da); // register the HTTP DA plugin in your code - // See the user guide gsoap/doc/httpda/html/index.html - @endcode -*/ - - -/******************************************************************************\ - * * - * XML Data Binding * - * * -\******************************************************************************/ - - -/** - -@page page_XMLDataBinding XML Data Binding - -SOAP/XML services use data bindings contractually bound by WSDL and auto- -generated by wsdl2h and soapcpp2 (see Service Bindings). Plain data bindings -are adopted from XML schemas as part of the WSDL types section or when running -wsdl2h on a set of schemas to produce non-SOAP-based XML data bindings. - -The following readers and writers are C/C++ data type (de)serializers auto- -generated by wsdl2h and soapcpp2. Run soapcpp2 on this file to generate the -(de)serialization code, which is stored in soapC.c[pp]. Include "soapH.h" in -your code to import these data type and function declarations. Only use the -soapcpp2-generated files in your project build. Do not include the wsdl2h- -generated .h file in your code. - -Data can be read in XML and deserialized from: - - a file descriptor, using soap->recvfd = fd - - a socket, using soap->socket = ... - - a C++ stream, using soap->is = ... - - a buffer, using the soap->frecv() callback - -Data can be serialized in XML and written to: - - a file descriptor, using soap->sendfd = fd - - a socket, using soap->socket = ... - - a C++ stream, using soap->os = ... - - a buffer, using the soap->fsend() callback - -The following options are available for (de)serialization control: - - soap->encodingStyle = NULL; to remove SOAP 1.1/1.2 encodingStyle - - soap_mode(soap, SOAP_XML_TREE); XML without id-ref (no cycles!) - - soap_mode(soap, SOAP_XML_GRAPH); XML with id-ref (including cycles) - - soap_set_namespaces(soap, struct Namespace *nsmap); to set xmlns bindings - - -@section paylid Top-level root elements of schema "urn:paylidwsdl" - -*/ - -} // namespace paylid - -/* End of PaylidService.h */ diff --git a/coregrade/src/shared_tool/paylid/paylid.nsmap b/coregrade/src/shared_tool/paylid/paylid.nsmap deleted file mode 100644 index 56fcbcc..0000000 --- a/coregrade/src/shared_tool/paylid/paylid.nsmap +++ /dev/null @@ -1,11 +0,0 @@ - -#include "paylidH.h" -SOAP_NMAC struct Namespace paylid_namespaces[] = -{ - {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL}, - {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL}, - {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, - {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, - {"paylid", "urn:paylidwsdl", NULL, NULL}, - {NULL, NULL, NULL, NULL} -}; diff --git a/coregrade/src/shared_tool/paylid/paylidC.cpp b/coregrade/src/shared_tool/paylid/paylidC.cpp deleted file mode 100644 index 87cc9c3..0000000 --- a/coregrade/src/shared_tool/paylid/paylidC.cpp +++ /dev/null @@ -1,3873 +0,0 @@ -/* paylidC.cpp - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#if defined(__BORLANDC__) -#pragma option push -w-8060 -#pragma option push -w-8004 -#endif - -#include "paylidH.h" - -namespace paylid { - -SOAP_SOURCE_STAMP("@(#) paylidC.cpp ver 2.8.16 2020-04-13 12:29:32 GMT") - - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 int SOAP_FMAC4 soap_getheader(struct soap *soap) -{ - soap->part = SOAP_IN_HEADER; - soap->header = soap_in_SOAP_ENV__Header(soap, "SOAP-ENV:Header", soap->header, NULL); - soap->part = SOAP_END_HEADER; - return soap->header == NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putheader(struct soap *soap) -{ - if (soap->version && soap->header) - { soap->part = SOAP_IN_HEADER; - if (soap_out_SOAP_ENV__Header(soap, "SOAP-ENV:Header", 0, soap->header, NULL)) - return soap->error; - soap->part = SOAP_END_HEADER; - } - return SOAP_OK; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader(struct soap *soap) -{ - if (soap->version && soap->header) - soap_serialize_SOAP_ENV__Header(soap, soap->header); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_header(struct soap *soap) -{ - if (soap->header == NULL) - { if ((soap->header = soap_new_SOAP_ENV__Header(soap, -1))) - soap_default_SOAP_ENV__Header(soap, soap->header); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_fault(struct soap *soap) -{ - if (soap->fault == NULL) - { soap->fault = soap_new_SOAP_ENV__Fault(soap, -1); - if (soap->fault == NULL) - return; - soap_default_SOAP_ENV__Fault(soap, soap->fault); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Code) - { soap->fault->SOAP_ENV__Code = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Reason) - { soap->fault->SOAP_ENV__Reason = soap_new_SOAP_ENV__Reason(soap, -1); - soap_default_SOAP_ENV__Reason(soap, soap->fault->SOAP_ENV__Reason); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializefault(struct soap *soap) -{ - soap_fault(soap); - if (soap->fault) - soap_serialize_SOAP_ENV__Fault(soap, soap->fault); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putfault(struct soap *soap) -{ - if (soap->fault) - return soap_put_SOAP_ENV__Fault(soap, soap->fault, "SOAP-ENV:Fault", NULL); - return SOAP_OK; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_getfault(struct soap *soap) -{ - return (soap->fault = soap_get_SOAP_ENV__Fault(soap, NULL, "SOAP-ENV:Fault", NULL)) == NULL; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2 && soap->fault->SOAP_ENV__Code) - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Value; - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultsubcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode == NULL) - { soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode); - } - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; - } - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char * SOAP_FMAC4 soap_check_faultsubcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Code && soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode && soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode) - return soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; - return NULL; - } - return soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultstring(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - return (const char**)&soap->fault->SOAP_ENV__Reason->SOAP_ENV__Text; - return (const char**)&soap->fault->faultstring; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultdetail(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Detail == NULL) - { soap->fault->SOAP_ENV__Detail = soap_new_SOAP_ENV__Detail(soap, -1); - soap_default_SOAP_ENV__Detail(soap, soap->fault->SOAP_ENV__Detail); - } - return (const char**)&soap->fault->SOAP_ENV__Detail->__any; - } - if (soap->fault->detail == NULL) - { soap->fault->detail = soap_new_SOAP_ENV__Detail(soap, -1); - soap_default_SOAP_ENV__Detail(soap, soap->fault->detail); - } - return (const char**)&soap->fault->detail->__any; -} - -SOAP_FMAC3 const char * SOAP_FMAC4 soap_check_faultdetail(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2 && soap->fault->SOAP_ENV__Detail) - return soap->fault->SOAP_ENV__Detail->__any; - if (soap->fault->detail) - return soap->fault->detail->__any; - return NULL; -} - -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap *soap) -{ - int t; - if (soap->version == 1) - { for (;;) - { if (!soap_getelement(soap, &t)) - if (soap->error || soap_ignore_element(soap)) - break; - } - } - if (soap->error == SOAP_NO_TAG || soap->error == SOAP_EOF) - soap->error = SOAP_OK; - return soap->error; -} -#endif -SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) -{ (void)type; - if (soap_peek_element(soap)) - return NULL; -#ifndef WITH_NOIDREF - if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) - *type = soap_lookup_type(soap, soap->href); - switch (*type) - { - case SOAP_TYPE_paylid_byte: - return soap_in_byte(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_paylid_int: - return soap_in_int(soap, NULL, NULL, "xsd:int"); - case SOAP_TYPE_paylid_std__string: - return soap_in_std__string(soap, NULL, NULL, "xsd:string"); - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - return soap_in_paylid__getSupportedBanks(soap, NULL, NULL, "paylid:getSupportedBanks"); - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - return soap_in_paylid__getSupportedBanksResponse(soap, NULL, NULL, "paylid:getSupportedBanksResponse"); - case SOAP_TYPE_paylid_paylid__getTrxStatus: - return soap_in_paylid__getTrxStatus(soap, NULL, NULL, "paylid:getTrxStatus"); - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - return soap_in_paylid__getTrxStatusResponse(soap, NULL, NULL, "paylid:getTrxStatusResponse"); - case SOAP_TYPE_paylid_paylid__getAccount: - return soap_in_paylid__getAccount(soap, NULL, NULL, "paylid:getAccount"); - case SOAP_TYPE_paylid_paylid__getAccountResponse: - return soap_in_paylid__getAccountResponse(soap, NULL, NULL, "paylid:getAccountResponse"); - case SOAP_TYPE_paylid_paylid__currentXrate: - return soap_in_paylid__currentXrate(soap, NULL, NULL, "paylid:currentXrate"); - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - return soap_in_paylid__currentXrateResponse(soap, NULL, NULL, "paylid:currentXrateResponse"); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - return soap_in_paylid__directAirTimeTopUp(soap, NULL, NULL, "paylid:directAirTimeTopUp"); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - return soap_in_paylid__directAirTimeTopUpResponse(soap, NULL, NULL, "paylid:directAirTimeTopUpResponse"); - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - return soap_in_paylid__checkTransferStatus(soap, NULL, NULL, "paylid:checkTransferStatus"); - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - return soap_in_paylid__checkTransferStatusResponse(soap, NULL, NULL, "paylid:checkTransferStatusResponse"); - case SOAP_TYPE_paylid_paylid__transferFund: - return soap_in_paylid__transferFund(soap, NULL, NULL, "paylid:transferFund"); - case SOAP_TYPE_paylid_paylid__transferFundResponse: - return soap_in_paylid__transferFundResponse(soap, NULL, NULL, "paylid:transferFundResponse"); - case SOAP_TYPE_paylid_paylid__getAccountBalance: - return soap_in_paylid__getAccountBalance(soap, NULL, NULL, "paylid:getAccountBalance"); - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - return soap_in_paylid__getAccountBalanceResponse(soap, NULL, NULL, "paylid:getAccountBalanceResponse"); - case SOAP_TYPE_paylid__QName: - { char **s; - s = soap_in__QName(soap, NULL, NULL, "xsd:QName"); - return s ? *s : NULL; - } - case SOAP_TYPE_paylid_string: - { char **s; - s = soap_in_string(soap, NULL, NULL, "xsd:string"); - return s ? *s : NULL; - } - default: -#else - *type = 0; -#endif - { const char *t = soap->type; - if (!*t) - t = soap->tag; - if (!soap_match_tag(soap, t, "xsd:string")) - { *type = SOAP_TYPE_paylid_std__string; - return soap_in_std__string(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_paylid_byte; - return soap_in_byte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:int")) - { *type = SOAP_TYPE_paylid_int; - return soap_in_int(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getSupportedBanks")) - { *type = SOAP_TYPE_paylid_paylid__getSupportedBanks; - return soap_in_paylid__getSupportedBanks(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getSupportedBanksResponse")) - { *type = SOAP_TYPE_paylid_paylid__getSupportedBanksResponse; - return soap_in_paylid__getSupportedBanksResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getTrxStatus")) - { *type = SOAP_TYPE_paylid_paylid__getTrxStatus; - return soap_in_paylid__getTrxStatus(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getTrxStatusResponse")) - { *type = SOAP_TYPE_paylid_paylid__getTrxStatusResponse; - return soap_in_paylid__getTrxStatusResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getAccount")) - { *type = SOAP_TYPE_paylid_paylid__getAccount; - return soap_in_paylid__getAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getAccountResponse")) - { *type = SOAP_TYPE_paylid_paylid__getAccountResponse; - return soap_in_paylid__getAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:currentXrate")) - { *type = SOAP_TYPE_paylid_paylid__currentXrate; - return soap_in_paylid__currentXrate(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:currentXrateResponse")) - { *type = SOAP_TYPE_paylid_paylid__currentXrateResponse; - return soap_in_paylid__currentXrateResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:directAirTimeTopUp")) - { *type = SOAP_TYPE_paylid_paylid__directAirTimeTopUp; - return soap_in_paylid__directAirTimeTopUp(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:directAirTimeTopUpResponse")) - { *type = SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse; - return soap_in_paylid__directAirTimeTopUpResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:checkTransferStatus")) - { *type = SOAP_TYPE_paylid_paylid__checkTransferStatus; - return soap_in_paylid__checkTransferStatus(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:checkTransferStatusResponse")) - { *type = SOAP_TYPE_paylid_paylid__checkTransferStatusResponse; - return soap_in_paylid__checkTransferStatusResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:transferFund")) - { *type = SOAP_TYPE_paylid_paylid__transferFund; - return soap_in_paylid__transferFund(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:transferFundResponse")) - { *type = SOAP_TYPE_paylid_paylid__transferFundResponse; - return soap_in_paylid__transferFundResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getAccountBalance")) - { *type = SOAP_TYPE_paylid_paylid__getAccountBalance; - return soap_in_paylid__getAccountBalance(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getAccountBalanceResponse")) - { *type = SOAP_TYPE_paylid_paylid__getAccountBalanceResponse; - return soap_in_paylid__getAccountBalanceResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { char **s; - *type = SOAP_TYPE_paylid__QName; - s = soap_in__QName(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - if (!soap_match_tag(soap, t, "xsd:string")) - { char **s; - *type = SOAP_TYPE_paylid_string; - s = soap_in_string(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - t = soap->tag; -#ifndef WITH_NOIDREF - } -#endif - } - soap->error = SOAP_TAG_MISMATCH; - return NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap *soap) -{ - if (!soap_peek_element(soap)) - { int t; - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unexpected element '%s' in input (level=%u, %d)\n", soap->tag, soap->level, soap->body)); - if (soap->mustUnderstand && !soap->other) - return soap->error = SOAP_MUSTUNDERSTAND; - if (((soap->mode & SOAP_XML_STRICT) && soap->part != SOAP_IN_HEADER) || !soap_match_tag(soap, soap->tag, "SOAP-ENV:")) - { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "REJECTING element '%s'\n", soap->tag)); - return soap->error = SOAP_TAG_MISMATCH; - } - if (!*soap->id || !soap_getelement(soap, &t)) - { soap->peeked = 0; - if (soap->fignore) - soap->error = soap->fignore(soap, soap->tag); - else - soap->error = SOAP_OK; - DBGLOG(TEST, if (!soap->error) SOAP_MESSAGE(fdebug, "IGNORING element '%s'\n", soap->tag)); - if (!soap->error && soap->body) - { soap->level++; - while (!soap_ignore_element(soap)) - ; - if (soap->error == SOAP_NO_TAG) - soap->error = soap_element_end_in(soap, NULL); - } - } - } - return soap->error; -} - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap *soap) -{ - int i; - struct soap_plist *pp; - if (soap->version == 1 && soap->encodingStyle && !(soap->mode & (SOAP_XML_TREE | SOAP_XML_GRAPH))) - for (i = 0; i < SOAP_PTRHASH; i++) - for (pp = soap->pht[i]; pp; pp = pp->next) - if (pp->mark1 == 2 || pp->mark2 == 2) - if (soap_putelement(soap, pp->ptr, "id", pp->id, pp->type)) - return soap->error; - return SOAP_OK; -} -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *soap, const void *ptr, const char *tag, int id, int type) -{ (void)tag; - switch (type) - { - case SOAP_TYPE_paylid_byte: - return soap_out_byte(soap, tag, id, (const char *)ptr, "xsd:byte"); - case SOAP_TYPE_paylid_int: - return soap_out_int(soap, tag, id, (const int *)ptr, "xsd:int"); - case SOAP_TYPE_paylid_std__string: - return soap_out_std__string(soap, tag, id, (const std::string *)ptr, "xsd:string"); - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - return soap_out_paylid__getSupportedBanks(soap, tag, id, (const struct paylid__getSupportedBanks *)ptr, "paylid:getSupportedBanks"); - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - return soap_out_paylid__getSupportedBanksResponse(soap, tag, id, (const struct paylid__getSupportedBanksResponse *)ptr, "paylid:getSupportedBanksResponse"); - case SOAP_TYPE_paylid_paylid__getTrxStatus: - return soap_out_paylid__getTrxStatus(soap, tag, id, (const struct paylid__getTrxStatus *)ptr, "paylid:getTrxStatus"); - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - return soap_out_paylid__getTrxStatusResponse(soap, tag, id, (const struct paylid__getTrxStatusResponse *)ptr, "paylid:getTrxStatusResponse"); - case SOAP_TYPE_paylid_paylid__getAccount: - return soap_out_paylid__getAccount(soap, tag, id, (const struct paylid__getAccount *)ptr, "paylid:getAccount"); - case SOAP_TYPE_paylid_paylid__getAccountResponse: - return soap_out_paylid__getAccountResponse(soap, tag, id, (const struct paylid__getAccountResponse *)ptr, "paylid:getAccountResponse"); - case SOAP_TYPE_paylid_paylid__currentXrate: - return soap_out_paylid__currentXrate(soap, tag, id, (const struct paylid__currentXrate *)ptr, "paylid:currentXrate"); - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - return soap_out_paylid__currentXrateResponse(soap, tag, id, (const struct paylid__currentXrateResponse *)ptr, "paylid:currentXrateResponse"); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - return soap_out_paylid__directAirTimeTopUp(soap, tag, id, (const struct paylid__directAirTimeTopUp *)ptr, "paylid:directAirTimeTopUp"); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - return soap_out_paylid__directAirTimeTopUpResponse(soap, tag, id, (const struct paylid__directAirTimeTopUpResponse *)ptr, "paylid:directAirTimeTopUpResponse"); - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - return soap_out_paylid__checkTransferStatus(soap, tag, id, (const struct paylid__checkTransferStatus *)ptr, "paylid:checkTransferStatus"); - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - return soap_out_paylid__checkTransferStatusResponse(soap, tag, id, (const struct paylid__checkTransferStatusResponse *)ptr, "paylid:checkTransferStatusResponse"); - case SOAP_TYPE_paylid_paylid__transferFund: - return soap_out_paylid__transferFund(soap, tag, id, (const struct paylid__transferFund *)ptr, "paylid:transferFund"); - case SOAP_TYPE_paylid_paylid__transferFundResponse: - return soap_out_paylid__transferFundResponse(soap, tag, id, (const struct paylid__transferFundResponse *)ptr, "paylid:transferFundResponse"); - case SOAP_TYPE_paylid_paylid__getAccountBalance: - return soap_out_paylid__getAccountBalance(soap, tag, id, (const struct paylid__getAccountBalance *)ptr, "paylid:getAccountBalance"); - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - return soap_out_paylid__getAccountBalanceResponse(soap, tag, id, (const struct paylid__getAccountBalanceResponse *)ptr, "paylid:getAccountBalanceResponse"); - case SOAP_TYPE_paylid__QName: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:QName"); - case SOAP_TYPE_paylid_string: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:string"); - } - return SOAP_OK; -} - -#ifndef WITH_NOIDREF -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap *soap, const void *ptr, int type) -{ - (void)soap; (void)ptr; (void)type; /* appease -Wall -Werror */ - switch (type) - { - case SOAP_TYPE_paylid_std__string: - soap_serialize_std__string(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - soap_serialize_paylid__getSupportedBanks(soap, (const struct paylid__getSupportedBanks *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - soap_serialize_paylid__getSupportedBanksResponse(soap, (const struct paylid__getSupportedBanksResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getTrxStatus: - soap_serialize_paylid__getTrxStatus(soap, (const struct paylid__getTrxStatus *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - soap_serialize_paylid__getTrxStatusResponse(soap, (const struct paylid__getTrxStatusResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccount: - soap_serialize_paylid__getAccount(soap, (const struct paylid__getAccount *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountResponse: - soap_serialize_paylid__getAccountResponse(soap, (const struct paylid__getAccountResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__currentXrate: - soap_serialize_paylid__currentXrate(soap, (const struct paylid__currentXrate *)ptr); - break; - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - soap_serialize_paylid__currentXrateResponse(soap, (const struct paylid__currentXrateResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - soap_serialize_paylid__directAirTimeTopUp(soap, (const struct paylid__directAirTimeTopUp *)ptr); - break; - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - soap_serialize_paylid__directAirTimeTopUpResponse(soap, (const struct paylid__directAirTimeTopUpResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - soap_serialize_paylid__checkTransferStatus(soap, (const struct paylid__checkTransferStatus *)ptr); - break; - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - soap_serialize_paylid__checkTransferStatusResponse(soap, (const struct paylid__checkTransferStatusResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__transferFund: - soap_serialize_paylid__transferFund(soap, (const struct paylid__transferFund *)ptr); - break; - case SOAP_TYPE_paylid_paylid__transferFundResponse: - soap_serialize_paylid__transferFundResponse(soap, (const struct paylid__transferFundResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountBalance: - soap_serialize_paylid__getAccountBalance(soap, (const struct paylid__getAccountBalance *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - soap_serialize_paylid__getAccountBalanceResponse(soap, (const struct paylid__getAccountBalanceResponse *)ptr); - break; - case SOAP_TYPE_paylid__QName: - soap_serialize_string(soap, (char*const*)&ptr); - break; - case SOAP_TYPE_paylid_string: - soap_serialize_string(soap, (char*const*)&ptr); - break; - } -} -#endif - -SOAP_FMAC3 void * SOAP_FMAC4 paylid_instantiate(struct soap *soap, int t, const char *type, const char *arrayType, size_t *n) -{ (void)type; - switch (t) - { - case SOAP_TYPE_paylid_std__string: - return (void*)soap_instantiate_std__string(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - return (void*)soap_instantiate_paylid__getAccountBalanceResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getAccountBalance: - return (void*)soap_instantiate_paylid__getAccountBalance(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__transferFundResponse: - return (void*)soap_instantiate_paylid__transferFundResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__transferFund: - return (void*)soap_instantiate_paylid__transferFund(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - return (void*)soap_instantiate_paylid__checkTransferStatusResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - return (void*)soap_instantiate_paylid__checkTransferStatus(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - return (void*)soap_instantiate_paylid__directAirTimeTopUpResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - return (void*)soap_instantiate_paylid__directAirTimeTopUp(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - return (void*)soap_instantiate_paylid__currentXrateResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__currentXrate: - return (void*)soap_instantiate_paylid__currentXrate(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getAccountResponse: - return (void*)soap_instantiate_paylid__getAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getAccount: - return (void*)soap_instantiate_paylid__getAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - return (void*)soap_instantiate_paylid__getTrxStatusResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getTrxStatus: - return (void*)soap_instantiate_paylid__getTrxStatus(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - return (void*)soap_instantiate_paylid__getSupportedBanksResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - return (void*)soap_instantiate_paylid__getSupportedBanks(soap, -1, type, arrayType, n); -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Header: - return (void*)soap_instantiate_SOAP_ENV__Header(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Code: - return (void*)soap_instantiate_SOAP_ENV__Code(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Detail: - return (void*)soap_instantiate_SOAP_ENV__Detail(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Reason: - return (void*)soap_instantiate_SOAP_ENV__Reason(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Fault: - return (void*)soap_instantiate_SOAP_ENV__Fault(soap, -1, type, arrayType, n); -#endif - } - return NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 paylid_fdelete(struct soap_clist *p) -{ switch (p->type) - { - case SOAP_TYPE_paylid_std__string: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__getAccountBalanceResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getAccountBalanceResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountBalance: - if (p->size < 0) - SOAP_DELETE((struct paylid__getAccountBalance*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getAccountBalance*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__transferFundResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__transferFundResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__transferFundResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__transferFund: - if (p->size < 0) - SOAP_DELETE((struct paylid__transferFund*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__transferFund*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__checkTransferStatusResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__checkTransferStatusResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - if (p->size < 0) - SOAP_DELETE((struct paylid__checkTransferStatus*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__checkTransferStatus*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__directAirTimeTopUpResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__directAirTimeTopUpResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - if (p->size < 0) - SOAP_DELETE((struct paylid__directAirTimeTopUp*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__directAirTimeTopUp*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__currentXrateResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__currentXrateResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__currentXrate: - if (p->size < 0) - SOAP_DELETE((struct paylid__currentXrate*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__currentXrate*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__getAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getAccountResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccount: - if (p->size < 0) - SOAP_DELETE((struct paylid__getAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getAccount*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__getTrxStatusResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getTrxStatusResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getTrxStatus: - if (p->size < 0) - SOAP_DELETE((struct paylid__getTrxStatus*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getTrxStatus*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__getSupportedBanksResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getSupportedBanksResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - if (p->size < 0) - SOAP_DELETE((struct paylid__getSupportedBanks*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getSupportedBanks*)p->ptr); - break; -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Header: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Header*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Code: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Code*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Detail: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Detail*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Reason: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Reason*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Fault: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Fault*)p->ptr); - break; -#endif - default: return SOAP_ERR; - } - return SOAP_OK; -} - -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) -{ return soap_id_enter(soap, id, p, t, n, 0, type, arrayType, paylid_instantiate); -} - -SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward(struct soap *soap, const char *href, void *p, size_t len, int st, int tt, size_t n, unsigned int k) -{ return soap_id_forward(soap, href, p, len, st, tt, n, k, paylid_container_insert); -} - -SOAP_FMAC3 void SOAP_FMAC4 paylid_container_insert(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -#ifdef WIN32 -#pragma warning(push) -#pragma warning(disable:4065) -#endif -{ - (void)soap; (void)st; (void)p; (void)len; (void)q; (void)n; /* appease -Wall -Werror */ - switch (tt) - { - default: - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not insert type=%d in %d\n", st, tt)); - } -#ifdef WIN32 -#pragma warning(pop) -#endif -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap *soap, char *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_byte - *a = SOAP_DEFAULT_byte; -#else - *a = (char)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap *soap, const char *tag, int id, const char *a, const char *type) -{ (void)soap; (void)type; (void)tag; (void)id; - return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_paylid_byte); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap *soap, const char *tag, char *a, const char *type) -{ char *p; - p = soap_inbyte(soap, tag, a, type, SOAP_TYPE_paylid_byte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap *soap, const char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_byte); - if (soap_out_byte(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap *soap, char *p, const char *tag, const char *type) -{ - if ((p = soap_in_byte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap *soap, int *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_int - *a = SOAP_DEFAULT_int; -#else - *a = (int)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap *soap, const char *tag, int id, const int *a, const char *type) -{ (void)soap; (void)type; (void)tag; (void)id; - return soap_outint(soap, tag, id, a, type, SOAP_TYPE_paylid_int); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap *soap, const char *tag, int *a, const char *type) -{ int *p; - p = soap_inint(soap, tag, a, type, SOAP_TYPE_paylid_int); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap *soap, const int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_int); - if (soap_out_int(soap, tag?tag:"int", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap *soap, int *p, const char *tag, const char *type) -{ - if ((p = soap_in_int(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_std__string(struct soap *soap, std::string *p) -{ - (void)soap; /* appease -Wall -Werror */ - p->erase(); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_std__string(struct soap *soap, const std::string *a) -{ (void)soap; (void)a; /* appease -Wall -Werror */ -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__string(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_paylid_std__string), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_std__string(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_paylid_std__string, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if (!(t = soap_string_in(soap, 1, 0, -1))) - return NULL; - s->assign(t); - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_paylid_std__string, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_paylid_std__string, 0, sizeof(std::string), 0, soap_copy_std__string); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_std__string(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_std__string); - if (soap_out_std__string(soap, tag?tag:"string", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_std__string(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_std__string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_instantiate_std__string(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_std__string(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_std__string, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(std::string); - if (size) - *size = sizeof(std::string); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(std::string, n); - if (size) - *size = n * sizeof(std::string); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (std::string*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying std::string %p -> %p\n", q, p)); - *(std::string*)p = *(std::string*)q; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap *soap, struct SOAP_ENV__Fault *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->faultcode); - soap_default_string(soap, &a->faultstring); - soap_default_string(soap, &a->faultactor); - a->detail = NULL; - a->SOAP_ENV__Code = NULL; - a->SOAP_ENV__Reason = NULL; - soap_default_string(soap, &a->SOAP_ENV__Node); - soap_default_string(soap, &a->SOAP_ENV__Role); - a->SOAP_ENV__Detail = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap *soap, const struct SOAP_ENV__Fault *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->faultcode); - soap_serialize_string(soap, &a->faultstring); - soap_serialize_string(soap, &a->faultactor); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->detail); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Code); - soap_serialize_PointerToSOAP_ENV__Reason(soap, &a->SOAP_ENV__Reason); - soap_serialize_string(soap, &a->SOAP_ENV__Node); - soap_serialize_string(soap, &a->SOAP_ENV__Role); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->SOAP_ENV__Detail); -#endif -} - -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) -{ - const char *soap_tmp_faultcode = soap_QName2s(soap, a->faultcode); - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Fault), type)) - return soap->error; - if (soap_out__QName(soap, "faultcode", -1, (char*const*)&soap_tmp_faultcode, "")) - return soap->error; - if (soap_out_string(soap, "faultstring", -1, &a->faultstring, "")) - return soap->error; - if (soap_out_string(soap, "faultactor", -1, &a->faultactor, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "detail", -1, &a->detail, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", -1, &a->SOAP_ENV__Code, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", -1, &a->SOAP_ENV__Reason, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Node", -1, &a->SOAP_ENV__Node, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Role", -1, &a->SOAP_ENV__Role, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", -1, &a->SOAP_ENV__Detail, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_faultcode = 1; - size_t soap_flag_faultstring = 1; - size_t soap_flag_faultactor = 1; - size_t soap_flag_detail = 1; - size_t soap_flag_SOAP_ENV__Code = 1; - size_t soap_flag_SOAP_ENV__Reason = 1; - size_t soap_flag_SOAP_ENV__Node = 1; - size_t soap_flag_SOAP_ENV__Role = 1; - size_t soap_flag_SOAP_ENV__Detail = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Fault *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Fault, sizeof(struct SOAP_ENV__Fault), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Fault(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_faultcode && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "faultcode", &a->faultcode, "")) - { soap_flag_faultcode--; - continue; - } - if (soap_flag_faultstring && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultstring", &a->faultstring, "xsd:string")) - { soap_flag_faultstring--; - continue; - } - if (soap_flag_faultactor && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultactor", &a->faultactor, "xsd:string")) - { soap_flag_faultactor--; - continue; - } - if (soap_flag_detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "detail", &a->detail, "")) - { soap_flag_detail--; - continue; - } - if (soap_flag_SOAP_ENV__Code && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", &a->SOAP_ENV__Code, "")) - { soap_flag_SOAP_ENV__Code--; - continue; - } - if (soap_flag_SOAP_ENV__Reason && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", &a->SOAP_ENV__Reason, "")) - { soap_flag_SOAP_ENV__Reason--; - continue; - } - if (soap_flag_SOAP_ENV__Node && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Node", &a->SOAP_ENV__Node, "xsd:string")) - { soap_flag_SOAP_ENV__Node--; - continue; - } - if (soap_flag_SOAP_ENV__Role && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Role", &a->SOAP_ENV__Role, "xsd:string")) - { soap_flag_SOAP_ENV__Role--; - continue; - } - if (soap_flag_SOAP_ENV__Detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", &a->SOAP_ENV__Detail, "")) - { soap_flag_SOAP_ENV__Detail--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Fault *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Fault, 0, sizeof(struct SOAP_ENV__Fault), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Fault); - if (soap_out_SOAP_ENV__Fault(soap, tag?tag:"SOAP-ENV:Fault", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Fault(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Fault(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Fault, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Fault); - if (size) - *size = sizeof(struct SOAP_ENV__Fault); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Fault, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Fault); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Fault*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Fault %p -> %p\n", q, p)); - *(struct SOAP_ENV__Fault*)p = *(struct SOAP_ENV__Fault*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_string(soap, &a->SOAP_ENV__Text); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap *soap, const struct SOAP_ENV__Reason *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_string(soap, &a->SOAP_ENV__Text); -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Reason), type)) - return soap->error; - if (soap->lang) - soap_set_attr(soap, "xml:lang", soap->lang, 1); - if (soap_out_string(soap, "SOAP-ENV:Text", -1, &a->SOAP_ENV__Text, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Text = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Reason *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Reason(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Text && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Text", &a->SOAP_ENV__Text, "xsd:string")) - { soap_flag_SOAP_ENV__Text--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Reason, 0, sizeof(struct SOAP_ENV__Reason), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Reason); - if (soap_out_SOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Reason(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Reason, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Reason); - if (size) - *size = sizeof(struct SOAP_ENV__Reason); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Reason, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Reason); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Reason*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Reason %p -> %p\n", q, p)); - *(struct SOAP_ENV__Reason*)p = *(struct SOAP_ENV__Reason*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->__any = NULL; - a->__type = 0; - a->fault = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap *soap, const struct SOAP_ENV__Detail *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_markelement(soap, a->fault, a->__type); -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Detail), type)) - return soap->error; - soap_outliteral(soap, "-any", &a->__any, NULL); - if (soap_putelement(soap, a->fault, "fault", -1, a->__type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag___any = 1; - size_t soap_flag_fault = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Detail *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Detail(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_fault && soap->error == SOAP_TAG_MISMATCH) - if ((a->fault = soap_getelement(soap, &a->__type))) - { soap_flag_fault = 0; - continue; - } - if (soap_flag___any && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_inliteral(soap, "-any", &a->__any)) - { soap_flag___any--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Detail, 0, sizeof(struct SOAP_ENV__Detail), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Detail); - if (soap_out_SOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Detail(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Detail, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Detail); - if (size) - *size = sizeof(struct SOAP_ENV__Detail); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Detail, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Detail); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Detail*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Detail %p -> %p\n", q, p)); - *(struct SOAP_ENV__Detail*)p = *(struct SOAP_ENV__Detail*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->SOAP_ENV__Value); - a->SOAP_ENV__Subcode = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *soap, const struct SOAP_ENV__Code *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->SOAP_ENV__Value); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Subcode); -#endif -} - -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) -{ - const char *soap_tmp_SOAP_ENV__Value = soap_QName2s(soap, a->SOAP_ENV__Value); - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Code), type)) - return soap->error; - if (soap_out__QName(soap, "SOAP-ENV:Value", -1, (char*const*)&soap_tmp_SOAP_ENV__Value, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", -1, &a->SOAP_ENV__Subcode, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Value = 1; - size_t soap_flag_SOAP_ENV__Subcode = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Code *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Code(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Value && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "SOAP-ENV:Value", &a->SOAP_ENV__Value, "")) - { soap_flag_SOAP_ENV__Value--; - continue; - } - if (soap_flag_SOAP_ENV__Subcode && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", &a->SOAP_ENV__Subcode, "")) - { soap_flag_SOAP_ENV__Subcode--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Code *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Code, 0, sizeof(struct SOAP_ENV__Code), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Code); - if (soap_out_SOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Code(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Code, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code); - if (size) - *size = sizeof(struct SOAP_ENV__Code); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Code, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Code); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Code*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Code %p -> %p\n", q, p)); - *(struct SOAP_ENV__Code*)p = *(struct SOAP_ENV__Code*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap *soap, struct SOAP_ENV__Header *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap *soap, const struct SOAP_ENV__Header *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Header), type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Header *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Header, sizeof(struct SOAP_ENV__Header), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Header(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Header *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Header, 0, sizeof(struct SOAP_ENV__Header), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Header); - if (soap_out_SOAP_ENV__Header(soap, tag?tag:"SOAP-ENV:Header", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Header(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Header(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Header, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Header); - if (size) - *size = sizeof(struct SOAP_ENV__Header); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Header, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Header); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Header*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Header %p -> %p\n", q, p)); - *(struct SOAP_ENV__Header*)p = *(struct SOAP_ENV__Header*)q; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getSupportedBanks(struct soap *soap, struct paylid__getSupportedBanks *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getSupportedBanks(struct soap *soap, const struct paylid__getSupportedBanks *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getSupportedBanks(struct soap *soap, const char *tag, int id, const struct paylid__getSupportedBanks *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getSupportedBanks), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getSupportedBanks * SOAP_FMAC4 soap_in_paylid__getSupportedBanks(struct soap *soap, const char *tag, struct paylid__getSupportedBanks *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getSupportedBanks *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getSupportedBanks, sizeof(struct paylid__getSupportedBanks), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getSupportedBanks(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getSupportedBanks *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getSupportedBanks, 0, sizeof(struct paylid__getSupportedBanks), 0, soap_copy_paylid__getSupportedBanks); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getSupportedBanks(struct soap *soap, const struct paylid__getSupportedBanks *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getSupportedBanks); - if (soap_out_paylid__getSupportedBanks(soap, tag?tag:"paylid:getSupportedBanks", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getSupportedBanks * SOAP_FMAC4 soap_get_paylid__getSupportedBanks(struct soap *soap, struct paylid__getSupportedBanks *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getSupportedBanks(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getSupportedBanks * SOAP_FMAC2 soap_instantiate_paylid__getSupportedBanks(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getSupportedBanks(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getSupportedBanks, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getSupportedBanks); - if (size) - *size = sizeof(struct paylid__getSupportedBanks); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getSupportedBanks, n); - if (size) - *size = n * sizeof(struct paylid__getSupportedBanks); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getSupportedBanks*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getSupportedBanks(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getSupportedBanks %p -> %p\n", q, p)); - *(struct paylid__getSupportedBanks*)p = *(struct paylid__getSupportedBanks*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getSupportedBanksResponse(struct soap *soap, struct paylid__getSupportedBanksResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getSupportedBanksResponse(struct soap *soap, const struct paylid__getSupportedBanksResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getSupportedBanksResponse(struct soap *soap, const char *tag, int id, const struct paylid__getSupportedBanksResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getSupportedBanksResponse * SOAP_FMAC4 soap_in_paylid__getSupportedBanksResponse(struct soap *soap, const char *tag, struct paylid__getSupportedBanksResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getSupportedBanksResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse, sizeof(struct paylid__getSupportedBanksResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getSupportedBanksResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getSupportedBanksResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse, 0, sizeof(struct paylid__getSupportedBanksResponse), 0, soap_copy_paylid__getSupportedBanksResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getSupportedBanksResponse(struct soap *soap, const struct paylid__getSupportedBanksResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse); - if (soap_out_paylid__getSupportedBanksResponse(soap, tag?tag:"paylid:getSupportedBanksResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getSupportedBanksResponse * SOAP_FMAC4 soap_get_paylid__getSupportedBanksResponse(struct soap *soap, struct paylid__getSupportedBanksResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getSupportedBanksResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getSupportedBanksResponse * SOAP_FMAC2 soap_instantiate_paylid__getSupportedBanksResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getSupportedBanksResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getSupportedBanksResponse); - if (size) - *size = sizeof(struct paylid__getSupportedBanksResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getSupportedBanksResponse, n); - if (size) - *size = n * sizeof(struct paylid__getSupportedBanksResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getSupportedBanksResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getSupportedBanksResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getSupportedBanksResponse %p -> %p\n", q, p)); - *(struct paylid__getSupportedBanksResponse*)p = *(struct paylid__getSupportedBanksResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getTrxStatus(struct soap *soap, struct paylid__getTrxStatus *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getTrxStatus(struct soap *soap, const struct paylid__getTrxStatus *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getTrxStatus(struct soap *soap, const char *tag, int id, const struct paylid__getTrxStatus *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getTrxStatus), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getTrxStatus * SOAP_FMAC4 soap_in_paylid__getTrxStatus(struct soap *soap, const char *tag, struct paylid__getTrxStatus *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getTrxStatus *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getTrxStatus, sizeof(struct paylid__getTrxStatus), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getTrxStatus(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getTrxStatus *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getTrxStatus, 0, sizeof(struct paylid__getTrxStatus), 0, soap_copy_paylid__getTrxStatus); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getTrxStatus(struct soap *soap, const struct paylid__getTrxStatus *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getTrxStatus); - if (soap_out_paylid__getTrxStatus(soap, tag?tag:"paylid:getTrxStatus", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getTrxStatus * SOAP_FMAC4 soap_get_paylid__getTrxStatus(struct soap *soap, struct paylid__getTrxStatus *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getTrxStatus(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getTrxStatus * SOAP_FMAC2 soap_instantiate_paylid__getTrxStatus(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getTrxStatus(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getTrxStatus, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getTrxStatus); - if (size) - *size = sizeof(struct paylid__getTrxStatus); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getTrxStatus, n); - if (size) - *size = n * sizeof(struct paylid__getTrxStatus); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getTrxStatus*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getTrxStatus(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getTrxStatus %p -> %p\n", q, p)); - *(struct paylid__getTrxStatus*)p = *(struct paylid__getTrxStatus*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getTrxStatusResponse(struct soap *soap, struct paylid__getTrxStatusResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getTrxStatusResponse(struct soap *soap, const struct paylid__getTrxStatusResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getTrxStatusResponse(struct soap *soap, const char *tag, int id, const struct paylid__getTrxStatusResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getTrxStatusResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getTrxStatusResponse * SOAP_FMAC4 soap_in_paylid__getTrxStatusResponse(struct soap *soap, const char *tag, struct paylid__getTrxStatusResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getTrxStatusResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getTrxStatusResponse, sizeof(struct paylid__getTrxStatusResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getTrxStatusResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getTrxStatusResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getTrxStatusResponse, 0, sizeof(struct paylid__getTrxStatusResponse), 0, soap_copy_paylid__getTrxStatusResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getTrxStatusResponse(struct soap *soap, const struct paylid__getTrxStatusResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getTrxStatusResponse); - if (soap_out_paylid__getTrxStatusResponse(soap, tag?tag:"paylid:getTrxStatusResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getTrxStatusResponse * SOAP_FMAC4 soap_get_paylid__getTrxStatusResponse(struct soap *soap, struct paylid__getTrxStatusResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getTrxStatusResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getTrxStatusResponse * SOAP_FMAC2 soap_instantiate_paylid__getTrxStatusResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getTrxStatusResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getTrxStatusResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getTrxStatusResponse); - if (size) - *size = sizeof(struct paylid__getTrxStatusResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getTrxStatusResponse, n); - if (size) - *size = n * sizeof(struct paylid__getTrxStatusResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getTrxStatusResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getTrxStatusResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getTrxStatusResponse %p -> %p\n", q, p)); - *(struct paylid__getTrxStatusResponse*)p = *(struct paylid__getTrxStatusResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccount(struct soap *soap, struct paylid__getAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccount(struct soap *soap, const struct paylid__getAccount *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccount(struct soap *soap, const char *tag, int id, const struct paylid__getAccount *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getAccount), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getAccount * SOAP_FMAC4 soap_in_paylid__getAccount(struct soap *soap, const char *tag, struct paylid__getAccount *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getAccount, sizeof(struct paylid__getAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getAccount(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getAccount, 0, sizeof(struct paylid__getAccount), 0, soap_copy_paylid__getAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccount(struct soap *soap, const struct paylid__getAccount *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getAccount); - if (soap_out_paylid__getAccount(soap, tag?tag:"paylid:getAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getAccount * SOAP_FMAC4 soap_get_paylid__getAccount(struct soap *soap, struct paylid__getAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getAccount * SOAP_FMAC2 soap_instantiate_paylid__getAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getAccount, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getAccount); - if (size) - *size = sizeof(struct paylid__getAccount); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getAccount, n); - if (size) - *size = n * sizeof(struct paylid__getAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getAccount %p -> %p\n", q, p)); - *(struct paylid__getAccount*)p = *(struct paylid__getAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountResponse(struct soap *soap, struct paylid__getAccountResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountResponse(struct soap *soap, const struct paylid__getAccountResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountResponse(struct soap *soap, const char *tag, int id, const struct paylid__getAccountResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getAccountResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getAccountResponse * SOAP_FMAC4 soap_in_paylid__getAccountResponse(struct soap *soap, const char *tag, struct paylid__getAccountResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getAccountResponse, sizeof(struct paylid__getAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getAccountResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getAccountResponse, 0, sizeof(struct paylid__getAccountResponse), 0, soap_copy_paylid__getAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountResponse(struct soap *soap, const struct paylid__getAccountResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getAccountResponse); - if (soap_out_paylid__getAccountResponse(soap, tag?tag:"paylid:getAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getAccountResponse * SOAP_FMAC4 soap_get_paylid__getAccountResponse(struct soap *soap, struct paylid__getAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getAccountResponse * SOAP_FMAC2 soap_instantiate_paylid__getAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getAccountResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getAccountResponse); - if (size) - *size = sizeof(struct paylid__getAccountResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getAccountResponse, n); - if (size) - *size = n * sizeof(struct paylid__getAccountResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getAccountResponse %p -> %p\n", q, p)); - *(struct paylid__getAccountResponse*)p = *(struct paylid__getAccountResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__currentXrate(struct soap *soap, struct paylid__currentXrate *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__currentXrate(struct soap *soap, const struct paylid__currentXrate *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__currentXrate(struct soap *soap, const char *tag, int id, const struct paylid__currentXrate *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__currentXrate), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__currentXrate * SOAP_FMAC4 soap_in_paylid__currentXrate(struct soap *soap, const char *tag, struct paylid__currentXrate *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__currentXrate *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__currentXrate, sizeof(struct paylid__currentXrate), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__currentXrate(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__currentXrate *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__currentXrate, 0, sizeof(struct paylid__currentXrate), 0, soap_copy_paylid__currentXrate); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__currentXrate(struct soap *soap, const struct paylid__currentXrate *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__currentXrate); - if (soap_out_paylid__currentXrate(soap, tag?tag:"paylid:currentXrate", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__currentXrate * SOAP_FMAC4 soap_get_paylid__currentXrate(struct soap *soap, struct paylid__currentXrate *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__currentXrate(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__currentXrate * SOAP_FMAC2 soap_instantiate_paylid__currentXrate(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__currentXrate(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__currentXrate, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__currentXrate); - if (size) - *size = sizeof(struct paylid__currentXrate); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__currentXrate, n); - if (size) - *size = n * sizeof(struct paylid__currentXrate); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__currentXrate*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__currentXrate(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__currentXrate %p -> %p\n", q, p)); - *(struct paylid__currentXrate*)p = *(struct paylid__currentXrate*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__currentXrateResponse(struct soap *soap, struct paylid__currentXrateResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__currentXrateResponse(struct soap *soap, const struct paylid__currentXrateResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__currentXrateResponse(struct soap *soap, const char *tag, int id, const struct paylid__currentXrateResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__currentXrateResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__currentXrateResponse * SOAP_FMAC4 soap_in_paylid__currentXrateResponse(struct soap *soap, const char *tag, struct paylid__currentXrateResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__currentXrateResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__currentXrateResponse, sizeof(struct paylid__currentXrateResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__currentXrateResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__currentXrateResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__currentXrateResponse, 0, sizeof(struct paylid__currentXrateResponse), 0, soap_copy_paylid__currentXrateResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__currentXrateResponse(struct soap *soap, const struct paylid__currentXrateResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__currentXrateResponse); - if (soap_out_paylid__currentXrateResponse(soap, tag?tag:"paylid:currentXrateResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__currentXrateResponse * SOAP_FMAC4 soap_get_paylid__currentXrateResponse(struct soap *soap, struct paylid__currentXrateResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__currentXrateResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__currentXrateResponse * SOAP_FMAC2 soap_instantiate_paylid__currentXrateResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__currentXrateResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__currentXrateResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__currentXrateResponse); - if (size) - *size = sizeof(struct paylid__currentXrateResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__currentXrateResponse, n); - if (size) - *size = n * sizeof(struct paylid__currentXrateResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__currentXrateResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__currentXrateResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__currentXrateResponse %p -> %p\n", q, p)); - *(struct paylid__currentXrateResponse*)p = *(struct paylid__currentXrateResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__directAirTimeTopUp(struct soap *soap, struct paylid__directAirTimeTopUp *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__directAirTimeTopUp(struct soap *soap, const struct paylid__directAirTimeTopUp *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__directAirTimeTopUp(struct soap *soap, const char *tag, int id, const struct paylid__directAirTimeTopUp *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__directAirTimeTopUp), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__directAirTimeTopUp * SOAP_FMAC4 soap_in_paylid__directAirTimeTopUp(struct soap *soap, const char *tag, struct paylid__directAirTimeTopUp *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__directAirTimeTopUp *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__directAirTimeTopUp, sizeof(struct paylid__directAirTimeTopUp), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__directAirTimeTopUp(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__directAirTimeTopUp *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__directAirTimeTopUp, 0, sizeof(struct paylid__directAirTimeTopUp), 0, soap_copy_paylid__directAirTimeTopUp); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__directAirTimeTopUp(struct soap *soap, const struct paylid__directAirTimeTopUp *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__directAirTimeTopUp); - if (soap_out_paylid__directAirTimeTopUp(soap, tag?tag:"paylid:directAirTimeTopUp", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__directAirTimeTopUp * SOAP_FMAC4 soap_get_paylid__directAirTimeTopUp(struct soap *soap, struct paylid__directAirTimeTopUp *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__directAirTimeTopUp(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__directAirTimeTopUp * SOAP_FMAC2 soap_instantiate_paylid__directAirTimeTopUp(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__directAirTimeTopUp(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__directAirTimeTopUp, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__directAirTimeTopUp); - if (size) - *size = sizeof(struct paylid__directAirTimeTopUp); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__directAirTimeTopUp, n); - if (size) - *size = n * sizeof(struct paylid__directAirTimeTopUp); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__directAirTimeTopUp*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__directAirTimeTopUp(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__directAirTimeTopUp %p -> %p\n", q, p)); - *(struct paylid__directAirTimeTopUp*)p = *(struct paylid__directAirTimeTopUp*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__directAirTimeTopUpResponse(struct soap *soap, struct paylid__directAirTimeTopUpResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__directAirTimeTopUpResponse(struct soap *soap, const struct paylid__directAirTimeTopUpResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__directAirTimeTopUpResponse(struct soap *soap, const char *tag, int id, const struct paylid__directAirTimeTopUpResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC4 soap_in_paylid__directAirTimeTopUpResponse(struct soap *soap, const char *tag, struct paylid__directAirTimeTopUpResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__directAirTimeTopUpResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse, sizeof(struct paylid__directAirTimeTopUpResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__directAirTimeTopUpResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__directAirTimeTopUpResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse, 0, sizeof(struct paylid__directAirTimeTopUpResponse), 0, soap_copy_paylid__directAirTimeTopUpResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__directAirTimeTopUpResponse(struct soap *soap, const struct paylid__directAirTimeTopUpResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse); - if (soap_out_paylid__directAirTimeTopUpResponse(soap, tag?tag:"paylid:directAirTimeTopUpResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC4 soap_get_paylid__directAirTimeTopUpResponse(struct soap *soap, struct paylid__directAirTimeTopUpResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__directAirTimeTopUpResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC2 soap_instantiate_paylid__directAirTimeTopUpResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__directAirTimeTopUpResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__directAirTimeTopUpResponse); - if (size) - *size = sizeof(struct paylid__directAirTimeTopUpResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__directAirTimeTopUpResponse, n); - if (size) - *size = n * sizeof(struct paylid__directAirTimeTopUpResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__directAirTimeTopUpResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__directAirTimeTopUpResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__directAirTimeTopUpResponse %p -> %p\n", q, p)); - *(struct paylid__directAirTimeTopUpResponse*)p = *(struct paylid__directAirTimeTopUpResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__checkTransferStatus(struct soap *soap, struct paylid__checkTransferStatus *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->transactionRef); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__checkTransferStatus(struct soap *soap, const struct paylid__checkTransferStatus *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->transactionRef); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__checkTransferStatus(struct soap *soap, const char *tag, int id, const struct paylid__checkTransferStatus *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__checkTransferStatus), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "transactionRef", -1, &a->transactionRef, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__checkTransferStatus * SOAP_FMAC4 soap_in_paylid__checkTransferStatus(struct soap *soap, const char *tag, struct paylid__checkTransferStatus *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_transactionRef = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__checkTransferStatus *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__checkTransferStatus, sizeof(struct paylid__checkTransferStatus), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__checkTransferStatus(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_transactionRef && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "transactionRef", &a->transactionRef, "xsd:string")) - { soap_flag_transactionRef--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__checkTransferStatus *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__checkTransferStatus, 0, sizeof(struct paylid__checkTransferStatus), 0, soap_copy_paylid__checkTransferStatus); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_transactionRef > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__checkTransferStatus(struct soap *soap, const struct paylid__checkTransferStatus *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__checkTransferStatus); - if (soap_out_paylid__checkTransferStatus(soap, tag?tag:"paylid:checkTransferStatus", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__checkTransferStatus * SOAP_FMAC4 soap_get_paylid__checkTransferStatus(struct soap *soap, struct paylid__checkTransferStatus *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__checkTransferStatus(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__checkTransferStatus * SOAP_FMAC2 soap_instantiate_paylid__checkTransferStatus(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__checkTransferStatus(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__checkTransferStatus, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__checkTransferStatus); - if (size) - *size = sizeof(struct paylid__checkTransferStatus); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__checkTransferStatus, n); - if (size) - *size = n * sizeof(struct paylid__checkTransferStatus); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__checkTransferStatus*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__checkTransferStatus(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__checkTransferStatus %p -> %p\n", q, p)); - *(struct paylid__checkTransferStatus*)p = *(struct paylid__checkTransferStatus*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__checkTransferStatusResponse(struct soap *soap, struct paylid__checkTransferStatusResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__checkTransferStatusResponse(struct soap *soap, const struct paylid__checkTransferStatusResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__checkTransferStatusResponse(struct soap *soap, const char *tag, int id, const struct paylid__checkTransferStatusResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__checkTransferStatusResponse * SOAP_FMAC4 soap_in_paylid__checkTransferStatusResponse(struct soap *soap, const char *tag, struct paylid__checkTransferStatusResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__checkTransferStatusResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse, sizeof(struct paylid__checkTransferStatusResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__checkTransferStatusResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__checkTransferStatusResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse, 0, sizeof(struct paylid__checkTransferStatusResponse), 0, soap_copy_paylid__checkTransferStatusResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__checkTransferStatusResponse(struct soap *soap, const struct paylid__checkTransferStatusResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse); - if (soap_out_paylid__checkTransferStatusResponse(soap, tag?tag:"paylid:checkTransferStatusResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__checkTransferStatusResponse * SOAP_FMAC4 soap_get_paylid__checkTransferStatusResponse(struct soap *soap, struct paylid__checkTransferStatusResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__checkTransferStatusResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__checkTransferStatusResponse * SOAP_FMAC2 soap_instantiate_paylid__checkTransferStatusResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__checkTransferStatusResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__checkTransferStatusResponse); - if (size) - *size = sizeof(struct paylid__checkTransferStatusResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__checkTransferStatusResponse, n); - if (size) - *size = n * sizeof(struct paylid__checkTransferStatusResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__checkTransferStatusResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__checkTransferStatusResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__checkTransferStatusResponse %p -> %p\n", q, p)); - *(struct paylid__checkTransferStatusResponse*)p = *(struct paylid__checkTransferStatusResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__transferFund(struct soap *soap, struct paylid__transferFund *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->toDestination); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__transferFund(struct soap *soap, const struct paylid__transferFund *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->toDestination); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__transferFund(struct soap *soap, const char *tag, int id, const struct paylid__transferFund *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__transferFund), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "toDestination", -1, &a->toDestination, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__transferFund * SOAP_FMAC4 soap_in_paylid__transferFund(struct soap *soap, const char *tag, struct paylid__transferFund *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_toDestination = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__transferFund *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__transferFund, sizeof(struct paylid__transferFund), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__transferFund(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_toDestination && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "toDestination", &a->toDestination, "xsd:string")) - { soap_flag_toDestination--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__transferFund *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__transferFund, 0, sizeof(struct paylid__transferFund), 0, soap_copy_paylid__transferFund); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_toDestination > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__transferFund(struct soap *soap, const struct paylid__transferFund *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__transferFund); - if (soap_out_paylid__transferFund(soap, tag?tag:"paylid:transferFund", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__transferFund * SOAP_FMAC4 soap_get_paylid__transferFund(struct soap *soap, struct paylid__transferFund *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__transferFund(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__transferFund * SOAP_FMAC2 soap_instantiate_paylid__transferFund(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__transferFund(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__transferFund, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__transferFund); - if (size) - *size = sizeof(struct paylid__transferFund); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__transferFund, n); - if (size) - *size = n * sizeof(struct paylid__transferFund); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__transferFund*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__transferFund(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__transferFund %p -> %p\n", q, p)); - *(struct paylid__transferFund*)p = *(struct paylid__transferFund*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__transferFundResponse(struct soap *soap, struct paylid__transferFundResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__transferFundResponse(struct soap *soap, const struct paylid__transferFundResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__transferFundResponse(struct soap *soap, const char *tag, int id, const struct paylid__transferFundResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__transferFundResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__transferFundResponse * SOAP_FMAC4 soap_in_paylid__transferFundResponse(struct soap *soap, const char *tag, struct paylid__transferFundResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__transferFundResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__transferFundResponse, sizeof(struct paylid__transferFundResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__transferFundResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__transferFundResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__transferFundResponse, 0, sizeof(struct paylid__transferFundResponse), 0, soap_copy_paylid__transferFundResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__transferFundResponse(struct soap *soap, const struct paylid__transferFundResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__transferFundResponse); - if (soap_out_paylid__transferFundResponse(soap, tag?tag:"paylid:transferFundResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__transferFundResponse * SOAP_FMAC4 soap_get_paylid__transferFundResponse(struct soap *soap, struct paylid__transferFundResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__transferFundResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__transferFundResponse * SOAP_FMAC2 soap_instantiate_paylid__transferFundResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__transferFundResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__transferFundResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__transferFundResponse); - if (size) - *size = sizeof(struct paylid__transferFundResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__transferFundResponse, n); - if (size) - *size = n * sizeof(struct paylid__transferFundResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__transferFundResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__transferFundResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__transferFundResponse %p -> %p\n", q, p)); - *(struct paylid__transferFundResponse*)p = *(struct paylid__transferFundResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountBalance(struct soap *soap, struct paylid__getAccountBalance *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountBalance(struct soap *soap, const struct paylid__getAccountBalance *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountBalance(struct soap *soap, const char *tag, int id, const struct paylid__getAccountBalance *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getAccountBalance), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getAccountBalance * SOAP_FMAC4 soap_in_paylid__getAccountBalance(struct soap *soap, const char *tag, struct paylid__getAccountBalance *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getAccountBalance *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getAccountBalance, sizeof(struct paylid__getAccountBalance), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getAccountBalance(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getAccountBalance *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getAccountBalance, 0, sizeof(struct paylid__getAccountBalance), 0, soap_copy_paylid__getAccountBalance); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountBalance(struct soap *soap, const struct paylid__getAccountBalance *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getAccountBalance); - if (soap_out_paylid__getAccountBalance(soap, tag?tag:"paylid:getAccountBalance", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getAccountBalance * SOAP_FMAC4 soap_get_paylid__getAccountBalance(struct soap *soap, struct paylid__getAccountBalance *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getAccountBalance(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getAccountBalance * SOAP_FMAC2 soap_instantiate_paylid__getAccountBalance(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getAccountBalance(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getAccountBalance, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getAccountBalance); - if (size) - *size = sizeof(struct paylid__getAccountBalance); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getAccountBalance, n); - if (size) - *size = n * sizeof(struct paylid__getAccountBalance); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getAccountBalance*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountBalance(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getAccountBalance %p -> %p\n", q, p)); - *(struct paylid__getAccountBalance*)p = *(struct paylid__getAccountBalance*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountBalanceResponse(struct soap *soap, struct paylid__getAccountBalanceResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountBalanceResponse(struct soap *soap, const struct paylid__getAccountBalanceResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountBalanceResponse(struct soap *soap, const char *tag, int id, const struct paylid__getAccountBalanceResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getAccountBalanceResponse * SOAP_FMAC4 soap_in_paylid__getAccountBalanceResponse(struct soap *soap, const char *tag, struct paylid__getAccountBalanceResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getAccountBalanceResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse, sizeof(struct paylid__getAccountBalanceResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getAccountBalanceResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getAccountBalanceResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse, 0, sizeof(struct paylid__getAccountBalanceResponse), 0, soap_copy_paylid__getAccountBalanceResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountBalanceResponse(struct soap *soap, const struct paylid__getAccountBalanceResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse); - if (soap_out_paylid__getAccountBalanceResponse(soap, tag?tag:"paylid:getAccountBalanceResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getAccountBalanceResponse * SOAP_FMAC4 soap_get_paylid__getAccountBalanceResponse(struct soap *soap, struct paylid__getAccountBalanceResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getAccountBalanceResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getAccountBalanceResponse * SOAP_FMAC2 soap_instantiate_paylid__getAccountBalanceResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getAccountBalanceResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getAccountBalanceResponse); - if (size) - *size = sizeof(struct paylid__getAccountBalanceResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getAccountBalanceResponse, n); - if (size) - *size = n * sizeof(struct paylid__getAccountBalanceResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getAccountBalanceResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountBalanceResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getAccountBalanceResponse %p -> %p\n", q, p)); - *(struct paylid__getAccountBalanceResponse*)p = *(struct paylid__getAccountBalanceResponse*)q; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_paylid_SOAP_ENV__Reason)) - soap_serialize_SOAP_ENV__Reason(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_paylid_SOAP_ENV__Reason); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Reason(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Reason **)soap_malloc(soap, sizeof(struct SOAP_ENV__Reason *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Reason(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_paylid_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_PointerToSOAP_ENV__Reason); - if (soap_out_PointerToSOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_paylid_SOAP_ENV__Detail)) - soap_serialize_SOAP_ENV__Detail(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_paylid_SOAP_ENV__Detail); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Detail(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Detail **)soap_malloc(soap, sizeof(struct SOAP_ENV__Detail *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Detail(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_paylid_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_PointerToSOAP_ENV__Detail); - if (soap_out_PointerToSOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_paylid_SOAP_ENV__Code)) - soap_serialize_SOAP_ENV__Code(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_paylid_SOAP_ENV__Code); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Code(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Code **)soap_malloc(soap, sizeof(struct SOAP_ENV__Code *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Code(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Code **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_paylid_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_PointerToSOAP_ENV__Code); - if (soap_out_PointerToSOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap *soap, char *const*a) -{ -#ifndef WITH_NOIDREF - soap_reference(soap, *a, SOAP_TYPE_paylid__QName); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_paylid__QName); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_paylid__QName, 2, 0, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid__QName); - if (soap_out__QName(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in__QName(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap *soap, char **a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_string - *a = SOAP_DEFAULT_string; -#else - *a = (char *)0; -#endif -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap *soap, char *const*a) -{ -#ifndef WITH_NOIDREF - soap_reference(soap, *a, SOAP_TYPE_paylid_string); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_paylid_string); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_paylid_string, 1, 0, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_string); - if (soap_out_string(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in_string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -} // namespace paylid - - -#if defined(__BORLANDC__) -#pragma option pop -#pragma option pop -#endif - -/* End of paylidC.cpp */ diff --git a/coregrade/src/shared_tool/paylid/paylidH.h b/coregrade/src/shared_tool/paylid/paylidH.h deleted file mode 100644 index 5f9e2fc..0000000 --- a/coregrade/src/shared_tool/paylid/paylidH.h +++ /dev/null @@ -1,915 +0,0 @@ -/* paylidH.h - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#ifndef paylidH_H -#define paylidH_H -#include "paylidStub.h" - -namespace paylid { -#ifndef WITH_NOIDREF -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int); -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*); -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*); -#endif -SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap*, int*); -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int); -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*); - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap); - -SOAP_FMAC3 void * SOAP_FMAC4 paylid_instantiate(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 int SOAP_FMAC4 paylid_fdelete(struct soap_clist*); -SOAP_FMAC3 void* SOAP_FMAC4 soap_class_id_enter(struct soap*, const char*, void*, int, size_t, const char*, const char*); - -SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward(struct soap*, const char*, void*, size_t, int, int, size_t, unsigned int); - -SOAP_FMAC3 void SOAP_FMAC4 paylid_container_insert(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_byte -#define SOAP_TYPE_paylid_byte (3) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*); -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*); - -#ifndef soap_write_byte -#define soap_write_byte(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_byte(soap, data),0) || paylid::soap_put_byte(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*); - -#ifndef soap_read_byte -#define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef SOAP_TYPE_paylid_int -#define SOAP_TYPE_paylid_int (1) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*); -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*); - -#ifndef soap_write_int -#define soap_write_int(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_int(soap, data),0) || paylid::soap_put_int(soap, data, "int", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*); - -#ifndef soap_read_int -#define soap_read_int(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef SOAP_TYPE_paylid_std__string -#define SOAP_TYPE_paylid_std__string (9) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_std__string(struct soap*, std::string *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_std__string(struct soap*, const std::string *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__string(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_std__string(struct soap*, const char*, std::string*, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_std__string(struct soap*, const std::string *, const char*, const char*); - -#ifndef soap_write_std__string -#define soap_write_std__string(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_std__string(soap, data),0) || soap_put_std__string(soap, data, "string", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_std__string(struct soap*, std::string *, const char*, const char*); - -#ifndef soap_read_std__string -#define soap_read_std__string(soap, data) ( soap_begin_recv(soap) || !soap_get_std__string(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_instantiate_std__string(struct soap*, int, const char*, const char*, size_t*); - -inline std::string * soap_new_std__string(struct soap *soap, int n = -1) { return soap_instantiate_std__string(soap, n, NULL, NULL, NULL); } - -inline std::string * soap_new_req_std__string(struct soap *soap) { std::string *_p = soap_instantiate_std__string(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_std__string(soap, _p); } return _p; } - -inline std::string * soap_new_set_std__string(struct soap *soap) { std::string *_p = soap_instantiate_std__string(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_std__string(soap, _p); } return _p; } - -inline void soap_delete_std__string(struct soap *soap, std::string *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_std__string(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Fault -#define SOAP_TYPE_paylid_SOAP_ENV__Fault (48) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Fault -#define soap_write_SOAP_ENV__Fault(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Fault(soap, data),0) || paylid::soap_put_SOAP_ENV__Fault(soap, data, "SOAP-ENV:Fault", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Fault -#define soap_read_SOAP_ENV__Fault(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Fault * soap_new_SOAP_ENV__Fault(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Fault(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Fault * soap_new_req_SOAP_ENV__Fault(struct soap *soap) { struct SOAP_ENV__Fault *_p = soap_instantiate_SOAP_ENV__Fault(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Fault(soap, _p); } return _p; } - -inline struct SOAP_ENV__Fault * soap_new_set_SOAP_ENV__Fault(struct soap *soap, char *faultcode, char *faultstring, char *faultactor, struct SOAP_ENV__Detail *detail, struct SOAP_ENV__Code *SOAP_ENV__Code, struct SOAP_ENV__Reason *SOAP_ENV__Reason, char *SOAP_ENV__Node, char *SOAP_ENV__Role, struct SOAP_ENV__Detail *SOAP_ENV__Detail) { struct SOAP_ENV__Fault *_p = soap_instantiate_SOAP_ENV__Fault(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Fault(soap, _p); _p->faultcode = faultcode; _p->faultstring = faultstring; _p->faultactor = faultactor; _p->detail = detail; _p->SOAP_ENV__Code = SOAP_ENV__Code; _p->SOAP_ENV__Reason = SOAP_ENV__Reason; _p->SOAP_ENV__Node = SOAP_ENV__Node; _p->SOAP_ENV__Role = SOAP_ENV__Role; _p->SOAP_ENV__Detail = SOAP_ENV__Detail; } return _p; } - -inline void soap_delete_SOAP_ENV__Fault(struct soap *soap, struct SOAP_ENV__Fault *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Fault(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Reason -#define SOAP_TYPE_paylid_SOAP_ENV__Reason (47) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Reason -#define soap_write_SOAP_ENV__Reason(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Reason(soap, data),0) || paylid::soap_put_SOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Reason -#define soap_read_SOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Reason * soap_new_SOAP_ENV__Reason(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Reason(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Reason * soap_new_req_SOAP_ENV__Reason(struct soap *soap) { struct SOAP_ENV__Reason *_p = soap_instantiate_SOAP_ENV__Reason(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Reason(soap, _p); } return _p; } - -inline struct SOAP_ENV__Reason * soap_new_set_SOAP_ENV__Reason(struct soap *soap, char *SOAP_ENV__Text) { struct SOAP_ENV__Reason *_p = soap_instantiate_SOAP_ENV__Reason(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Reason(soap, _p); _p->SOAP_ENV__Text = SOAP_ENV__Text; } return _p; } - -inline void soap_delete_SOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Reason(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Detail -#define SOAP_TYPE_paylid_SOAP_ENV__Detail (44) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Detail -#define soap_write_SOAP_ENV__Detail(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Detail(soap, data),0) || paylid::soap_put_SOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Detail -#define soap_read_SOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Detail * soap_new_SOAP_ENV__Detail(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Detail(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Detail * soap_new_req_SOAP_ENV__Detail(struct soap *soap, int __type, void *fault) { struct SOAP_ENV__Detail *_p = soap_instantiate_SOAP_ENV__Detail(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Detail(soap, _p); _p->__type = __type; _p->fault = fault; } return _p; } - -inline struct SOAP_ENV__Detail * soap_new_set_SOAP_ENV__Detail(struct soap *soap, char *__any, int __type, void *fault) { struct SOAP_ENV__Detail *_p = soap_instantiate_SOAP_ENV__Detail(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Detail(soap, _p); _p->__any = __any; _p->__type = __type; _p->fault = fault; } return _p; } - -inline void soap_delete_SOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Detail(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Code -#define SOAP_TYPE_paylid_SOAP_ENV__Code (42) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Code -#define soap_write_SOAP_ENV__Code(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Code(soap, data),0) || paylid::soap_put_SOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Code -#define soap_read_SOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Code * soap_new_SOAP_ENV__Code(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Code(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Code * soap_new_req_SOAP_ENV__Code(struct soap *soap) { struct SOAP_ENV__Code *_p = soap_instantiate_SOAP_ENV__Code(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Code(soap, _p); } return _p; } - -inline struct SOAP_ENV__Code * soap_new_set_SOAP_ENV__Code(struct soap *soap, char *SOAP_ENV__Value, struct SOAP_ENV__Code *SOAP_ENV__Subcode) { struct SOAP_ENV__Code *_p = soap_instantiate_SOAP_ENV__Code(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Code(soap, _p); _p->SOAP_ENV__Value = SOAP_ENV__Value; _p->SOAP_ENV__Subcode = SOAP_ENV__Subcode; } return _p; } - -inline void soap_delete_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Code(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Header -#define SOAP_TYPE_paylid_SOAP_ENV__Header (41) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*); - -#ifndef soap_write_SOAP_ENV__Header -#define soap_write_SOAP_ENV__Header(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_SOAP_ENV__Header(soap, data),0) || paylid::soap_put_SOAP_ENV__Header(soap, data, "SOAP-ENV:Header", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*); - -#ifndef soap_read_SOAP_ENV__Header -#define soap_read_SOAP_ENV__Header(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*); - -inline struct SOAP_ENV__Header * soap_new_SOAP_ENV__Header(struct soap *soap, int n = -1) { return soap_instantiate_SOAP_ENV__Header(soap, n, NULL, NULL, NULL); } - -inline struct SOAP_ENV__Header * soap_new_req_SOAP_ENV__Header(struct soap *soap) { struct SOAP_ENV__Header *_p = soap_instantiate_SOAP_ENV__Header(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Header(soap, _p); } return _p; } - -inline struct SOAP_ENV__Header * soap_new_set_SOAP_ENV__Header(struct soap *soap) { struct SOAP_ENV__Header *_p = soap_instantiate_SOAP_ENV__Header(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_SOAP_ENV__Header(soap, _p); } return _p; } - -inline void soap_delete_SOAP_ENV__Header(struct soap *soap, struct SOAP_ENV__Header *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Header(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getSupportedBanks -#define SOAP_TYPE_paylid_paylid__getSupportedBanks (40) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getSupportedBanks(struct soap*, struct paylid__getSupportedBanks *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getSupportedBanks(struct soap*, const struct paylid__getSupportedBanks *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getSupportedBanks(struct soap*, const char*, int, const struct paylid__getSupportedBanks *, const char*); -SOAP_FMAC3 struct paylid__getSupportedBanks * SOAP_FMAC4 soap_in_paylid__getSupportedBanks(struct soap*, const char*, struct paylid__getSupportedBanks *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getSupportedBanks(struct soap*, const struct paylid__getSupportedBanks *, const char*, const char*); - -#ifndef soap_write_paylid__getSupportedBanks -#define soap_write_paylid__getSupportedBanks(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getSupportedBanks(soap, data),0) || paylid::soap_put_paylid__getSupportedBanks(soap, data, "paylid:getSupportedBanks", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getSupportedBanks * SOAP_FMAC4 soap_get_paylid__getSupportedBanks(struct soap*, struct paylid__getSupportedBanks *, const char*, const char*); - -#ifndef soap_read_paylid__getSupportedBanks -#define soap_read_paylid__getSupportedBanks(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getSupportedBanks(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getSupportedBanks * SOAP_FMAC2 soap_instantiate_paylid__getSupportedBanks(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getSupportedBanks * soap_new_paylid__getSupportedBanks(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getSupportedBanks(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getSupportedBanks * soap_new_req_paylid__getSupportedBanks(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getSupportedBanks *_p = soap_instantiate_paylid__getSupportedBanks(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getSupportedBanks(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__getSupportedBanks * soap_new_set_paylid__getSupportedBanks(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getSupportedBanks *_p = soap_instantiate_paylid__getSupportedBanks(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getSupportedBanks(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__getSupportedBanks(struct soap *soap, struct paylid__getSupportedBanks *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getSupportedBanks(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getSupportedBanksResponse -#define SOAP_TYPE_paylid_paylid__getSupportedBanksResponse (37) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getSupportedBanksResponse(struct soap*, struct paylid__getSupportedBanksResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getSupportedBanksResponse(struct soap*, const struct paylid__getSupportedBanksResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getSupportedBanksResponse(struct soap*, const char*, int, const struct paylid__getSupportedBanksResponse *, const char*); -SOAP_FMAC3 struct paylid__getSupportedBanksResponse * SOAP_FMAC4 soap_in_paylid__getSupportedBanksResponse(struct soap*, const char*, struct paylid__getSupportedBanksResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getSupportedBanksResponse(struct soap*, const struct paylid__getSupportedBanksResponse *, const char*, const char*); - -#ifndef soap_write_paylid__getSupportedBanksResponse -#define soap_write_paylid__getSupportedBanksResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getSupportedBanksResponse(soap, data),0) || paylid::soap_put_paylid__getSupportedBanksResponse(soap, data, "paylid:getSupportedBanksResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getSupportedBanksResponse * SOAP_FMAC4 soap_get_paylid__getSupportedBanksResponse(struct soap*, struct paylid__getSupportedBanksResponse *, const char*, const char*); - -#ifndef soap_read_paylid__getSupportedBanksResponse -#define soap_read_paylid__getSupportedBanksResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getSupportedBanksResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getSupportedBanksResponse * SOAP_FMAC2 soap_instantiate_paylid__getSupportedBanksResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getSupportedBanksResponse * soap_new_paylid__getSupportedBanksResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getSupportedBanksResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getSupportedBanksResponse * soap_new_req_paylid__getSupportedBanksResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getSupportedBanksResponse *_p = soap_instantiate_paylid__getSupportedBanksResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getSupportedBanksResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__getSupportedBanksResponse * soap_new_set_paylid__getSupportedBanksResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getSupportedBanksResponse *_p = soap_instantiate_paylid__getSupportedBanksResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getSupportedBanksResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__getSupportedBanksResponse(struct soap *soap, struct paylid__getSupportedBanksResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getSupportedBanksResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getTrxStatus -#define SOAP_TYPE_paylid_paylid__getTrxStatus (36) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getTrxStatus(struct soap*, struct paylid__getTrxStatus *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getTrxStatus(struct soap*, const struct paylid__getTrxStatus *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getTrxStatus(struct soap*, const char*, int, const struct paylid__getTrxStatus *, const char*); -SOAP_FMAC3 struct paylid__getTrxStatus * SOAP_FMAC4 soap_in_paylid__getTrxStatus(struct soap*, const char*, struct paylid__getTrxStatus *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getTrxStatus(struct soap*, const struct paylid__getTrxStatus *, const char*, const char*); - -#ifndef soap_write_paylid__getTrxStatus -#define soap_write_paylid__getTrxStatus(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getTrxStatus(soap, data),0) || paylid::soap_put_paylid__getTrxStatus(soap, data, "paylid:getTrxStatus", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getTrxStatus * SOAP_FMAC4 soap_get_paylid__getTrxStatus(struct soap*, struct paylid__getTrxStatus *, const char*, const char*); - -#ifndef soap_read_paylid__getTrxStatus -#define soap_read_paylid__getTrxStatus(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getTrxStatus(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getTrxStatus * SOAP_FMAC2 soap_instantiate_paylid__getTrxStatus(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getTrxStatus * soap_new_paylid__getTrxStatus(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getTrxStatus(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getTrxStatus * soap_new_req_paylid__getTrxStatus(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getTrxStatus *_p = soap_instantiate_paylid__getTrxStatus(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getTrxStatus(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__getTrxStatus * soap_new_set_paylid__getTrxStatus(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getTrxStatus *_p = soap_instantiate_paylid__getTrxStatus(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getTrxStatus(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__getTrxStatus(struct soap *soap, struct paylid__getTrxStatus *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getTrxStatus(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getTrxStatusResponse -#define SOAP_TYPE_paylid_paylid__getTrxStatusResponse (33) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getTrxStatusResponse(struct soap*, struct paylid__getTrxStatusResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getTrxStatusResponse(struct soap*, const struct paylid__getTrxStatusResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getTrxStatusResponse(struct soap*, const char*, int, const struct paylid__getTrxStatusResponse *, const char*); -SOAP_FMAC3 struct paylid__getTrxStatusResponse * SOAP_FMAC4 soap_in_paylid__getTrxStatusResponse(struct soap*, const char*, struct paylid__getTrxStatusResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getTrxStatusResponse(struct soap*, const struct paylid__getTrxStatusResponse *, const char*, const char*); - -#ifndef soap_write_paylid__getTrxStatusResponse -#define soap_write_paylid__getTrxStatusResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getTrxStatusResponse(soap, data),0) || paylid::soap_put_paylid__getTrxStatusResponse(soap, data, "paylid:getTrxStatusResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getTrxStatusResponse * SOAP_FMAC4 soap_get_paylid__getTrxStatusResponse(struct soap*, struct paylid__getTrxStatusResponse *, const char*, const char*); - -#ifndef soap_read_paylid__getTrxStatusResponse -#define soap_read_paylid__getTrxStatusResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getTrxStatusResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getTrxStatusResponse * SOAP_FMAC2 soap_instantiate_paylid__getTrxStatusResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getTrxStatusResponse * soap_new_paylid__getTrxStatusResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getTrxStatusResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getTrxStatusResponse * soap_new_req_paylid__getTrxStatusResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getTrxStatusResponse *_p = soap_instantiate_paylid__getTrxStatusResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getTrxStatusResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__getTrxStatusResponse * soap_new_set_paylid__getTrxStatusResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getTrxStatusResponse *_p = soap_instantiate_paylid__getTrxStatusResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getTrxStatusResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__getTrxStatusResponse(struct soap *soap, struct paylid__getTrxStatusResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getTrxStatusResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getAccount -#define SOAP_TYPE_paylid_paylid__getAccount (32) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccount(struct soap*, struct paylid__getAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccount(struct soap*, const struct paylid__getAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccount(struct soap*, const char*, int, const struct paylid__getAccount *, const char*); -SOAP_FMAC3 struct paylid__getAccount * SOAP_FMAC4 soap_in_paylid__getAccount(struct soap*, const char*, struct paylid__getAccount *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccount(struct soap*, const struct paylid__getAccount *, const char*, const char*); - -#ifndef soap_write_paylid__getAccount -#define soap_write_paylid__getAccount(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getAccount(soap, data),0) || paylid::soap_put_paylid__getAccount(soap, data, "paylid:getAccount", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getAccount * SOAP_FMAC4 soap_get_paylid__getAccount(struct soap*, struct paylid__getAccount *, const char*, const char*); - -#ifndef soap_read_paylid__getAccount -#define soap_read_paylid__getAccount(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getAccount(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getAccount * SOAP_FMAC2 soap_instantiate_paylid__getAccount(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getAccount * soap_new_paylid__getAccount(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getAccount(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getAccount * soap_new_req_paylid__getAccount(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getAccount *_p = soap_instantiate_paylid__getAccount(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccount(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__getAccount * soap_new_set_paylid__getAccount(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__getAccount *_p = soap_instantiate_paylid__getAccount(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccount(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__getAccount(struct soap *soap, struct paylid__getAccount *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getAccountResponse -#define SOAP_TYPE_paylid_paylid__getAccountResponse (29) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountResponse(struct soap*, struct paylid__getAccountResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountResponse(struct soap*, const struct paylid__getAccountResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountResponse(struct soap*, const char*, int, const struct paylid__getAccountResponse *, const char*); -SOAP_FMAC3 struct paylid__getAccountResponse * SOAP_FMAC4 soap_in_paylid__getAccountResponse(struct soap*, const char*, struct paylid__getAccountResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountResponse(struct soap*, const struct paylid__getAccountResponse *, const char*, const char*); - -#ifndef soap_write_paylid__getAccountResponse -#define soap_write_paylid__getAccountResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getAccountResponse(soap, data),0) || paylid::soap_put_paylid__getAccountResponse(soap, data, "paylid:getAccountResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getAccountResponse * SOAP_FMAC4 soap_get_paylid__getAccountResponse(struct soap*, struct paylid__getAccountResponse *, const char*, const char*); - -#ifndef soap_read_paylid__getAccountResponse -#define soap_read_paylid__getAccountResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getAccountResponse * SOAP_FMAC2 soap_instantiate_paylid__getAccountResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getAccountResponse * soap_new_paylid__getAccountResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getAccountResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getAccountResponse * soap_new_req_paylid__getAccountResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getAccountResponse *_p = soap_instantiate_paylid__getAccountResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__getAccountResponse * soap_new_set_paylid__getAccountResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getAccountResponse *_p = soap_instantiate_paylid__getAccountResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__getAccountResponse(struct soap *soap, struct paylid__getAccountResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__currentXrate -#define SOAP_TYPE_paylid_paylid__currentXrate (28) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__currentXrate(struct soap*, struct paylid__currentXrate *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__currentXrate(struct soap*, const struct paylid__currentXrate *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__currentXrate(struct soap*, const char*, int, const struct paylid__currentXrate *, const char*); -SOAP_FMAC3 struct paylid__currentXrate * SOAP_FMAC4 soap_in_paylid__currentXrate(struct soap*, const char*, struct paylid__currentXrate *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__currentXrate(struct soap*, const struct paylid__currentXrate *, const char*, const char*); - -#ifndef soap_write_paylid__currentXrate -#define soap_write_paylid__currentXrate(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__currentXrate(soap, data),0) || paylid::soap_put_paylid__currentXrate(soap, data, "paylid:currentXrate", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__currentXrate * SOAP_FMAC4 soap_get_paylid__currentXrate(struct soap*, struct paylid__currentXrate *, const char*, const char*); - -#ifndef soap_read_paylid__currentXrate -#define soap_read_paylid__currentXrate(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__currentXrate(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__currentXrate * SOAP_FMAC2 soap_instantiate_paylid__currentXrate(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__currentXrate * soap_new_paylid__currentXrate(struct soap *soap, int n = -1) { return soap_instantiate_paylid__currentXrate(soap, n, NULL, NULL, NULL); } - -inline struct paylid__currentXrate * soap_new_req_paylid__currentXrate(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__currentXrate *_p = soap_instantiate_paylid__currentXrate(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__currentXrate(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__currentXrate * soap_new_set_paylid__currentXrate(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__currentXrate *_p = soap_instantiate_paylid__currentXrate(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__currentXrate(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__currentXrate(struct soap *soap, struct paylid__currentXrate *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__currentXrate(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__currentXrateResponse -#define SOAP_TYPE_paylid_paylid__currentXrateResponse (25) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__currentXrateResponse(struct soap*, struct paylid__currentXrateResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__currentXrateResponse(struct soap*, const struct paylid__currentXrateResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__currentXrateResponse(struct soap*, const char*, int, const struct paylid__currentXrateResponse *, const char*); -SOAP_FMAC3 struct paylid__currentXrateResponse * SOAP_FMAC4 soap_in_paylid__currentXrateResponse(struct soap*, const char*, struct paylid__currentXrateResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__currentXrateResponse(struct soap*, const struct paylid__currentXrateResponse *, const char*, const char*); - -#ifndef soap_write_paylid__currentXrateResponse -#define soap_write_paylid__currentXrateResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__currentXrateResponse(soap, data),0) || paylid::soap_put_paylid__currentXrateResponse(soap, data, "paylid:currentXrateResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__currentXrateResponse * SOAP_FMAC4 soap_get_paylid__currentXrateResponse(struct soap*, struct paylid__currentXrateResponse *, const char*, const char*); - -#ifndef soap_read_paylid__currentXrateResponse -#define soap_read_paylid__currentXrateResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__currentXrateResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__currentXrateResponse * SOAP_FMAC2 soap_instantiate_paylid__currentXrateResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__currentXrateResponse * soap_new_paylid__currentXrateResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__currentXrateResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__currentXrateResponse * soap_new_req_paylid__currentXrateResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__currentXrateResponse *_p = soap_instantiate_paylid__currentXrateResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__currentXrateResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__currentXrateResponse * soap_new_set_paylid__currentXrateResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__currentXrateResponse *_p = soap_instantiate_paylid__currentXrateResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__currentXrateResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__currentXrateResponse(struct soap *soap, struct paylid__currentXrateResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__currentXrateResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__directAirTimeTopUp -#define SOAP_TYPE_paylid_paylid__directAirTimeTopUp (24) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__directAirTimeTopUp(struct soap*, struct paylid__directAirTimeTopUp *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__directAirTimeTopUp(struct soap*, const struct paylid__directAirTimeTopUp *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__directAirTimeTopUp(struct soap*, const char*, int, const struct paylid__directAirTimeTopUp *, const char*); -SOAP_FMAC3 struct paylid__directAirTimeTopUp * SOAP_FMAC4 soap_in_paylid__directAirTimeTopUp(struct soap*, const char*, struct paylid__directAirTimeTopUp *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__directAirTimeTopUp(struct soap*, const struct paylid__directAirTimeTopUp *, const char*, const char*); - -#ifndef soap_write_paylid__directAirTimeTopUp -#define soap_write_paylid__directAirTimeTopUp(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__directAirTimeTopUp(soap, data),0) || paylid::soap_put_paylid__directAirTimeTopUp(soap, data, "paylid:directAirTimeTopUp", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__directAirTimeTopUp * SOAP_FMAC4 soap_get_paylid__directAirTimeTopUp(struct soap*, struct paylid__directAirTimeTopUp *, const char*, const char*); - -#ifndef soap_read_paylid__directAirTimeTopUp -#define soap_read_paylid__directAirTimeTopUp(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__directAirTimeTopUp(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__directAirTimeTopUp * SOAP_FMAC2 soap_instantiate_paylid__directAirTimeTopUp(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__directAirTimeTopUp * soap_new_paylid__directAirTimeTopUp(struct soap *soap, int n = -1) { return soap_instantiate_paylid__directAirTimeTopUp(soap, n, NULL, NULL, NULL); } - -inline struct paylid__directAirTimeTopUp * soap_new_req_paylid__directAirTimeTopUp(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__directAirTimeTopUp *_p = soap_instantiate_paylid__directAirTimeTopUp(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__directAirTimeTopUp(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline struct paylid__directAirTimeTopUp * soap_new_set_paylid__directAirTimeTopUp(struct soap *soap, std::string& terminalID, std::string& topupData, std::string& hmac) { struct paylid__directAirTimeTopUp *_p = soap_instantiate_paylid__directAirTimeTopUp(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__directAirTimeTopUp(soap, _p); _p->terminalID = terminalID; _p->topupData = topupData; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__directAirTimeTopUp(struct soap *soap, struct paylid__directAirTimeTopUp *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__directAirTimeTopUp(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse -#define SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse (21) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__directAirTimeTopUpResponse(struct soap*, struct paylid__directAirTimeTopUpResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__directAirTimeTopUpResponse(struct soap*, const struct paylid__directAirTimeTopUpResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__directAirTimeTopUpResponse(struct soap*, const char*, int, const struct paylid__directAirTimeTopUpResponse *, const char*); -SOAP_FMAC3 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC4 soap_in_paylid__directAirTimeTopUpResponse(struct soap*, const char*, struct paylid__directAirTimeTopUpResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__directAirTimeTopUpResponse(struct soap*, const struct paylid__directAirTimeTopUpResponse *, const char*, const char*); - -#ifndef soap_write_paylid__directAirTimeTopUpResponse -#define soap_write_paylid__directAirTimeTopUpResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__directAirTimeTopUpResponse(soap, data),0) || paylid::soap_put_paylid__directAirTimeTopUpResponse(soap, data, "paylid:directAirTimeTopUpResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC4 soap_get_paylid__directAirTimeTopUpResponse(struct soap*, struct paylid__directAirTimeTopUpResponse *, const char*, const char*); - -#ifndef soap_read_paylid__directAirTimeTopUpResponse -#define soap_read_paylid__directAirTimeTopUpResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__directAirTimeTopUpResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC2 soap_instantiate_paylid__directAirTimeTopUpResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__directAirTimeTopUpResponse * soap_new_paylid__directAirTimeTopUpResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__directAirTimeTopUpResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__directAirTimeTopUpResponse * soap_new_req_paylid__directAirTimeTopUpResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__directAirTimeTopUpResponse *_p = soap_instantiate_paylid__directAirTimeTopUpResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__directAirTimeTopUpResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__directAirTimeTopUpResponse * soap_new_set_paylid__directAirTimeTopUpResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__directAirTimeTopUpResponse *_p = soap_instantiate_paylid__directAirTimeTopUpResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__directAirTimeTopUpResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__directAirTimeTopUpResponse(struct soap *soap, struct paylid__directAirTimeTopUpResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__directAirTimeTopUpResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__checkTransferStatus -#define SOAP_TYPE_paylid_paylid__checkTransferStatus (20) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__checkTransferStatus(struct soap*, struct paylid__checkTransferStatus *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__checkTransferStatus(struct soap*, const struct paylid__checkTransferStatus *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__checkTransferStatus(struct soap*, const char*, int, const struct paylid__checkTransferStatus *, const char*); -SOAP_FMAC3 struct paylid__checkTransferStatus * SOAP_FMAC4 soap_in_paylid__checkTransferStatus(struct soap*, const char*, struct paylid__checkTransferStatus *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__checkTransferStatus(struct soap*, const struct paylid__checkTransferStatus *, const char*, const char*); - -#ifndef soap_write_paylid__checkTransferStatus -#define soap_write_paylid__checkTransferStatus(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__checkTransferStatus(soap, data),0) || paylid::soap_put_paylid__checkTransferStatus(soap, data, "paylid:checkTransferStatus", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__checkTransferStatus * SOAP_FMAC4 soap_get_paylid__checkTransferStatus(struct soap*, struct paylid__checkTransferStatus *, const char*, const char*); - -#ifndef soap_read_paylid__checkTransferStatus -#define soap_read_paylid__checkTransferStatus(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__checkTransferStatus(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__checkTransferStatus * SOAP_FMAC2 soap_instantiate_paylid__checkTransferStatus(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__checkTransferStatus * soap_new_paylid__checkTransferStatus(struct soap *soap, int n = -1) { return soap_instantiate_paylid__checkTransferStatus(soap, n, NULL, NULL, NULL); } - -inline struct paylid__checkTransferStatus * soap_new_req_paylid__checkTransferStatus(struct soap *soap, std::string& terminalID, std::string& transactionRef, std::string& hmac) { struct paylid__checkTransferStatus *_p = soap_instantiate_paylid__checkTransferStatus(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__checkTransferStatus(soap, _p); _p->terminalID = terminalID; _p->transactionRef = transactionRef; _p->hmac = hmac; } return _p; } - -inline struct paylid__checkTransferStatus * soap_new_set_paylid__checkTransferStatus(struct soap *soap, std::string& terminalID, std::string& transactionRef, std::string& hmac) { struct paylid__checkTransferStatus *_p = soap_instantiate_paylid__checkTransferStatus(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__checkTransferStatus(soap, _p); _p->terminalID = terminalID; _p->transactionRef = transactionRef; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__checkTransferStatus(struct soap *soap, struct paylid__checkTransferStatus *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__checkTransferStatus(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__checkTransferStatusResponse -#define SOAP_TYPE_paylid_paylid__checkTransferStatusResponse (17) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__checkTransferStatusResponse(struct soap*, struct paylid__checkTransferStatusResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__checkTransferStatusResponse(struct soap*, const struct paylid__checkTransferStatusResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__checkTransferStatusResponse(struct soap*, const char*, int, const struct paylid__checkTransferStatusResponse *, const char*); -SOAP_FMAC3 struct paylid__checkTransferStatusResponse * SOAP_FMAC4 soap_in_paylid__checkTransferStatusResponse(struct soap*, const char*, struct paylid__checkTransferStatusResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__checkTransferStatusResponse(struct soap*, const struct paylid__checkTransferStatusResponse *, const char*, const char*); - -#ifndef soap_write_paylid__checkTransferStatusResponse -#define soap_write_paylid__checkTransferStatusResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__checkTransferStatusResponse(soap, data),0) || paylid::soap_put_paylid__checkTransferStatusResponse(soap, data, "paylid:checkTransferStatusResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__checkTransferStatusResponse * SOAP_FMAC4 soap_get_paylid__checkTransferStatusResponse(struct soap*, struct paylid__checkTransferStatusResponse *, const char*, const char*); - -#ifndef soap_read_paylid__checkTransferStatusResponse -#define soap_read_paylid__checkTransferStatusResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__checkTransferStatusResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__checkTransferStatusResponse * SOAP_FMAC2 soap_instantiate_paylid__checkTransferStatusResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__checkTransferStatusResponse * soap_new_paylid__checkTransferStatusResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__checkTransferStatusResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__checkTransferStatusResponse * soap_new_req_paylid__checkTransferStatusResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__checkTransferStatusResponse *_p = soap_instantiate_paylid__checkTransferStatusResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__checkTransferStatusResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__checkTransferStatusResponse * soap_new_set_paylid__checkTransferStatusResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__checkTransferStatusResponse *_p = soap_instantiate_paylid__checkTransferStatusResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__checkTransferStatusResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__checkTransferStatusResponse(struct soap *soap, struct paylid__checkTransferStatusResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__checkTransferStatusResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__transferFund -#define SOAP_TYPE_paylid_paylid__transferFund (16) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__transferFund(struct soap*, struct paylid__transferFund *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__transferFund(struct soap*, const struct paylid__transferFund *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__transferFund(struct soap*, const char*, int, const struct paylid__transferFund *, const char*); -SOAP_FMAC3 struct paylid__transferFund * SOAP_FMAC4 soap_in_paylid__transferFund(struct soap*, const char*, struct paylid__transferFund *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__transferFund(struct soap*, const struct paylid__transferFund *, const char*, const char*); - -#ifndef soap_write_paylid__transferFund -#define soap_write_paylid__transferFund(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__transferFund(soap, data),0) || paylid::soap_put_paylid__transferFund(soap, data, "paylid:transferFund", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__transferFund * SOAP_FMAC4 soap_get_paylid__transferFund(struct soap*, struct paylid__transferFund *, const char*, const char*); - -#ifndef soap_read_paylid__transferFund -#define soap_read_paylid__transferFund(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__transferFund(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__transferFund * SOAP_FMAC2 soap_instantiate_paylid__transferFund(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__transferFund * soap_new_paylid__transferFund(struct soap *soap, int n = -1) { return soap_instantiate_paylid__transferFund(soap, n, NULL, NULL, NULL); } - -inline struct paylid__transferFund * soap_new_req_paylid__transferFund(struct soap *soap, std::string& terminalID, std::string& toDestination, std::string& hmac) { struct paylid__transferFund *_p = soap_instantiate_paylid__transferFund(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__transferFund(soap, _p); _p->terminalID = terminalID; _p->toDestination = toDestination; _p->hmac = hmac; } return _p; } - -inline struct paylid__transferFund * soap_new_set_paylid__transferFund(struct soap *soap, std::string& terminalID, std::string& toDestination, std::string& hmac) { struct paylid__transferFund *_p = soap_instantiate_paylid__transferFund(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__transferFund(soap, _p); _p->terminalID = terminalID; _p->toDestination = toDestination; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__transferFund(struct soap *soap, struct paylid__transferFund *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__transferFund(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__transferFundResponse -#define SOAP_TYPE_paylid_paylid__transferFundResponse (13) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__transferFundResponse(struct soap*, struct paylid__transferFundResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__transferFundResponse(struct soap*, const struct paylid__transferFundResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__transferFundResponse(struct soap*, const char*, int, const struct paylid__transferFundResponse *, const char*); -SOAP_FMAC3 struct paylid__transferFundResponse * SOAP_FMAC4 soap_in_paylid__transferFundResponse(struct soap*, const char*, struct paylid__transferFundResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__transferFundResponse(struct soap*, const struct paylid__transferFundResponse *, const char*, const char*); - -#ifndef soap_write_paylid__transferFundResponse -#define soap_write_paylid__transferFundResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__transferFundResponse(soap, data),0) || paylid::soap_put_paylid__transferFundResponse(soap, data, "paylid:transferFundResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__transferFundResponse * SOAP_FMAC4 soap_get_paylid__transferFundResponse(struct soap*, struct paylid__transferFundResponse *, const char*, const char*); - -#ifndef soap_read_paylid__transferFundResponse -#define soap_read_paylid__transferFundResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__transferFundResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__transferFundResponse * SOAP_FMAC2 soap_instantiate_paylid__transferFundResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__transferFundResponse * soap_new_paylid__transferFundResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__transferFundResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__transferFundResponse * soap_new_req_paylid__transferFundResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__transferFundResponse *_p = soap_instantiate_paylid__transferFundResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__transferFundResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__transferFundResponse * soap_new_set_paylid__transferFundResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__transferFundResponse *_p = soap_instantiate_paylid__transferFundResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__transferFundResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__transferFundResponse(struct soap *soap, struct paylid__transferFundResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__transferFundResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getAccountBalance -#define SOAP_TYPE_paylid_paylid__getAccountBalance (12) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountBalance(struct soap*, struct paylid__getAccountBalance *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountBalance(struct soap*, const struct paylid__getAccountBalance *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountBalance(struct soap*, const char*, int, const struct paylid__getAccountBalance *, const char*); -SOAP_FMAC3 struct paylid__getAccountBalance * SOAP_FMAC4 soap_in_paylid__getAccountBalance(struct soap*, const char*, struct paylid__getAccountBalance *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountBalance(struct soap*, const struct paylid__getAccountBalance *, const char*, const char*); - -#ifndef soap_write_paylid__getAccountBalance -#define soap_write_paylid__getAccountBalance(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getAccountBalance(soap, data),0) || paylid::soap_put_paylid__getAccountBalance(soap, data, "paylid:getAccountBalance", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getAccountBalance * SOAP_FMAC4 soap_get_paylid__getAccountBalance(struct soap*, struct paylid__getAccountBalance *, const char*, const char*); - -#ifndef soap_read_paylid__getAccountBalance -#define soap_read_paylid__getAccountBalance(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getAccountBalance(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getAccountBalance * SOAP_FMAC2 soap_instantiate_paylid__getAccountBalance(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getAccountBalance * soap_new_paylid__getAccountBalance(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getAccountBalance(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getAccountBalance * soap_new_req_paylid__getAccountBalance(struct soap *soap, std::string& terminalID, std::string& hmac) { struct paylid__getAccountBalance *_p = soap_instantiate_paylid__getAccountBalance(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountBalance(soap, _p); _p->terminalID = terminalID; _p->hmac = hmac; } return _p; } - -inline struct paylid__getAccountBalance * soap_new_set_paylid__getAccountBalance(struct soap *soap, std::string& terminalID, std::string& hmac) { struct paylid__getAccountBalance *_p = soap_instantiate_paylid__getAccountBalance(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountBalance(soap, _p); _p->terminalID = terminalID; _p->hmac = hmac; } return _p; } - -inline void soap_delete_paylid__getAccountBalance(struct soap *soap, struct paylid__getAccountBalance *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountBalance(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_paylid_paylid__getAccountBalanceResponse -#define SOAP_TYPE_paylid_paylid__getAccountBalanceResponse (8) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountBalanceResponse(struct soap*, struct paylid__getAccountBalanceResponse *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountBalanceResponse(struct soap*, const struct paylid__getAccountBalanceResponse *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountBalanceResponse(struct soap*, const char*, int, const struct paylid__getAccountBalanceResponse *, const char*); -SOAP_FMAC3 struct paylid__getAccountBalanceResponse * SOAP_FMAC4 soap_in_paylid__getAccountBalanceResponse(struct soap*, const char*, struct paylid__getAccountBalanceResponse *, const char*); - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountBalanceResponse(struct soap*, const struct paylid__getAccountBalanceResponse *, const char*, const char*); - -#ifndef soap_write_paylid__getAccountBalanceResponse -#define soap_write_paylid__getAccountBalanceResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_paylid__getAccountBalanceResponse(soap, data),0) || paylid::soap_put_paylid__getAccountBalanceResponse(soap, data, "paylid:getAccountBalanceResponse", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct paylid__getAccountBalanceResponse * SOAP_FMAC4 soap_get_paylid__getAccountBalanceResponse(struct soap*, struct paylid__getAccountBalanceResponse *, const char*, const char*); - -#ifndef soap_read_paylid__getAccountBalanceResponse -#define soap_read_paylid__getAccountBalanceResponse(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_paylid__getAccountBalanceResponse(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - -SOAP_FMAC1 struct paylid__getAccountBalanceResponse * SOAP_FMAC2 soap_instantiate_paylid__getAccountBalanceResponse(struct soap*, int, const char*, const char*, size_t*); - -inline struct paylid__getAccountBalanceResponse * soap_new_paylid__getAccountBalanceResponse(struct soap *soap, int n = -1) { return soap_instantiate_paylid__getAccountBalanceResponse(soap, n, NULL, NULL, NULL); } - -inline struct paylid__getAccountBalanceResponse * soap_new_req_paylid__getAccountBalanceResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getAccountBalanceResponse *_p = soap_instantiate_paylid__getAccountBalanceResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountBalanceResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline struct paylid__getAccountBalanceResponse * soap_new_set_paylid__getAccountBalanceResponse(struct soap *soap, std::string& Code, std::string& Data, std::string& Hmac) { struct paylid__getAccountBalanceResponse *_p = soap_instantiate_paylid__getAccountBalanceResponse(soap, -1, NULL, NULL, NULL); if (_p) { soap_default_paylid__getAccountBalanceResponse(soap, _p); _p->Code = Code; _p->Data = Data; _p->Hmac = Hmac; } return _p; } - -inline void soap_delete_paylid__getAccountBalanceResponse(struct soap *soap, struct paylid__getAccountBalanceResponse *p) { soap_delete(soap, p); } - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountBalanceResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_PointerToSOAP_ENV__Reason -#define SOAP_TYPE_paylid_PointerToSOAP_ENV__Reason (50) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Reason -#define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_PointerToSOAP_ENV__Reason(soap, data),0) || paylid::soap_put_PointerToSOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Reason -#define soap_read_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_PointerToSOAP_ENV__Detail -#define SOAP_TYPE_paylid_PointerToSOAP_ENV__Detail (49) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Detail -#define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_PointerToSOAP_ENV__Detail(soap, data),0) || paylid::soap_put_PointerToSOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Detail -#define soap_read_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_PointerToSOAP_ENV__Code -#define SOAP_TYPE_paylid_PointerToSOAP_ENV__Code (43) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*); - -#ifndef soap_write_PointerToSOAP_ENV__Code -#define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_PointerToSOAP_ENV__Code(soap, data),0) || paylid::soap_put_PointerToSOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*); - -#ifndef soap_read_PointerToSOAP_ENV__Code -#define soap_read_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#endif - -#ifndef SOAP_TYPE_paylid__QName -#define SOAP_TYPE_paylid__QName (5) -#endif - -#define soap_default__QName(soap, a) soap_default_string(soap, a) - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap*, char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*); - -#ifndef soap_write__QName -#define soap_write__QName(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize__QName(soap, data),0) || paylid::soap_put__QName(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*); - -#ifndef soap_read__QName -#define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -#ifndef SOAP_TYPE_paylid_string -#define SOAP_TYPE_paylid_string (4) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*); -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*); - -#ifndef soap_write_string -#define soap_write_string(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (paylid::soap_serialize_string(soap, data),0) || paylid::soap_put_string(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) -#endif - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*); - -#ifndef soap_read_string -#define soap_read_string(soap, data) ( soap_begin_recv(soap) || !paylid::soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap), (soap)->error ) -#endif - - -} // namespace paylid - - -#endif - -/* End of paylidH.h */ diff --git a/coregrade/src/shared_tool/paylid/paylidStub.h b/coregrade/src/shared_tool/paylid/paylidStub.h deleted file mode 100644 index 49fb3b5..0000000 --- a/coregrade/src/shared_tool/paylid/paylidStub.h +++ /dev/null @@ -1,403 +0,0 @@ -/* paylidStub.h - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#ifndef paylidStub_H -#define paylidStub_H -#include -#define SOAP_NAMESPACE_OF_paylid "urn:paylidwsdl" -#ifndef WITH_NONAMESPACES -#define WITH_NONAMESPACES -#endif -#ifndef WITH_NOGLOBAL -#define WITH_NOGLOBAL -#endif -#include "stdsoap2.h" -#if GSOAP_VERSION != 20816 -# error "GSOAP VERSION MISMATCH IN GENERATED CODE: PLEASE REINSTALL PACKAGE" -#endif - - -namespace paylid { - -/******************************************************************************\ - * * - * Enumerations * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Types with Custom Serializers * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Classes and Structs * - * * -\******************************************************************************/ - - -#if 0 /* volatile type: do not declare here, declared elsewhere */ - -#endif - -#if 0 /* volatile type: do not declare here, declared elsewhere */ - -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getAccountBalanceResponse -#define SOAP_TYPE_paylid_paylid__getAccountBalanceResponse (8) -/* paylid:getAccountBalanceResponse */ -struct paylid__getAccountBalanceResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 8; } /* = unique id SOAP_TYPE_paylid_paylid__getAccountBalanceResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getAccountBalance -#define SOAP_TYPE_paylid_paylid__getAccountBalance (12) -/* paylid:getAccountBalance */ -struct paylid__getAccountBalance -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 12; } /* = unique id SOAP_TYPE_paylid_paylid__getAccountBalance */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__transferFundResponse -#define SOAP_TYPE_paylid_paylid__transferFundResponse (13) -/* paylid:transferFundResponse */ -struct paylid__transferFundResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 13; } /* = unique id SOAP_TYPE_paylid_paylid__transferFundResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__transferFund -#define SOAP_TYPE_paylid_paylid__transferFund (16) -/* paylid:transferFund */ -struct paylid__transferFund -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string toDestination; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 16; } /* = unique id SOAP_TYPE_paylid_paylid__transferFund */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__checkTransferStatusResponse -#define SOAP_TYPE_paylid_paylid__checkTransferStatusResponse (17) -/* paylid:checkTransferStatusResponse */ -struct paylid__checkTransferStatusResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 17; } /* = unique id SOAP_TYPE_paylid_paylid__checkTransferStatusResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__checkTransferStatus -#define SOAP_TYPE_paylid_paylid__checkTransferStatus (20) -/* paylid:checkTransferStatus */ -struct paylid__checkTransferStatus -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string transactionRef; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 20; } /* = unique id SOAP_TYPE_paylid_paylid__checkTransferStatus */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse -#define SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse (21) -/* paylid:directAirTimeTopUpResponse */ -struct paylid__directAirTimeTopUpResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 21; } /* = unique id SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__directAirTimeTopUp -#define SOAP_TYPE_paylid_paylid__directAirTimeTopUp (24) -/* paylid:directAirTimeTopUp */ -struct paylid__directAirTimeTopUp -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 24; } /* = unique id SOAP_TYPE_paylid_paylid__directAirTimeTopUp */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__currentXrateResponse -#define SOAP_TYPE_paylid_paylid__currentXrateResponse (25) -/* paylid:currentXrateResponse */ -struct paylid__currentXrateResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 25; } /* = unique id SOAP_TYPE_paylid_paylid__currentXrateResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__currentXrate -#define SOAP_TYPE_paylid_paylid__currentXrate (28) -/* paylid:currentXrate */ -struct paylid__currentXrate -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 28; } /* = unique id SOAP_TYPE_paylid_paylid__currentXrate */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getAccountResponse -#define SOAP_TYPE_paylid_paylid__getAccountResponse (29) -/* paylid:getAccountResponse */ -struct paylid__getAccountResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 29; } /* = unique id SOAP_TYPE_paylid_paylid__getAccountResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getAccount -#define SOAP_TYPE_paylid_paylid__getAccount (32) -/* paylid:getAccount */ -struct paylid__getAccount -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 32; } /* = unique id SOAP_TYPE_paylid_paylid__getAccount */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getTrxStatusResponse -#define SOAP_TYPE_paylid_paylid__getTrxStatusResponse (33) -/* paylid:getTrxStatusResponse */ -struct paylid__getTrxStatusResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 33; } /* = unique id SOAP_TYPE_paylid_paylid__getTrxStatusResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getTrxStatus -#define SOAP_TYPE_paylid_paylid__getTrxStatus (36) -/* paylid:getTrxStatus */ -struct paylid__getTrxStatus -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 36; } /* = unique id SOAP_TYPE_paylid_paylid__getTrxStatus */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getSupportedBanksResponse -#define SOAP_TYPE_paylid_paylid__getSupportedBanksResponse (37) -/* paylid:getSupportedBanksResponse */ -struct paylid__getSupportedBanksResponse -{ -public: - std::string Code; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* required element of type xsd:string */ - std::string Data; /* required element of type xsd:string */ - std::string Hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 37; } /* = unique id SOAP_TYPE_paylid_paylid__getSupportedBanksResponse */ -}; -#endif - -#ifndef SOAP_TYPE_paylid_paylid__getSupportedBanks -#define SOAP_TYPE_paylid_paylid__getSupportedBanks (40) -/* paylid:getSupportedBanks */ -struct paylid__getSupportedBanks -{ -public: - std::string terminalID; /* required element of type xsd:string */ - std::string topupData; /* required element of type xsd:string */ - std::string hmac; /* required element of type xsd:string */ -public: - int soap_type() const { return 40; } /* = unique id SOAP_TYPE_paylid_paylid__getSupportedBanks */ -}; -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Header -#define SOAP_TYPE_paylid_SOAP_ENV__Header (41) -/* SOAP Header: */ -struct SOAP_ENV__Header -{ -public: - int soap_type() const { return 41; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Header */ -#ifdef WITH_NOEMPTYSTRUCT -private: - char dummy; /* dummy member to enable compilation */ -#endif -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Code -#define SOAP_TYPE_paylid_SOAP_ENV__Code (42) -/* SOAP Fault Code: */ -struct SOAP_ENV__Code -{ -public: - char *SOAP_ENV__Value; /* optional element of type xsd:QName */ - struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */ -public: - int soap_type() const { return 42; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Code */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Detail -#define SOAP_TYPE_paylid_SOAP_ENV__Detail (44) -/* SOAP-ENV:Detail */ -struct SOAP_ENV__Detail -{ -public: - char *__any; - int __type; /* any type of element (defined below) */ - void *fault; /* transient */ -public: - int soap_type() const { return 44; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Detail */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Reason -#define SOAP_TYPE_paylid_SOAP_ENV__Reason (47) -/* SOAP-ENV:Reason */ -struct SOAP_ENV__Reason -{ -public: - char *SOAP_ENV__Text; /* optional element of type xsd:string */ -public: - int soap_type() const { return 47; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Reason */ -}; -#endif - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_paylid_SOAP_ENV__Fault -#define SOAP_TYPE_paylid_SOAP_ENV__Fault (48) -/* SOAP Fault: */ -struct SOAP_ENV__Fault -{ -public: - char *faultcode; /* optional element of type xsd:QName */ - char *faultstring; /* optional element of type xsd:string */ - char *faultactor; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */ - struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */ - struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */ - char *SOAP_ENV__Node; /* optional element of type xsd:string */ - char *SOAP_ENV__Role; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */ -public: - int soap_type() const { return 48; } /* = unique id SOAP_TYPE_paylid_SOAP_ENV__Fault */ -}; -#endif - -#endif - -/******************************************************************************\ - * * - * Typedefs * - * * -\******************************************************************************/ - -#ifndef SOAP_TYPE_paylid__QName -#define SOAP_TYPE_paylid__QName (5) -typedef char *_QName; -#endif - -#ifndef SOAP_TYPE_paylid__XML -#define SOAP_TYPE_paylid__XML (6) -typedef char *_XML; -#endif - - -/******************************************************************************\ - * * - * Externals * - * * -\******************************************************************************/ - - -} // namespace paylid - - -#endif - -/* End of paylidStub.h */ diff --git a/coregrade/src/shared_tool/paylid/paylidpaylidwsdlBindingProxy.cpp b/coregrade/src/shared_tool/paylid/paylidpaylidwsdlBindingProxy.cpp deleted file mode 100644 index 22e823a..0000000 --- a/coregrade/src/shared_tool/paylid/paylidpaylidwsdlBindingProxy.cpp +++ /dev/null @@ -1,588 +0,0 @@ -/* paylidpaylidwsdlBindingProxy.cpp - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#include "paylidpaylidwsdlBindingProxy.h" - -namespace paylid { - -paylidwsdlBindingProxy::paylidwsdlBindingProxy() -{ paylidwsdlBindingProxy_init(SOAP_IO_DEFAULT, SOAP_IO_DEFAULT); -} - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(const struct soap &_soap) : soap(_soap) -{ } - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(const char *url) -{ paylidwsdlBindingProxy_init(SOAP_IO_DEFAULT, SOAP_IO_DEFAULT); - soap_endpoint = url; -} - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(soap_mode iomode) -{ paylidwsdlBindingProxy_init(iomode, iomode); -} - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(const char *url, soap_mode iomode) -{ paylidwsdlBindingProxy_init(iomode, iomode); - soap_endpoint = url; -} - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(soap_mode imode, soap_mode omode) -{ paylidwsdlBindingProxy_init(imode, omode); -} - -paylidwsdlBindingProxy::~paylidwsdlBindingProxy() -{ } - -void paylidwsdlBindingProxy::paylidwsdlBindingProxy_init(soap_mode imode, soap_mode omode) -{ soap_imode(this, imode); - soap_omode(this, omode); - soap_endpoint = NULL; - static const struct Namespace namespaces[] = -{ - {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL}, - {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL}, - {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, - {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, - {"paylid", "urn:paylidwsdl", NULL, NULL}, - {NULL, NULL, NULL, NULL} -}; - soap_set_namespaces(this, namespaces); -} - -void paylidwsdlBindingProxy::destroy() -{ soap_destroy(this); - soap_end(this); -} - -void paylidwsdlBindingProxy::reset() -{ destroy(); - soap_done(this); - soap_initialize(this); - paylidwsdlBindingProxy_init(SOAP_IO_DEFAULT, SOAP_IO_DEFAULT); -} - -void paylidwsdlBindingProxy::soap_noheader() -{ this->header = NULL; -} - -const SOAP_ENV__Header *paylidwsdlBindingProxy::soap_header() -{ return this->header; -} - -const SOAP_ENV__Fault *paylidwsdlBindingProxy::soap_fault() -{ return this->fault; -} - -const char *paylidwsdlBindingProxy::soap_fault_string() -{ return *soap_faultstring(this); -} - -const char *paylidwsdlBindingProxy::soap_fault_detail() -{ return *soap_faultdetail(this); -} - -int paylidwsdlBindingProxy::soap_close_socket() -{ return soap_closesock(this); -} - -int paylidwsdlBindingProxy::soap_force_close_socket() -{ return soap_force_closesock(this); -} - -void paylidwsdlBindingProxy::soap_print_fault(FILE *fd) -{ ::soap_print_fault(this, fd); -} - -#ifndef WITH_LEAN -#ifndef WITH_COMPAT -void paylidwsdlBindingProxy::soap_stream_fault(std::ostream& os) -{ ::soap_stream_fault(this, os); -} -#endif - -char *paylidwsdlBindingProxy::soap_sprint_fault(char *buf, size_t len) -{ return ::soap_sprint_fault(this, buf, len); -} -#endif - -int paylidwsdlBindingProxy::getAccountBalance(const char *endpoint, const char *soap_action, std::string terminalID, std::string hmac, struct paylid__getAccountBalanceResponse &_param_1) -{ struct soap *soap = this; - struct paylid__getAccountBalance soap_tmp_paylid__getAccountBalance; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#getAccountBalance"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__getAccountBalance.terminalID = terminalID; - soap_tmp_paylid__getAccountBalance.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__getAccountBalance(soap, &soap_tmp_paylid__getAccountBalance); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getAccountBalance(soap, &soap_tmp_paylid__getAccountBalance, "paylid:getAccountBalance", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getAccountBalance(soap, &soap_tmp_paylid__getAccountBalance, "paylid:getAccountBalance", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_1) - return soap_closesock(soap); - soap_default_paylid__getAccountBalanceResponse(soap, &_param_1); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__getAccountBalanceResponse(soap, &_param_1, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::transferFund(const char *endpoint, const char *soap_action, std::string terminalID, std::string toDestination, std::string hmac, struct paylid__transferFundResponse &_param_2) -{ struct soap *soap = this; - struct paylid__transferFund soap_tmp_paylid__transferFund; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#transferFund"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__transferFund.terminalID = terminalID; - soap_tmp_paylid__transferFund.toDestination = toDestination; - soap_tmp_paylid__transferFund.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__transferFund(soap, &soap_tmp_paylid__transferFund); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__transferFund(soap, &soap_tmp_paylid__transferFund, "paylid:transferFund", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__transferFund(soap, &soap_tmp_paylid__transferFund, "paylid:transferFund", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_2) - return soap_closesock(soap); - soap_default_paylid__transferFundResponse(soap, &_param_2); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__transferFundResponse(soap, &_param_2, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::checkTransferStatus(const char *endpoint, const char *soap_action, std::string terminalID, std::string transactionRef, std::string hmac, struct paylid__checkTransferStatusResponse &_param_3) -{ struct soap *soap = this; - struct paylid__checkTransferStatus soap_tmp_paylid__checkTransferStatus; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#checkTransferStatus"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__checkTransferStatus.terminalID = terminalID; - soap_tmp_paylid__checkTransferStatus.transactionRef = transactionRef; - soap_tmp_paylid__checkTransferStatus.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__checkTransferStatus(soap, &soap_tmp_paylid__checkTransferStatus); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__checkTransferStatus(soap, &soap_tmp_paylid__checkTransferStatus, "paylid:checkTransferStatus", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__checkTransferStatus(soap, &soap_tmp_paylid__checkTransferStatus, "paylid:checkTransferStatus", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_3) - return soap_closesock(soap); - soap_default_paylid__checkTransferStatusResponse(soap, &_param_3); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__checkTransferStatusResponse(soap, &_param_3, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::directAirTimeTopUp(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__directAirTimeTopUpResponse &_param_4) -{ struct soap *soap = this; - struct paylid__directAirTimeTopUp soap_tmp_paylid__directAirTimeTopUp; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#checkTransferStatus"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__directAirTimeTopUp.terminalID = terminalID; - soap_tmp_paylid__directAirTimeTopUp.topupData = topupData; - soap_tmp_paylid__directAirTimeTopUp.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__directAirTimeTopUp(soap, &soap_tmp_paylid__directAirTimeTopUp); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__directAirTimeTopUp(soap, &soap_tmp_paylid__directAirTimeTopUp, "paylid:directAirTimeTopUp", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__directAirTimeTopUp(soap, &soap_tmp_paylid__directAirTimeTopUp, "paylid:directAirTimeTopUp", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_4) - return soap_closesock(soap); - soap_default_paylid__directAirTimeTopUpResponse(soap, &_param_4); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__directAirTimeTopUpResponse(soap, &_param_4, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::currentXrate(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__currentXrateResponse &_param_5) -{ struct soap *soap = this; - struct paylid__currentXrate soap_tmp_paylid__currentXrate; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#currentXrate"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__currentXrate.terminalID = terminalID; - soap_tmp_paylid__currentXrate.topupData = topupData; - soap_tmp_paylid__currentXrate.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__currentXrate(soap, &soap_tmp_paylid__currentXrate); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__currentXrate(soap, &soap_tmp_paylid__currentXrate, "paylid:currentXrate", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__currentXrate(soap, &soap_tmp_paylid__currentXrate, "paylid:currentXrate", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_5) - return soap_closesock(soap); - soap_default_paylid__currentXrateResponse(soap, &_param_5); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__currentXrateResponse(soap, &_param_5, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::getAccount(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getAccountResponse &_param_6) -{ struct soap *soap = this; - struct paylid__getAccount soap_tmp_paylid__getAccount; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#getAccount"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__getAccount.terminalID = terminalID; - soap_tmp_paylid__getAccount.topupData = topupData; - soap_tmp_paylid__getAccount.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__getAccount(soap, &soap_tmp_paylid__getAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getAccount(soap, &soap_tmp_paylid__getAccount, "paylid:getAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getAccount(soap, &soap_tmp_paylid__getAccount, "paylid:getAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_6) - return soap_closesock(soap); - soap_default_paylid__getAccountResponse(soap, &_param_6); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__getAccountResponse(soap, &_param_6, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::getTrxStatus(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getTrxStatusResponse &_param_7) -{ struct soap *soap = this; - struct paylid__getTrxStatus soap_tmp_paylid__getTrxStatus; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#getTrxStatus"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__getTrxStatus.terminalID = terminalID; - soap_tmp_paylid__getTrxStatus.topupData = topupData; - soap_tmp_paylid__getTrxStatus.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__getTrxStatus(soap, &soap_tmp_paylid__getTrxStatus); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getTrxStatus(soap, &soap_tmp_paylid__getTrxStatus, "paylid:getTrxStatus", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getTrxStatus(soap, &soap_tmp_paylid__getTrxStatus, "paylid:getTrxStatus", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_7) - return soap_closesock(soap); - soap_default_paylid__getTrxStatusResponse(soap, &_param_7); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__getTrxStatusResponse(soap, &_param_7, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::getSupportedBanks(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getSupportedBanksResponse &_param_8) -{ struct soap *soap = this; - struct paylid__getSupportedBanks soap_tmp_paylid__getSupportedBanks; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#getSupportedBanks"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__getSupportedBanks.terminalID = terminalID; - soap_tmp_paylid__getSupportedBanks.topupData = topupData; - soap_tmp_paylid__getSupportedBanks.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__getSupportedBanks(soap, &soap_tmp_paylid__getSupportedBanks); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getSupportedBanks(soap, &soap_tmp_paylid__getSupportedBanks, "paylid:getSupportedBanks", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getSupportedBanks(soap, &soap_tmp_paylid__getSupportedBanks, "paylid:getSupportedBanks", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_8) - return soap_closesock(soap); - soap_default_paylid__getSupportedBanksResponse(soap, &_param_8); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__getSupportedBanksResponse(soap, &_param_8, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -} // namespace paylid - -/* End of client proxy code */ diff --git a/coregrade/src/shared_tool/paylid/paylidpaylidwsdlBindingProxy.h b/coregrade/src/shared_tool/paylid/paylidpaylidwsdlBindingProxy.h deleted file mode 100644 index 35aab38..0000000 --- a/coregrade/src/shared_tool/paylid/paylidpaylidwsdlBindingProxy.h +++ /dev/null @@ -1,102 +0,0 @@ -/* paylidpaylidwsdlBindingProxy.h - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#ifndef paylidpaylidwsdlBindingProxy_H -#define paylidpaylidwsdlBindingProxy_H -#include "paylidH.h" - -namespace paylid { - -class SOAP_CMAC paylidwsdlBindingProxy : public soap -{ public: - /// Endpoint URL of service 'paylidwsdlBindingProxy' (change as needed) - const char *soap_endpoint; - /// Constructor - paylidwsdlBindingProxy(); - /// Construct from another engine state - paylidwsdlBindingProxy(const struct soap&); - /// Constructor with endpoint URL - paylidwsdlBindingProxy(const char *url); - /// Constructor with engine input+output mode control - paylidwsdlBindingProxy(soap_mode iomode); - /// Constructor with URL and input+output mode control - paylidwsdlBindingProxy(const char *url, soap_mode iomode); - /// Constructor with engine input and output mode control - paylidwsdlBindingProxy(soap_mode imode, soap_mode omode); - /// Destructor frees deserialized data - virtual ~paylidwsdlBindingProxy(); - /// Initializer used by constructors - virtual void paylidwsdlBindingProxy_init(soap_mode imode, soap_mode omode); - /// Delete all deserialized data (with soap_destroy and soap_end) - virtual void destroy(); - /// Delete all deserialized data and reset to default - virtual void reset(); - /// Disables and removes SOAP Header from message - virtual void soap_noheader(); - /// Get SOAP Header structure (NULL when absent) - virtual const SOAP_ENV__Header *soap_header(); - /// Get SOAP Fault structure (NULL when absent) - virtual const SOAP_ENV__Fault *soap_fault(); - /// Get SOAP Fault string (NULL when absent) - virtual const char *soap_fault_string(); - /// Get SOAP Fault detail as string (NULL when absent) - virtual const char *soap_fault_detail(); - /// Close connection (normally automatic, except for send_X ops) - virtual int soap_close_socket(); - /// Force close connection (can kill a thread blocked on IO) - virtual int soap_force_close_socket(); - /// Print fault - virtual void soap_print_fault(FILE*); -#ifndef WITH_LEAN - /// Print fault to stream -#ifndef WITH_COMPAT - virtual void soap_stream_fault(std::ostream&); -#endif - - /// Put fault into buffer - virtual char *soap_sprint_fault(char *buf, size_t len); -#endif - - /// Web service operation 'getAccountBalance' (returns error code or SOAP_OK) - virtual int getAccountBalance(std::string terminalID, std::string hmac, struct paylid__getAccountBalanceResponse &_param_1) { return this->getAccountBalance(NULL, NULL, terminalID, hmac, _param_1); } - virtual int getAccountBalance(const char *endpoint, const char *soap_action, std::string terminalID, std::string hmac, struct paylid__getAccountBalanceResponse &_param_1); - - /// Web service operation 'transferFund' (returns error code or SOAP_OK) - virtual int transferFund(std::string terminalID, std::string toDestination, std::string hmac, struct paylid__transferFundResponse &_param_2) { return this->transferFund(NULL, NULL, terminalID, toDestination, hmac, _param_2); } - virtual int transferFund(const char *endpoint, const char *soap_action, std::string terminalID, std::string toDestination, std::string hmac, struct paylid__transferFundResponse &_param_2); - - /// Web service operation 'checkTransferStatus' (returns error code or SOAP_OK) - virtual int checkTransferStatus(std::string terminalID, std::string transactionRef, std::string hmac, struct paylid__checkTransferStatusResponse &_param_3) { return this->checkTransferStatus(NULL, NULL, terminalID, transactionRef, hmac, _param_3); } - virtual int checkTransferStatus(const char *endpoint, const char *soap_action, std::string terminalID, std::string transactionRef, std::string hmac, struct paylid__checkTransferStatusResponse &_param_3); - - /// Web service operation 'directAirTimeTopUp' (returns error code or SOAP_OK) - virtual int directAirTimeTopUp(std::string terminalID, std::string topupData, std::string hmac, struct paylid__directAirTimeTopUpResponse &_param_4) { return this->directAirTimeTopUp(NULL, NULL, terminalID, topupData, hmac, _param_4); } - virtual int directAirTimeTopUp(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__directAirTimeTopUpResponse &_param_4); - - /// Web service operation 'currentXrate' (returns error code or SOAP_OK) - virtual int currentXrate(std::string terminalID, std::string topupData, std::string hmac, struct paylid__currentXrateResponse &_param_5) { return this->currentXrate(NULL, NULL, terminalID, topupData, hmac, _param_5); } - virtual int currentXrate(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__currentXrateResponse &_param_5); - - /// Web service operation 'getAccount' (returns error code or SOAP_OK) - virtual int getAccount(std::string terminalID, std::string topupData, std::string hmac, struct paylid__getAccountResponse &_param_6) { return this->getAccount(NULL, NULL, terminalID, topupData, hmac, _param_6); } - virtual int getAccount(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getAccountResponse &_param_6); - - /// Web service operation 'getTrxStatus' (returns error code or SOAP_OK) - virtual int getTrxStatus(std::string terminalID, std::string topupData, std::string hmac, struct paylid__getTrxStatusResponse &_param_7) { return this->getTrxStatus(NULL, NULL, terminalID, topupData, hmac, _param_7); } - virtual int getTrxStatus(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getTrxStatusResponse &_param_7); - - /// Web service operation 'getSupportedBanks' (returns error code or SOAP_OK) - virtual int getSupportedBanks(std::string terminalID, std::string topupData, std::string hmac, struct paylid__getSupportedBanksResponse &_param_8) { return this->getSupportedBanks(NULL, NULL, terminalID, topupData, hmac, _param_8); } - virtual int getSupportedBanks(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getSupportedBanksResponse &_param_8); -}; - -} // namespace paylid - -#endif diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.checkTransferStatus.req.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.checkTransferStatus.req.xml deleted file mode 100644 index 2edc520..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.checkTransferStatus.req.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.checkTransferStatus.res.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.checkTransferStatus.res.xml deleted file mode 100644 index 15b6a56..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.checkTransferStatus.res.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.currentXrate.req.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.currentXrate.req.xml deleted file mode 100644 index 58d6962..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.currentXrate.req.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.currentXrate.res.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.currentXrate.res.xml deleted file mode 100644 index 880968c..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.currentXrate.res.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.directAirTimeTopUp.req.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.directAirTimeTopUp.req.xml deleted file mode 100644 index 298949b..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.directAirTimeTopUp.req.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.directAirTimeTopUp.res.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.directAirTimeTopUp.res.xml deleted file mode 100644 index 7b7f801..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.directAirTimeTopUp.res.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccount.req.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccount.req.xml deleted file mode 100644 index 1f2a612..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccount.req.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccount.res.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccount.res.xml deleted file mode 100644 index acef489..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccount.res.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccountBalance.req.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccountBalance.req.xml deleted file mode 100644 index b53e4ff..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccountBalance.req.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccountBalance.res.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccountBalance.res.xml deleted file mode 100644 index 53fac6b..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getAccountBalance.res.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getSupportedBanks.req.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getSupportedBanks.req.xml deleted file mode 100644 index a9e2780..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getSupportedBanks.req.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getSupportedBanks.res.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getSupportedBanks.res.xml deleted file mode 100644 index 74be46b..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getSupportedBanks.res.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getTrxStatus.req.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getTrxStatus.req.xml deleted file mode 100644 index 213d969..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getTrxStatus.req.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getTrxStatus.res.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getTrxStatus.res.xml deleted file mode 100644 index 2e38630..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.getTrxStatus.res.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.transferFund.req.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.transferFund.req.xml deleted file mode 100644 index bba47a2..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.transferFund.req.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.transferFund.res.xml b/coregrade/src/shared_tool/paylid/paylidwsdlBinding.transferFund.res.xml deleted file mode 100644 index dbf336c..0000000 --- a/coregrade/src/shared_tool/paylid/paylidwsdlBinding.transferFund.res.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - diff --git a/coregrade/src/shared_tool/paylidC.cc b/coregrade/src/shared_tool/paylidC.cc deleted file mode 100644 index 87cc9c3..0000000 --- a/coregrade/src/shared_tool/paylidC.cc +++ /dev/null @@ -1,3873 +0,0 @@ -/* paylidC.cpp - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#if defined(__BORLANDC__) -#pragma option push -w-8060 -#pragma option push -w-8004 -#endif - -#include "paylidH.h" - -namespace paylid { - -SOAP_SOURCE_STAMP("@(#) paylidC.cpp ver 2.8.16 2020-04-13 12:29:32 GMT") - - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 int SOAP_FMAC4 soap_getheader(struct soap *soap) -{ - soap->part = SOAP_IN_HEADER; - soap->header = soap_in_SOAP_ENV__Header(soap, "SOAP-ENV:Header", soap->header, NULL); - soap->part = SOAP_END_HEADER; - return soap->header == NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putheader(struct soap *soap) -{ - if (soap->version && soap->header) - { soap->part = SOAP_IN_HEADER; - if (soap_out_SOAP_ENV__Header(soap, "SOAP-ENV:Header", 0, soap->header, NULL)) - return soap->error; - soap->part = SOAP_END_HEADER; - } - return SOAP_OK; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader(struct soap *soap) -{ - if (soap->version && soap->header) - soap_serialize_SOAP_ENV__Header(soap, soap->header); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_header(struct soap *soap) -{ - if (soap->header == NULL) - { if ((soap->header = soap_new_SOAP_ENV__Header(soap, -1))) - soap_default_SOAP_ENV__Header(soap, soap->header); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_fault(struct soap *soap) -{ - if (soap->fault == NULL) - { soap->fault = soap_new_SOAP_ENV__Fault(soap, -1); - if (soap->fault == NULL) - return; - soap_default_SOAP_ENV__Fault(soap, soap->fault); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Code) - { soap->fault->SOAP_ENV__Code = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Reason) - { soap->fault->SOAP_ENV__Reason = soap_new_SOAP_ENV__Reason(soap, -1); - soap_default_SOAP_ENV__Reason(soap, soap->fault->SOAP_ENV__Reason); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializefault(struct soap *soap) -{ - soap_fault(soap); - if (soap->fault) - soap_serialize_SOAP_ENV__Fault(soap, soap->fault); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putfault(struct soap *soap) -{ - if (soap->fault) - return soap_put_SOAP_ENV__Fault(soap, soap->fault, "SOAP-ENV:Fault", NULL); - return SOAP_OK; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_getfault(struct soap *soap) -{ - return (soap->fault = soap_get_SOAP_ENV__Fault(soap, NULL, "SOAP-ENV:Fault", NULL)) == NULL; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2 && soap->fault->SOAP_ENV__Code) - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Value; - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultsubcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode == NULL) - { soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode); - } - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; - } - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char * SOAP_FMAC4 soap_check_faultsubcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Code && soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode && soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode) - return soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; - return NULL; - } - return soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultstring(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - return (const char**)&soap->fault->SOAP_ENV__Reason->SOAP_ENV__Text; - return (const char**)&soap->fault->faultstring; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultdetail(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (soap->fault->SOAP_ENV__Detail == NULL) - { soap->fault->SOAP_ENV__Detail = soap_new_SOAP_ENV__Detail(soap, -1); - soap_default_SOAP_ENV__Detail(soap, soap->fault->SOAP_ENV__Detail); - } - return (const char**)&soap->fault->SOAP_ENV__Detail->__any; - } - if (soap->fault->detail == NULL) - { soap->fault->detail = soap_new_SOAP_ENV__Detail(soap, -1); - soap_default_SOAP_ENV__Detail(soap, soap->fault->detail); - } - return (const char**)&soap->fault->detail->__any; -} - -SOAP_FMAC3 const char * SOAP_FMAC4 soap_check_faultdetail(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2 && soap->fault->SOAP_ENV__Detail) - return soap->fault->SOAP_ENV__Detail->__any; - if (soap->fault->detail) - return soap->fault->detail->__any; - return NULL; -} - -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap *soap) -{ - int t; - if (soap->version == 1) - { for (;;) - { if (!soap_getelement(soap, &t)) - if (soap->error || soap_ignore_element(soap)) - break; - } - } - if (soap->error == SOAP_NO_TAG || soap->error == SOAP_EOF) - soap->error = SOAP_OK; - return soap->error; -} -#endif -SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) -{ (void)type; - if (soap_peek_element(soap)) - return NULL; -#ifndef WITH_NOIDREF - if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) - *type = soap_lookup_type(soap, soap->href); - switch (*type) - { - case SOAP_TYPE_paylid_byte: - return soap_in_byte(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_paylid_int: - return soap_in_int(soap, NULL, NULL, "xsd:int"); - case SOAP_TYPE_paylid_std__string: - return soap_in_std__string(soap, NULL, NULL, "xsd:string"); - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - return soap_in_paylid__getSupportedBanks(soap, NULL, NULL, "paylid:getSupportedBanks"); - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - return soap_in_paylid__getSupportedBanksResponse(soap, NULL, NULL, "paylid:getSupportedBanksResponse"); - case SOAP_TYPE_paylid_paylid__getTrxStatus: - return soap_in_paylid__getTrxStatus(soap, NULL, NULL, "paylid:getTrxStatus"); - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - return soap_in_paylid__getTrxStatusResponse(soap, NULL, NULL, "paylid:getTrxStatusResponse"); - case SOAP_TYPE_paylid_paylid__getAccount: - return soap_in_paylid__getAccount(soap, NULL, NULL, "paylid:getAccount"); - case SOAP_TYPE_paylid_paylid__getAccountResponse: - return soap_in_paylid__getAccountResponse(soap, NULL, NULL, "paylid:getAccountResponse"); - case SOAP_TYPE_paylid_paylid__currentXrate: - return soap_in_paylid__currentXrate(soap, NULL, NULL, "paylid:currentXrate"); - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - return soap_in_paylid__currentXrateResponse(soap, NULL, NULL, "paylid:currentXrateResponse"); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - return soap_in_paylid__directAirTimeTopUp(soap, NULL, NULL, "paylid:directAirTimeTopUp"); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - return soap_in_paylid__directAirTimeTopUpResponse(soap, NULL, NULL, "paylid:directAirTimeTopUpResponse"); - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - return soap_in_paylid__checkTransferStatus(soap, NULL, NULL, "paylid:checkTransferStatus"); - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - return soap_in_paylid__checkTransferStatusResponse(soap, NULL, NULL, "paylid:checkTransferStatusResponse"); - case SOAP_TYPE_paylid_paylid__transferFund: - return soap_in_paylid__transferFund(soap, NULL, NULL, "paylid:transferFund"); - case SOAP_TYPE_paylid_paylid__transferFundResponse: - return soap_in_paylid__transferFundResponse(soap, NULL, NULL, "paylid:transferFundResponse"); - case SOAP_TYPE_paylid_paylid__getAccountBalance: - return soap_in_paylid__getAccountBalance(soap, NULL, NULL, "paylid:getAccountBalance"); - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - return soap_in_paylid__getAccountBalanceResponse(soap, NULL, NULL, "paylid:getAccountBalanceResponse"); - case SOAP_TYPE_paylid__QName: - { char **s; - s = soap_in__QName(soap, NULL, NULL, "xsd:QName"); - return s ? *s : NULL; - } - case SOAP_TYPE_paylid_string: - { char **s; - s = soap_in_string(soap, NULL, NULL, "xsd:string"); - return s ? *s : NULL; - } - default: -#else - *type = 0; -#endif - { const char *t = soap->type; - if (!*t) - t = soap->tag; - if (!soap_match_tag(soap, t, "xsd:string")) - { *type = SOAP_TYPE_paylid_std__string; - return soap_in_std__string(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_paylid_byte; - return soap_in_byte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:int")) - { *type = SOAP_TYPE_paylid_int; - return soap_in_int(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getSupportedBanks")) - { *type = SOAP_TYPE_paylid_paylid__getSupportedBanks; - return soap_in_paylid__getSupportedBanks(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getSupportedBanksResponse")) - { *type = SOAP_TYPE_paylid_paylid__getSupportedBanksResponse; - return soap_in_paylid__getSupportedBanksResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getTrxStatus")) - { *type = SOAP_TYPE_paylid_paylid__getTrxStatus; - return soap_in_paylid__getTrxStatus(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getTrxStatusResponse")) - { *type = SOAP_TYPE_paylid_paylid__getTrxStatusResponse; - return soap_in_paylid__getTrxStatusResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getAccount")) - { *type = SOAP_TYPE_paylid_paylid__getAccount; - return soap_in_paylid__getAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getAccountResponse")) - { *type = SOAP_TYPE_paylid_paylid__getAccountResponse; - return soap_in_paylid__getAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:currentXrate")) - { *type = SOAP_TYPE_paylid_paylid__currentXrate; - return soap_in_paylid__currentXrate(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:currentXrateResponse")) - { *type = SOAP_TYPE_paylid_paylid__currentXrateResponse; - return soap_in_paylid__currentXrateResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:directAirTimeTopUp")) - { *type = SOAP_TYPE_paylid_paylid__directAirTimeTopUp; - return soap_in_paylid__directAirTimeTopUp(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:directAirTimeTopUpResponse")) - { *type = SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse; - return soap_in_paylid__directAirTimeTopUpResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:checkTransferStatus")) - { *type = SOAP_TYPE_paylid_paylid__checkTransferStatus; - return soap_in_paylid__checkTransferStatus(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:checkTransferStatusResponse")) - { *type = SOAP_TYPE_paylid_paylid__checkTransferStatusResponse; - return soap_in_paylid__checkTransferStatusResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:transferFund")) - { *type = SOAP_TYPE_paylid_paylid__transferFund; - return soap_in_paylid__transferFund(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:transferFundResponse")) - { *type = SOAP_TYPE_paylid_paylid__transferFundResponse; - return soap_in_paylid__transferFundResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getAccountBalance")) - { *type = SOAP_TYPE_paylid_paylid__getAccountBalance; - return soap_in_paylid__getAccountBalance(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "paylid:getAccountBalanceResponse")) - { *type = SOAP_TYPE_paylid_paylid__getAccountBalanceResponse; - return soap_in_paylid__getAccountBalanceResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { char **s; - *type = SOAP_TYPE_paylid__QName; - s = soap_in__QName(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - if (!soap_match_tag(soap, t, "xsd:string")) - { char **s; - *type = SOAP_TYPE_paylid_string; - s = soap_in_string(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - t = soap->tag; -#ifndef WITH_NOIDREF - } -#endif - } - soap->error = SOAP_TAG_MISMATCH; - return NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap *soap) -{ - if (!soap_peek_element(soap)) - { int t; - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unexpected element '%s' in input (level=%u, %d)\n", soap->tag, soap->level, soap->body)); - if (soap->mustUnderstand && !soap->other) - return soap->error = SOAP_MUSTUNDERSTAND; - if (((soap->mode & SOAP_XML_STRICT) && soap->part != SOAP_IN_HEADER) || !soap_match_tag(soap, soap->tag, "SOAP-ENV:")) - { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "REJECTING element '%s'\n", soap->tag)); - return soap->error = SOAP_TAG_MISMATCH; - } - if (!*soap->id || !soap_getelement(soap, &t)) - { soap->peeked = 0; - if (soap->fignore) - soap->error = soap->fignore(soap, soap->tag); - else - soap->error = SOAP_OK; - DBGLOG(TEST, if (!soap->error) SOAP_MESSAGE(fdebug, "IGNORING element '%s'\n", soap->tag)); - if (!soap->error && soap->body) - { soap->level++; - while (!soap_ignore_element(soap)) - ; - if (soap->error == SOAP_NO_TAG) - soap->error = soap_element_end_in(soap, NULL); - } - } - } - return soap->error; -} - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap *soap) -{ - int i; - struct soap_plist *pp; - if (soap->version == 1 && soap->encodingStyle && !(soap->mode & (SOAP_XML_TREE | SOAP_XML_GRAPH))) - for (i = 0; i < SOAP_PTRHASH; i++) - for (pp = soap->pht[i]; pp; pp = pp->next) - if (pp->mark1 == 2 || pp->mark2 == 2) - if (soap_putelement(soap, pp->ptr, "id", pp->id, pp->type)) - return soap->error; - return SOAP_OK; -} -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *soap, const void *ptr, const char *tag, int id, int type) -{ (void)tag; - switch (type) - { - case SOAP_TYPE_paylid_byte: - return soap_out_byte(soap, tag, id, (const char *)ptr, "xsd:byte"); - case SOAP_TYPE_paylid_int: - return soap_out_int(soap, tag, id, (const int *)ptr, "xsd:int"); - case SOAP_TYPE_paylid_std__string: - return soap_out_std__string(soap, tag, id, (const std::string *)ptr, "xsd:string"); - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - return soap_out_paylid__getSupportedBanks(soap, tag, id, (const struct paylid__getSupportedBanks *)ptr, "paylid:getSupportedBanks"); - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - return soap_out_paylid__getSupportedBanksResponse(soap, tag, id, (const struct paylid__getSupportedBanksResponse *)ptr, "paylid:getSupportedBanksResponse"); - case SOAP_TYPE_paylid_paylid__getTrxStatus: - return soap_out_paylid__getTrxStatus(soap, tag, id, (const struct paylid__getTrxStatus *)ptr, "paylid:getTrxStatus"); - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - return soap_out_paylid__getTrxStatusResponse(soap, tag, id, (const struct paylid__getTrxStatusResponse *)ptr, "paylid:getTrxStatusResponse"); - case SOAP_TYPE_paylid_paylid__getAccount: - return soap_out_paylid__getAccount(soap, tag, id, (const struct paylid__getAccount *)ptr, "paylid:getAccount"); - case SOAP_TYPE_paylid_paylid__getAccountResponse: - return soap_out_paylid__getAccountResponse(soap, tag, id, (const struct paylid__getAccountResponse *)ptr, "paylid:getAccountResponse"); - case SOAP_TYPE_paylid_paylid__currentXrate: - return soap_out_paylid__currentXrate(soap, tag, id, (const struct paylid__currentXrate *)ptr, "paylid:currentXrate"); - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - return soap_out_paylid__currentXrateResponse(soap, tag, id, (const struct paylid__currentXrateResponse *)ptr, "paylid:currentXrateResponse"); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - return soap_out_paylid__directAirTimeTopUp(soap, tag, id, (const struct paylid__directAirTimeTopUp *)ptr, "paylid:directAirTimeTopUp"); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - return soap_out_paylid__directAirTimeTopUpResponse(soap, tag, id, (const struct paylid__directAirTimeTopUpResponse *)ptr, "paylid:directAirTimeTopUpResponse"); - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - return soap_out_paylid__checkTransferStatus(soap, tag, id, (const struct paylid__checkTransferStatus *)ptr, "paylid:checkTransferStatus"); - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - return soap_out_paylid__checkTransferStatusResponse(soap, tag, id, (const struct paylid__checkTransferStatusResponse *)ptr, "paylid:checkTransferStatusResponse"); - case SOAP_TYPE_paylid_paylid__transferFund: - return soap_out_paylid__transferFund(soap, tag, id, (const struct paylid__transferFund *)ptr, "paylid:transferFund"); - case SOAP_TYPE_paylid_paylid__transferFundResponse: - return soap_out_paylid__transferFundResponse(soap, tag, id, (const struct paylid__transferFundResponse *)ptr, "paylid:transferFundResponse"); - case SOAP_TYPE_paylid_paylid__getAccountBalance: - return soap_out_paylid__getAccountBalance(soap, tag, id, (const struct paylid__getAccountBalance *)ptr, "paylid:getAccountBalance"); - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - return soap_out_paylid__getAccountBalanceResponse(soap, tag, id, (const struct paylid__getAccountBalanceResponse *)ptr, "paylid:getAccountBalanceResponse"); - case SOAP_TYPE_paylid__QName: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:QName"); - case SOAP_TYPE_paylid_string: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:string"); - } - return SOAP_OK; -} - -#ifndef WITH_NOIDREF -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap *soap, const void *ptr, int type) -{ - (void)soap; (void)ptr; (void)type; /* appease -Wall -Werror */ - switch (type) - { - case SOAP_TYPE_paylid_std__string: - soap_serialize_std__string(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - soap_serialize_paylid__getSupportedBanks(soap, (const struct paylid__getSupportedBanks *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - soap_serialize_paylid__getSupportedBanksResponse(soap, (const struct paylid__getSupportedBanksResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getTrxStatus: - soap_serialize_paylid__getTrxStatus(soap, (const struct paylid__getTrxStatus *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - soap_serialize_paylid__getTrxStatusResponse(soap, (const struct paylid__getTrxStatusResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccount: - soap_serialize_paylid__getAccount(soap, (const struct paylid__getAccount *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountResponse: - soap_serialize_paylid__getAccountResponse(soap, (const struct paylid__getAccountResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__currentXrate: - soap_serialize_paylid__currentXrate(soap, (const struct paylid__currentXrate *)ptr); - break; - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - soap_serialize_paylid__currentXrateResponse(soap, (const struct paylid__currentXrateResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - soap_serialize_paylid__directAirTimeTopUp(soap, (const struct paylid__directAirTimeTopUp *)ptr); - break; - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - soap_serialize_paylid__directAirTimeTopUpResponse(soap, (const struct paylid__directAirTimeTopUpResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - soap_serialize_paylid__checkTransferStatus(soap, (const struct paylid__checkTransferStatus *)ptr); - break; - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - soap_serialize_paylid__checkTransferStatusResponse(soap, (const struct paylid__checkTransferStatusResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__transferFund: - soap_serialize_paylid__transferFund(soap, (const struct paylid__transferFund *)ptr); - break; - case SOAP_TYPE_paylid_paylid__transferFundResponse: - soap_serialize_paylid__transferFundResponse(soap, (const struct paylid__transferFundResponse *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountBalance: - soap_serialize_paylid__getAccountBalance(soap, (const struct paylid__getAccountBalance *)ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - soap_serialize_paylid__getAccountBalanceResponse(soap, (const struct paylid__getAccountBalanceResponse *)ptr); - break; - case SOAP_TYPE_paylid__QName: - soap_serialize_string(soap, (char*const*)&ptr); - break; - case SOAP_TYPE_paylid_string: - soap_serialize_string(soap, (char*const*)&ptr); - break; - } -} -#endif - -SOAP_FMAC3 void * SOAP_FMAC4 paylid_instantiate(struct soap *soap, int t, const char *type, const char *arrayType, size_t *n) -{ (void)type; - switch (t) - { - case SOAP_TYPE_paylid_std__string: - return (void*)soap_instantiate_std__string(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - return (void*)soap_instantiate_paylid__getAccountBalanceResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getAccountBalance: - return (void*)soap_instantiate_paylid__getAccountBalance(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__transferFundResponse: - return (void*)soap_instantiate_paylid__transferFundResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__transferFund: - return (void*)soap_instantiate_paylid__transferFund(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - return (void*)soap_instantiate_paylid__checkTransferStatusResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - return (void*)soap_instantiate_paylid__checkTransferStatus(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - return (void*)soap_instantiate_paylid__directAirTimeTopUpResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - return (void*)soap_instantiate_paylid__directAirTimeTopUp(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - return (void*)soap_instantiate_paylid__currentXrateResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__currentXrate: - return (void*)soap_instantiate_paylid__currentXrate(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getAccountResponse: - return (void*)soap_instantiate_paylid__getAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getAccount: - return (void*)soap_instantiate_paylid__getAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - return (void*)soap_instantiate_paylid__getTrxStatusResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getTrxStatus: - return (void*)soap_instantiate_paylid__getTrxStatus(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - return (void*)soap_instantiate_paylid__getSupportedBanksResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - return (void*)soap_instantiate_paylid__getSupportedBanks(soap, -1, type, arrayType, n); -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Header: - return (void*)soap_instantiate_SOAP_ENV__Header(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Code: - return (void*)soap_instantiate_SOAP_ENV__Code(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Detail: - return (void*)soap_instantiate_SOAP_ENV__Detail(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Reason: - return (void*)soap_instantiate_SOAP_ENV__Reason(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Fault: - return (void*)soap_instantiate_SOAP_ENV__Fault(soap, -1, type, arrayType, n); -#endif - } - return NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 paylid_fdelete(struct soap_clist *p) -{ switch (p->type) - { - case SOAP_TYPE_paylid_std__string: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountBalanceResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__getAccountBalanceResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getAccountBalanceResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountBalance: - if (p->size < 0) - SOAP_DELETE((struct paylid__getAccountBalance*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getAccountBalance*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__transferFundResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__transferFundResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__transferFundResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__transferFund: - if (p->size < 0) - SOAP_DELETE((struct paylid__transferFund*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__transferFund*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__checkTransferStatusResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__checkTransferStatusResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__checkTransferStatusResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__checkTransferStatus: - if (p->size < 0) - SOAP_DELETE((struct paylid__checkTransferStatus*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__checkTransferStatus*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__directAirTimeTopUpResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__directAirTimeTopUpResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__directAirTimeTopUp: - if (p->size < 0) - SOAP_DELETE((struct paylid__directAirTimeTopUp*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__directAirTimeTopUp*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__currentXrateResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__currentXrateResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__currentXrateResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__currentXrate: - if (p->size < 0) - SOAP_DELETE((struct paylid__currentXrate*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__currentXrate*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccountResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__getAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getAccountResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getAccount: - if (p->size < 0) - SOAP_DELETE((struct paylid__getAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getAccount*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getTrxStatusResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__getTrxStatusResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getTrxStatusResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getTrxStatus: - if (p->size < 0) - SOAP_DELETE((struct paylid__getTrxStatus*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getTrxStatus*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getSupportedBanksResponse: - if (p->size < 0) - SOAP_DELETE((struct paylid__getSupportedBanksResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getSupportedBanksResponse*)p->ptr); - break; - case SOAP_TYPE_paylid_paylid__getSupportedBanks: - if (p->size < 0) - SOAP_DELETE((struct paylid__getSupportedBanks*)p->ptr); - else - SOAP_DELETE_ARRAY((struct paylid__getSupportedBanks*)p->ptr); - break; -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Header: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Header*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Code: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Code*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Detail: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Detail*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Reason: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Reason*)p->ptr); - break; -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_paylid_SOAP_ENV__Fault: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Fault*)p->ptr); - break; -#endif - default: return SOAP_ERR; - } - return SOAP_OK; -} - -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) -{ return soap_id_enter(soap, id, p, t, n, 0, type, arrayType, paylid_instantiate); -} - -SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward(struct soap *soap, const char *href, void *p, size_t len, int st, int tt, size_t n, unsigned int k) -{ return soap_id_forward(soap, href, p, len, st, tt, n, k, paylid_container_insert); -} - -SOAP_FMAC3 void SOAP_FMAC4 paylid_container_insert(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -#ifdef WIN32 -#pragma warning(push) -#pragma warning(disable:4065) -#endif -{ - (void)soap; (void)st; (void)p; (void)len; (void)q; (void)n; /* appease -Wall -Werror */ - switch (tt) - { - default: - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not insert type=%d in %d\n", st, tt)); - } -#ifdef WIN32 -#pragma warning(pop) -#endif -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap *soap, char *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_byte - *a = SOAP_DEFAULT_byte; -#else - *a = (char)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap *soap, const char *tag, int id, const char *a, const char *type) -{ (void)soap; (void)type; (void)tag; (void)id; - return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_paylid_byte); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap *soap, const char *tag, char *a, const char *type) -{ char *p; - p = soap_inbyte(soap, tag, a, type, SOAP_TYPE_paylid_byte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap *soap, const char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_byte); - if (soap_out_byte(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap *soap, char *p, const char *tag, const char *type) -{ - if ((p = soap_in_byte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap *soap, int *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_int - *a = SOAP_DEFAULT_int; -#else - *a = (int)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap *soap, const char *tag, int id, const int *a, const char *type) -{ (void)soap; (void)type; (void)tag; (void)id; - return soap_outint(soap, tag, id, a, type, SOAP_TYPE_paylid_int); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap *soap, const char *tag, int *a, const char *type) -{ int *p; - p = soap_inint(soap, tag, a, type, SOAP_TYPE_paylid_int); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap *soap, const int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_int); - if (soap_out_int(soap, tag?tag:"int", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap *soap, int *p, const char *tag, const char *type) -{ - if ((p = soap_in_int(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_std__string(struct soap *soap, std::string *p) -{ - (void)soap; /* appease -Wall -Werror */ - p->erase(); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_std__string(struct soap *soap, const std::string *a) -{ (void)soap; (void)a; /* appease -Wall -Werror */ -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__string(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_paylid_std__string), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_std__string(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_paylid_std__string, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if (!(t = soap_string_in(soap, 1, 0, -1))) - return NULL; - s->assign(t); - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_paylid_std__string, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_paylid_std__string, 0, sizeof(std::string), 0, soap_copy_std__string); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_std__string(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_std__string); - if (soap_out_std__string(soap, tag?tag:"string", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_std__string(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_std__string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_instantiate_std__string(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_std__string(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_std__string, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(std::string); - if (size) - *size = sizeof(std::string); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(std::string, n); - if (size) - *size = n * sizeof(std::string); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (std::string*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying std::string %p -> %p\n", q, p)); - *(std::string*)p = *(std::string*)q; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap *soap, struct SOAP_ENV__Fault *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->faultcode); - soap_default_string(soap, &a->faultstring); - soap_default_string(soap, &a->faultactor); - a->detail = NULL; - a->SOAP_ENV__Code = NULL; - a->SOAP_ENV__Reason = NULL; - soap_default_string(soap, &a->SOAP_ENV__Node); - soap_default_string(soap, &a->SOAP_ENV__Role); - a->SOAP_ENV__Detail = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap *soap, const struct SOAP_ENV__Fault *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->faultcode); - soap_serialize_string(soap, &a->faultstring); - soap_serialize_string(soap, &a->faultactor); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->detail); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Code); - soap_serialize_PointerToSOAP_ENV__Reason(soap, &a->SOAP_ENV__Reason); - soap_serialize_string(soap, &a->SOAP_ENV__Node); - soap_serialize_string(soap, &a->SOAP_ENV__Role); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->SOAP_ENV__Detail); -#endif -} - -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) -{ - const char *soap_tmp_faultcode = soap_QName2s(soap, a->faultcode); - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Fault), type)) - return soap->error; - if (soap_out__QName(soap, "faultcode", -1, (char*const*)&soap_tmp_faultcode, "")) - return soap->error; - if (soap_out_string(soap, "faultstring", -1, &a->faultstring, "")) - return soap->error; - if (soap_out_string(soap, "faultactor", -1, &a->faultactor, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "detail", -1, &a->detail, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", -1, &a->SOAP_ENV__Code, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", -1, &a->SOAP_ENV__Reason, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Node", -1, &a->SOAP_ENV__Node, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Role", -1, &a->SOAP_ENV__Role, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", -1, &a->SOAP_ENV__Detail, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_faultcode = 1; - size_t soap_flag_faultstring = 1; - size_t soap_flag_faultactor = 1; - size_t soap_flag_detail = 1; - size_t soap_flag_SOAP_ENV__Code = 1; - size_t soap_flag_SOAP_ENV__Reason = 1; - size_t soap_flag_SOAP_ENV__Node = 1; - size_t soap_flag_SOAP_ENV__Role = 1; - size_t soap_flag_SOAP_ENV__Detail = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Fault *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Fault, sizeof(struct SOAP_ENV__Fault), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Fault(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_faultcode && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "faultcode", &a->faultcode, "")) - { soap_flag_faultcode--; - continue; - } - if (soap_flag_faultstring && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultstring", &a->faultstring, "xsd:string")) - { soap_flag_faultstring--; - continue; - } - if (soap_flag_faultactor && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultactor", &a->faultactor, "xsd:string")) - { soap_flag_faultactor--; - continue; - } - if (soap_flag_detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "detail", &a->detail, "")) - { soap_flag_detail--; - continue; - } - if (soap_flag_SOAP_ENV__Code && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", &a->SOAP_ENV__Code, "")) - { soap_flag_SOAP_ENV__Code--; - continue; - } - if (soap_flag_SOAP_ENV__Reason && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", &a->SOAP_ENV__Reason, "")) - { soap_flag_SOAP_ENV__Reason--; - continue; - } - if (soap_flag_SOAP_ENV__Node && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Node", &a->SOAP_ENV__Node, "xsd:string")) - { soap_flag_SOAP_ENV__Node--; - continue; - } - if (soap_flag_SOAP_ENV__Role && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Role", &a->SOAP_ENV__Role, "xsd:string")) - { soap_flag_SOAP_ENV__Role--; - continue; - } - if (soap_flag_SOAP_ENV__Detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", &a->SOAP_ENV__Detail, "")) - { soap_flag_SOAP_ENV__Detail--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Fault *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Fault, 0, sizeof(struct SOAP_ENV__Fault), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Fault); - if (soap_out_SOAP_ENV__Fault(soap, tag?tag:"SOAP-ENV:Fault", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Fault(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Fault(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Fault, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Fault); - if (size) - *size = sizeof(struct SOAP_ENV__Fault); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Fault, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Fault); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Fault*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Fault %p -> %p\n", q, p)); - *(struct SOAP_ENV__Fault*)p = *(struct SOAP_ENV__Fault*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_string(soap, &a->SOAP_ENV__Text); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap *soap, const struct SOAP_ENV__Reason *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_string(soap, &a->SOAP_ENV__Text); -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Reason), type)) - return soap->error; - if (soap->lang) - soap_set_attr(soap, "xml:lang", soap->lang, 1); - if (soap_out_string(soap, "SOAP-ENV:Text", -1, &a->SOAP_ENV__Text, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Text = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Reason *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Reason(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Text && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Text", &a->SOAP_ENV__Text, "xsd:string")) - { soap_flag_SOAP_ENV__Text--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Reason, 0, sizeof(struct SOAP_ENV__Reason), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Reason); - if (soap_out_SOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Reason(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Reason, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Reason); - if (size) - *size = sizeof(struct SOAP_ENV__Reason); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Reason, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Reason); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Reason*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Reason %p -> %p\n", q, p)); - *(struct SOAP_ENV__Reason*)p = *(struct SOAP_ENV__Reason*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->__any = NULL; - a->__type = 0; - a->fault = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap *soap, const struct SOAP_ENV__Detail *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_markelement(soap, a->fault, a->__type); -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Detail), type)) - return soap->error; - soap_outliteral(soap, "-any", &a->__any, NULL); - if (soap_putelement(soap, a->fault, "fault", -1, a->__type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag___any = 1; - size_t soap_flag_fault = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Detail *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Detail(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_fault && soap->error == SOAP_TAG_MISMATCH) - if ((a->fault = soap_getelement(soap, &a->__type))) - { soap_flag_fault = 0; - continue; - } - if (soap_flag___any && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_inliteral(soap, "-any", &a->__any)) - { soap_flag___any--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Detail, 0, sizeof(struct SOAP_ENV__Detail), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Detail); - if (soap_out_SOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Detail(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Detail, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Detail); - if (size) - *size = sizeof(struct SOAP_ENV__Detail); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Detail, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Detail); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Detail*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Detail %p -> %p\n", q, p)); - *(struct SOAP_ENV__Detail*)p = *(struct SOAP_ENV__Detail*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->SOAP_ENV__Value); - a->SOAP_ENV__Subcode = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *soap, const struct SOAP_ENV__Code *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->SOAP_ENV__Value); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Subcode); -#endif -} - -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) -{ - const char *soap_tmp_SOAP_ENV__Value = soap_QName2s(soap, a->SOAP_ENV__Value); - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Code), type)) - return soap->error; - if (soap_out__QName(soap, "SOAP-ENV:Value", -1, (char*const*)&soap_tmp_SOAP_ENV__Value, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", -1, &a->SOAP_ENV__Subcode, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Value = 1; - size_t soap_flag_SOAP_ENV__Subcode = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Code *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Code(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Value && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "SOAP-ENV:Value", &a->SOAP_ENV__Value, "")) - { soap_flag_SOAP_ENV__Value--; - continue; - } - if (soap_flag_SOAP_ENV__Subcode && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", &a->SOAP_ENV__Subcode, "")) - { soap_flag_SOAP_ENV__Subcode--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Code *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Code, 0, sizeof(struct SOAP_ENV__Code), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Code); - if (soap_out_SOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Code(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Code, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code); - if (size) - *size = sizeof(struct SOAP_ENV__Code); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Code, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Code); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Code*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Code %p -> %p\n", q, p)); - *(struct SOAP_ENV__Code*)p = *(struct SOAP_ENV__Code*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap *soap, struct SOAP_ENV__Header *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap *soap, const struct SOAP_ENV__Header *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ -#endif -} - -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) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_SOAP_ENV__Header), type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Header *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_SOAP_ENV__Header, sizeof(struct SOAP_ENV__Header), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Header(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Header *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_SOAP_ENV__Header, 0, sizeof(struct SOAP_ENV__Header), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_SOAP_ENV__Header); - if (soap_out_SOAP_ENV__Header(soap, tag?tag:"SOAP-ENV:Header", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Header(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Header(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_SOAP_ENV__Header, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Header); - if (size) - *size = sizeof(struct SOAP_ENV__Header); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct SOAP_ENV__Header, n); - if (size) - *size = n * sizeof(struct SOAP_ENV__Header); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct SOAP_ENV__Header*)cp->ptr; -} - -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) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Header %p -> %p\n", q, p)); - *(struct SOAP_ENV__Header*)p = *(struct SOAP_ENV__Header*)q; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getSupportedBanks(struct soap *soap, struct paylid__getSupportedBanks *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getSupportedBanks(struct soap *soap, const struct paylid__getSupportedBanks *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getSupportedBanks(struct soap *soap, const char *tag, int id, const struct paylid__getSupportedBanks *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getSupportedBanks), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getSupportedBanks * SOAP_FMAC4 soap_in_paylid__getSupportedBanks(struct soap *soap, const char *tag, struct paylid__getSupportedBanks *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getSupportedBanks *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getSupportedBanks, sizeof(struct paylid__getSupportedBanks), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getSupportedBanks(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getSupportedBanks *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getSupportedBanks, 0, sizeof(struct paylid__getSupportedBanks), 0, soap_copy_paylid__getSupportedBanks); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getSupportedBanks(struct soap *soap, const struct paylid__getSupportedBanks *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getSupportedBanks); - if (soap_out_paylid__getSupportedBanks(soap, tag?tag:"paylid:getSupportedBanks", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getSupportedBanks * SOAP_FMAC4 soap_get_paylid__getSupportedBanks(struct soap *soap, struct paylid__getSupportedBanks *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getSupportedBanks(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getSupportedBanks * SOAP_FMAC2 soap_instantiate_paylid__getSupportedBanks(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getSupportedBanks(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getSupportedBanks, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getSupportedBanks); - if (size) - *size = sizeof(struct paylid__getSupportedBanks); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getSupportedBanks, n); - if (size) - *size = n * sizeof(struct paylid__getSupportedBanks); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getSupportedBanks*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getSupportedBanks(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getSupportedBanks %p -> %p\n", q, p)); - *(struct paylid__getSupportedBanks*)p = *(struct paylid__getSupportedBanks*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getSupportedBanksResponse(struct soap *soap, struct paylid__getSupportedBanksResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getSupportedBanksResponse(struct soap *soap, const struct paylid__getSupportedBanksResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getSupportedBanksResponse(struct soap *soap, const char *tag, int id, const struct paylid__getSupportedBanksResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getSupportedBanksResponse * SOAP_FMAC4 soap_in_paylid__getSupportedBanksResponse(struct soap *soap, const char *tag, struct paylid__getSupportedBanksResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getSupportedBanksResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse, sizeof(struct paylid__getSupportedBanksResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getSupportedBanksResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getSupportedBanksResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse, 0, sizeof(struct paylid__getSupportedBanksResponse), 0, soap_copy_paylid__getSupportedBanksResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getSupportedBanksResponse(struct soap *soap, const struct paylid__getSupportedBanksResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse); - if (soap_out_paylid__getSupportedBanksResponse(soap, tag?tag:"paylid:getSupportedBanksResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getSupportedBanksResponse * SOAP_FMAC4 soap_get_paylid__getSupportedBanksResponse(struct soap *soap, struct paylid__getSupportedBanksResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getSupportedBanksResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getSupportedBanksResponse * SOAP_FMAC2 soap_instantiate_paylid__getSupportedBanksResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getSupportedBanksResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getSupportedBanksResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getSupportedBanksResponse); - if (size) - *size = sizeof(struct paylid__getSupportedBanksResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getSupportedBanksResponse, n); - if (size) - *size = n * sizeof(struct paylid__getSupportedBanksResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getSupportedBanksResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getSupportedBanksResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getSupportedBanksResponse %p -> %p\n", q, p)); - *(struct paylid__getSupportedBanksResponse*)p = *(struct paylid__getSupportedBanksResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getTrxStatus(struct soap *soap, struct paylid__getTrxStatus *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getTrxStatus(struct soap *soap, const struct paylid__getTrxStatus *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getTrxStatus(struct soap *soap, const char *tag, int id, const struct paylid__getTrxStatus *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getTrxStatus), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getTrxStatus * SOAP_FMAC4 soap_in_paylid__getTrxStatus(struct soap *soap, const char *tag, struct paylid__getTrxStatus *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getTrxStatus *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getTrxStatus, sizeof(struct paylid__getTrxStatus), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getTrxStatus(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getTrxStatus *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getTrxStatus, 0, sizeof(struct paylid__getTrxStatus), 0, soap_copy_paylid__getTrxStatus); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getTrxStatus(struct soap *soap, const struct paylid__getTrxStatus *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getTrxStatus); - if (soap_out_paylid__getTrxStatus(soap, tag?tag:"paylid:getTrxStatus", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getTrxStatus * SOAP_FMAC4 soap_get_paylid__getTrxStatus(struct soap *soap, struct paylid__getTrxStatus *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getTrxStatus(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getTrxStatus * SOAP_FMAC2 soap_instantiate_paylid__getTrxStatus(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getTrxStatus(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getTrxStatus, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getTrxStatus); - if (size) - *size = sizeof(struct paylid__getTrxStatus); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getTrxStatus, n); - if (size) - *size = n * sizeof(struct paylid__getTrxStatus); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getTrxStatus*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getTrxStatus(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getTrxStatus %p -> %p\n", q, p)); - *(struct paylid__getTrxStatus*)p = *(struct paylid__getTrxStatus*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getTrxStatusResponse(struct soap *soap, struct paylid__getTrxStatusResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getTrxStatusResponse(struct soap *soap, const struct paylid__getTrxStatusResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getTrxStatusResponse(struct soap *soap, const char *tag, int id, const struct paylid__getTrxStatusResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getTrxStatusResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getTrxStatusResponse * SOAP_FMAC4 soap_in_paylid__getTrxStatusResponse(struct soap *soap, const char *tag, struct paylid__getTrxStatusResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getTrxStatusResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getTrxStatusResponse, sizeof(struct paylid__getTrxStatusResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getTrxStatusResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getTrxStatusResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getTrxStatusResponse, 0, sizeof(struct paylid__getTrxStatusResponse), 0, soap_copy_paylid__getTrxStatusResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getTrxStatusResponse(struct soap *soap, const struct paylid__getTrxStatusResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getTrxStatusResponse); - if (soap_out_paylid__getTrxStatusResponse(soap, tag?tag:"paylid:getTrxStatusResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getTrxStatusResponse * SOAP_FMAC4 soap_get_paylid__getTrxStatusResponse(struct soap *soap, struct paylid__getTrxStatusResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getTrxStatusResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getTrxStatusResponse * SOAP_FMAC2 soap_instantiate_paylid__getTrxStatusResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getTrxStatusResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getTrxStatusResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getTrxStatusResponse); - if (size) - *size = sizeof(struct paylid__getTrxStatusResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getTrxStatusResponse, n); - if (size) - *size = n * sizeof(struct paylid__getTrxStatusResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getTrxStatusResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getTrxStatusResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getTrxStatusResponse %p -> %p\n", q, p)); - *(struct paylid__getTrxStatusResponse*)p = *(struct paylid__getTrxStatusResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccount(struct soap *soap, struct paylid__getAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccount(struct soap *soap, const struct paylid__getAccount *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccount(struct soap *soap, const char *tag, int id, const struct paylid__getAccount *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getAccount), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getAccount * SOAP_FMAC4 soap_in_paylid__getAccount(struct soap *soap, const char *tag, struct paylid__getAccount *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getAccount, sizeof(struct paylid__getAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getAccount(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getAccount, 0, sizeof(struct paylid__getAccount), 0, soap_copy_paylid__getAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccount(struct soap *soap, const struct paylid__getAccount *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getAccount); - if (soap_out_paylid__getAccount(soap, tag?tag:"paylid:getAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getAccount * SOAP_FMAC4 soap_get_paylid__getAccount(struct soap *soap, struct paylid__getAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getAccount * SOAP_FMAC2 soap_instantiate_paylid__getAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getAccount, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getAccount); - if (size) - *size = sizeof(struct paylid__getAccount); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getAccount, n); - if (size) - *size = n * sizeof(struct paylid__getAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getAccount %p -> %p\n", q, p)); - *(struct paylid__getAccount*)p = *(struct paylid__getAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountResponse(struct soap *soap, struct paylid__getAccountResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountResponse(struct soap *soap, const struct paylid__getAccountResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountResponse(struct soap *soap, const char *tag, int id, const struct paylid__getAccountResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getAccountResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getAccountResponse * SOAP_FMAC4 soap_in_paylid__getAccountResponse(struct soap *soap, const char *tag, struct paylid__getAccountResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getAccountResponse, sizeof(struct paylid__getAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getAccountResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getAccountResponse, 0, sizeof(struct paylid__getAccountResponse), 0, soap_copy_paylid__getAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountResponse(struct soap *soap, const struct paylid__getAccountResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getAccountResponse); - if (soap_out_paylid__getAccountResponse(soap, tag?tag:"paylid:getAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getAccountResponse * SOAP_FMAC4 soap_get_paylid__getAccountResponse(struct soap *soap, struct paylid__getAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getAccountResponse * SOAP_FMAC2 soap_instantiate_paylid__getAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getAccountResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getAccountResponse); - if (size) - *size = sizeof(struct paylid__getAccountResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getAccountResponse, n); - if (size) - *size = n * sizeof(struct paylid__getAccountResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getAccountResponse %p -> %p\n", q, p)); - *(struct paylid__getAccountResponse*)p = *(struct paylid__getAccountResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__currentXrate(struct soap *soap, struct paylid__currentXrate *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__currentXrate(struct soap *soap, const struct paylid__currentXrate *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__currentXrate(struct soap *soap, const char *tag, int id, const struct paylid__currentXrate *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__currentXrate), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__currentXrate * SOAP_FMAC4 soap_in_paylid__currentXrate(struct soap *soap, const char *tag, struct paylid__currentXrate *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__currentXrate *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__currentXrate, sizeof(struct paylid__currentXrate), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__currentXrate(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__currentXrate *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__currentXrate, 0, sizeof(struct paylid__currentXrate), 0, soap_copy_paylid__currentXrate); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__currentXrate(struct soap *soap, const struct paylid__currentXrate *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__currentXrate); - if (soap_out_paylid__currentXrate(soap, tag?tag:"paylid:currentXrate", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__currentXrate * SOAP_FMAC4 soap_get_paylid__currentXrate(struct soap *soap, struct paylid__currentXrate *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__currentXrate(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__currentXrate * SOAP_FMAC2 soap_instantiate_paylid__currentXrate(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__currentXrate(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__currentXrate, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__currentXrate); - if (size) - *size = sizeof(struct paylid__currentXrate); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__currentXrate, n); - if (size) - *size = n * sizeof(struct paylid__currentXrate); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__currentXrate*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__currentXrate(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__currentXrate %p -> %p\n", q, p)); - *(struct paylid__currentXrate*)p = *(struct paylid__currentXrate*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__currentXrateResponse(struct soap *soap, struct paylid__currentXrateResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__currentXrateResponse(struct soap *soap, const struct paylid__currentXrateResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__currentXrateResponse(struct soap *soap, const char *tag, int id, const struct paylid__currentXrateResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__currentXrateResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__currentXrateResponse * SOAP_FMAC4 soap_in_paylid__currentXrateResponse(struct soap *soap, const char *tag, struct paylid__currentXrateResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__currentXrateResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__currentXrateResponse, sizeof(struct paylid__currentXrateResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__currentXrateResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__currentXrateResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__currentXrateResponse, 0, sizeof(struct paylid__currentXrateResponse), 0, soap_copy_paylid__currentXrateResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__currentXrateResponse(struct soap *soap, const struct paylid__currentXrateResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__currentXrateResponse); - if (soap_out_paylid__currentXrateResponse(soap, tag?tag:"paylid:currentXrateResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__currentXrateResponse * SOAP_FMAC4 soap_get_paylid__currentXrateResponse(struct soap *soap, struct paylid__currentXrateResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__currentXrateResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__currentXrateResponse * SOAP_FMAC2 soap_instantiate_paylid__currentXrateResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__currentXrateResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__currentXrateResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__currentXrateResponse); - if (size) - *size = sizeof(struct paylid__currentXrateResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__currentXrateResponse, n); - if (size) - *size = n * sizeof(struct paylid__currentXrateResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__currentXrateResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__currentXrateResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__currentXrateResponse %p -> %p\n", q, p)); - *(struct paylid__currentXrateResponse*)p = *(struct paylid__currentXrateResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__directAirTimeTopUp(struct soap *soap, struct paylid__directAirTimeTopUp *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->topupData); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__directAirTimeTopUp(struct soap *soap, const struct paylid__directAirTimeTopUp *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->topupData); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__directAirTimeTopUp(struct soap *soap, const char *tag, int id, const struct paylid__directAirTimeTopUp *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__directAirTimeTopUp), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "topupData", -1, &a->topupData, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__directAirTimeTopUp * SOAP_FMAC4 soap_in_paylid__directAirTimeTopUp(struct soap *soap, const char *tag, struct paylid__directAirTimeTopUp *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_topupData = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__directAirTimeTopUp *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__directAirTimeTopUp, sizeof(struct paylid__directAirTimeTopUp), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__directAirTimeTopUp(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_topupData && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "topupData", &a->topupData, "xsd:string")) - { soap_flag_topupData--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__directAirTimeTopUp *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__directAirTimeTopUp, 0, sizeof(struct paylid__directAirTimeTopUp), 0, soap_copy_paylid__directAirTimeTopUp); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_topupData > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__directAirTimeTopUp(struct soap *soap, const struct paylid__directAirTimeTopUp *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__directAirTimeTopUp); - if (soap_out_paylid__directAirTimeTopUp(soap, tag?tag:"paylid:directAirTimeTopUp", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__directAirTimeTopUp * SOAP_FMAC4 soap_get_paylid__directAirTimeTopUp(struct soap *soap, struct paylid__directAirTimeTopUp *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__directAirTimeTopUp(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__directAirTimeTopUp * SOAP_FMAC2 soap_instantiate_paylid__directAirTimeTopUp(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__directAirTimeTopUp(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__directAirTimeTopUp, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__directAirTimeTopUp); - if (size) - *size = sizeof(struct paylid__directAirTimeTopUp); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__directAirTimeTopUp, n); - if (size) - *size = n * sizeof(struct paylid__directAirTimeTopUp); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__directAirTimeTopUp*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__directAirTimeTopUp(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__directAirTimeTopUp %p -> %p\n", q, p)); - *(struct paylid__directAirTimeTopUp*)p = *(struct paylid__directAirTimeTopUp*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__directAirTimeTopUpResponse(struct soap *soap, struct paylid__directAirTimeTopUpResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__directAirTimeTopUpResponse(struct soap *soap, const struct paylid__directAirTimeTopUpResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__directAirTimeTopUpResponse(struct soap *soap, const char *tag, int id, const struct paylid__directAirTimeTopUpResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC4 soap_in_paylid__directAirTimeTopUpResponse(struct soap *soap, const char *tag, struct paylid__directAirTimeTopUpResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__directAirTimeTopUpResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse, sizeof(struct paylid__directAirTimeTopUpResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__directAirTimeTopUpResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__directAirTimeTopUpResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse, 0, sizeof(struct paylid__directAirTimeTopUpResponse), 0, soap_copy_paylid__directAirTimeTopUpResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__directAirTimeTopUpResponse(struct soap *soap, const struct paylid__directAirTimeTopUpResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse); - if (soap_out_paylid__directAirTimeTopUpResponse(soap, tag?tag:"paylid:directAirTimeTopUpResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC4 soap_get_paylid__directAirTimeTopUpResponse(struct soap *soap, struct paylid__directAirTimeTopUpResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__directAirTimeTopUpResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__directAirTimeTopUpResponse * SOAP_FMAC2 soap_instantiate_paylid__directAirTimeTopUpResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__directAirTimeTopUpResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__directAirTimeTopUpResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__directAirTimeTopUpResponse); - if (size) - *size = sizeof(struct paylid__directAirTimeTopUpResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__directAirTimeTopUpResponse, n); - if (size) - *size = n * sizeof(struct paylid__directAirTimeTopUpResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__directAirTimeTopUpResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__directAirTimeTopUpResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__directAirTimeTopUpResponse %p -> %p\n", q, p)); - *(struct paylid__directAirTimeTopUpResponse*)p = *(struct paylid__directAirTimeTopUpResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__checkTransferStatus(struct soap *soap, struct paylid__checkTransferStatus *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->transactionRef); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__checkTransferStatus(struct soap *soap, const struct paylid__checkTransferStatus *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->transactionRef); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__checkTransferStatus(struct soap *soap, const char *tag, int id, const struct paylid__checkTransferStatus *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__checkTransferStatus), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "transactionRef", -1, &a->transactionRef, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__checkTransferStatus * SOAP_FMAC4 soap_in_paylid__checkTransferStatus(struct soap *soap, const char *tag, struct paylid__checkTransferStatus *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_transactionRef = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__checkTransferStatus *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__checkTransferStatus, sizeof(struct paylid__checkTransferStatus), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__checkTransferStatus(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_transactionRef && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "transactionRef", &a->transactionRef, "xsd:string")) - { soap_flag_transactionRef--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__checkTransferStatus *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__checkTransferStatus, 0, sizeof(struct paylid__checkTransferStatus), 0, soap_copy_paylid__checkTransferStatus); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_transactionRef > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__checkTransferStatus(struct soap *soap, const struct paylid__checkTransferStatus *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__checkTransferStatus); - if (soap_out_paylid__checkTransferStatus(soap, tag?tag:"paylid:checkTransferStatus", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__checkTransferStatus * SOAP_FMAC4 soap_get_paylid__checkTransferStatus(struct soap *soap, struct paylid__checkTransferStatus *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__checkTransferStatus(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__checkTransferStatus * SOAP_FMAC2 soap_instantiate_paylid__checkTransferStatus(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__checkTransferStatus(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__checkTransferStatus, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__checkTransferStatus); - if (size) - *size = sizeof(struct paylid__checkTransferStatus); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__checkTransferStatus, n); - if (size) - *size = n * sizeof(struct paylid__checkTransferStatus); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__checkTransferStatus*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__checkTransferStatus(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__checkTransferStatus %p -> %p\n", q, p)); - *(struct paylid__checkTransferStatus*)p = *(struct paylid__checkTransferStatus*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__checkTransferStatusResponse(struct soap *soap, struct paylid__checkTransferStatusResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__checkTransferStatusResponse(struct soap *soap, const struct paylid__checkTransferStatusResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__checkTransferStatusResponse(struct soap *soap, const char *tag, int id, const struct paylid__checkTransferStatusResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__checkTransferStatusResponse * SOAP_FMAC4 soap_in_paylid__checkTransferStatusResponse(struct soap *soap, const char *tag, struct paylid__checkTransferStatusResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__checkTransferStatusResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse, sizeof(struct paylid__checkTransferStatusResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__checkTransferStatusResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__checkTransferStatusResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse, 0, sizeof(struct paylid__checkTransferStatusResponse), 0, soap_copy_paylid__checkTransferStatusResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__checkTransferStatusResponse(struct soap *soap, const struct paylid__checkTransferStatusResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse); - if (soap_out_paylid__checkTransferStatusResponse(soap, tag?tag:"paylid:checkTransferStatusResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__checkTransferStatusResponse * SOAP_FMAC4 soap_get_paylid__checkTransferStatusResponse(struct soap *soap, struct paylid__checkTransferStatusResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__checkTransferStatusResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__checkTransferStatusResponse * SOAP_FMAC2 soap_instantiate_paylid__checkTransferStatusResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__checkTransferStatusResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__checkTransferStatusResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__checkTransferStatusResponse); - if (size) - *size = sizeof(struct paylid__checkTransferStatusResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__checkTransferStatusResponse, n); - if (size) - *size = n * sizeof(struct paylid__checkTransferStatusResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__checkTransferStatusResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__checkTransferStatusResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__checkTransferStatusResponse %p -> %p\n", q, p)); - *(struct paylid__checkTransferStatusResponse*)p = *(struct paylid__checkTransferStatusResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__transferFund(struct soap *soap, struct paylid__transferFund *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->toDestination); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__transferFund(struct soap *soap, const struct paylid__transferFund *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->toDestination); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__transferFund(struct soap *soap, const char *tag, int id, const struct paylid__transferFund *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__transferFund), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "toDestination", -1, &a->toDestination, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__transferFund * SOAP_FMAC4 soap_in_paylid__transferFund(struct soap *soap, const char *tag, struct paylid__transferFund *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_toDestination = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__transferFund *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__transferFund, sizeof(struct paylid__transferFund), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__transferFund(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_toDestination && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "toDestination", &a->toDestination, "xsd:string")) - { soap_flag_toDestination--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__transferFund *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__transferFund, 0, sizeof(struct paylid__transferFund), 0, soap_copy_paylid__transferFund); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_toDestination > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__transferFund(struct soap *soap, const struct paylid__transferFund *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__transferFund); - if (soap_out_paylid__transferFund(soap, tag?tag:"paylid:transferFund", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__transferFund * SOAP_FMAC4 soap_get_paylid__transferFund(struct soap *soap, struct paylid__transferFund *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__transferFund(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__transferFund * SOAP_FMAC2 soap_instantiate_paylid__transferFund(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__transferFund(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__transferFund, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__transferFund); - if (size) - *size = sizeof(struct paylid__transferFund); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__transferFund, n); - if (size) - *size = n * sizeof(struct paylid__transferFund); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__transferFund*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__transferFund(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__transferFund %p -> %p\n", q, p)); - *(struct paylid__transferFund*)p = *(struct paylid__transferFund*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__transferFundResponse(struct soap *soap, struct paylid__transferFundResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__transferFundResponse(struct soap *soap, const struct paylid__transferFundResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__transferFundResponse(struct soap *soap, const char *tag, int id, const struct paylid__transferFundResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__transferFundResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__transferFundResponse * SOAP_FMAC4 soap_in_paylid__transferFundResponse(struct soap *soap, const char *tag, struct paylid__transferFundResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__transferFundResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__transferFundResponse, sizeof(struct paylid__transferFundResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__transferFundResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__transferFundResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__transferFundResponse, 0, sizeof(struct paylid__transferFundResponse), 0, soap_copy_paylid__transferFundResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__transferFundResponse(struct soap *soap, const struct paylid__transferFundResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__transferFundResponse); - if (soap_out_paylid__transferFundResponse(soap, tag?tag:"paylid:transferFundResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__transferFundResponse * SOAP_FMAC4 soap_get_paylid__transferFundResponse(struct soap *soap, struct paylid__transferFundResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__transferFundResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__transferFundResponse * SOAP_FMAC2 soap_instantiate_paylid__transferFundResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__transferFundResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__transferFundResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__transferFundResponse); - if (size) - *size = sizeof(struct paylid__transferFundResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__transferFundResponse, n); - if (size) - *size = n * sizeof(struct paylid__transferFundResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__transferFundResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__transferFundResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__transferFundResponse %p -> %p\n", q, p)); - *(struct paylid__transferFundResponse*)p = *(struct paylid__transferFundResponse*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountBalance(struct soap *soap, struct paylid__getAccountBalance *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->terminalID); - soap_default_std__string(soap, &a->hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountBalance(struct soap *soap, const struct paylid__getAccountBalance *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->terminalID); - soap_serialize_std__string(soap, &a->hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountBalance(struct soap *soap, const char *tag, int id, const struct paylid__getAccountBalance *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getAccountBalance), type)) - return soap->error; - if (soap_out_std__string(soap, "terminalID", -1, &a->terminalID, "")) - return soap->error; - if (soap_out_std__string(soap, "hmac", -1, &a->hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getAccountBalance * SOAP_FMAC4 soap_in_paylid__getAccountBalance(struct soap *soap, const char *tag, struct paylid__getAccountBalance *a, const char *type) -{ - size_t soap_flag_terminalID = 1; - size_t soap_flag_hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getAccountBalance *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getAccountBalance, sizeof(struct paylid__getAccountBalance), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getAccountBalance(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_terminalID && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "terminalID", &a->terminalID, "xsd:string")) - { soap_flag_terminalID--; - continue; - } - if (soap_flag_hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "hmac", &a->hmac, "xsd:string")) - { soap_flag_hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getAccountBalance *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getAccountBalance, 0, sizeof(struct paylid__getAccountBalance), 0, soap_copy_paylid__getAccountBalance); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_terminalID > 0 || soap_flag_hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountBalance(struct soap *soap, const struct paylid__getAccountBalance *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getAccountBalance); - if (soap_out_paylid__getAccountBalance(soap, tag?tag:"paylid:getAccountBalance", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getAccountBalance * SOAP_FMAC4 soap_get_paylid__getAccountBalance(struct soap *soap, struct paylid__getAccountBalance *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getAccountBalance(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getAccountBalance * SOAP_FMAC2 soap_instantiate_paylid__getAccountBalance(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getAccountBalance(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getAccountBalance, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getAccountBalance); - if (size) - *size = sizeof(struct paylid__getAccountBalance); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getAccountBalance, n); - if (size) - *size = n * sizeof(struct paylid__getAccountBalance); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getAccountBalance*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountBalance(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getAccountBalance %p -> %p\n", q, p)); - *(struct paylid__getAccountBalance*)p = *(struct paylid__getAccountBalance*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_paylid__getAccountBalanceResponse(struct soap *soap, struct paylid__getAccountBalanceResponse *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_std__string(soap, &a->Code); - soap_default_std__string(soap, &a->Data); - soap_default_std__string(soap, &a->Hmac); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_paylid__getAccountBalanceResponse(struct soap *soap, const struct paylid__getAccountBalanceResponse *a) -{ -#ifndef WITH_NOIDREF - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_std__string(soap, &a->Code); - soap_serialize_std__string(soap, &a->Data); - soap_serialize_std__string(soap, &a->Hmac); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_paylid__getAccountBalanceResponse(struct soap *soap, const char *tag, int id, const struct paylid__getAccountBalanceResponse *a, const char *type) -{ - (void)soap; (void)tag; (void)id; (void)type; - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse), type)) - return soap->error; - if (soap_out_std__string(soap, "Code", -1, &a->Code, "")) - return soap->error; - if (soap_out_std__string(soap, "Data", -1, &a->Data, "")) - return soap->error; - if (soap_out_std__string(soap, "Hmac", -1, &a->Hmac, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3 struct paylid__getAccountBalanceResponse * SOAP_FMAC4 soap_in_paylid__getAccountBalanceResponse(struct soap *soap, const char *tag, struct paylid__getAccountBalanceResponse *a, const char *type) -{ - size_t soap_flag_Code = 1; - size_t soap_flag_Data = 1; - size_t soap_flag_Hmac = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct paylid__getAccountBalanceResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse, sizeof(struct paylid__getAccountBalanceResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - soap_default_paylid__getAccountBalanceResponse(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_Code && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Code", &a->Code, "xsd:string")) - { soap_flag_Code--; - continue; - } - if (soap_flag_Data && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Data", &a->Data, "xsd:string")) - { soap_flag_Data--; - continue; - } - if (soap_flag_Hmac && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_std__string(soap, "Hmac", &a->Hmac, "xsd:string")) - { soap_flag_Hmac--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct paylid__getAccountBalanceResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse, 0, sizeof(struct paylid__getAccountBalanceResponse), 0, soap_copy_paylid__getAccountBalanceResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - if ((soap->mode & SOAP_XML_STRICT) && (soap_flag_Code > 0 || soap_flag_Data > 0 || soap_flag_Hmac > 0)) - { soap->error = SOAP_OCCURS; - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_paylid__getAccountBalanceResponse(struct soap *soap, const struct paylid__getAccountBalanceResponse *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse); - if (soap_out_paylid__getAccountBalanceResponse(soap, tag?tag:"paylid:getAccountBalanceResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 struct paylid__getAccountBalanceResponse * SOAP_FMAC4 soap_get_paylid__getAccountBalanceResponse(struct soap *soap, struct paylid__getAccountBalanceResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in_paylid__getAccountBalanceResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct paylid__getAccountBalanceResponse * SOAP_FMAC2 soap_instantiate_paylid__getAccountBalanceResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_paylid__getAccountBalanceResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_paylid_paylid__getAccountBalanceResponse, n, paylid_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct paylid__getAccountBalanceResponse); - if (size) - *size = sizeof(struct paylid__getAccountBalanceResponse); - } - else - { cp->ptr = (void*)SOAP_NEW_ARRAY(struct paylid__getAccountBalanceResponse, n); - if (size) - *size = n * sizeof(struct paylid__getAccountBalanceResponse); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - if (!cp->ptr) - soap->error = SOAP_EOM; - return (struct paylid__getAccountBalanceResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_paylid__getAccountBalanceResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)tt; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct paylid__getAccountBalanceResponse %p -> %p\n", q, p)); - *(struct paylid__getAccountBalanceResponse*)p = *(struct paylid__getAccountBalanceResponse*)q; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_paylid_SOAP_ENV__Reason)) - soap_serialize_SOAP_ENV__Reason(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_paylid_SOAP_ENV__Reason); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Reason(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Reason **)soap_malloc(soap, sizeof(struct SOAP_ENV__Reason *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Reason(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_paylid_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_PointerToSOAP_ENV__Reason); - if (soap_out_PointerToSOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_paylid_SOAP_ENV__Detail)) - soap_serialize_SOAP_ENV__Detail(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_paylid_SOAP_ENV__Detail); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Detail(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Detail **)soap_malloc(soap, sizeof(struct SOAP_ENV__Detail *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Detail(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_paylid_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_PointerToSOAP_ENV__Detail); - if (soap_out_PointerToSOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *const*a) -{ -#ifndef WITH_NOIDREF - if (!soap_reference(soap, *a, SOAP_TYPE_paylid_SOAP_ENV__Code)) - soap_serialize_SOAP_ENV__Code(soap, *a); -#endif -} - -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) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_paylid_SOAP_ENV__Code); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Code(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Code **)soap_malloc(soap, sizeof(struct SOAP_ENV__Code *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Code(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Code **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_paylid_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_PointerToSOAP_ENV__Code); - if (soap_out_PointerToSOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap *soap, char *const*a) -{ -#ifndef WITH_NOIDREF - soap_reference(soap, *a, SOAP_TYPE_paylid__QName); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_paylid__QName); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_paylid__QName, 2, 0, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid__QName); - if (soap_out__QName(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in__QName(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap *soap, char **a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_string - *a = SOAP_DEFAULT_string; -#else - *a = (char *)0; -#endif -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap *soap, char *const*a) -{ -#ifndef WITH_NOIDREF - soap_reference(soap, *a, SOAP_TYPE_paylid_string); -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_paylid_string); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_paylid_string, 1, 0, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_paylid_string); - if (soap_out_string(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in_string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -} // namespace paylid - - -#if defined(__BORLANDC__) -#pragma option pop -#pragma option pop -#endif - -/* End of paylidC.cpp */ diff --git a/coregrade/src/shared_tool/paylidpaylidwsdlBindingProxy.cc b/coregrade/src/shared_tool/paylidpaylidwsdlBindingProxy.cc deleted file mode 100644 index 22e823a..0000000 --- a/coregrade/src/shared_tool/paylidpaylidwsdlBindingProxy.cc +++ /dev/null @@ -1,588 +0,0 @@ -/* paylidpaylidwsdlBindingProxy.cpp - Generated by gSOAP 2.8.16 from PaylidService.h - -Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved. -The generated code is released under one of the following licenses: -GPL or Genivia's license for commercial use. -This program is released under the GPL with the additional exemption that -compiling, linking, and/or using OpenSSL is allowed. -*/ - -#include "paylidpaylidwsdlBindingProxy.h" - -namespace paylid { - -paylidwsdlBindingProxy::paylidwsdlBindingProxy() -{ paylidwsdlBindingProxy_init(SOAP_IO_DEFAULT, SOAP_IO_DEFAULT); -} - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(const struct soap &_soap) : soap(_soap) -{ } - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(const char *url) -{ paylidwsdlBindingProxy_init(SOAP_IO_DEFAULT, SOAP_IO_DEFAULT); - soap_endpoint = url; -} - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(soap_mode iomode) -{ paylidwsdlBindingProxy_init(iomode, iomode); -} - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(const char *url, soap_mode iomode) -{ paylidwsdlBindingProxy_init(iomode, iomode); - soap_endpoint = url; -} - -paylidwsdlBindingProxy::paylidwsdlBindingProxy(soap_mode imode, soap_mode omode) -{ paylidwsdlBindingProxy_init(imode, omode); -} - -paylidwsdlBindingProxy::~paylidwsdlBindingProxy() -{ } - -void paylidwsdlBindingProxy::paylidwsdlBindingProxy_init(soap_mode imode, soap_mode omode) -{ soap_imode(this, imode); - soap_omode(this, omode); - soap_endpoint = NULL; - static const struct Namespace namespaces[] = -{ - {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://www.w3.org/*/soap-envelope", NULL}, - {"SOAP-ENC", "http://schemas.xmlsoap.org/soap/encoding/", "http://www.w3.org/*/soap-encoding", NULL}, - {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, - {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, - {"paylid", "urn:paylidwsdl", NULL, NULL}, - {NULL, NULL, NULL, NULL} -}; - soap_set_namespaces(this, namespaces); -} - -void paylidwsdlBindingProxy::destroy() -{ soap_destroy(this); - soap_end(this); -} - -void paylidwsdlBindingProxy::reset() -{ destroy(); - soap_done(this); - soap_initialize(this); - paylidwsdlBindingProxy_init(SOAP_IO_DEFAULT, SOAP_IO_DEFAULT); -} - -void paylidwsdlBindingProxy::soap_noheader() -{ this->header = NULL; -} - -const SOAP_ENV__Header *paylidwsdlBindingProxy::soap_header() -{ return this->header; -} - -const SOAP_ENV__Fault *paylidwsdlBindingProxy::soap_fault() -{ return this->fault; -} - -const char *paylidwsdlBindingProxy::soap_fault_string() -{ return *soap_faultstring(this); -} - -const char *paylidwsdlBindingProxy::soap_fault_detail() -{ return *soap_faultdetail(this); -} - -int paylidwsdlBindingProxy::soap_close_socket() -{ return soap_closesock(this); -} - -int paylidwsdlBindingProxy::soap_force_close_socket() -{ return soap_force_closesock(this); -} - -void paylidwsdlBindingProxy::soap_print_fault(FILE *fd) -{ ::soap_print_fault(this, fd); -} - -#ifndef WITH_LEAN -#ifndef WITH_COMPAT -void paylidwsdlBindingProxy::soap_stream_fault(std::ostream& os) -{ ::soap_stream_fault(this, os); -} -#endif - -char *paylidwsdlBindingProxy::soap_sprint_fault(char *buf, size_t len) -{ return ::soap_sprint_fault(this, buf, len); -} -#endif - -int paylidwsdlBindingProxy::getAccountBalance(const char *endpoint, const char *soap_action, std::string terminalID, std::string hmac, struct paylid__getAccountBalanceResponse &_param_1) -{ struct soap *soap = this; - struct paylid__getAccountBalance soap_tmp_paylid__getAccountBalance; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#getAccountBalance"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__getAccountBalance.terminalID = terminalID; - soap_tmp_paylid__getAccountBalance.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__getAccountBalance(soap, &soap_tmp_paylid__getAccountBalance); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getAccountBalance(soap, &soap_tmp_paylid__getAccountBalance, "paylid:getAccountBalance", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getAccountBalance(soap, &soap_tmp_paylid__getAccountBalance, "paylid:getAccountBalance", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_1) - return soap_closesock(soap); - soap_default_paylid__getAccountBalanceResponse(soap, &_param_1); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__getAccountBalanceResponse(soap, &_param_1, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::transferFund(const char *endpoint, const char *soap_action, std::string terminalID, std::string toDestination, std::string hmac, struct paylid__transferFundResponse &_param_2) -{ struct soap *soap = this; - struct paylid__transferFund soap_tmp_paylid__transferFund; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#transferFund"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__transferFund.terminalID = terminalID; - soap_tmp_paylid__transferFund.toDestination = toDestination; - soap_tmp_paylid__transferFund.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__transferFund(soap, &soap_tmp_paylid__transferFund); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__transferFund(soap, &soap_tmp_paylid__transferFund, "paylid:transferFund", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__transferFund(soap, &soap_tmp_paylid__transferFund, "paylid:transferFund", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_2) - return soap_closesock(soap); - soap_default_paylid__transferFundResponse(soap, &_param_2); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__transferFundResponse(soap, &_param_2, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::checkTransferStatus(const char *endpoint, const char *soap_action, std::string terminalID, std::string transactionRef, std::string hmac, struct paylid__checkTransferStatusResponse &_param_3) -{ struct soap *soap = this; - struct paylid__checkTransferStatus soap_tmp_paylid__checkTransferStatus; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#checkTransferStatus"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__checkTransferStatus.terminalID = terminalID; - soap_tmp_paylid__checkTransferStatus.transactionRef = transactionRef; - soap_tmp_paylid__checkTransferStatus.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__checkTransferStatus(soap, &soap_tmp_paylid__checkTransferStatus); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__checkTransferStatus(soap, &soap_tmp_paylid__checkTransferStatus, "paylid:checkTransferStatus", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__checkTransferStatus(soap, &soap_tmp_paylid__checkTransferStatus, "paylid:checkTransferStatus", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_3) - return soap_closesock(soap); - soap_default_paylid__checkTransferStatusResponse(soap, &_param_3); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__checkTransferStatusResponse(soap, &_param_3, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::directAirTimeTopUp(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__directAirTimeTopUpResponse &_param_4) -{ struct soap *soap = this; - struct paylid__directAirTimeTopUp soap_tmp_paylid__directAirTimeTopUp; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#checkTransferStatus"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__directAirTimeTopUp.terminalID = terminalID; - soap_tmp_paylid__directAirTimeTopUp.topupData = topupData; - soap_tmp_paylid__directAirTimeTopUp.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__directAirTimeTopUp(soap, &soap_tmp_paylid__directAirTimeTopUp); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__directAirTimeTopUp(soap, &soap_tmp_paylid__directAirTimeTopUp, "paylid:directAirTimeTopUp", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__directAirTimeTopUp(soap, &soap_tmp_paylid__directAirTimeTopUp, "paylid:directAirTimeTopUp", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_4) - return soap_closesock(soap); - soap_default_paylid__directAirTimeTopUpResponse(soap, &_param_4); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__directAirTimeTopUpResponse(soap, &_param_4, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::currentXrate(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__currentXrateResponse &_param_5) -{ struct soap *soap = this; - struct paylid__currentXrate soap_tmp_paylid__currentXrate; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#currentXrate"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__currentXrate.terminalID = terminalID; - soap_tmp_paylid__currentXrate.topupData = topupData; - soap_tmp_paylid__currentXrate.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__currentXrate(soap, &soap_tmp_paylid__currentXrate); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__currentXrate(soap, &soap_tmp_paylid__currentXrate, "paylid:currentXrate", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__currentXrate(soap, &soap_tmp_paylid__currentXrate, "paylid:currentXrate", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_5) - return soap_closesock(soap); - soap_default_paylid__currentXrateResponse(soap, &_param_5); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__currentXrateResponse(soap, &_param_5, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::getAccount(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getAccountResponse &_param_6) -{ struct soap *soap = this; - struct paylid__getAccount soap_tmp_paylid__getAccount; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#getAccount"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__getAccount.terminalID = terminalID; - soap_tmp_paylid__getAccount.topupData = topupData; - soap_tmp_paylid__getAccount.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__getAccount(soap, &soap_tmp_paylid__getAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getAccount(soap, &soap_tmp_paylid__getAccount, "paylid:getAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getAccount(soap, &soap_tmp_paylid__getAccount, "paylid:getAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_6) - return soap_closesock(soap); - soap_default_paylid__getAccountResponse(soap, &_param_6); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__getAccountResponse(soap, &_param_6, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::getTrxStatus(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getTrxStatusResponse &_param_7) -{ struct soap *soap = this; - struct paylid__getTrxStatus soap_tmp_paylid__getTrxStatus; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#getTrxStatus"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__getTrxStatus.terminalID = terminalID; - soap_tmp_paylid__getTrxStatus.topupData = topupData; - soap_tmp_paylid__getTrxStatus.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__getTrxStatus(soap, &soap_tmp_paylid__getTrxStatus); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getTrxStatus(soap, &soap_tmp_paylid__getTrxStatus, "paylid:getTrxStatus", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getTrxStatus(soap, &soap_tmp_paylid__getTrxStatus, "paylid:getTrxStatus", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_7) - return soap_closesock(soap); - soap_default_paylid__getTrxStatusResponse(soap, &_param_7); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__getTrxStatusResponse(soap, &_param_7, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int paylidwsdlBindingProxy::getSupportedBanks(const char *endpoint, const char *soap_action, std::string terminalID, std::string topupData, std::string hmac, struct paylid__getSupportedBanksResponse &_param_8) -{ struct soap *soap = this; - struct paylid__getSupportedBanks soap_tmp_paylid__getSupportedBanks; - if (endpoint) - soap_endpoint = endpoint; - if (soap_endpoint == NULL) - soap_endpoint = "https://www.paylid.com:443/rsl/service.php"; - if (soap_action == NULL) - soap_action = "urn:paylidwsdl#getSupportedBanks"; - soap_begin(soap); - soap->encodingStyle = "http://schemas.xmlsoap.org/soap/encoding/"; - soap_tmp_paylid__getSupportedBanks.terminalID = terminalID; - soap_tmp_paylid__getSupportedBanks.topupData = topupData; - soap_tmp_paylid__getSupportedBanks.hmac = hmac; - soap_set_version(soap, 1); /* SOAP1.1 */ - soap_serializeheader(soap); - soap_serialize_paylid__getSupportedBanks(soap, &soap_tmp_paylid__getSupportedBanks); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getSupportedBanks(soap, &soap_tmp_paylid__getSupportedBanks, "paylid:getSupportedBanks", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_url(soap, soap_endpoint, NULL), soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put_paylid__getSupportedBanks(soap, &soap_tmp_paylid__getSupportedBanks, "paylid:getSupportedBanks", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!&_param_8) - return soap_closesock(soap); - soap_default_paylid__getSupportedBanksResponse(soap, &_param_8); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - if (soap_recv_fault(soap, 1)) - return soap->error; - soap_get_paylid__getSupportedBanksResponse(soap, &_param_8, "", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -} // namespace paylid - -/* End of client proxy code */ diff --git a/coregrade/src/shared_tool/soap/QuickTellerService.h b/coregrade/src/shared_tool/soap/QuickTellerService.h deleted file mode 100644 index 733a62e..0000000 --- a/coregrade/src/shared_tool/soap/QuickTellerService.h +++ /dev/null @@ -1 +0,0 @@ -namespace interswitch { diff --git a/coregrade/src/shared_tool/soap/interswitch.nsmap b/coregrade/src/shared_tool/soap/interswitch.nsmap deleted file mode 100644 index 8ff7dd8..0000000 --- a/coregrade/src/shared_tool/soap/interswitch.nsmap +++ /dev/null @@ -1,12 +0,0 @@ - -#include "interswitchH.h" -SOAP_NMAC struct Namespace interswitch_namespaces[] = -{ - {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://schemas.xmlsoap.org/soap/envelope/", NULL}, - {"SOAP-ENC", "http://www.w3.org/2003/05/soap-encoding", "http://www.w3.org/2003/05/soap-encoding", NULL}, - {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, - {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, - {"interswitch2", "http://schemas.microsoft.com/2003/10/Serialization/", NULL, NULL}, - {"interswitch", "http://services.interswitchng.com/quicktellerservice/", NULL, NULL}, - {NULL, NULL, NULL, NULL} -}; diff --git a/coregrade/src/shared_tool/soap/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cpp b/coregrade/src/shared_tool/soap/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cpp deleted file mode 100644 index a2235ff..0000000 --- a/coregrade/src/shared_tool/soap/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cpp +++ /dev/null @@ -1,2116 +0,0 @@ -/* interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cpp - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#include "interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h" - -namespace interswitch { - -BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy() -{ BasicHttpBinding_USCOREQuickTellerServiceProxy_init(SOAP_IO_DEFAULT, SOAP_IO_DEFAULT); -} - -BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy(const struct soap &_soap) :soap(_soap) -{ } - -BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy(soap_mode iomode) -{ BasicHttpBinding_USCOREQuickTellerServiceProxy_init(iomode, iomode); -} - -BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy(soap_mode imode, soap_mode omode) -{ BasicHttpBinding_USCOREQuickTellerServiceProxy_init(imode, omode); -} - -void BasicHttpBinding_USCOREQuickTellerServiceProxy::BasicHttpBinding_USCOREQuickTellerServiceProxy_init(soap_mode imode, soap_mode omode) -{ soap_imode(this, imode); - soap_omode(this, omode); - soap_endpoint = NULL; - static const struct Namespace namespaces[] = -{ - {"SOAP-ENV", "http://schemas.xmlsoap.org/soap/envelope/", "http://schemas.xmlsoap.org/soap/envelope/", NULL}, - {"SOAP-ENC", "http://www.w3.org/2003/05/soap-encoding", "http://www.w3.org/2003/05/soap-encoding", NULL}, - {"xsi", "http://www.w3.org/2001/XMLSchema-instance", "http://www.w3.org/*/XMLSchema-instance", NULL}, - {"xsd", "http://www.w3.org/2001/XMLSchema", "http://www.w3.org/*/XMLSchema", NULL}, - {"interswitch2", "http://schemas.microsoft.com/2003/10/Serialization/", NULL, NULL}, - {"interswitch", "http://services.interswitchng.com/quicktellerservice/", NULL, NULL}, - {NULL, NULL, NULL, NULL} -}; - this->namespaces = namespaces; -} - -BasicHttpBinding_USCOREQuickTellerServiceProxy::~BasicHttpBinding_USCOREQuickTellerServiceProxy() -{ } - -void BasicHttpBinding_USCOREQuickTellerServiceProxy::destroy() -{ soap_destroy(this); - soap_end(this); -} - -void BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_noheader() -{ header = NULL; -} - -const SOAP_ENV__Fault *BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_fault() -{ return (const interswitch::SOAP_ENV__Fault*)this->fault; -} - -const char *BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_fault_string() -{ return *soap_faultstring(this); -} - -const char *BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_fault_detail() -{ return *soap_faultdetail(this); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_close_socket() -{ return soap_closesock(this); -} - -void BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_print_fault(FILE *fd) -{ ::soap_print_fault(this, fd); -} - -#ifndef WITH_LEAN -void BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_stream_fault(std::ostream& os) -{ ::soap_stream_fault(this, os); -} - -char *BasicHttpBinding_USCOREQuickTellerServiceProxy::soap_sprint_fault(char *buf, size_t len) -{ return ::soap_sprint_fault(this, buf, len); -} -#endif - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ValidateCustomer(_interswitch__ValidateCustomer *interswitch__ValidateCustomer, _interswitch__ValidateCustomerResponse *interswitch__ValidateCustomerResponse) -{ struct soap *soap = this; - struct __interswitch__ValidateCustomer soap_tmp___interswitch__ValidateCustomer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ValidateCustomer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ValidateCustomer.interswitch__ValidateCustomer = interswitch__ValidateCustomer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ValidateCustomer(soap, &soap_tmp___interswitch__ValidateCustomer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ValidateCustomer(soap, &soap_tmp___interswitch__ValidateCustomer, "-interswitch:ValidateCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ValidateCustomer(soap, &soap_tmp___interswitch__ValidateCustomer, "-interswitch:ValidateCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ValidateCustomerResponse) - return soap_closesock(soap); - interswitch__ValidateCustomerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ValidateCustomerResponse->soap_get(soap, "interswitch:ValidateCustomerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::DoTransfer(_interswitch__DoTransfer *interswitch__DoTransfer, _interswitch__DoTransferResponse *interswitch__DoTransferResponse) -{ struct soap *soap = this; - struct __interswitch__DoTransfer soap_tmp___interswitch__DoTransfer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "DoTransfer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__DoTransfer.interswitch__DoTransfer = interswitch__DoTransfer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__DoTransfer(soap, &soap_tmp___interswitch__DoTransfer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoTransfer(soap, &soap_tmp___interswitch__DoTransfer, "-interswitch:DoTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoTransfer(soap, &soap_tmp___interswitch__DoTransfer, "-interswitch:DoTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__DoTransferResponse) - return soap_closesock(soap); - interswitch__DoTransferResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__DoTransferResponse->soap_get(soap, "interswitch:DoTransferResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::CancelTransfer(_interswitch__CancelTransfer *interswitch__CancelTransfer, _interswitch__CancelTransferResponse *interswitch__CancelTransferResponse) -{ struct soap *soap = this; - struct __interswitch__CancelTransfer soap_tmp___interswitch__CancelTransfer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "CancelTransfer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__CancelTransfer.interswitch__CancelTransfer = interswitch__CancelTransfer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__CancelTransfer(soap, &soap_tmp___interswitch__CancelTransfer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CancelTransfer(soap, &soap_tmp___interswitch__CancelTransfer, "-interswitch:CancelTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CancelTransfer(soap, &soap_tmp___interswitch__CancelTransfer, "-interswitch:CancelTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__CancelTransferResponse) - return soap_closesock(soap); - interswitch__CancelTransferResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__CancelTransferResponse->soap_get(soap, "interswitch:CancelTransferResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::SendSessionKey(_interswitch__SendSessionKey *interswitch__SendSessionKey, _interswitch__SendSessionKeyResponse *interswitch__SendSessionKeyResponse) -{ struct soap *soap = this; - struct __interswitch__SendSessionKey soap_tmp___interswitch__SendSessionKey; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "SendSessionKey"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__SendSessionKey.interswitch__SendSessionKey = interswitch__SendSessionKey; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__SendSessionKey(soap, &soap_tmp___interswitch__SendSessionKey); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendSessionKey(soap, &soap_tmp___interswitch__SendSessionKey, "-interswitch:SendSessionKey", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendSessionKey(soap, &soap_tmp___interswitch__SendSessionKey, "-interswitch:SendSessionKey", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__SendSessionKeyResponse) - return soap_closesock(soap); - interswitch__SendSessionKeyResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__SendSessionKeyResponse->soap_get(soap, "interswitch:SendSessionKeyResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::QueryTransfer(_interswitch__QueryTransfer *interswitch__QueryTransfer, _interswitch__QueryTransferResponse *interswitch__QueryTransferResponse) -{ struct soap *soap = this; - struct __interswitch__QueryTransfer soap_tmp___interswitch__QueryTransfer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "QueryTransfer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__QueryTransfer.interswitch__QueryTransfer = interswitch__QueryTransfer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__QueryTransfer(soap, &soap_tmp___interswitch__QueryTransfer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__QueryTransfer(soap, &soap_tmp___interswitch__QueryTransfer, "-interswitch:QueryTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__QueryTransfer(soap, &soap_tmp___interswitch__QueryTransfer, "-interswitch:QueryTransfer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__QueryTransferResponse) - return soap_closesock(soap); - interswitch__QueryTransferResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__QueryTransferResponse->soap_get(soap, "interswitch:QueryTransferResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthoriseCashOut(_interswitch__AuthoriseCashOut *interswitch__AuthoriseCashOut, _interswitch__AuthoriseCashOutResponse *interswitch__AuthoriseCashOutResponse) -{ struct soap *soap = this; - struct __interswitch__AuthoriseCashOut soap_tmp___interswitch__AuthoriseCashOut; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthoriseCashOut"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthoriseCashOut.interswitch__AuthoriseCashOut = interswitch__AuthoriseCashOut; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthoriseCashOut(soap, &soap_tmp___interswitch__AuthoriseCashOut); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthoriseCashOut(soap, &soap_tmp___interswitch__AuthoriseCashOut, "-interswitch:AuthoriseCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthoriseCashOut(soap, &soap_tmp___interswitch__AuthoriseCashOut, "-interswitch:AuthoriseCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthoriseCashOutResponse) - return soap_closesock(soap); - interswitch__AuthoriseCashOutResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthoriseCashOutResponse->soap_get(soap, "interswitch:AuthoriseCashOutResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthoriseAccountCashOut(_interswitch__AuthoriseAccountCashOut *interswitch__AuthoriseAccountCashOut, _interswitch__AuthoriseAccountCashOutResponse *interswitch__AuthoriseAccountCashOutResponse) -{ struct soap *soap = this; - struct __interswitch__AuthoriseAccountCashOut soap_tmp___interswitch__AuthoriseAccountCashOut; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthoriseAccountCashOut"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthoriseAccountCashOut.interswitch__AuthoriseAccountCashOut = interswitch__AuthoriseAccountCashOut; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthoriseAccountCashOut(soap, &soap_tmp___interswitch__AuthoriseAccountCashOut); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthoriseAccountCashOut(soap, &soap_tmp___interswitch__AuthoriseAccountCashOut, "-interswitch:AuthoriseAccountCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthoriseAccountCashOut(soap, &soap_tmp___interswitch__AuthoriseAccountCashOut, "-interswitch:AuthoriseAccountCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthoriseAccountCashOutResponse) - return soap_closesock(soap); - interswitch__AuthoriseAccountCashOutResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthoriseAccountCashOutResponse->soap_get(soap, "interswitch:AuthoriseAccountCashOutResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ReverseCashOut(_interswitch__ReverseCashOut *interswitch__ReverseCashOut, _interswitch__ReverseCashOutResponse *interswitch__ReverseCashOutResponse) -{ struct soap *soap = this; - struct __interswitch__ReverseCashOut soap_tmp___interswitch__ReverseCashOut; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ReverseCashOut"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ReverseCashOut.interswitch__ReverseCashOut = interswitch__ReverseCashOut; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ReverseCashOut(soap, &soap_tmp___interswitch__ReverseCashOut); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ReverseCashOut(soap, &soap_tmp___interswitch__ReverseCashOut, "-interswitch:ReverseCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ReverseCashOut(soap, &soap_tmp___interswitch__ReverseCashOut, "-interswitch:ReverseCashOut", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ReverseCashOutResponse) - return soap_closesock(soap); - interswitch__ReverseCashOutResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ReverseCashOutResponse->soap_get(soap, "interswitch:ReverseCashOutResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::StatusCheck(_interswitch__StatusCheck *interswitch__StatusCheck, _interswitch__StatusCheckResponse *interswitch__StatusCheckResponse) -{ struct soap *soap = this; - struct __interswitch__StatusCheck soap_tmp___interswitch__StatusCheck; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "StatusCheck"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__StatusCheck.interswitch__StatusCheck = interswitch__StatusCheck; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__StatusCheck(soap, &soap_tmp___interswitch__StatusCheck); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__StatusCheck(soap, &soap_tmp___interswitch__StatusCheck, "-interswitch:StatusCheck", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__StatusCheck(soap, &soap_tmp___interswitch__StatusCheck, "-interswitch:StatusCheck", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__StatusCheckResponse) - return soap_closesock(soap); - interswitch__StatusCheckResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__StatusCheckResponse->soap_get(soap, "interswitch:StatusCheckResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::QueryTransaction(_interswitch__QueryTransaction *interswitch__QueryTransaction, _interswitch__QueryTransactionResponse *interswitch__QueryTransactionResponse) -{ struct soap *soap = this; - struct __interswitch__QueryTransaction soap_tmp___interswitch__QueryTransaction; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "QueryTransaction"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__QueryTransaction.interswitch__QueryTransaction = interswitch__QueryTransaction; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__QueryTransaction(soap, &soap_tmp___interswitch__QueryTransaction); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__QueryTransaction(soap, &soap_tmp___interswitch__QueryTransaction, "-interswitch:QueryTransaction", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__QueryTransaction(soap, &soap_tmp___interswitch__QueryTransaction, "-interswitch:QueryTransaction", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__QueryTransactionResponse) - return soap_closesock(soap); - interswitch__QueryTransactionResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__QueryTransactionResponse->soap_get(soap, "interswitch:QueryTransactionResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetSystemSettings(_interswitch__GetSystemSettings *interswitch__GetSystemSettings, _interswitch__GetSystemSettingsResponse *interswitch__GetSystemSettingsResponse) -{ struct soap *soap = this; - struct __interswitch__GetSystemSettings soap_tmp___interswitch__GetSystemSettings; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetSystemSettings"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetSystemSettings.interswitch__GetSystemSettings = interswitch__GetSystemSettings; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetSystemSettings(soap, &soap_tmp___interswitch__GetSystemSettings); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetSystemSettings(soap, &soap_tmp___interswitch__GetSystemSettings, "-interswitch:GetSystemSettings", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetSystemSettings(soap, &soap_tmp___interswitch__GetSystemSettings, "-interswitch:GetSystemSettings", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetSystemSettingsResponse) - return soap_closesock(soap); - interswitch__GetSystemSettingsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetSystemSettingsResponse->soap_get(soap, "interswitch:GetSystemSettingsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::CreateUser(_interswitch__CreateUser *interswitch__CreateUser, _interswitch__CreateUserResponse *interswitch__CreateUserResponse) -{ struct soap *soap = this; - struct __interswitch__CreateUser soap_tmp___interswitch__CreateUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "CreateUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__CreateUser.interswitch__CreateUser = interswitch__CreateUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__CreateUser(soap, &soap_tmp___interswitch__CreateUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CreateUser(soap, &soap_tmp___interswitch__CreateUser, "-interswitch:CreateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CreateUser(soap, &soap_tmp___interswitch__CreateUser, "-interswitch:CreateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__CreateUserResponse) - return soap_closesock(soap); - interswitch__CreateUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__CreateUserResponse->soap_get(soap, "interswitch:CreateUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ActivateUser(_interswitch__ActivateUser *interswitch__ActivateUser, _interswitch__ActivateUserResponse *interswitch__ActivateUserResponse) -{ struct soap *soap = this; - struct __interswitch__ActivateUser soap_tmp___interswitch__ActivateUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ActivateUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ActivateUser.interswitch__ActivateUser = interswitch__ActivateUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ActivateUser(soap, &soap_tmp___interswitch__ActivateUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ActivateUser(soap, &soap_tmp___interswitch__ActivateUser, "-interswitch:ActivateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ActivateUser(soap, &soap_tmp___interswitch__ActivateUser, "-interswitch:ActivateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ActivateUserResponse) - return soap_closesock(soap); - interswitch__ActivateUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ActivateUserResponse->soap_get(soap, "interswitch:ActivateUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::UpdateUser(_interswitch__UpdateUser *interswitch__UpdateUser, _interswitch__UpdateUserResponse *interswitch__UpdateUserResponse) -{ struct soap *soap = this; - struct __interswitch__UpdateUser soap_tmp___interswitch__UpdateUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "UpdateUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__UpdateUser.interswitch__UpdateUser = interswitch__UpdateUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__UpdateUser(soap, &soap_tmp___interswitch__UpdateUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__UpdateUser(soap, &soap_tmp___interswitch__UpdateUser, "-interswitch:UpdateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__UpdateUser(soap, &soap_tmp___interswitch__UpdateUser, "-interswitch:UpdateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__UpdateUserResponse) - return soap_closesock(soap); - interswitch__UpdateUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__UpdateUserResponse->soap_get(soap, "interswitch:UpdateUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ChangePassword(_interswitch__ChangePassword *interswitch__ChangePassword, _interswitch__ChangePasswordResponse *interswitch__ChangePasswordResponse) -{ struct soap *soap = this; - struct __interswitch__ChangePassword soap_tmp___interswitch__ChangePassword; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ChangePassword"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ChangePassword.interswitch__ChangePassword = interswitch__ChangePassword; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ChangePassword(soap, &soap_tmp___interswitch__ChangePassword); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ChangePassword(soap, &soap_tmp___interswitch__ChangePassword, "-interswitch:ChangePassword", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ChangePassword(soap, &soap_tmp___interswitch__ChangePassword, "-interswitch:ChangePassword", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ChangePasswordResponse) - return soap_closesock(soap); - interswitch__ChangePasswordResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ChangePasswordResponse->soap_get(soap, "interswitch:ChangePasswordResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ResetPassword(_interswitch__ResetPassword *interswitch__ResetPassword, _interswitch__ResetPasswordResponse *interswitch__ResetPasswordResponse) -{ struct soap *soap = this; - struct __interswitch__ResetPassword soap_tmp___interswitch__ResetPassword; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ResetPassword"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ResetPassword.interswitch__ResetPassword = interswitch__ResetPassword; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ResetPassword(soap, &soap_tmp___interswitch__ResetPassword); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ResetPassword(soap, &soap_tmp___interswitch__ResetPassword, "-interswitch:ResetPassword", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ResetPassword(soap, &soap_tmp___interswitch__ResetPassword, "-interswitch:ResetPassword", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ResetPasswordResponse) - return soap_closesock(soap); - interswitch__ResetPasswordResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ResetPasswordResponse->soap_get(soap, "interswitch:ResetPasswordResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthenticateUser(_interswitch__AuthenticateUser *interswitch__AuthenticateUser, _interswitch__AuthenticateUserResponse *interswitch__AuthenticateUserResponse) -{ struct soap *soap = this; - struct __interswitch__AuthenticateUser soap_tmp___interswitch__AuthenticateUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthenticateUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthenticateUser.interswitch__AuthenticateUser = interswitch__AuthenticateUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthenticateUser(soap, &soap_tmp___interswitch__AuthenticateUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateUser(soap, &soap_tmp___interswitch__AuthenticateUser, "-interswitch:AuthenticateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateUser(soap, &soap_tmp___interswitch__AuthenticateUser, "-interswitch:AuthenticateUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthenticateUserResponse) - return soap_closesock(soap); - interswitch__AuthenticateUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthenticateUserResponse->soap_get(soap, "interswitch:AuthenticateUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthenticateUserSecurityToken(_interswitch__AuthenticateUserSecurityToken *interswitch__AuthenticateUserSecurityToken, _interswitch__AuthenticateUserSecurityTokenResponse *interswitch__AuthenticateUserSecurityTokenResponse) -{ struct soap *soap = this; - struct __interswitch__AuthenticateUserSecurityToken soap_tmp___interswitch__AuthenticateUserSecurityToken; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthenticateUserSecurityToken"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthenticateUserSecurityToken.interswitch__AuthenticateUserSecurityToken = interswitch__AuthenticateUserSecurityToken; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthenticateUserSecurityToken(soap, &soap_tmp___interswitch__AuthenticateUserSecurityToken); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateUserSecurityToken(soap, &soap_tmp___interswitch__AuthenticateUserSecurityToken, "-interswitch:AuthenticateUserSecurityToken", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateUserSecurityToken(soap, &soap_tmp___interswitch__AuthenticateUserSecurityToken, "-interswitch:AuthenticateUserSecurityToken", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthenticateUserSecurityTokenResponse) - return soap_closesock(soap); - interswitch__AuthenticateUserSecurityTokenResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthenticateUserSecurityTokenResponse->soap_get(soap, "interswitch:AuthenticateUserSecurityTokenResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetUser(_interswitch__GetUser *interswitch__GetUser, _interswitch__GetUserResponse *interswitch__GetUserResponse) -{ struct soap *soap = this; - struct __interswitch__GetUser soap_tmp___interswitch__GetUser; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetUser"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetUser.interswitch__GetUser = interswitch__GetUser; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetUser(soap, &soap_tmp___interswitch__GetUser); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetUser(soap, &soap_tmp___interswitch__GetUser, "-interswitch:GetUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetUser(soap, &soap_tmp___interswitch__GetUser, "-interswitch:GetUser", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetUserResponse) - return soap_closesock(soap); - interswitch__GetUserResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetUserResponse->soap_get(soap, "interswitch:GetUserResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetBillers(_interswitch__GetBillers *interswitch__GetBillers, _interswitch__GetBillersResponse *interswitch__GetBillersResponse) -{ struct soap *soap = this; - struct __interswitch__GetBillers soap_tmp___interswitch__GetBillers; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetBillers"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetBillers.interswitch__GetBillers = interswitch__GetBillers; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetBillers(soap, &soap_tmp___interswitch__GetBillers); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillers(soap, &soap_tmp___interswitch__GetBillers, "-interswitch:GetBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillers(soap, &soap_tmp___interswitch__GetBillers, "-interswitch:GetBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetBillersResponse) - return soap_closesock(soap); - interswitch__GetBillersResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetBillersResponse->soap_get(soap, "interswitch:GetBillersResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetLatestBillers(_interswitch__GetLatestBillers *interswitch__GetLatestBillers, _interswitch__GetLatestBillersResponse *interswitch__GetLatestBillersResponse) -{ struct soap *soap = this; - struct __interswitch__GetLatestBillers soap_tmp___interswitch__GetLatestBillers; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetLatestBillers"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetLatestBillers.interswitch__GetLatestBillers = interswitch__GetLatestBillers; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetLatestBillers(soap, &soap_tmp___interswitch__GetLatestBillers); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetLatestBillers(soap, &soap_tmp___interswitch__GetLatestBillers, "-interswitch:GetLatestBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetLatestBillers(soap, &soap_tmp___interswitch__GetLatestBillers, "-interswitch:GetLatestBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetLatestBillersResponse) - return soap_closesock(soap); - interswitch__GetLatestBillersResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetLatestBillersResponse->soap_get(soap, "interswitch:GetLatestBillersResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetFeaturedBillers(_interswitch__GetFeaturedBillers *interswitch__GetFeaturedBillers, _interswitch__GetFeaturedBillersResponse *interswitch__GetFeaturedBillersResponse) -{ struct soap *soap = this; - struct __interswitch__GetFeaturedBillers soap_tmp___interswitch__GetFeaturedBillers; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetFeaturedBillers"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetFeaturedBillers.interswitch__GetFeaturedBillers = interswitch__GetFeaturedBillers; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetFeaturedBillers(soap, &soap_tmp___interswitch__GetFeaturedBillers); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetFeaturedBillers(soap, &soap_tmp___interswitch__GetFeaturedBillers, "-interswitch:GetFeaturedBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetFeaturedBillers(soap, &soap_tmp___interswitch__GetFeaturedBillers, "-interswitch:GetFeaturedBillers", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetFeaturedBillersResponse) - return soap_closesock(soap); - interswitch__GetFeaturedBillersResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetFeaturedBillersResponse->soap_get(soap, "interswitch:GetFeaturedBillersResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetBillerPaymentItems(_interswitch__GetBillerPaymentItems *interswitch__GetBillerPaymentItems, _interswitch__GetBillerPaymentItemsResponse *interswitch__GetBillerPaymentItemsResponse) -{ struct soap *soap = this; - struct __interswitch__GetBillerPaymentItems soap_tmp___interswitch__GetBillerPaymentItems; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetBillerPaymentItems"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetBillerPaymentItems.interswitch__GetBillerPaymentItems = interswitch__GetBillerPaymentItems; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetBillerPaymentItems(soap, &soap_tmp___interswitch__GetBillerPaymentItems); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillerPaymentItems(soap, &soap_tmp___interswitch__GetBillerPaymentItems, "-interswitch:GetBillerPaymentItems", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillerPaymentItems(soap, &soap_tmp___interswitch__GetBillerPaymentItems, "-interswitch:GetBillerPaymentItems", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetBillerPaymentItemsResponse) - return soap_closesock(soap); - interswitch__GetBillerPaymentItemsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetBillerPaymentItemsResponse->soap_get(soap, "interswitch:GetBillerPaymentItemsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetBillerCategories(_interswitch__GetBillerCategories *interswitch__GetBillerCategories, _interswitch__GetBillerCategoriesResponse *interswitch__GetBillerCategoriesResponse) -{ struct soap *soap = this; - struct __interswitch__GetBillerCategories soap_tmp___interswitch__GetBillerCategories; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetBillerCategories"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetBillerCategories.interswitch__GetBillerCategories = interswitch__GetBillerCategories; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetBillerCategories(soap, &soap_tmp___interswitch__GetBillerCategories); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillerCategories(soap, &soap_tmp___interswitch__GetBillerCategories, "-interswitch:GetBillerCategories", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillerCategories(soap, &soap_tmp___interswitch__GetBillerCategories, "-interswitch:GetBillerCategories", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetBillerCategoriesResponse) - return soap_closesock(soap); - interswitch__GetBillerCategoriesResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetBillerCategoriesResponse->soap_get(soap, "interswitch:GetBillerCategoriesResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::DoBillPaymentInquiry(_interswitch__DoBillPaymentInquiry *interswitch__DoBillPaymentInquiry, _interswitch__DoBillPaymentInquiryResponse *interswitch__DoBillPaymentInquiryResponse) -{ struct soap *soap = this; - struct __interswitch__DoBillPaymentInquiry soap_tmp___interswitch__DoBillPaymentInquiry; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "DoBillPaymentInquiry"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__DoBillPaymentInquiry.interswitch__DoBillPaymentInquiry = interswitch__DoBillPaymentInquiry; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__DoBillPaymentInquiry(soap, &soap_tmp___interswitch__DoBillPaymentInquiry); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoBillPaymentInquiry(soap, &soap_tmp___interswitch__DoBillPaymentInquiry, "-interswitch:DoBillPaymentInquiry", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoBillPaymentInquiry(soap, &soap_tmp___interswitch__DoBillPaymentInquiry, "-interswitch:DoBillPaymentInquiry", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__DoBillPaymentInquiryResponse) - return soap_closesock(soap); - interswitch__DoBillPaymentInquiryResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__DoBillPaymentInquiryResponse->soap_get(soap, "interswitch:DoBillPaymentInquiryResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AuthenticateCustomer(_interswitch__AuthenticateCustomer *interswitch__AuthenticateCustomer, _interswitch__AuthenticateCustomerResponse *interswitch__AuthenticateCustomerResponse) -{ struct soap *soap = this; - struct __interswitch__AuthenticateCustomer soap_tmp___interswitch__AuthenticateCustomer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AuthenticateCustomer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AuthenticateCustomer.interswitch__AuthenticateCustomer = interswitch__AuthenticateCustomer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AuthenticateCustomer(soap, &soap_tmp___interswitch__AuthenticateCustomer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateCustomer(soap, &soap_tmp___interswitch__AuthenticateCustomer, "-interswitch:AuthenticateCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AuthenticateCustomer(soap, &soap_tmp___interswitch__AuthenticateCustomer, "-interswitch:AuthenticateCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AuthenticateCustomerResponse) - return soap_closesock(soap); - interswitch__AuthenticateCustomerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AuthenticateCustomerResponse->soap_get(soap, "interswitch:AuthenticateCustomerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::SendBillPaymentAdvice(_interswitch__SendBillPaymentAdvice *interswitch__SendBillPaymentAdvice, _interswitch__SendBillPaymentAdviceResponse *interswitch__SendBillPaymentAdviceResponse) -{ struct soap *soap = this; - struct __interswitch__SendBillPaymentAdvice soap_tmp___interswitch__SendBillPaymentAdvice; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "SendBillPaymentAdvice"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__SendBillPaymentAdvice.interswitch__SendBillPaymentAdvice = interswitch__SendBillPaymentAdvice; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__SendBillPaymentAdvice(soap, &soap_tmp___interswitch__SendBillPaymentAdvice); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendBillPaymentAdvice(soap, &soap_tmp___interswitch__SendBillPaymentAdvice, "-interswitch:SendBillPaymentAdvice", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendBillPaymentAdvice(soap, &soap_tmp___interswitch__SendBillPaymentAdvice, "-interswitch:SendBillPaymentAdvice", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__SendBillPaymentAdviceResponse) - return soap_closesock(soap); - interswitch__SendBillPaymentAdviceResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__SendBillPaymentAdviceResponse->soap_get(soap, "interswitch:SendBillPaymentAdviceResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::SendPayments(_interswitch__SendPayments *interswitch__SendPayments, _interswitch__SendPaymentsResponse *interswitch__SendPaymentsResponse) -{ struct soap *soap = this; - struct __interswitch__SendPayments soap_tmp___interswitch__SendPayments; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "SendPayments"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__SendPayments.interswitch__SendPayments = interswitch__SendPayments; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__SendPayments(soap, &soap_tmp___interswitch__SendPayments); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendPayments(soap, &soap_tmp___interswitch__SendPayments, "-interswitch:SendPayments", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__SendPayments(soap, &soap_tmp___interswitch__SendPayments, "-interswitch:SendPayments", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__SendPaymentsResponse) - return soap_closesock(soap); - interswitch__SendPaymentsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__SendPaymentsResponse->soap_get(soap, "interswitch:SendPaymentsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AddCustomerBillerAccount(_interswitch__AddCustomerBillerAccount *interswitch__AddCustomerBillerAccount, _interswitch__AddCustomerBillerAccountResponse *interswitch__AddCustomerBillerAccountResponse) -{ struct soap *soap = this; - struct __interswitch__AddCustomerBillerAccount soap_tmp___interswitch__AddCustomerBillerAccount; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AddCustomerBillerAccount"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AddCustomerBillerAccount.interswitch__AddCustomerBillerAccount = interswitch__AddCustomerBillerAccount; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AddCustomerBillerAccount(soap, &soap_tmp___interswitch__AddCustomerBillerAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AddCustomerBillerAccount(soap, &soap_tmp___interswitch__AddCustomerBillerAccount, "-interswitch:AddCustomerBillerAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AddCustomerBillerAccount(soap, &soap_tmp___interswitch__AddCustomerBillerAccount, "-interswitch:AddCustomerBillerAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AddCustomerBillerAccountResponse) - return soap_closesock(soap); - interswitch__AddCustomerBillerAccountResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AddCustomerBillerAccountResponse->soap_get(soap, "interswitch:AddCustomerBillerAccountResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetCustomerBillerAccounts(_interswitch__GetCustomerBillerAccounts *interswitch__GetCustomerBillerAccounts, _interswitch__GetCustomerBillerAccountsResponse *interswitch__GetCustomerBillerAccountsResponse) -{ struct soap *soap = this; - struct __interswitch__GetCustomerBillerAccounts soap_tmp___interswitch__GetCustomerBillerAccounts; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetCustomerBillerAccounts"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetCustomerBillerAccounts.interswitch__GetCustomerBillerAccounts = interswitch__GetCustomerBillerAccounts; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetCustomerBillerAccounts(soap, &soap_tmp___interswitch__GetCustomerBillerAccounts); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCustomerBillerAccounts(soap, &soap_tmp___interswitch__GetCustomerBillerAccounts, "-interswitch:GetCustomerBillerAccounts", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCustomerBillerAccounts(soap, &soap_tmp___interswitch__GetCustomerBillerAccounts, "-interswitch:GetCustomerBillerAccounts", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetCustomerBillerAccountsResponse) - return soap_closesock(soap); - interswitch__GetCustomerBillerAccountsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetCustomerBillerAccountsResponse->soap_get(soap, "interswitch:GetCustomerBillerAccountsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetCustomerPayments(_interswitch__GetCustomerPayments *interswitch__GetCustomerPayments, _interswitch__GetCustomerPaymentsResponse *interswitch__GetCustomerPaymentsResponse) -{ struct soap *soap = this; - struct __interswitch__GetCustomerPayments soap_tmp___interswitch__GetCustomerPayments; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetCustomerPayments"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetCustomerPayments.interswitch__GetCustomerPayments = interswitch__GetCustomerPayments; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetCustomerPayments(soap, &soap_tmp___interswitch__GetCustomerPayments); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCustomerPayments(soap, &soap_tmp___interswitch__GetCustomerPayments, "-interswitch:GetCustomerPayments", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCustomerPayments(soap, &soap_tmp___interswitch__GetCustomerPayments, "-interswitch:GetCustomerPayments", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetCustomerPaymentsResponse) - return soap_closesock(soap); - interswitch__GetCustomerPaymentsResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetCustomerPaymentsResponse->soap_get(soap, "interswitch:GetCustomerPaymentsResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::AddBillerCustomer(_interswitch__AddBillerCustomer *interswitch__AddBillerCustomer, _interswitch__AddBillerCustomerResponse *interswitch__AddBillerCustomerResponse) -{ struct soap *soap = this; - struct __interswitch__AddBillerCustomer soap_tmp___interswitch__AddBillerCustomer; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "AddBillerCustomer"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__AddBillerCustomer.interswitch__AddBillerCustomer = interswitch__AddBillerCustomer; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__AddBillerCustomer(soap, &soap_tmp___interswitch__AddBillerCustomer); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AddBillerCustomer(soap, &soap_tmp___interswitch__AddBillerCustomer, "-interswitch:AddBillerCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__AddBillerCustomer(soap, &soap_tmp___interswitch__AddBillerCustomer, "-interswitch:AddBillerCustomer", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__AddBillerCustomerResponse) - return soap_closesock(soap); - interswitch__AddBillerCustomerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__AddBillerCustomerResponse->soap_get(soap, "interswitch:AddBillerCustomerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetCollectionsAccount(_interswitch__GetCollectionsAccount *interswitch__GetCollectionsAccount, _interswitch__GetCollectionsAccountResponse *interswitch__GetCollectionsAccountResponse) -{ struct soap *soap = this; - struct __interswitch__GetCollectionsAccount soap_tmp___interswitch__GetCollectionsAccount; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetCollectionsAccount"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetCollectionsAccount.interswitch__GetCollectionsAccount = interswitch__GetCollectionsAccount; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetCollectionsAccount(soap, &soap_tmp___interswitch__GetCollectionsAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCollectionsAccount(soap, &soap_tmp___interswitch__GetCollectionsAccount, "-interswitch:GetCollectionsAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetCollectionsAccount(soap, &soap_tmp___interswitch__GetCollectionsAccount, "-interswitch:GetCollectionsAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetCollectionsAccountResponse) - return soap_closesock(soap); - interswitch__GetCollectionsAccountResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetCollectionsAccountResponse->soap_get(soap, "interswitch:GetCollectionsAccountResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::GetBillersCollectionsAccount(_interswitch__GetBillersCollectionsAccount *interswitch__GetBillersCollectionsAccount, _interswitch__GetBillersCollectionsAccountResponse *interswitch__GetBillersCollectionsAccountResponse) -{ struct soap *soap = this; - struct __interswitch__GetBillersCollectionsAccount soap_tmp___interswitch__GetBillersCollectionsAccount; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "GetBillersCollectionsAccount"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__GetBillersCollectionsAccount.interswitch__GetBillersCollectionsAccount = interswitch__GetBillersCollectionsAccount; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__GetBillersCollectionsAccount(soap, &soap_tmp___interswitch__GetBillersCollectionsAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillersCollectionsAccount(soap, &soap_tmp___interswitch__GetBillersCollectionsAccount, "-interswitch:GetBillersCollectionsAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__GetBillersCollectionsAccount(soap, &soap_tmp___interswitch__GetBillersCollectionsAccount, "-interswitch:GetBillersCollectionsAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__GetBillersCollectionsAccountResponse) - return soap_closesock(soap); - interswitch__GetBillersCollectionsAccountResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__GetBillersCollectionsAccountResponse->soap_get(soap, "interswitch:GetBillersCollectionsAccountResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::EditCustomerBillerAccount(_interswitch__EditCustomerBillerAccount *interswitch__EditCustomerBillerAccount, _interswitch__EditCustomerBillerAccountResponse *interswitch__EditCustomerBillerAccountResponse) -{ struct soap *soap = this; - struct __interswitch__EditCustomerBillerAccount soap_tmp___interswitch__EditCustomerBillerAccount; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "EditCustomerBillerAccount"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__EditCustomerBillerAccount.interswitch__EditCustomerBillerAccount = interswitch__EditCustomerBillerAccount; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__EditCustomerBillerAccount(soap, &soap_tmp___interswitch__EditCustomerBillerAccount); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__EditCustomerBillerAccount(soap, &soap_tmp___interswitch__EditCustomerBillerAccount, "-interswitch:EditCustomerBillerAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__EditCustomerBillerAccount(soap, &soap_tmp___interswitch__EditCustomerBillerAccount, "-interswitch:EditCustomerBillerAccount", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__EditCustomerBillerAccountResponse) - return soap_closesock(soap); - interswitch__EditCustomerBillerAccountResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__EditCustomerBillerAccountResponse->soap_get(soap, "interswitch:EditCustomerBillerAccountResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::ResendActivationToken(_interswitch__ResendActivationToken *interswitch__ResendActivationToken, _interswitch__ResendActivationTokenResponse *interswitch__ResendActivationTokenResponse) -{ struct soap *soap = this; - struct __interswitch__ResendActivationToken soap_tmp___interswitch__ResendActivationToken; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "ResendActivationToken"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__ResendActivationToken.interswitch__ResendActivationToken = interswitch__ResendActivationToken; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__ResendActivationToken(soap, &soap_tmp___interswitch__ResendActivationToken); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ResendActivationToken(soap, &soap_tmp___interswitch__ResendActivationToken, "-interswitch:ResendActivationToken", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__ResendActivationToken(soap, &soap_tmp___interswitch__ResendActivationToken, "-interswitch:ResendActivationToken", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__ResendActivationTokenResponse) - return soap_closesock(soap); - interswitch__ResendActivationTokenResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__ResendActivationTokenResponse->soap_get(soap, "interswitch:ResendActivationTokenResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::DoCustomProcessing(_interswitch__DoCustomProcessing *interswitch__DoCustomProcessing, _interswitch__DoCustomProcessingResponse *interswitch__DoCustomProcessingResponse) -{ struct soap *soap = this; - struct __interswitch__DoCustomProcessing soap_tmp___interswitch__DoCustomProcessing; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "DoCustomProcessing"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__DoCustomProcessing.interswitch__DoCustomProcessing = interswitch__DoCustomProcessing; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__DoCustomProcessing(soap, &soap_tmp___interswitch__DoCustomProcessing); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoCustomProcessing(soap, &soap_tmp___interswitch__DoCustomProcessing, "-interswitch:DoCustomProcessing", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__DoCustomProcessing(soap, &soap_tmp___interswitch__DoCustomProcessing, "-interswitch:DoCustomProcessing", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__DoCustomProcessingResponse) - return soap_closesock(soap); - interswitch__DoCustomProcessingResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__DoCustomProcessingResponse->soap_get(soap, "interswitch:DoCustomProcessingResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::CreateBiller(_interswitch__CreateBiller *interswitch__CreateBiller, _interswitch__CreateBillerResponse *interswitch__CreateBillerResponse) -{ struct soap *soap = this; - struct __interswitch__CreateBiller soap_tmp___interswitch__CreateBiller; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "CreateBiller"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__CreateBiller.interswitch__CreateBiller = interswitch__CreateBiller; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__CreateBiller(soap, &soap_tmp___interswitch__CreateBiller); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CreateBiller(soap, &soap_tmp___interswitch__CreateBiller, "-interswitch:CreateBiller", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__CreateBiller(soap, &soap_tmp___interswitch__CreateBiller, "-interswitch:CreateBiller", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__CreateBillerResponse) - return soap_closesock(soap); - interswitch__CreateBillerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__CreateBillerResponse->soap_get(soap, "interswitch:CreateBillerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -int BasicHttpBinding_USCOREQuickTellerServiceProxy::VerifyBiller(_interswitch__VerifyBiller *interswitch__VerifyBiller, _interswitch__VerifyBillerResponse *interswitch__VerifyBillerResponse) -{ struct soap *soap = this; - struct __interswitch__VerifyBiller soap_tmp___interswitch__VerifyBiller; - const char *soap_action = NULL; - if (!soap_endpoint) - soap_endpoint = "https://stageserv.interswitchng.com/uat_QuickTellerService/QuickTeller.svc"; - soap_action = "VerifyBiller"; - soap->encodingStyle = NULL; - soap_tmp___interswitch__VerifyBiller.interswitch__VerifyBiller = interswitch__VerifyBiller; - soap_begin(soap); - soap_serializeheader(soap); - soap_serialize___interswitch__VerifyBiller(soap, &soap_tmp___interswitch__VerifyBiller); - if (soap_begin_count(soap)) - return soap->error; - if (soap->mode & SOAP_IO_LENGTH) - { if (soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__VerifyBiller(soap, &soap_tmp___interswitch__VerifyBiller, "-interswitch:VerifyBiller", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap)) - return soap->error; - } - if (soap_end_count(soap)) - return soap->error; - if (soap_connect(soap, soap_endpoint, soap_action) - || soap_envelope_begin_out(soap) - || soap_putheader(soap) - || soap_body_begin_out(soap) - || soap_put___interswitch__VerifyBiller(soap, &soap_tmp___interswitch__VerifyBiller, "-interswitch:VerifyBiller", NULL) - || soap_body_end_out(soap) - || soap_envelope_end_out(soap) - || soap_end_send(soap)) - return soap_closesock(soap); - if (!interswitch__VerifyBillerResponse) - return soap_closesock(soap); - interswitch__VerifyBillerResponse->soap_default(soap); - if (soap_begin_recv(soap) - || soap_envelope_begin_in(soap) - || soap_recv_header(soap) - || soap_body_begin_in(soap)) - return soap_closesock(soap); - interswitch__VerifyBillerResponse->soap_get(soap, "interswitch:VerifyBillerResponse", ""); - if (soap->error) - return soap_recv_fault(soap, 0); - if (soap_body_end_in(soap) - || soap_envelope_end_in(soap) - || soap_end_recv(soap)) - return soap_closesock(soap); - return soap_closesock(soap); -} - -} // namespace interswitch - -/* End of client proxy code */ diff --git a/coregrade/src/shared_tool/soap/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h b/coregrade/src/shared_tool/soap/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h deleted file mode 100644 index 8873bc5..0000000 --- a/coregrade/src/shared_tool/soap/interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h +++ /dev/null @@ -1,171 +0,0 @@ -/* interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.h - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#ifndef interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy_H -#define interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy_H -#include "interswitchH.h" - -namespace interswitch { - -class SOAP_CMAC BasicHttpBinding_USCOREQuickTellerServiceProxy : public soap -{ public: - /// Endpoint URL of service 'BasicHttpBinding_USCOREQuickTellerServiceProxy' (change as needed) - const char *soap_endpoint; - /// Constructor - BasicHttpBinding_USCOREQuickTellerServiceProxy(); - /// Constructor with copy of another engine state - BasicHttpBinding_USCOREQuickTellerServiceProxy(const struct soap&); - /// Constructor with engine input+output mode control - BasicHttpBinding_USCOREQuickTellerServiceProxy(soap_mode iomode); - /// Constructor with engine input and output mode control - BasicHttpBinding_USCOREQuickTellerServiceProxy(soap_mode imode, soap_mode omode); - /// Destructor frees deserialized data - virtual ~BasicHttpBinding_USCOREQuickTellerServiceProxy(); - /// Initializer used by constructors - virtual void BasicHttpBinding_USCOREQuickTellerServiceProxy_init(soap_mode imode, soap_mode omode); - /// Delete all deserialized data (uses soap_destroy and soap_end) - virtual void destroy(); - /// Disables and removes SOAP Header from message - virtual void soap_noheader(); - /// Get SOAP Fault structure (NULL when absent) - virtual const SOAP_ENV__Fault *soap_fault(); - /// Get SOAP Fault string (NULL when absent) - virtual const char *soap_fault_string(); - /// Get SOAP Fault detail as string (NULL when absent) - virtual const char *soap_fault_detail(); - /// Force close connection (normally automatic, except for send_X ops) - virtual int soap_close_socket(); - /// Print fault - virtual void soap_print_fault(FILE*); -#ifndef WITH_LEAN - /// Print fault to stream - virtual void soap_stream_fault(std::ostream&); - /// Put fault into buffer - virtual char *soap_sprint_fault(char *buf, size_t len); -#endif - - /// Web service operation 'ValidateCustomer' (returns error code or SOAP_OK) - virtual int ValidateCustomer(_interswitch__ValidateCustomer *interswitch__ValidateCustomer, _interswitch__ValidateCustomerResponse *interswitch__ValidateCustomerResponse); - - /// Web service operation 'DoTransfer' (returns error code or SOAP_OK) - virtual int DoTransfer(_interswitch__DoTransfer *interswitch__DoTransfer, _interswitch__DoTransferResponse *interswitch__DoTransferResponse); - - /// Web service operation 'CancelTransfer' (returns error code or SOAP_OK) - virtual int CancelTransfer(_interswitch__CancelTransfer *interswitch__CancelTransfer, _interswitch__CancelTransferResponse *interswitch__CancelTransferResponse); - - /// Web service operation 'SendSessionKey' (returns error code or SOAP_OK) - virtual int SendSessionKey(_interswitch__SendSessionKey *interswitch__SendSessionKey, _interswitch__SendSessionKeyResponse *interswitch__SendSessionKeyResponse); - - /// Web service operation 'QueryTransfer' (returns error code or SOAP_OK) - virtual int QueryTransfer(_interswitch__QueryTransfer *interswitch__QueryTransfer, _interswitch__QueryTransferResponse *interswitch__QueryTransferResponse); - - /// Web service operation 'AuthoriseCashOut' (returns error code or SOAP_OK) - virtual int AuthoriseCashOut(_interswitch__AuthoriseCashOut *interswitch__AuthoriseCashOut, _interswitch__AuthoriseCashOutResponse *interswitch__AuthoriseCashOutResponse); - - /// Web service operation 'AuthoriseAccountCashOut' (returns error code or SOAP_OK) - virtual int AuthoriseAccountCashOut(_interswitch__AuthoriseAccountCashOut *interswitch__AuthoriseAccountCashOut, _interswitch__AuthoriseAccountCashOutResponse *interswitch__AuthoriseAccountCashOutResponse); - - /// Web service operation 'ReverseCashOut' (returns error code or SOAP_OK) - virtual int ReverseCashOut(_interswitch__ReverseCashOut *interswitch__ReverseCashOut, _interswitch__ReverseCashOutResponse *interswitch__ReverseCashOutResponse); - - /// Web service operation 'StatusCheck' (returns error code or SOAP_OK) - virtual int StatusCheck(_interswitch__StatusCheck *interswitch__StatusCheck, _interswitch__StatusCheckResponse *interswitch__StatusCheckResponse); - - /// Web service operation 'QueryTransaction' (returns error code or SOAP_OK) - virtual int QueryTransaction(_interswitch__QueryTransaction *interswitch__QueryTransaction, _interswitch__QueryTransactionResponse *interswitch__QueryTransactionResponse); - - /// Web service operation 'GetSystemSettings' (returns error code or SOAP_OK) - virtual int GetSystemSettings(_interswitch__GetSystemSettings *interswitch__GetSystemSettings, _interswitch__GetSystemSettingsResponse *interswitch__GetSystemSettingsResponse); - - /// Web service operation 'CreateUser' (returns error code or SOAP_OK) - virtual int CreateUser(_interswitch__CreateUser *interswitch__CreateUser, _interswitch__CreateUserResponse *interswitch__CreateUserResponse); - - /// Web service operation 'ActivateUser' (returns error code or SOAP_OK) - virtual int ActivateUser(_interswitch__ActivateUser *interswitch__ActivateUser, _interswitch__ActivateUserResponse *interswitch__ActivateUserResponse); - - /// Web service operation 'UpdateUser' (returns error code or SOAP_OK) - virtual int UpdateUser(_interswitch__UpdateUser *interswitch__UpdateUser, _interswitch__UpdateUserResponse *interswitch__UpdateUserResponse); - - /// Web service operation 'ChangePassword' (returns error code or SOAP_OK) - virtual int ChangePassword(_interswitch__ChangePassword *interswitch__ChangePassword, _interswitch__ChangePasswordResponse *interswitch__ChangePasswordResponse); - - /// Web service operation 'ResetPassword' (returns error code or SOAP_OK) - virtual int ResetPassword(_interswitch__ResetPassword *interswitch__ResetPassword, _interswitch__ResetPasswordResponse *interswitch__ResetPasswordResponse); - - /// Web service operation 'AuthenticateUser' (returns error code or SOAP_OK) - virtual int AuthenticateUser(_interswitch__AuthenticateUser *interswitch__AuthenticateUser, _interswitch__AuthenticateUserResponse *interswitch__AuthenticateUserResponse); - - /// Web service operation 'AuthenticateUserSecurityToken' (returns error code or SOAP_OK) - virtual int AuthenticateUserSecurityToken(_interswitch__AuthenticateUserSecurityToken *interswitch__AuthenticateUserSecurityToken, _interswitch__AuthenticateUserSecurityTokenResponse *interswitch__AuthenticateUserSecurityTokenResponse); - - /// Web service operation 'GetUser' (returns error code or SOAP_OK) - virtual int GetUser(_interswitch__GetUser *interswitch__GetUser, _interswitch__GetUserResponse *interswitch__GetUserResponse); - - /// Web service operation 'GetBillers' (returns error code or SOAP_OK) - virtual int GetBillers(_interswitch__GetBillers *interswitch__GetBillers, _interswitch__GetBillersResponse *interswitch__GetBillersResponse); - - /// Web service operation 'GetLatestBillers' (returns error code or SOAP_OK) - virtual int GetLatestBillers(_interswitch__GetLatestBillers *interswitch__GetLatestBillers, _interswitch__GetLatestBillersResponse *interswitch__GetLatestBillersResponse); - - /// Web service operation 'GetFeaturedBillers' (returns error code or SOAP_OK) - virtual int GetFeaturedBillers(_interswitch__GetFeaturedBillers *interswitch__GetFeaturedBillers, _interswitch__GetFeaturedBillersResponse *interswitch__GetFeaturedBillersResponse); - - /// Web service operation 'GetBillerPaymentItems' (returns error code or SOAP_OK) - virtual int GetBillerPaymentItems(_interswitch__GetBillerPaymentItems *interswitch__GetBillerPaymentItems, _interswitch__GetBillerPaymentItemsResponse *interswitch__GetBillerPaymentItemsResponse); - - /// Web service operation 'GetBillerCategories' (returns error code or SOAP_OK) - virtual int GetBillerCategories(_interswitch__GetBillerCategories *interswitch__GetBillerCategories, _interswitch__GetBillerCategoriesResponse *interswitch__GetBillerCategoriesResponse); - - /// Web service operation 'DoBillPaymentInquiry' (returns error code or SOAP_OK) - virtual int DoBillPaymentInquiry(_interswitch__DoBillPaymentInquiry *interswitch__DoBillPaymentInquiry, _interswitch__DoBillPaymentInquiryResponse *interswitch__DoBillPaymentInquiryResponse); - - /// Web service operation 'AuthenticateCustomer' (returns error code or SOAP_OK) - virtual int AuthenticateCustomer(_interswitch__AuthenticateCustomer *interswitch__AuthenticateCustomer, _interswitch__AuthenticateCustomerResponse *interswitch__AuthenticateCustomerResponse); - - /// Web service operation 'SendBillPaymentAdvice' (returns error code or SOAP_OK) - virtual int SendBillPaymentAdvice(_interswitch__SendBillPaymentAdvice *interswitch__SendBillPaymentAdvice, _interswitch__SendBillPaymentAdviceResponse *interswitch__SendBillPaymentAdviceResponse); - - /// Web service operation 'SendPayments' (returns error code or SOAP_OK) - virtual int SendPayments(_interswitch__SendPayments *interswitch__SendPayments, _interswitch__SendPaymentsResponse *interswitch__SendPaymentsResponse); - - /// Web service operation 'AddCustomerBillerAccount' (returns error code or SOAP_OK) - virtual int AddCustomerBillerAccount(_interswitch__AddCustomerBillerAccount *interswitch__AddCustomerBillerAccount, _interswitch__AddCustomerBillerAccountResponse *interswitch__AddCustomerBillerAccountResponse); - - /// Web service operation 'GetCustomerBillerAccounts' (returns error code or SOAP_OK) - virtual int GetCustomerBillerAccounts(_interswitch__GetCustomerBillerAccounts *interswitch__GetCustomerBillerAccounts, _interswitch__GetCustomerBillerAccountsResponse *interswitch__GetCustomerBillerAccountsResponse); - - /// Web service operation 'GetCustomerPayments' (returns error code or SOAP_OK) - virtual int GetCustomerPayments(_interswitch__GetCustomerPayments *interswitch__GetCustomerPayments, _interswitch__GetCustomerPaymentsResponse *interswitch__GetCustomerPaymentsResponse); - - /// Web service operation 'AddBillerCustomer' (returns error code or SOAP_OK) - virtual int AddBillerCustomer(_interswitch__AddBillerCustomer *interswitch__AddBillerCustomer, _interswitch__AddBillerCustomerResponse *interswitch__AddBillerCustomerResponse); - - /// Web service operation 'GetCollectionsAccount' (returns error code or SOAP_OK) - virtual int GetCollectionsAccount(_interswitch__GetCollectionsAccount *interswitch__GetCollectionsAccount, _interswitch__GetCollectionsAccountResponse *interswitch__GetCollectionsAccountResponse); - - /// Web service operation 'GetBillersCollectionsAccount' (returns error code or SOAP_OK) - virtual int GetBillersCollectionsAccount(_interswitch__GetBillersCollectionsAccount *interswitch__GetBillersCollectionsAccount, _interswitch__GetBillersCollectionsAccountResponse *interswitch__GetBillersCollectionsAccountResponse); - - /// Web service operation 'EditCustomerBillerAccount' (returns error code or SOAP_OK) - virtual int EditCustomerBillerAccount(_interswitch__EditCustomerBillerAccount *interswitch__EditCustomerBillerAccount, _interswitch__EditCustomerBillerAccountResponse *interswitch__EditCustomerBillerAccountResponse); - - /// Web service operation 'ResendActivationToken' (returns error code or SOAP_OK) - virtual int ResendActivationToken(_interswitch__ResendActivationToken *interswitch__ResendActivationToken, _interswitch__ResendActivationTokenResponse *interswitch__ResendActivationTokenResponse); - - /// Web service operation 'DoCustomProcessing' (returns error code or SOAP_OK) - virtual int DoCustomProcessing(_interswitch__DoCustomProcessing *interswitch__DoCustomProcessing, _interswitch__DoCustomProcessingResponse *interswitch__DoCustomProcessingResponse); - - /// Web service operation 'CreateBiller' (returns error code or SOAP_OK) - virtual int CreateBiller(_interswitch__CreateBiller *interswitch__CreateBiller, _interswitch__CreateBillerResponse *interswitch__CreateBillerResponse); - - /// Web service operation 'VerifyBiller' (returns error code or SOAP_OK) - virtual int VerifyBiller(_interswitch__VerifyBiller *interswitch__VerifyBiller, _interswitch__VerifyBillerResponse *interswitch__VerifyBillerResponse); -}; - -} // namespace interswitch - -#endif diff --git a/coregrade/src/shared_tool/soap/interswitchC.cpp b/coregrade/src/shared_tool/soap/interswitchC.cpp deleted file mode 100644 index 79256f2..0000000 --- a/coregrade/src/shared_tool/soap/interswitchC.cpp +++ /dev/null @@ -1,27239 +0,0 @@ -/* interswitchC.cpp - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#if defined(__BORLANDC__) -#pragma option push -w-8060 -#pragma option push -w-8004 -#endif - -#include "interswitchH.h" - -namespace interswitch { - -SOAP_SOURCE_STAMP("@(#) interswitchC.cpp ver 2.7.16 2015-05-18 17:28:01 GMT") - - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializeheader(struct soap *soap) -{ - if (soap->header) - soap_serialize_SOAP_ENV__Header(soap, soap->header); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putheader(struct soap *soap) -{ - if (soap->header) - { soap->part = SOAP_IN_HEADER; - if (soap_out_SOAP_ENV__Header(soap, "SOAP-ENV:Header", 0, soap->header, NULL)) - return soap->error; - soap->part = SOAP_END_HEADER; - } - return SOAP_OK; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_getheader(struct soap *soap) -{ - soap->part = SOAP_IN_HEADER; - soap->header = soap_in_SOAP_ENV__Header(soap, "SOAP-ENV:Header", NULL, NULL); - soap->part = SOAP_END_HEADER; - return soap->header == NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_header(struct soap *soap) -{ - if (!soap->header) - { if ((soap->header = soap_new_SOAP_ENV__Header(soap, -1))) - soap_default_SOAP_ENV__Header(soap, soap->header); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_fault(struct soap *soap) -{ - if (!soap->fault) - { soap->fault = soap_new_SOAP_ENV__Fault(soap, -1); - if (!soap->fault) - return; - soap_default_SOAP_ENV__Fault(soap, soap->fault); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Code) - { soap->fault->SOAP_ENV__Code = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code); - } - if (soap->version == 2 && !soap->fault->SOAP_ENV__Reason) - { soap->fault->SOAP_ENV__Reason = soap_new_SOAP_ENV__Reason(soap, -1); - soap_default_SOAP_ENV__Reason(soap, soap->fault->SOAP_ENV__Reason); - } -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serializefault(struct soap *soap) -{ - soap_fault(soap); - if (soap->fault) - soap_serialize_SOAP_ENV__Fault(soap, soap->fault); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_putfault(struct soap *soap) -{ - if (soap->fault) - return soap_put_SOAP_ENV__Fault(soap, soap->fault, "SOAP-ENV:Fault", NULL); - return SOAP_OK; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_getfault(struct soap *soap) -{ - return (soap->fault = soap_get_SOAP_ENV__Fault(soap, NULL, "SOAP-ENV:Fault", NULL)) == NULL; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Value; - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultsubcode(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - { if (!soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode) - { soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode = soap_new_SOAP_ENV__Code(soap, -1); - soap_default_SOAP_ENV__Code(soap, soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode); - } - return (const char**)&soap->fault->SOAP_ENV__Code->SOAP_ENV__Subcode->SOAP_ENV__Value; - } - return (const char**)&soap->fault->faultcode; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultstring(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 2) - return (const char**)&soap->fault->SOAP_ENV__Reason->SOAP_ENV__Text; - return (const char**)&soap->fault->faultstring; -} - -SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultdetail(struct soap *soap) -{ - soap_fault(soap); - if (soap->version == 1) - { if (!soap->fault->detail) - { soap->fault->detail = (struct SOAP_ENV__Detail*)soap_malloc(soap, sizeof(struct SOAP_ENV__Detail)); - soap_default_SOAP_ENV__Detail(soap, soap->fault->detail); - } - return (const char**)&soap->fault->detail->__any; - } - if (!soap->fault->SOAP_ENV__Detail) - { soap->fault->SOAP_ENV__Detail = soap_new_SOAP_ENV__Detail(soap, -1); - soap_default_SOAP_ENV__Detail(soap, soap->fault->SOAP_ENV__Detail); - } - return (const char**)&soap->fault->SOAP_ENV__Detail->__any; -} - -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap *soap) -{ - int t; - if (soap->version == 1) - { for (;;) - { if (!soap_getelement(soap, &t)) - if (soap->error || soap_ignore_element(soap)) - break; - } - } - if (soap->error == SOAP_NO_TAG || soap->error == SOAP_EOF) - soap->error = SOAP_OK; - return soap->error; -} -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap *soap, int *type) -{ - if (soap_peek_element(soap)) - return NULL; - if (!*soap->id || !(*type = soap_lookup_type(soap, soap->id))) - *type = soap_lookup_type(soap, soap->href); - switch (*type) - { - case SOAP_TYPE_interswitch_xsd__byte: - return soap_in_xsd__byte(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_interswitch_byte: - return soap_in_byte(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_interswitch_short: - return soap_in_short(soap, NULL, NULL, "xsd:short"); - case SOAP_TYPE_interswitch_interswitch2__char: - return soap_in_interswitch2__char(soap, NULL, NULL, "interswitch2:char"); - case SOAP_TYPE_interswitch_int: - return soap_in_int(soap, NULL, NULL, "xsd:int"); - case SOAP_TYPE_interswitch_LONG64: - return soap_in_LONG64(soap, NULL, NULL, "xsd:long"); - case SOAP_TYPE_interswitch_float: - return soap_in_float(soap, NULL, NULL, "xsd:float"); - case SOAP_TYPE_interswitch_double: - return soap_in_double(soap, NULL, NULL, "xsd:double"); - case SOAP_TYPE_interswitch_xsd__unsignedByte: - return soap_in_xsd__unsignedByte(soap, NULL, NULL, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_unsignedByte: - return soap_in_unsignedByte(soap, NULL, NULL, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_unsignedShort: - return soap_in_unsignedShort(soap, NULL, NULL, "xsd:unsignedShort"); - case SOAP_TYPE_interswitch_unsignedInt: - return soap_in_unsignedInt(soap, NULL, NULL, "xsd:unsignedInt"); - case SOAP_TYPE_interswitch_unsignedLONG64: - return soap_in_unsignedLONG64(soap, NULL, NULL, "xsd:unsignedLong"); - case SOAP_TYPE_interswitch_time: - return soap_in_time(soap, NULL, NULL, "xsd:dateTime"); - case SOAP_TYPE_interswitch_bool: - return soap_in_bool(soap, NULL, NULL, "xsd:boolean"); - case SOAP_TYPE_interswitch_interswitch2__guid__: - return soap_in_interswitch2__guid__(soap, NULL, NULL, "interswitch2:guid"); - case SOAP_TYPE_interswitch_interswitch2__guid: - return soap_in_interswitch2__guid(soap, NULL, NULL, "interswitch2:guid"); - case SOAP_TYPE_interswitch_interswitch2__duration__: - return soap_in_interswitch2__duration__(soap, NULL, NULL, "interswitch2:duration"); - case SOAP_TYPE_interswitch_interswitch2__duration: - return soap_in_interswitch2__duration(soap, NULL, NULL, "interswitch2:duration"); - case SOAP_TYPE_interswitch_interswitch2__char__: - return soap_in_interswitch2__char__(soap, NULL, NULL, "interswitch2:char"); - case SOAP_TYPE_interswitch_xsd__unsignedShort: - return soap_in_xsd__unsignedShort(soap, NULL, NULL, "xsd:unsignedShort"); - case SOAP_TYPE_interswitch_xsd__unsignedLong: - return soap_in_xsd__unsignedLong(soap, NULL, NULL, "xsd:unsignedLong"); - case SOAP_TYPE_interswitch_xsd__unsignedInt: - return soap_in_xsd__unsignedInt(soap, NULL, NULL, "xsd:unsignedInt"); - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - return soap_in_xsd__unsignedByte_(soap, NULL, NULL, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_xsd__string: - return soap_in_xsd__string(soap, NULL, NULL, "xsd:string"); - case SOAP_TYPE_interswitch_xsd__short: - return soap_in_xsd__short(soap, NULL, NULL, "xsd:short"); - case SOAP_TYPE_interswitch_xsd__long: - return soap_in_xsd__long(soap, NULL, NULL, "xsd:long"); - case SOAP_TYPE_interswitch_xsd__int: - return soap_in_xsd__int(soap, NULL, NULL, "xsd:int"); - case SOAP_TYPE_interswitch_xsd__float: - return soap_in_xsd__float(soap, NULL, NULL, "xsd:float"); - case SOAP_TYPE_interswitch_xsd__duration_: - return soap_in_xsd__duration_(soap, NULL, NULL, "xsd:duration"); - case SOAP_TYPE_interswitch_xsd__duration: - return soap_in_xsd__duration(soap, NULL, NULL, "xsd:duration"); - case SOAP_TYPE_interswitch_xsd__double: - return soap_in_xsd__double(soap, NULL, NULL, "xsd:double"); - case SOAP_TYPE_interswitch_xsd__decimal_: - return soap_in_xsd__decimal_(soap, NULL, NULL, "xsd:decimal"); - case SOAP_TYPE_interswitch_xsd__decimal: - return soap_in_xsd__decimal(soap, NULL, NULL, "xsd:decimal"); - case SOAP_TYPE_interswitch_xsd__dateTime: - return soap_in_xsd__dateTime(soap, NULL, NULL, "xsd:dateTime"); - case SOAP_TYPE_interswitch_xsd__byte_: - return soap_in_xsd__byte_(soap, NULL, NULL, "xsd:byte"); - case SOAP_TYPE_interswitch_xsd__boolean: - return soap_in_xsd__boolean(soap, NULL, NULL, "xsd:boolean"); - case SOAP_TYPE_interswitch_xsd__base64Binary_: - return soap_in_xsd__base64Binary_(soap, NULL, NULL, "xsd:base64Binary"); - case SOAP_TYPE_interswitch_xsd__base64Binary: - return soap_in_xsd__base64Binary(soap, NULL, NULL, "xsd:base64Binary"); - case SOAP_TYPE_interswitch_xsd__anyURI_: - return soap_in_xsd__anyURI_(soap, NULL, NULL, "xsd:anyURI"); - case SOAP_TYPE_interswitch_xsd__anyURI: - return soap_in_xsd__anyURI(soap, NULL, NULL, "xsd:anyURI"); - case SOAP_TYPE_interswitch_xsd__QName_: - return soap_in_xsd__QName_(soap, NULL, NULL, "xsd:QName"); - case SOAP_TYPE_interswitch_xsd__QName: - return soap_in_xsd__QName(soap, NULL, NULL, "xsd:QName"); - case SOAP_TYPE_interswitch_xsd__IDREF_: - return soap_in_xsd__IDREF_(soap, NULL, NULL, "xsd:IDREF"); - case SOAP_TYPE_interswitch_xsd__IDREF: - return soap_in_xsd__IDREF(soap, NULL, NULL, "xsd:IDREF"); - case SOAP_TYPE_interswitch_xsd__ID_: - return soap_in_xsd__ID_(soap, NULL, NULL, "xsd:ID"); - case SOAP_TYPE_interswitch_xsd__ID: - return soap_in_xsd__ID(soap, NULL, NULL, "xsd:ID"); - case SOAP_TYPE_interswitch_std__string: - return soap_in_std__string(soap, NULL, NULL, "xsd:string"); - case SOAP_TYPE_interswitch_xsd__anyType: - return soap_in_xsd__anyType(soap, NULL, NULL, "xsd:anyType"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse: - return soap_in_PointerTo_interswitch__VerifyBillerResponse(soap, NULL, NULL, "interswitch:VerifyBillerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller: - return soap_in_PointerTo_interswitch__VerifyBiller(soap, NULL, NULL, "interswitch:VerifyBiller"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse: - return soap_in_PointerTo_interswitch__CreateBillerResponse(soap, NULL, NULL, "interswitch:CreateBillerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller: - return soap_in_PointerTo_interswitch__CreateBiller(soap, NULL, NULL, "interswitch:CreateBiller"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse: - return soap_in_PointerTo_interswitch__DoCustomProcessingResponse(soap, NULL, NULL, "interswitch:DoCustomProcessingResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing: - return soap_in_PointerTo_interswitch__DoCustomProcessing(soap, NULL, NULL, "interswitch:DoCustomProcessing"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse: - return soap_in_PointerTo_interswitch__ResendActivationTokenResponse(soap, NULL, NULL, "interswitch:ResendActivationTokenResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken: - return soap_in_PointerTo_interswitch__ResendActivationToken(soap, NULL, NULL, "interswitch:ResendActivationToken"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse: - return soap_in_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, NULL, NULL, "interswitch:EditCustomerBillerAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount: - return soap_in_PointerTo_interswitch__EditCustomerBillerAccount(soap, NULL, NULL, "interswitch:EditCustomerBillerAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse: - return soap_in_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, NULL, NULL, "interswitch:GetBillersCollectionsAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount: - return soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(soap, NULL, NULL, "interswitch:GetBillersCollectionsAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse: - return soap_in_PointerTo_interswitch__GetCollectionsAccountResponse(soap, NULL, NULL, "interswitch:GetCollectionsAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount: - return soap_in_PointerTo_interswitch__GetCollectionsAccount(soap, NULL, NULL, "interswitch:GetCollectionsAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse: - return soap_in_PointerTo_interswitch__AddBillerCustomerResponse(soap, NULL, NULL, "interswitch:AddBillerCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer: - return soap_in_PointerTo_interswitch__AddBillerCustomer(soap, NULL, NULL, "interswitch:AddBillerCustomer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse: - return soap_in_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, NULL, NULL, "interswitch:GetCustomerPaymentsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments: - return soap_in_PointerTo_interswitch__GetCustomerPayments(soap, NULL, NULL, "interswitch:GetCustomerPayments"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse: - return soap_in_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, NULL, NULL, "interswitch:GetCustomerBillerAccountsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts: - return soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(soap, NULL, NULL, "interswitch:GetCustomerBillerAccounts"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse: - return soap_in_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, NULL, NULL, "interswitch:AddCustomerBillerAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount: - return soap_in_PointerTo_interswitch__AddCustomerBillerAccount(soap, NULL, NULL, "interswitch:AddCustomerBillerAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse: - return soap_in_PointerTo_interswitch__SendPaymentsResponse(soap, NULL, NULL, "interswitch:SendPaymentsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments: - return soap_in_PointerTo_interswitch__SendPayments(soap, NULL, NULL, "interswitch:SendPayments"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse: - return soap_in_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, NULL, NULL, "interswitch:SendBillPaymentAdviceResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice: - return soap_in_PointerTo_interswitch__SendBillPaymentAdvice(soap, NULL, NULL, "interswitch:SendBillPaymentAdvice"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse: - return soap_in_PointerTo_interswitch__AuthenticateCustomerResponse(soap, NULL, NULL, "interswitch:AuthenticateCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer: - return soap_in_PointerTo_interswitch__AuthenticateCustomer(soap, NULL, NULL, "interswitch:AuthenticateCustomer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse: - return soap_in_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, NULL, NULL, "interswitch:DoBillPaymentInquiryResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry: - return soap_in_PointerTo_interswitch__DoBillPaymentInquiry(soap, NULL, NULL, "interswitch:DoBillPaymentInquiry"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse: - return soap_in_PointerTo_interswitch__GetBillerCategoriesResponse(soap, NULL, NULL, "interswitch:GetBillerCategoriesResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories: - return soap_in_PointerTo_interswitch__GetBillerCategories(soap, NULL, NULL, "interswitch:GetBillerCategories"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse: - return soap_in_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, NULL, NULL, "interswitch:GetBillerPaymentItemsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems: - return soap_in_PointerTo_interswitch__GetBillerPaymentItems(soap, NULL, NULL, "interswitch:GetBillerPaymentItems"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse: - return soap_in_PointerTo_interswitch__GetFeaturedBillersResponse(soap, NULL, NULL, "interswitch:GetFeaturedBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers: - return soap_in_PointerTo_interswitch__GetFeaturedBillers(soap, NULL, NULL, "interswitch:GetFeaturedBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse: - return soap_in_PointerTo_interswitch__GetLatestBillersResponse(soap, NULL, NULL, "interswitch:GetLatestBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers: - return soap_in_PointerTo_interswitch__GetLatestBillers(soap, NULL, NULL, "interswitch:GetLatestBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse: - return soap_in_PointerTo_interswitch__GetBillersResponse(soap, NULL, NULL, "interswitch:GetBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers: - return soap_in_PointerTo_interswitch__GetBillers(soap, NULL, NULL, "interswitch:GetBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse: - return soap_in_PointerTo_interswitch__GetUserResponse(soap, NULL, NULL, "interswitch:GetUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser: - return soap_in_PointerTo_interswitch__GetUser(soap, NULL, NULL, "interswitch:GetUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse: - return soap_in_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, NULL, NULL, "interswitch:AuthenticateUserSecurityTokenResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken: - return soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, NULL, NULL, "interswitch:AuthenticateUserSecurityToken"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse: - return soap_in_PointerTo_interswitch__AuthenticateUserResponse(soap, NULL, NULL, "interswitch:AuthenticateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser: - return soap_in_PointerTo_interswitch__AuthenticateUser(soap, NULL, NULL, "interswitch:AuthenticateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse: - return soap_in_PointerTo_interswitch__ResetPasswordResponse(soap, NULL, NULL, "interswitch:ResetPasswordResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword: - return soap_in_PointerTo_interswitch__ResetPassword(soap, NULL, NULL, "interswitch:ResetPassword"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse: - return soap_in_PointerTo_interswitch__ChangePasswordResponse(soap, NULL, NULL, "interswitch:ChangePasswordResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword: - return soap_in_PointerTo_interswitch__ChangePassword(soap, NULL, NULL, "interswitch:ChangePassword"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse: - return soap_in_PointerTo_interswitch__UpdateUserResponse(soap, NULL, NULL, "interswitch:UpdateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser: - return soap_in_PointerTo_interswitch__UpdateUser(soap, NULL, NULL, "interswitch:UpdateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse: - return soap_in_PointerTo_interswitch__ActivateUserResponse(soap, NULL, NULL, "interswitch:ActivateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser: - return soap_in_PointerTo_interswitch__ActivateUser(soap, NULL, NULL, "interswitch:ActivateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse: - return soap_in_PointerTo_interswitch__CreateUserResponse(soap, NULL, NULL, "interswitch:CreateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser: - return soap_in_PointerTo_interswitch__CreateUser(soap, NULL, NULL, "interswitch:CreateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse: - return soap_in_PointerTo_interswitch__GetSystemSettingsResponse(soap, NULL, NULL, "interswitch:GetSystemSettingsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings: - return soap_in_PointerTo_interswitch__GetSystemSettings(soap, NULL, NULL, "interswitch:GetSystemSettings"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse: - return soap_in_PointerTo_interswitch__QueryTransactionResponse(soap, NULL, NULL, "interswitch:QueryTransactionResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction: - return soap_in_PointerTo_interswitch__QueryTransaction(soap, NULL, NULL, "interswitch:QueryTransaction"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse: - return soap_in_PointerTo_interswitch__StatusCheckResponse(soap, NULL, NULL, "interswitch:StatusCheckResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck: - return soap_in_PointerTo_interswitch__StatusCheck(soap, NULL, NULL, "interswitch:StatusCheck"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse: - return soap_in_PointerTo_interswitch__ReverseCashOutResponse(soap, NULL, NULL, "interswitch:ReverseCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut: - return soap_in_PointerTo_interswitch__ReverseCashOut(soap, NULL, NULL, "interswitch:ReverseCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse: - return soap_in_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, NULL, NULL, "interswitch:AuthoriseAccountCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut: - return soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(soap, NULL, NULL, "interswitch:AuthoriseAccountCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse: - return soap_in_PointerTo_interswitch__AuthoriseCashOutResponse(soap, NULL, NULL, "interswitch:AuthoriseCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut: - return soap_in_PointerTo_interswitch__AuthoriseCashOut(soap, NULL, NULL, "interswitch:AuthoriseCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse: - return soap_in_PointerTo_interswitch__QueryTransferResponse(soap, NULL, NULL, "interswitch:QueryTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer: - return soap_in_PointerTo_interswitch__QueryTransfer(soap, NULL, NULL, "interswitch:QueryTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse: - return soap_in_PointerTo_interswitch__SendSessionKeyResponse(soap, NULL, NULL, "interswitch:SendSessionKeyResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey: - return soap_in_PointerTo_interswitch__SendSessionKey(soap, NULL, NULL, "interswitch:SendSessionKey"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse: - return soap_in_PointerTo_interswitch__CancelTransferResponse(soap, NULL, NULL, "interswitch:CancelTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer: - return soap_in_PointerTo_interswitch__CancelTransfer(soap, NULL, NULL, "interswitch:CancelTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse: - return soap_in_PointerTo_interswitch__DoTransferResponse(soap, NULL, NULL, "interswitch:DoTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer: - return soap_in_PointerTo_interswitch__DoTransfer(soap, NULL, NULL, "interswitch:DoTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse: - return soap_in_PointerTo_interswitch__ValidateCustomerResponse(soap, NULL, NULL, "interswitch:ValidateCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer: - return soap_in_PointerTo_interswitch__ValidateCustomer(soap, NULL, NULL, "interswitch:ValidateCustomer"); - case SOAP_TYPE_interswitch_PointerTostd__string: - return soap_in_PointerTostd__string(soap, NULL, NULL, "xsd:string"); - case SOAP_TYPE_interswitch_PointerTounsignedByte: - return soap_in_PointerTounsignedByte(soap, NULL, NULL, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch__QName: - { char **s; - s = soap_in__QName(soap, NULL, NULL, "xsd:QName"); - return s ? *s : NULL; - } - case SOAP_TYPE_interswitch_string: - { char **s; - s = soap_in_string(soap, NULL, NULL, "xsd:string"); - return s ? *s : NULL; - } - default: - { const char *t = soap->type; - if (!*t) - t = soap->tag; - if (!soap_match_tag(soap, t, "interswitch2:guid")) - { *type = SOAP_TYPE_interswitch_interswitch2__guid__; - return soap_in_interswitch2__guid__(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:guid")) - { *type = SOAP_TYPE_interswitch_interswitch2__guid; - return soap_in_interswitch2__guid(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:duration")) - { *type = SOAP_TYPE_interswitch_interswitch2__duration__; - return soap_in_interswitch2__duration__(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:duration")) - { *type = SOAP_TYPE_interswitch_interswitch2__duration; - return soap_in_interswitch2__duration(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:char")) - { *type = SOAP_TYPE_interswitch_interswitch2__char__; - return soap_in_interswitch2__char__(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedShort")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedShort; - return soap_in_xsd__unsignedShort(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedLong")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedLong; - return soap_in_xsd__unsignedLong(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedInt")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedInt; - return soap_in_xsd__unsignedInt(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedByte")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedByte_; - return soap_in_xsd__unsignedByte_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:string")) - { *type = SOAP_TYPE_interswitch_xsd__string; - return soap_in_xsd__string(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:short")) - { *type = SOAP_TYPE_interswitch_xsd__short; - return soap_in_xsd__short(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:long")) - { *type = SOAP_TYPE_interswitch_xsd__long; - return soap_in_xsd__long(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:int")) - { *type = SOAP_TYPE_interswitch_xsd__int; - return soap_in_xsd__int(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:float")) - { *type = SOAP_TYPE_interswitch_xsd__float; - return soap_in_xsd__float(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:duration")) - { *type = SOAP_TYPE_interswitch_xsd__duration_; - return soap_in_xsd__duration_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:duration")) - { *type = SOAP_TYPE_interswitch_xsd__duration; - return soap_in_xsd__duration(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:double")) - { *type = SOAP_TYPE_interswitch_xsd__double; - return soap_in_xsd__double(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:decimal")) - { *type = SOAP_TYPE_interswitch_xsd__decimal_; - return soap_in_xsd__decimal_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:decimal")) - { *type = SOAP_TYPE_interswitch_xsd__decimal; - return soap_in_xsd__decimal(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:dateTime")) - { *type = SOAP_TYPE_interswitch_xsd__dateTime; - return soap_in_xsd__dateTime(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_interswitch_xsd__byte_; - return soap_in_xsd__byte_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:boolean")) - { *type = SOAP_TYPE_interswitch_xsd__boolean; - return soap_in_xsd__boolean(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:base64Binary")) - { *type = SOAP_TYPE_interswitch_xsd__base64Binary_; - return soap_in_xsd__base64Binary_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:base64Binary")) - { *type = SOAP_TYPE_interswitch_xsd__base64Binary; - return soap_in_xsd__base64Binary(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:anyURI")) - { *type = SOAP_TYPE_interswitch_xsd__anyURI_; - return soap_in_xsd__anyURI_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:anyURI")) - { *type = SOAP_TYPE_interswitch_xsd__anyURI; - return soap_in_xsd__anyURI(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { *type = SOAP_TYPE_interswitch_xsd__QName_; - return soap_in_xsd__QName_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { *type = SOAP_TYPE_interswitch_xsd__QName; - return soap_in_xsd__QName(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:IDREF")) - { *type = SOAP_TYPE_interswitch_xsd__IDREF_; - return soap_in_xsd__IDREF_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:IDREF")) - { *type = SOAP_TYPE_interswitch_xsd__IDREF; - return soap_in_xsd__IDREF(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:ID")) - { *type = SOAP_TYPE_interswitch_xsd__ID_; - return soap_in_xsd__ID_(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:ID")) - { *type = SOAP_TYPE_interswitch_xsd__ID; - return soap_in_xsd__ID(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:string")) - { *type = SOAP_TYPE_interswitch_std__string; - return soap_in_std__string(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:anyType")) - { *type = SOAP_TYPE_interswitch_xsd__anyType; - return soap_in_xsd__anyType(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_interswitch_xsd__byte; - return soap_in_xsd__byte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:byte")) - { *type = SOAP_TYPE_interswitch_byte; - return soap_in_byte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:short")) - { *type = SOAP_TYPE_interswitch_short; - return soap_in_short(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch2:char")) - { *type = SOAP_TYPE_interswitch_interswitch2__char; - return soap_in_interswitch2__char(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:int")) - { *type = SOAP_TYPE_interswitch_int; - return soap_in_int(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:long")) - { *type = SOAP_TYPE_interswitch_LONG64; - return soap_in_LONG64(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:float")) - { *type = SOAP_TYPE_interswitch_float; - return soap_in_float(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:double")) - { *type = SOAP_TYPE_interswitch_double; - return soap_in_double(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedByte")) - { *type = SOAP_TYPE_interswitch_xsd__unsignedByte; - return soap_in_xsd__unsignedByte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedByte")) - { *type = SOAP_TYPE_interswitch_unsignedByte; - return soap_in_unsignedByte(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedShort")) - { *type = SOAP_TYPE_interswitch_unsignedShort; - return soap_in_unsignedShort(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedInt")) - { *type = SOAP_TYPE_interswitch_unsignedInt; - return soap_in_unsignedInt(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:unsignedLong")) - { *type = SOAP_TYPE_interswitch_unsignedLONG64; - return soap_in_unsignedLONG64(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:dateTime")) - { *type = SOAP_TYPE_interswitch_time; - return soap_in_time(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:boolean")) - { *type = SOAP_TYPE_interswitch_bool; - return soap_in_bool(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "xsd:QName")) - { char **s; - *type = SOAP_TYPE_interswitch__QName; - s = soap_in__QName(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - if (!soap_match_tag(soap, t, "xsd:string")) - { char **s; - *type = SOAP_TYPE_interswitch_string; - s = soap_in_string(soap, NULL, NULL, NULL); - return s ? *s : NULL; - } - t = soap->tag; - if (!soap_match_tag(soap, t, "interswitch:VerifyBillerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse; - return soap_in__interswitch__VerifyBillerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:VerifyBiller")) - { *type = SOAP_TYPE_interswitch__interswitch__VerifyBiller; - return soap_in__interswitch__VerifyBiller(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CreateBillerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__CreateBillerResponse; - return soap_in__interswitch__CreateBillerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CreateBiller")) - { *type = SOAP_TYPE_interswitch__interswitch__CreateBiller; - return soap_in__interswitch__CreateBiller(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoCustomProcessingResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse; - return soap_in__interswitch__DoCustomProcessingResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoCustomProcessing")) - { *type = SOAP_TYPE_interswitch__interswitch__DoCustomProcessing; - return soap_in__interswitch__DoCustomProcessing(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ResendActivationTokenResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse; - return soap_in__interswitch__ResendActivationTokenResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ResendActivationToken")) - { *type = SOAP_TYPE_interswitch__interswitch__ResendActivationToken; - return soap_in__interswitch__ResendActivationToken(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:EditCustomerBillerAccountResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse; - return soap_in__interswitch__EditCustomerBillerAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:EditCustomerBillerAccount")) - { *type = SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount; - return soap_in__interswitch__EditCustomerBillerAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillersCollectionsAccountResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse; - return soap_in__interswitch__GetBillersCollectionsAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillersCollectionsAccount")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount; - return soap_in__interswitch__GetBillersCollectionsAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCollectionsAccountResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse; - return soap_in__interswitch__GetCollectionsAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCollectionsAccount")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount; - return soap_in__interswitch__GetCollectionsAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AddBillerCustomerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse; - return soap_in__interswitch__AddBillerCustomerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AddBillerCustomer")) - { *type = SOAP_TYPE_interswitch__interswitch__AddBillerCustomer; - return soap_in__interswitch__AddBillerCustomer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCustomerPaymentsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse; - return soap_in__interswitch__GetCustomerPaymentsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCustomerPayments")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCustomerPayments; - return soap_in__interswitch__GetCustomerPayments(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCustomerBillerAccountsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse; - return soap_in__interswitch__GetCustomerBillerAccountsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetCustomerBillerAccounts")) - { *type = SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts; - return soap_in__interswitch__GetCustomerBillerAccounts(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AddCustomerBillerAccountResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse; - return soap_in__interswitch__AddCustomerBillerAccountResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AddCustomerBillerAccount")) - { *type = SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount; - return soap_in__interswitch__AddCustomerBillerAccount(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendPaymentsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse; - return soap_in__interswitch__SendPaymentsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendPayments")) - { *type = SOAP_TYPE_interswitch__interswitch__SendPayments; - return soap_in__interswitch__SendPayments(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendBillPaymentAdviceResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse; - return soap_in__interswitch__SendBillPaymentAdviceResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendBillPaymentAdvice")) - { *type = SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice; - return soap_in__interswitch__SendBillPaymentAdvice(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateCustomerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse; - return soap_in__interswitch__AuthenticateCustomerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateCustomer")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer; - return soap_in__interswitch__AuthenticateCustomer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoBillPaymentInquiryResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse; - return soap_in__interswitch__DoBillPaymentInquiryResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoBillPaymentInquiry")) - { *type = SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry; - return soap_in__interswitch__DoBillPaymentInquiry(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillerCategoriesResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse; - return soap_in__interswitch__GetBillerCategoriesResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillerCategories")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillerCategories; - return soap_in__interswitch__GetBillerCategories(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillerPaymentItemsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse; - return soap_in__interswitch__GetBillerPaymentItemsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillerPaymentItems")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems; - return soap_in__interswitch__GetBillerPaymentItems(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetFeaturedBillersResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse; - return soap_in__interswitch__GetFeaturedBillersResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetFeaturedBillers")) - { *type = SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers; - return soap_in__interswitch__GetFeaturedBillers(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetLatestBillersResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse; - return soap_in__interswitch__GetLatestBillersResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetLatestBillers")) - { *type = SOAP_TYPE_interswitch__interswitch__GetLatestBillers; - return soap_in__interswitch__GetLatestBillers(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillersResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillersResponse; - return soap_in__interswitch__GetBillersResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetBillers")) - { *type = SOAP_TYPE_interswitch__interswitch__GetBillers; - return soap_in__interswitch__GetBillers(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetUserResponse; - return soap_in__interswitch__GetUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetUser")) - { *type = SOAP_TYPE_interswitch__interswitch__GetUser; - return soap_in__interswitch__GetUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateUserSecurityTokenResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse; - return soap_in__interswitch__AuthenticateUserSecurityTokenResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateUserSecurityToken")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken; - return soap_in__interswitch__AuthenticateUserSecurityToken(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse; - return soap_in__interswitch__AuthenticateUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthenticateUser")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthenticateUser; - return soap_in__interswitch__AuthenticateUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ResetPasswordResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse; - return soap_in__interswitch__ResetPasswordResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ResetPassword")) - { *type = SOAP_TYPE_interswitch__interswitch__ResetPassword; - return soap_in__interswitch__ResetPassword(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ChangePasswordResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse; - return soap_in__interswitch__ChangePasswordResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ChangePassword")) - { *type = SOAP_TYPE_interswitch__interswitch__ChangePassword; - return soap_in__interswitch__ChangePassword(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:UpdateUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__UpdateUserResponse; - return soap_in__interswitch__UpdateUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:UpdateUser")) - { *type = SOAP_TYPE_interswitch__interswitch__UpdateUser; - return soap_in__interswitch__UpdateUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ActivateUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ActivateUserResponse; - return soap_in__interswitch__ActivateUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ActivateUser")) - { *type = SOAP_TYPE_interswitch__interswitch__ActivateUser; - return soap_in__interswitch__ActivateUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CreateUserResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__CreateUserResponse; - return soap_in__interswitch__CreateUserResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CreateUser")) - { *type = SOAP_TYPE_interswitch__interswitch__CreateUser; - return soap_in__interswitch__CreateUser(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetSystemSettingsResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse; - return soap_in__interswitch__GetSystemSettingsResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:GetSystemSettings")) - { *type = SOAP_TYPE_interswitch__interswitch__GetSystemSettings; - return soap_in__interswitch__GetSystemSettings(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:QueryTransactionResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse; - return soap_in__interswitch__QueryTransactionResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:QueryTransaction")) - { *type = SOAP_TYPE_interswitch__interswitch__QueryTransaction; - return soap_in__interswitch__QueryTransaction(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:StatusCheckResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__StatusCheckResponse; - return soap_in__interswitch__StatusCheckResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:StatusCheck")) - { *type = SOAP_TYPE_interswitch__interswitch__StatusCheck; - return soap_in__interswitch__StatusCheck(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ReverseCashOutResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse; - return soap_in__interswitch__ReverseCashOutResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ReverseCashOut")) - { *type = SOAP_TYPE_interswitch__interswitch__ReverseCashOut; - return soap_in__interswitch__ReverseCashOut(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthoriseAccountCashOutResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse; - return soap_in__interswitch__AuthoriseAccountCashOutResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthoriseAccountCashOut")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut; - return soap_in__interswitch__AuthoriseAccountCashOut(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthoriseCashOutResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse; - return soap_in__interswitch__AuthoriseCashOutResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:AuthoriseCashOut")) - { *type = SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut; - return soap_in__interswitch__AuthoriseCashOut(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:QueryTransferResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__QueryTransferResponse; - return soap_in__interswitch__QueryTransferResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:QueryTransfer")) - { *type = SOAP_TYPE_interswitch__interswitch__QueryTransfer; - return soap_in__interswitch__QueryTransfer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendSessionKeyResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse; - return soap_in__interswitch__SendSessionKeyResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:SendSessionKey")) - { *type = SOAP_TYPE_interswitch__interswitch__SendSessionKey; - return soap_in__interswitch__SendSessionKey(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CancelTransferResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__CancelTransferResponse; - return soap_in__interswitch__CancelTransferResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:CancelTransfer")) - { *type = SOAP_TYPE_interswitch__interswitch__CancelTransfer; - return soap_in__interswitch__CancelTransfer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoTransferResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__DoTransferResponse; - return soap_in__interswitch__DoTransferResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:DoTransfer")) - { *type = SOAP_TYPE_interswitch__interswitch__DoTransfer; - return soap_in__interswitch__DoTransfer(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ValidateCustomerResponse")) - { *type = SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse; - return soap_in__interswitch__ValidateCustomerResponse(soap, NULL, NULL, NULL); - } - if (!soap_match_tag(soap, t, "interswitch:ValidateCustomer")) - { *type = SOAP_TYPE_interswitch__interswitch__ValidateCustomer; - return soap_in__interswitch__ValidateCustomer(soap, NULL, NULL, NULL); - } - } - } - soap->error = SOAP_TAG_MISMATCH; - return NULL; -} -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap *soap) -{ - if (!soap_peek_element(soap)) - { int t; - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Unexpected element '%s' in input (level=%u, %d)\n", soap->tag, soap->level, soap->body)); - if (soap->mustUnderstand && !soap->other) - return soap->error = SOAP_MUSTUNDERSTAND; - if (((soap->mode & SOAP_XML_STRICT) && soap->part != SOAP_IN_HEADER) || !soap_match_tag(soap, soap->tag, "SOAP-ENV:")) - { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "REJECTING element '%s'\n", soap->tag)); - return soap->error = SOAP_TAG_MISMATCH; - } - if (!*soap->id || !soap_getelement(soap, &t)) - { soap->peeked = 0; - if (soap->fignore) - soap->error = soap->fignore(soap, soap->tag); - else - soap->error = SOAP_OK; - DBGLOG(TEST, if (!soap->error) SOAP_MESSAGE(fdebug, "IGNORING element '%s'\n", soap->tag)); - if (!soap->error && soap->body) - { soap->level++; - while (!soap_ignore_element(soap)) - ; - if (soap->error == SOAP_NO_TAG) - soap->error = soap_element_end_in(soap, NULL); - } - } - } - return soap->error; -} - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap *soap) -{ - int i; - struct soap_plist *pp; - if (soap->version == 1 && soap->encodingStyle && !(soap->mode & (SOAP_XML_TREE | SOAP_XML_GRAPH))) - for (i = 0; i < SOAP_PTRHASH; i++) - for (pp = soap->pht[i]; pp; pp = pp->next) - if (pp->mark1 == 2 || pp->mark2 == 2) - if (soap_putelement(soap, pp->ptr, "id", pp->id, pp->type)) - return soap->error; - return SOAP_OK; -} -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *soap, const void *ptr, const char *tag, int id, int type) -{ - switch (type) - { - case SOAP_TYPE_interswitch_xsd__byte: - return soap_out_xsd__byte(soap, tag, id, (const char *)ptr, "xsd:byte"); - case SOAP_TYPE_interswitch_byte: - return soap_out_byte(soap, tag, id, (const char *)ptr, "xsd:byte"); - case SOAP_TYPE_interswitch_short: - return soap_out_short(soap, tag, id, (const short *)ptr, "xsd:short"); - case SOAP_TYPE_interswitch_interswitch2__char: - return soap_out_interswitch2__char(soap, tag, id, (const int *)ptr, "interswitch2:char"); - case SOAP_TYPE_interswitch_int: - return soap_out_int(soap, tag, id, (const int *)ptr, "xsd:int"); - case SOAP_TYPE_interswitch_LONG64: - return soap_out_LONG64(soap, tag, id, (const LONG64 *)ptr, "xsd:long"); - case SOAP_TYPE_interswitch_float: - return soap_out_float(soap, tag, id, (const float *)ptr, "xsd:float"); - case SOAP_TYPE_interswitch_double: - return soap_out_double(soap, tag, id, (const double *)ptr, "xsd:double"); - case SOAP_TYPE_interswitch_xsd__unsignedByte: - return soap_out_xsd__unsignedByte(soap, tag, id, (const unsigned char *)ptr, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_unsignedByte: - return soap_out_unsignedByte(soap, tag, id, (const unsigned char *)ptr, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_unsignedShort: - return soap_out_unsignedShort(soap, tag, id, (const unsigned short *)ptr, "xsd:unsignedShort"); - case SOAP_TYPE_interswitch_unsignedInt: - return soap_out_unsignedInt(soap, tag, id, (const unsigned int *)ptr, "xsd:unsignedInt"); - case SOAP_TYPE_interswitch_unsignedLONG64: - return soap_out_unsignedLONG64(soap, tag, id, (const ULONG64 *)ptr, "xsd:unsignedLong"); - case SOAP_TYPE_interswitch_time: - return soap_out_time(soap, tag, id, (const time_t *)ptr, "xsd:dateTime"); - case SOAP_TYPE_interswitch_bool: - return soap_out_bool(soap, tag, id, (const bool *)ptr, "xsd:boolean"); - case SOAP_TYPE_interswitch_interswitch2__guid__: - return ((interswitch2__guid__ *)ptr)->soap_out(soap, tag, id, "interswitch2:guid"); - case SOAP_TYPE_interswitch_interswitch2__guid: - return soap_out_interswitch2__guid(soap, tag, id, (const std::string *)ptr, "interswitch2:guid"); - case SOAP_TYPE_interswitch_interswitch2__duration__: - return ((interswitch2__duration__ *)ptr)->soap_out(soap, tag, id, "interswitch2:duration"); - case SOAP_TYPE_interswitch_interswitch2__duration: - return soap_out_interswitch2__duration(soap, tag, id, (const std::string *)ptr, "interswitch2:duration"); - case SOAP_TYPE_interswitch_interswitch2__char__: - return ((interswitch2__char__ *)ptr)->soap_out(soap, tag, id, "interswitch2:char"); - case SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse: - return ((_interswitch__VerifyBillerResponse *)ptr)->soap_out(soap, "interswitch:VerifyBillerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__VerifyBiller: - return ((_interswitch__VerifyBiller *)ptr)->soap_out(soap, "interswitch:VerifyBiller", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CreateBillerResponse: - return ((_interswitch__CreateBillerResponse *)ptr)->soap_out(soap, "interswitch:CreateBillerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CreateBiller: - return ((_interswitch__CreateBiller *)ptr)->soap_out(soap, "interswitch:CreateBiller", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse: - return ((_interswitch__DoCustomProcessingResponse *)ptr)->soap_out(soap, "interswitch:DoCustomProcessingResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessing: - return ((_interswitch__DoCustomProcessing *)ptr)->soap_out(soap, "interswitch:DoCustomProcessing", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse: - return ((_interswitch__ResendActivationTokenResponse *)ptr)->soap_out(soap, "interswitch:ResendActivationTokenResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ResendActivationToken: - return ((_interswitch__ResendActivationToken *)ptr)->soap_out(soap, "interswitch:ResendActivationToken", id, NULL); - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse: - return ((_interswitch__EditCustomerBillerAccountResponse *)ptr)->soap_out(soap, "interswitch:EditCustomerBillerAccountResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount: - return ((_interswitch__EditCustomerBillerAccount *)ptr)->soap_out(soap, "interswitch:EditCustomerBillerAccount", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse: - return ((_interswitch__GetBillersCollectionsAccountResponse *)ptr)->soap_out(soap, "interswitch:GetBillersCollectionsAccountResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount: - return ((_interswitch__GetBillersCollectionsAccount *)ptr)->soap_out(soap, "interswitch:GetBillersCollectionsAccount", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse: - return ((_interswitch__GetCollectionsAccountResponse *)ptr)->soap_out(soap, "interswitch:GetCollectionsAccountResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount: - return ((_interswitch__GetCollectionsAccount *)ptr)->soap_out(soap, "interswitch:GetCollectionsAccount", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse: - return ((_interswitch__AddBillerCustomerResponse *)ptr)->soap_out(soap, "interswitch:AddBillerCustomerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomer: - return ((_interswitch__AddBillerCustomer *)ptr)->soap_out(soap, "interswitch:AddBillerCustomer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse: - return ((_interswitch__GetCustomerPaymentsResponse *)ptr)->soap_out(soap, "interswitch:GetCustomerPaymentsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCustomerPayments: - return ((_interswitch__GetCustomerPayments *)ptr)->soap_out(soap, "interswitch:GetCustomerPayments", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse: - return ((_interswitch__GetCustomerBillerAccountsResponse *)ptr)->soap_out(soap, "interswitch:GetCustomerBillerAccountsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts: - return ((_interswitch__GetCustomerBillerAccounts *)ptr)->soap_out(soap, "interswitch:GetCustomerBillerAccounts", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse: - return ((_interswitch__AddCustomerBillerAccountResponse *)ptr)->soap_out(soap, "interswitch:AddCustomerBillerAccountResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount: - return ((_interswitch__AddCustomerBillerAccount *)ptr)->soap_out(soap, "interswitch:AddCustomerBillerAccount", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse: - return ((_interswitch__SendPaymentsResponse *)ptr)->soap_out(soap, "interswitch:SendPaymentsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendPayments: - return ((_interswitch__SendPayments *)ptr)->soap_out(soap, "interswitch:SendPayments", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse: - return ((_interswitch__SendBillPaymentAdviceResponse *)ptr)->soap_out(soap, "interswitch:SendBillPaymentAdviceResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice: - return ((_interswitch__SendBillPaymentAdvice *)ptr)->soap_out(soap, "interswitch:SendBillPaymentAdvice", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse: - return ((_interswitch__AuthenticateCustomerResponse *)ptr)->soap_out(soap, "interswitch:AuthenticateCustomerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer: - return ((_interswitch__AuthenticateCustomer *)ptr)->soap_out(soap, "interswitch:AuthenticateCustomer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse: - return ((_interswitch__DoBillPaymentInquiryResponse *)ptr)->soap_out(soap, "interswitch:DoBillPaymentInquiryResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry: - return ((_interswitch__DoBillPaymentInquiry *)ptr)->soap_out(soap, "interswitch:DoBillPaymentInquiry", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse: - return ((_interswitch__GetBillerCategoriesResponse *)ptr)->soap_out(soap, "interswitch:GetBillerCategoriesResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillerCategories: - return ((_interswitch__GetBillerCategories *)ptr)->soap_out(soap, "interswitch:GetBillerCategories", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse: - return ((_interswitch__GetBillerPaymentItemsResponse *)ptr)->soap_out(soap, "interswitch:GetBillerPaymentItemsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems: - return ((_interswitch__GetBillerPaymentItems *)ptr)->soap_out(soap, "interswitch:GetBillerPaymentItems", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse: - return ((_interswitch__GetFeaturedBillersResponse *)ptr)->soap_out(soap, "interswitch:GetFeaturedBillersResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers: - return ((_interswitch__GetFeaturedBillers *)ptr)->soap_out(soap, "interswitch:GetFeaturedBillers", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse: - return ((_interswitch__GetLatestBillersResponse *)ptr)->soap_out(soap, "interswitch:GetLatestBillersResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetLatestBillers: - return ((_interswitch__GetLatestBillers *)ptr)->soap_out(soap, "interswitch:GetLatestBillers", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillersResponse: - return ((_interswitch__GetBillersResponse *)ptr)->soap_out(soap, "interswitch:GetBillersResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetBillers: - return ((_interswitch__GetBillers *)ptr)->soap_out(soap, "interswitch:GetBillers", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetUserResponse: - return ((_interswitch__GetUserResponse *)ptr)->soap_out(soap, "interswitch:GetUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetUser: - return ((_interswitch__GetUser *)ptr)->soap_out(soap, "interswitch:GetUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse: - return ((_interswitch__AuthenticateUserSecurityTokenResponse *)ptr)->soap_out(soap, "interswitch:AuthenticateUserSecurityTokenResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken: - return ((_interswitch__AuthenticateUserSecurityToken *)ptr)->soap_out(soap, "interswitch:AuthenticateUserSecurityToken", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse: - return ((_interswitch__AuthenticateUserResponse *)ptr)->soap_out(soap, "interswitch:AuthenticateUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUser: - return ((_interswitch__AuthenticateUser *)ptr)->soap_out(soap, "interswitch:AuthenticateUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse: - return ((_interswitch__ResetPasswordResponse *)ptr)->soap_out(soap, "interswitch:ResetPasswordResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ResetPassword: - return ((_interswitch__ResetPassword *)ptr)->soap_out(soap, "interswitch:ResetPassword", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse: - return ((_interswitch__ChangePasswordResponse *)ptr)->soap_out(soap, "interswitch:ChangePasswordResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ChangePassword: - return ((_interswitch__ChangePassword *)ptr)->soap_out(soap, "interswitch:ChangePassword", id, NULL); - case SOAP_TYPE_interswitch__interswitch__UpdateUserResponse: - return ((_interswitch__UpdateUserResponse *)ptr)->soap_out(soap, "interswitch:UpdateUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__UpdateUser: - return ((_interswitch__UpdateUser *)ptr)->soap_out(soap, "interswitch:UpdateUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ActivateUserResponse: - return ((_interswitch__ActivateUserResponse *)ptr)->soap_out(soap, "interswitch:ActivateUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ActivateUser: - return ((_interswitch__ActivateUser *)ptr)->soap_out(soap, "interswitch:ActivateUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CreateUserResponse: - return ((_interswitch__CreateUserResponse *)ptr)->soap_out(soap, "interswitch:CreateUserResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CreateUser: - return ((_interswitch__CreateUser *)ptr)->soap_out(soap, "interswitch:CreateUser", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse: - return ((_interswitch__GetSystemSettingsResponse *)ptr)->soap_out(soap, "interswitch:GetSystemSettingsResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__GetSystemSettings: - return ((_interswitch__GetSystemSettings *)ptr)->soap_out(soap, "interswitch:GetSystemSettings", id, NULL); - case SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse: - return ((_interswitch__QueryTransactionResponse *)ptr)->soap_out(soap, "interswitch:QueryTransactionResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__QueryTransaction: - return ((_interswitch__QueryTransaction *)ptr)->soap_out(soap, "interswitch:QueryTransaction", id, NULL); - case SOAP_TYPE_interswitch__interswitch__StatusCheckResponse: - return ((_interswitch__StatusCheckResponse *)ptr)->soap_out(soap, "interswitch:StatusCheckResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__StatusCheck: - return ((_interswitch__StatusCheck *)ptr)->soap_out(soap, "interswitch:StatusCheck", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse: - return ((_interswitch__ReverseCashOutResponse *)ptr)->soap_out(soap, "interswitch:ReverseCashOutResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ReverseCashOut: - return ((_interswitch__ReverseCashOut *)ptr)->soap_out(soap, "interswitch:ReverseCashOut", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse: - return ((_interswitch__AuthoriseAccountCashOutResponse *)ptr)->soap_out(soap, "interswitch:AuthoriseAccountCashOutResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut: - return ((_interswitch__AuthoriseAccountCashOut *)ptr)->soap_out(soap, "interswitch:AuthoriseAccountCashOut", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse: - return ((_interswitch__AuthoriseCashOutResponse *)ptr)->soap_out(soap, "interswitch:AuthoriseCashOutResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut: - return ((_interswitch__AuthoriseCashOut *)ptr)->soap_out(soap, "interswitch:AuthoriseCashOut", id, NULL); - case SOAP_TYPE_interswitch__interswitch__QueryTransferResponse: - return ((_interswitch__QueryTransferResponse *)ptr)->soap_out(soap, "interswitch:QueryTransferResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__QueryTransfer: - return ((_interswitch__QueryTransfer *)ptr)->soap_out(soap, "interswitch:QueryTransfer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse: - return ((_interswitch__SendSessionKeyResponse *)ptr)->soap_out(soap, "interswitch:SendSessionKeyResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__SendSessionKey: - return ((_interswitch__SendSessionKey *)ptr)->soap_out(soap, "interswitch:SendSessionKey", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CancelTransferResponse: - return ((_interswitch__CancelTransferResponse *)ptr)->soap_out(soap, "interswitch:CancelTransferResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__CancelTransfer: - return ((_interswitch__CancelTransfer *)ptr)->soap_out(soap, "interswitch:CancelTransfer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoTransferResponse: - return ((_interswitch__DoTransferResponse *)ptr)->soap_out(soap, "interswitch:DoTransferResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__DoTransfer: - return ((_interswitch__DoTransfer *)ptr)->soap_out(soap, "interswitch:DoTransfer", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse: - return ((_interswitch__ValidateCustomerResponse *)ptr)->soap_out(soap, "interswitch:ValidateCustomerResponse", id, NULL); - case SOAP_TYPE_interswitch__interswitch__ValidateCustomer: - return ((_interswitch__ValidateCustomer *)ptr)->soap_out(soap, "interswitch:ValidateCustomer", id, NULL); - case SOAP_TYPE_interswitch_xsd__unsignedShort: - return ((xsd__unsignedShort *)ptr)->soap_out(soap, tag, id, "xsd:unsignedShort"); - case SOAP_TYPE_interswitch_xsd__unsignedLong: - return ((xsd__unsignedLong *)ptr)->soap_out(soap, tag, id, "xsd:unsignedLong"); - case SOAP_TYPE_interswitch_xsd__unsignedInt: - return ((xsd__unsignedInt *)ptr)->soap_out(soap, tag, id, "xsd:unsignedInt"); - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - return ((xsd__unsignedByte_ *)ptr)->soap_out(soap, tag, id, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch_xsd__string: - return ((xsd__string *)ptr)->soap_out(soap, tag, id, "xsd:string"); - case SOAP_TYPE_interswitch_xsd__short: - return ((xsd__short *)ptr)->soap_out(soap, tag, id, "xsd:short"); - case SOAP_TYPE_interswitch_xsd__long: - return ((xsd__long *)ptr)->soap_out(soap, tag, id, "xsd:long"); - case SOAP_TYPE_interswitch_xsd__int: - return ((xsd__int *)ptr)->soap_out(soap, tag, id, "xsd:int"); - case SOAP_TYPE_interswitch_xsd__float: - return ((xsd__float *)ptr)->soap_out(soap, tag, id, "xsd:float"); - case SOAP_TYPE_interswitch_xsd__duration_: - return ((xsd__duration_ *)ptr)->soap_out(soap, tag, id, "xsd:duration"); - case SOAP_TYPE_interswitch_xsd__duration: - return soap_out_xsd__duration(soap, tag, id, (const std::string *)ptr, "xsd:duration"); - case SOAP_TYPE_interswitch_xsd__double: - return ((xsd__double *)ptr)->soap_out(soap, tag, id, "xsd:double"); - case SOAP_TYPE_interswitch_xsd__decimal_: - return ((xsd__decimal_ *)ptr)->soap_out(soap, tag, id, "xsd:decimal"); - case SOAP_TYPE_interswitch_xsd__decimal: - return soap_out_xsd__decimal(soap, tag, id, (const std::string *)ptr, "xsd:decimal"); - case SOAP_TYPE_interswitch_xsd__dateTime: - return ((xsd__dateTime *)ptr)->soap_out(soap, tag, id, "xsd:dateTime"); - case SOAP_TYPE_interswitch_xsd__byte_: - return ((xsd__byte_ *)ptr)->soap_out(soap, tag, id, "xsd:byte"); - case SOAP_TYPE_interswitch_xsd__boolean: - return ((xsd__boolean *)ptr)->soap_out(soap, tag, id, "xsd:boolean"); - case SOAP_TYPE_interswitch_xsd__base64Binary_: - return ((xsd__base64Binary_ *)ptr)->soap_out(soap, tag, id, "xsd:base64Binary"); - case SOAP_TYPE_interswitch_xsd__base64Binary: - return ((xsd__base64Binary *)ptr)->soap_out(soap, tag, id, "xsd:base64Binary"); - case SOAP_TYPE_interswitch_xsd__anyURI_: - return ((xsd__anyURI_ *)ptr)->soap_out(soap, tag, id, "xsd:anyURI"); - case SOAP_TYPE_interswitch_xsd__anyURI: - return soap_out_xsd__anyURI(soap, tag, id, (const std::string *)ptr, "xsd:anyURI"); - case SOAP_TYPE_interswitch_xsd__QName_: - return ((xsd__QName_ *)ptr)->soap_out(soap, tag, id, "xsd:QName"); - case SOAP_TYPE_interswitch_xsd__QName: - return soap_out_xsd__QName(soap, tag, id, (const xsd__QName *)ptr, "xsd:QName"); - case SOAP_TYPE_interswitch_xsd__IDREF_: - return ((xsd__IDREF_ *)ptr)->soap_out(soap, tag, id, "xsd:IDREF"); - case SOAP_TYPE_interswitch_xsd__IDREF: - return soap_out_xsd__IDREF(soap, tag, id, (const std::string *)ptr, "xsd:IDREF"); - case SOAP_TYPE_interswitch_xsd__ID_: - return ((xsd__ID_ *)ptr)->soap_out(soap, tag, id, "xsd:ID"); - case SOAP_TYPE_interswitch_xsd__ID: - return soap_out_xsd__ID(soap, tag, id, (const std::string *)ptr, "xsd:ID"); - case SOAP_TYPE_interswitch_std__string: - return soap_out_std__string(soap, tag, id, (const std::string *)ptr, "xsd:string"); - case SOAP_TYPE_interswitch_xsd__anyType: - return ((xsd__anyType *)ptr)->soap_out(soap, tag, id, "xsd:anyType"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse: - return soap_out_PointerTo_interswitch__VerifyBillerResponse(soap, tag, id, (_interswitch__VerifyBillerResponse *const*)ptr, "interswitch:VerifyBillerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller: - return soap_out_PointerTo_interswitch__VerifyBiller(soap, tag, id, (_interswitch__VerifyBiller *const*)ptr, "interswitch:VerifyBiller"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse: - return soap_out_PointerTo_interswitch__CreateBillerResponse(soap, tag, id, (_interswitch__CreateBillerResponse *const*)ptr, "interswitch:CreateBillerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller: - return soap_out_PointerTo_interswitch__CreateBiller(soap, tag, id, (_interswitch__CreateBiller *const*)ptr, "interswitch:CreateBiller"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse: - return soap_out_PointerTo_interswitch__DoCustomProcessingResponse(soap, tag, id, (_interswitch__DoCustomProcessingResponse *const*)ptr, "interswitch:DoCustomProcessingResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing: - return soap_out_PointerTo_interswitch__DoCustomProcessing(soap, tag, id, (_interswitch__DoCustomProcessing *const*)ptr, "interswitch:DoCustomProcessing"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse: - return soap_out_PointerTo_interswitch__ResendActivationTokenResponse(soap, tag, id, (_interswitch__ResendActivationTokenResponse *const*)ptr, "interswitch:ResendActivationTokenResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken: - return soap_out_PointerTo_interswitch__ResendActivationToken(soap, tag, id, (_interswitch__ResendActivationToken *const*)ptr, "interswitch:ResendActivationToken"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse: - return soap_out_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, tag, id, (_interswitch__EditCustomerBillerAccountResponse *const*)ptr, "interswitch:EditCustomerBillerAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount: - return soap_out_PointerTo_interswitch__EditCustomerBillerAccount(soap, tag, id, (_interswitch__EditCustomerBillerAccount *const*)ptr, "interswitch:EditCustomerBillerAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse: - return soap_out_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, tag, id, (_interswitch__GetBillersCollectionsAccountResponse *const*)ptr, "interswitch:GetBillersCollectionsAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount: - return soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(soap, tag, id, (_interswitch__GetBillersCollectionsAccount *const*)ptr, "interswitch:GetBillersCollectionsAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse: - return soap_out_PointerTo_interswitch__GetCollectionsAccountResponse(soap, tag, id, (_interswitch__GetCollectionsAccountResponse *const*)ptr, "interswitch:GetCollectionsAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount: - return soap_out_PointerTo_interswitch__GetCollectionsAccount(soap, tag, id, (_interswitch__GetCollectionsAccount *const*)ptr, "interswitch:GetCollectionsAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse: - return soap_out_PointerTo_interswitch__AddBillerCustomerResponse(soap, tag, id, (_interswitch__AddBillerCustomerResponse *const*)ptr, "interswitch:AddBillerCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer: - return soap_out_PointerTo_interswitch__AddBillerCustomer(soap, tag, id, (_interswitch__AddBillerCustomer *const*)ptr, "interswitch:AddBillerCustomer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse: - return soap_out_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, tag, id, (_interswitch__GetCustomerPaymentsResponse *const*)ptr, "interswitch:GetCustomerPaymentsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments: - return soap_out_PointerTo_interswitch__GetCustomerPayments(soap, tag, id, (_interswitch__GetCustomerPayments *const*)ptr, "interswitch:GetCustomerPayments"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse: - return soap_out_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, tag, id, (_interswitch__GetCustomerBillerAccountsResponse *const*)ptr, "interswitch:GetCustomerBillerAccountsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts: - return soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(soap, tag, id, (_interswitch__GetCustomerBillerAccounts *const*)ptr, "interswitch:GetCustomerBillerAccounts"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse: - return soap_out_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, tag, id, (_interswitch__AddCustomerBillerAccountResponse *const*)ptr, "interswitch:AddCustomerBillerAccountResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount: - return soap_out_PointerTo_interswitch__AddCustomerBillerAccount(soap, tag, id, (_interswitch__AddCustomerBillerAccount *const*)ptr, "interswitch:AddCustomerBillerAccount"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse: - return soap_out_PointerTo_interswitch__SendPaymentsResponse(soap, tag, id, (_interswitch__SendPaymentsResponse *const*)ptr, "interswitch:SendPaymentsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments: - return soap_out_PointerTo_interswitch__SendPayments(soap, tag, id, (_interswitch__SendPayments *const*)ptr, "interswitch:SendPayments"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse: - return soap_out_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, tag, id, (_interswitch__SendBillPaymentAdviceResponse *const*)ptr, "interswitch:SendBillPaymentAdviceResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice: - return soap_out_PointerTo_interswitch__SendBillPaymentAdvice(soap, tag, id, (_interswitch__SendBillPaymentAdvice *const*)ptr, "interswitch:SendBillPaymentAdvice"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse: - return soap_out_PointerTo_interswitch__AuthenticateCustomerResponse(soap, tag, id, (_interswitch__AuthenticateCustomerResponse *const*)ptr, "interswitch:AuthenticateCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer: - return soap_out_PointerTo_interswitch__AuthenticateCustomer(soap, tag, id, (_interswitch__AuthenticateCustomer *const*)ptr, "interswitch:AuthenticateCustomer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse: - return soap_out_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, tag, id, (_interswitch__DoBillPaymentInquiryResponse *const*)ptr, "interswitch:DoBillPaymentInquiryResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry: - return soap_out_PointerTo_interswitch__DoBillPaymentInquiry(soap, tag, id, (_interswitch__DoBillPaymentInquiry *const*)ptr, "interswitch:DoBillPaymentInquiry"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse: - return soap_out_PointerTo_interswitch__GetBillerCategoriesResponse(soap, tag, id, (_interswitch__GetBillerCategoriesResponse *const*)ptr, "interswitch:GetBillerCategoriesResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories: - return soap_out_PointerTo_interswitch__GetBillerCategories(soap, tag, id, (_interswitch__GetBillerCategories *const*)ptr, "interswitch:GetBillerCategories"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse: - return soap_out_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, tag, id, (_interswitch__GetBillerPaymentItemsResponse *const*)ptr, "interswitch:GetBillerPaymentItemsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems: - return soap_out_PointerTo_interswitch__GetBillerPaymentItems(soap, tag, id, (_interswitch__GetBillerPaymentItems *const*)ptr, "interswitch:GetBillerPaymentItems"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse: - return soap_out_PointerTo_interswitch__GetFeaturedBillersResponse(soap, tag, id, (_interswitch__GetFeaturedBillersResponse *const*)ptr, "interswitch:GetFeaturedBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers: - return soap_out_PointerTo_interswitch__GetFeaturedBillers(soap, tag, id, (_interswitch__GetFeaturedBillers *const*)ptr, "interswitch:GetFeaturedBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse: - return soap_out_PointerTo_interswitch__GetLatestBillersResponse(soap, tag, id, (_interswitch__GetLatestBillersResponse *const*)ptr, "interswitch:GetLatestBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers: - return soap_out_PointerTo_interswitch__GetLatestBillers(soap, tag, id, (_interswitch__GetLatestBillers *const*)ptr, "interswitch:GetLatestBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse: - return soap_out_PointerTo_interswitch__GetBillersResponse(soap, tag, id, (_interswitch__GetBillersResponse *const*)ptr, "interswitch:GetBillersResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers: - return soap_out_PointerTo_interswitch__GetBillers(soap, tag, id, (_interswitch__GetBillers *const*)ptr, "interswitch:GetBillers"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse: - return soap_out_PointerTo_interswitch__GetUserResponse(soap, tag, id, (_interswitch__GetUserResponse *const*)ptr, "interswitch:GetUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser: - return soap_out_PointerTo_interswitch__GetUser(soap, tag, id, (_interswitch__GetUser *const*)ptr, "interswitch:GetUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse: - return soap_out_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, id, (_interswitch__AuthenticateUserSecurityTokenResponse *const*)ptr, "interswitch:AuthenticateUserSecurityTokenResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken: - return soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, tag, id, (_interswitch__AuthenticateUserSecurityToken *const*)ptr, "interswitch:AuthenticateUserSecurityToken"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse: - return soap_out_PointerTo_interswitch__AuthenticateUserResponse(soap, tag, id, (_interswitch__AuthenticateUserResponse *const*)ptr, "interswitch:AuthenticateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser: - return soap_out_PointerTo_interswitch__AuthenticateUser(soap, tag, id, (_interswitch__AuthenticateUser *const*)ptr, "interswitch:AuthenticateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse: - return soap_out_PointerTo_interswitch__ResetPasswordResponse(soap, tag, id, (_interswitch__ResetPasswordResponse *const*)ptr, "interswitch:ResetPasswordResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword: - return soap_out_PointerTo_interswitch__ResetPassword(soap, tag, id, (_interswitch__ResetPassword *const*)ptr, "interswitch:ResetPassword"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse: - return soap_out_PointerTo_interswitch__ChangePasswordResponse(soap, tag, id, (_interswitch__ChangePasswordResponse *const*)ptr, "interswitch:ChangePasswordResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword: - return soap_out_PointerTo_interswitch__ChangePassword(soap, tag, id, (_interswitch__ChangePassword *const*)ptr, "interswitch:ChangePassword"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse: - return soap_out_PointerTo_interswitch__UpdateUserResponse(soap, tag, id, (_interswitch__UpdateUserResponse *const*)ptr, "interswitch:UpdateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser: - return soap_out_PointerTo_interswitch__UpdateUser(soap, tag, id, (_interswitch__UpdateUser *const*)ptr, "interswitch:UpdateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse: - return soap_out_PointerTo_interswitch__ActivateUserResponse(soap, tag, id, (_interswitch__ActivateUserResponse *const*)ptr, "interswitch:ActivateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser: - return soap_out_PointerTo_interswitch__ActivateUser(soap, tag, id, (_interswitch__ActivateUser *const*)ptr, "interswitch:ActivateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse: - return soap_out_PointerTo_interswitch__CreateUserResponse(soap, tag, id, (_interswitch__CreateUserResponse *const*)ptr, "interswitch:CreateUserResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser: - return soap_out_PointerTo_interswitch__CreateUser(soap, tag, id, (_interswitch__CreateUser *const*)ptr, "interswitch:CreateUser"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse: - return soap_out_PointerTo_interswitch__GetSystemSettingsResponse(soap, tag, id, (_interswitch__GetSystemSettingsResponse *const*)ptr, "interswitch:GetSystemSettingsResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings: - return soap_out_PointerTo_interswitch__GetSystemSettings(soap, tag, id, (_interswitch__GetSystemSettings *const*)ptr, "interswitch:GetSystemSettings"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse: - return soap_out_PointerTo_interswitch__QueryTransactionResponse(soap, tag, id, (_interswitch__QueryTransactionResponse *const*)ptr, "interswitch:QueryTransactionResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction: - return soap_out_PointerTo_interswitch__QueryTransaction(soap, tag, id, (_interswitch__QueryTransaction *const*)ptr, "interswitch:QueryTransaction"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse: - return soap_out_PointerTo_interswitch__StatusCheckResponse(soap, tag, id, (_interswitch__StatusCheckResponse *const*)ptr, "interswitch:StatusCheckResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck: - return soap_out_PointerTo_interswitch__StatusCheck(soap, tag, id, (_interswitch__StatusCheck *const*)ptr, "interswitch:StatusCheck"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse: - return soap_out_PointerTo_interswitch__ReverseCashOutResponse(soap, tag, id, (_interswitch__ReverseCashOutResponse *const*)ptr, "interswitch:ReverseCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut: - return soap_out_PointerTo_interswitch__ReverseCashOut(soap, tag, id, (_interswitch__ReverseCashOut *const*)ptr, "interswitch:ReverseCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse: - return soap_out_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, tag, id, (_interswitch__AuthoriseAccountCashOutResponse *const*)ptr, "interswitch:AuthoriseAccountCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut: - return soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(soap, tag, id, (_interswitch__AuthoriseAccountCashOut *const*)ptr, "interswitch:AuthoriseAccountCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse: - return soap_out_PointerTo_interswitch__AuthoriseCashOutResponse(soap, tag, id, (_interswitch__AuthoriseCashOutResponse *const*)ptr, "interswitch:AuthoriseCashOutResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut: - return soap_out_PointerTo_interswitch__AuthoriseCashOut(soap, tag, id, (_interswitch__AuthoriseCashOut *const*)ptr, "interswitch:AuthoriseCashOut"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse: - return soap_out_PointerTo_interswitch__QueryTransferResponse(soap, tag, id, (_interswitch__QueryTransferResponse *const*)ptr, "interswitch:QueryTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer: - return soap_out_PointerTo_interswitch__QueryTransfer(soap, tag, id, (_interswitch__QueryTransfer *const*)ptr, "interswitch:QueryTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse: - return soap_out_PointerTo_interswitch__SendSessionKeyResponse(soap, tag, id, (_interswitch__SendSessionKeyResponse *const*)ptr, "interswitch:SendSessionKeyResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey: - return soap_out_PointerTo_interswitch__SendSessionKey(soap, tag, id, (_interswitch__SendSessionKey *const*)ptr, "interswitch:SendSessionKey"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse: - return soap_out_PointerTo_interswitch__CancelTransferResponse(soap, tag, id, (_interswitch__CancelTransferResponse *const*)ptr, "interswitch:CancelTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer: - return soap_out_PointerTo_interswitch__CancelTransfer(soap, tag, id, (_interswitch__CancelTransfer *const*)ptr, "interswitch:CancelTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse: - return soap_out_PointerTo_interswitch__DoTransferResponse(soap, tag, id, (_interswitch__DoTransferResponse *const*)ptr, "interswitch:DoTransferResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer: - return soap_out_PointerTo_interswitch__DoTransfer(soap, tag, id, (_interswitch__DoTransfer *const*)ptr, "interswitch:DoTransfer"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse: - return soap_out_PointerTo_interswitch__ValidateCustomerResponse(soap, tag, id, (_interswitch__ValidateCustomerResponse *const*)ptr, "interswitch:ValidateCustomerResponse"); - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer: - return soap_out_PointerTo_interswitch__ValidateCustomer(soap, tag, id, (_interswitch__ValidateCustomer *const*)ptr, "interswitch:ValidateCustomer"); - case SOAP_TYPE_interswitch_PointerTostd__string: - return soap_out_PointerTostd__string(soap, tag, id, (std::string *const*)ptr, "xsd:string"); - case SOAP_TYPE_interswitch_PointerTounsignedByte: - return soap_out_PointerTounsignedByte(soap, tag, id, (unsigned char *const*)ptr, "xsd:unsignedByte"); - case SOAP_TYPE_interswitch__QName: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:QName"); - case SOAP_TYPE_interswitch_string: - return soap_out_string(soap, tag, id, (char*const*)&ptr, "xsd:string"); - } - return SOAP_OK; -} -#endif - -#ifndef WITH_NOIDREF -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap *soap, const void *ptr, int type) -{ - (void)soap; (void)ptr; (void)type; /* appease -Wall -Werror */ - switch (type) - { - case SOAP_TYPE_interswitch_interswitch2__guid__: - ((interswitch2__guid__ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_interswitch2__guid: - soap_serialize_interswitch2__guid(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__duration__: - ((interswitch2__duration__ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_interswitch2__duration: - soap_serialize_interswitch2__duration(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__char__: - ((interswitch2__char__ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse: - ((_interswitch__VerifyBillerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__VerifyBiller: - ((_interswitch__VerifyBiller *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CreateBillerResponse: - ((_interswitch__CreateBillerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CreateBiller: - ((_interswitch__CreateBiller *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse: - ((_interswitch__DoCustomProcessingResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessing: - ((_interswitch__DoCustomProcessing *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse: - ((_interswitch__ResendActivationTokenResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ResendActivationToken: - ((_interswitch__ResendActivationToken *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse: - ((_interswitch__EditCustomerBillerAccountResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount: - ((_interswitch__EditCustomerBillerAccount *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse: - ((_interswitch__GetBillersCollectionsAccountResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount: - ((_interswitch__GetBillersCollectionsAccount *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse: - ((_interswitch__GetCollectionsAccountResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount: - ((_interswitch__GetCollectionsAccount *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse: - ((_interswitch__AddBillerCustomerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomer: - ((_interswitch__AddBillerCustomer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse: - ((_interswitch__GetCustomerPaymentsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerPayments: - ((_interswitch__GetCustomerPayments *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse: - ((_interswitch__GetCustomerBillerAccountsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts: - ((_interswitch__GetCustomerBillerAccounts *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse: - ((_interswitch__AddCustomerBillerAccountResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount: - ((_interswitch__AddCustomerBillerAccount *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse: - ((_interswitch__SendPaymentsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendPayments: - ((_interswitch__SendPayments *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse: - ((_interswitch__SendBillPaymentAdviceResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice: - ((_interswitch__SendBillPaymentAdvice *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse: - ((_interswitch__AuthenticateCustomerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer: - ((_interswitch__AuthenticateCustomer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse: - ((_interswitch__DoBillPaymentInquiryResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry: - ((_interswitch__DoBillPaymentInquiry *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse: - ((_interswitch__GetBillerCategoriesResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerCategories: - ((_interswitch__GetBillerCategories *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse: - ((_interswitch__GetBillerPaymentItemsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems: - ((_interswitch__GetBillerPaymentItems *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse: - ((_interswitch__GetFeaturedBillersResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers: - ((_interswitch__GetFeaturedBillers *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse: - ((_interswitch__GetLatestBillersResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetLatestBillers: - ((_interswitch__GetLatestBillers *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersResponse: - ((_interswitch__GetBillersResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillers: - ((_interswitch__GetBillers *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetUserResponse: - ((_interswitch__GetUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetUser: - ((_interswitch__GetUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse: - ((_interswitch__AuthenticateUserSecurityTokenResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken: - ((_interswitch__AuthenticateUserSecurityToken *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse: - ((_interswitch__AuthenticateUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUser: - ((_interswitch__AuthenticateUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse: - ((_interswitch__ResetPasswordResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ResetPassword: - ((_interswitch__ResetPassword *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse: - ((_interswitch__ChangePasswordResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ChangePassword: - ((_interswitch__ChangePassword *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__UpdateUserResponse: - ((_interswitch__UpdateUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__UpdateUser: - ((_interswitch__UpdateUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ActivateUserResponse: - ((_interswitch__ActivateUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ActivateUser: - ((_interswitch__ActivateUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CreateUserResponse: - ((_interswitch__CreateUserResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CreateUser: - ((_interswitch__CreateUser *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse: - ((_interswitch__GetSystemSettingsResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__GetSystemSettings: - ((_interswitch__GetSystemSettings *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse: - ((_interswitch__QueryTransactionResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransaction: - ((_interswitch__QueryTransaction *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__StatusCheckResponse: - ((_interswitch__StatusCheckResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__StatusCheck: - ((_interswitch__StatusCheck *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse: - ((_interswitch__ReverseCashOutResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ReverseCashOut: - ((_interswitch__ReverseCashOut *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse: - ((_interswitch__AuthoriseAccountCashOutResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut: - ((_interswitch__AuthoriseAccountCashOut *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse: - ((_interswitch__AuthoriseCashOutResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut: - ((_interswitch__AuthoriseCashOut *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransferResponse: - ((_interswitch__QueryTransferResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransfer: - ((_interswitch__QueryTransfer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse: - ((_interswitch__SendSessionKeyResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__SendSessionKey: - ((_interswitch__SendSessionKey *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CancelTransferResponse: - ((_interswitch__CancelTransferResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__CancelTransfer: - ((_interswitch__CancelTransfer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoTransferResponse: - ((_interswitch__DoTransferResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__DoTransfer: - ((_interswitch__DoTransfer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse: - ((_interswitch__ValidateCustomerResponse *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch__interswitch__ValidateCustomer: - ((_interswitch__ValidateCustomer *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__unsignedShort: - ((xsd__unsignedShort *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__unsignedLong: - ((xsd__unsignedLong *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__unsignedInt: - ((xsd__unsignedInt *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - ((xsd__unsignedByte_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__string: - ((xsd__string *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__short: - ((xsd__short *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__long: - ((xsd__long *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__int: - ((xsd__int *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__float: - ((xsd__float *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__duration_: - ((xsd__duration_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__duration: - soap_serialize_xsd__duration(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__double: - ((xsd__double *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__decimal_: - ((xsd__decimal_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__decimal: - soap_serialize_xsd__decimal(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__dateTime: - ((xsd__dateTime *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__byte_: - ((xsd__byte_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__boolean: - ((xsd__boolean *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__base64Binary_: - ((xsd__base64Binary_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__base64Binary: - ((xsd__base64Binary *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__anyURI_: - ((xsd__anyURI_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__anyURI: - soap_serialize_xsd__anyURI(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__QName_: - ((xsd__QName_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__QName: - soap_serialize_xsd__QName(soap, (const xsd__QName *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__IDREF_: - ((xsd__IDREF_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__IDREF: - soap_serialize_xsd__IDREF(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__ID_: - ((xsd__ID_ *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch_xsd__ID: - soap_serialize_xsd__ID(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_std__string: - soap_serialize_std__string(soap, (const std::string *)ptr); - break; - case SOAP_TYPE_interswitch_xsd__anyType: - ((xsd__anyType *)ptr)->soap_serialize(soap); - break; - case SOAP_TYPE_interswitch___interswitch__VerifyBiller: - soap_serialize___interswitch__VerifyBiller(soap, (const struct __interswitch__VerifyBiller *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CreateBiller: - soap_serialize___interswitch__CreateBiller(soap, (const struct __interswitch__CreateBiller *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoCustomProcessing: - soap_serialize___interswitch__DoCustomProcessing(soap, (const struct __interswitch__DoCustomProcessing *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ResendActivationToken: - soap_serialize___interswitch__ResendActivationToken(soap, (const struct __interswitch__ResendActivationToken *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount: - soap_serialize___interswitch__EditCustomerBillerAccount(soap, (const struct __interswitch__EditCustomerBillerAccount *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount: - soap_serialize___interswitch__GetBillersCollectionsAccount(soap, (const struct __interswitch__GetBillersCollectionsAccount *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount: - soap_serialize___interswitch__GetCollectionsAccount(soap, (const struct __interswitch__GetCollectionsAccount *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AddBillerCustomer: - soap_serialize___interswitch__AddBillerCustomer(soap, (const struct __interswitch__AddBillerCustomer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCustomerPayments: - soap_serialize___interswitch__GetCustomerPayments(soap, (const struct __interswitch__GetCustomerPayments *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts: - soap_serialize___interswitch__GetCustomerBillerAccounts(soap, (const struct __interswitch__GetCustomerBillerAccounts *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount: - soap_serialize___interswitch__AddCustomerBillerAccount(soap, (const struct __interswitch__AddCustomerBillerAccount *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendPayments: - soap_serialize___interswitch__SendPayments(soap, (const struct __interswitch__SendPayments *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice: - soap_serialize___interswitch__SendBillPaymentAdvice(soap, (const struct __interswitch__SendBillPaymentAdvice *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer: - soap_serialize___interswitch__AuthenticateCustomer(soap, (const struct __interswitch__AuthenticateCustomer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry: - soap_serialize___interswitch__DoBillPaymentInquiry(soap, (const struct __interswitch__DoBillPaymentInquiry *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillerCategories: - soap_serialize___interswitch__GetBillerCategories(soap, (const struct __interswitch__GetBillerCategories *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems: - soap_serialize___interswitch__GetBillerPaymentItems(soap, (const struct __interswitch__GetBillerPaymentItems *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers: - soap_serialize___interswitch__GetFeaturedBillers(soap, (const struct __interswitch__GetFeaturedBillers *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetLatestBillers: - soap_serialize___interswitch__GetLatestBillers(soap, (const struct __interswitch__GetLatestBillers *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillers: - soap_serialize___interswitch__GetBillers(soap, (const struct __interswitch__GetBillers *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetUser: - soap_serialize___interswitch__GetUser(soap, (const struct __interswitch__GetUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken: - soap_serialize___interswitch__AuthenticateUserSecurityToken(soap, (const struct __interswitch__AuthenticateUserSecurityToken *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateUser: - soap_serialize___interswitch__AuthenticateUser(soap, (const struct __interswitch__AuthenticateUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ResetPassword: - soap_serialize___interswitch__ResetPassword(soap, (const struct __interswitch__ResetPassword *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ChangePassword: - soap_serialize___interswitch__ChangePassword(soap, (const struct __interswitch__ChangePassword *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__UpdateUser: - soap_serialize___interswitch__UpdateUser(soap, (const struct __interswitch__UpdateUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ActivateUser: - soap_serialize___interswitch__ActivateUser(soap, (const struct __interswitch__ActivateUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CreateUser: - soap_serialize___interswitch__CreateUser(soap, (const struct __interswitch__CreateUser *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetSystemSettings: - soap_serialize___interswitch__GetSystemSettings(soap, (const struct __interswitch__GetSystemSettings *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__QueryTransaction: - soap_serialize___interswitch__QueryTransaction(soap, (const struct __interswitch__QueryTransaction *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__StatusCheck: - soap_serialize___interswitch__StatusCheck(soap, (const struct __interswitch__StatusCheck *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ReverseCashOut: - soap_serialize___interswitch__ReverseCashOut(soap, (const struct __interswitch__ReverseCashOut *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut: - soap_serialize___interswitch__AuthoriseAccountCashOut(soap, (const struct __interswitch__AuthoriseAccountCashOut *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut: - soap_serialize___interswitch__AuthoriseCashOut(soap, (const struct __interswitch__AuthoriseCashOut *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__QueryTransfer: - soap_serialize___interswitch__QueryTransfer(soap, (const struct __interswitch__QueryTransfer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendSessionKey: - soap_serialize___interswitch__SendSessionKey(soap, (const struct __interswitch__SendSessionKey *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CancelTransfer: - soap_serialize___interswitch__CancelTransfer(soap, (const struct __interswitch__CancelTransfer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoTransfer: - soap_serialize___interswitch__DoTransfer(soap, (const struct __interswitch__DoTransfer *)ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ValidateCustomer: - soap_serialize___interswitch__ValidateCustomer(soap, (const struct __interswitch__ValidateCustomer *)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse: - soap_serialize_PointerTo_interswitch__VerifyBillerResponse(soap, (_interswitch__VerifyBillerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller: - soap_serialize_PointerTo_interswitch__VerifyBiller(soap, (_interswitch__VerifyBiller *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse: - soap_serialize_PointerTo_interswitch__CreateBillerResponse(soap, (_interswitch__CreateBillerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller: - soap_serialize_PointerTo_interswitch__CreateBiller(soap, (_interswitch__CreateBiller *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse: - soap_serialize_PointerTo_interswitch__DoCustomProcessingResponse(soap, (_interswitch__DoCustomProcessingResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing: - soap_serialize_PointerTo_interswitch__DoCustomProcessing(soap, (_interswitch__DoCustomProcessing *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse: - soap_serialize_PointerTo_interswitch__ResendActivationTokenResponse(soap, (_interswitch__ResendActivationTokenResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken: - soap_serialize_PointerTo_interswitch__ResendActivationToken(soap, (_interswitch__ResendActivationToken *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse: - soap_serialize_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, (_interswitch__EditCustomerBillerAccountResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount: - soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(soap, (_interswitch__EditCustomerBillerAccount *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse: - soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, (_interswitch__GetBillersCollectionsAccountResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount: - soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(soap, (_interswitch__GetBillersCollectionsAccount *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse: - soap_serialize_PointerTo_interswitch__GetCollectionsAccountResponse(soap, (_interswitch__GetCollectionsAccountResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount: - soap_serialize_PointerTo_interswitch__GetCollectionsAccount(soap, (_interswitch__GetCollectionsAccount *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse: - soap_serialize_PointerTo_interswitch__AddBillerCustomerResponse(soap, (_interswitch__AddBillerCustomerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer: - soap_serialize_PointerTo_interswitch__AddBillerCustomer(soap, (_interswitch__AddBillerCustomer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse: - soap_serialize_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, (_interswitch__GetCustomerPaymentsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments: - soap_serialize_PointerTo_interswitch__GetCustomerPayments(soap, (_interswitch__GetCustomerPayments *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse: - soap_serialize_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, (_interswitch__GetCustomerBillerAccountsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts: - soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(soap, (_interswitch__GetCustomerBillerAccounts *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse: - soap_serialize_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, (_interswitch__AddCustomerBillerAccountResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount: - soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(soap, (_interswitch__AddCustomerBillerAccount *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse: - soap_serialize_PointerTo_interswitch__SendPaymentsResponse(soap, (_interswitch__SendPaymentsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments: - soap_serialize_PointerTo_interswitch__SendPayments(soap, (_interswitch__SendPayments *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse: - soap_serialize_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, (_interswitch__SendBillPaymentAdviceResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice: - soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(soap, (_interswitch__SendBillPaymentAdvice *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse: - soap_serialize_PointerTo_interswitch__AuthenticateCustomerResponse(soap, (_interswitch__AuthenticateCustomerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer: - soap_serialize_PointerTo_interswitch__AuthenticateCustomer(soap, (_interswitch__AuthenticateCustomer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse: - soap_serialize_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, (_interswitch__DoBillPaymentInquiryResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry: - soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(soap, (_interswitch__DoBillPaymentInquiry *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse: - soap_serialize_PointerTo_interswitch__GetBillerCategoriesResponse(soap, (_interswitch__GetBillerCategoriesResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories: - soap_serialize_PointerTo_interswitch__GetBillerCategories(soap, (_interswitch__GetBillerCategories *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse: - soap_serialize_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, (_interswitch__GetBillerPaymentItemsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems: - soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(soap, (_interswitch__GetBillerPaymentItems *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse: - soap_serialize_PointerTo_interswitch__GetFeaturedBillersResponse(soap, (_interswitch__GetFeaturedBillersResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers: - soap_serialize_PointerTo_interswitch__GetFeaturedBillers(soap, (_interswitch__GetFeaturedBillers *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse: - soap_serialize_PointerTo_interswitch__GetLatestBillersResponse(soap, (_interswitch__GetLatestBillersResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers: - soap_serialize_PointerTo_interswitch__GetLatestBillers(soap, (_interswitch__GetLatestBillers *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse: - soap_serialize_PointerTo_interswitch__GetBillersResponse(soap, (_interswitch__GetBillersResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers: - soap_serialize_PointerTo_interswitch__GetBillers(soap, (_interswitch__GetBillers *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse: - soap_serialize_PointerTo_interswitch__GetUserResponse(soap, (_interswitch__GetUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser: - soap_serialize_PointerTo_interswitch__GetUser(soap, (_interswitch__GetUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse: - soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, (_interswitch__AuthenticateUserSecurityTokenResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken: - soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, (_interswitch__AuthenticateUserSecurityToken *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse: - soap_serialize_PointerTo_interswitch__AuthenticateUserResponse(soap, (_interswitch__AuthenticateUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser: - soap_serialize_PointerTo_interswitch__AuthenticateUser(soap, (_interswitch__AuthenticateUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse: - soap_serialize_PointerTo_interswitch__ResetPasswordResponse(soap, (_interswitch__ResetPasswordResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword: - soap_serialize_PointerTo_interswitch__ResetPassword(soap, (_interswitch__ResetPassword *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse: - soap_serialize_PointerTo_interswitch__ChangePasswordResponse(soap, (_interswitch__ChangePasswordResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword: - soap_serialize_PointerTo_interswitch__ChangePassword(soap, (_interswitch__ChangePassword *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse: - soap_serialize_PointerTo_interswitch__UpdateUserResponse(soap, (_interswitch__UpdateUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser: - soap_serialize_PointerTo_interswitch__UpdateUser(soap, (_interswitch__UpdateUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse: - soap_serialize_PointerTo_interswitch__ActivateUserResponse(soap, (_interswitch__ActivateUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser: - soap_serialize_PointerTo_interswitch__ActivateUser(soap, (_interswitch__ActivateUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse: - soap_serialize_PointerTo_interswitch__CreateUserResponse(soap, (_interswitch__CreateUserResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser: - soap_serialize_PointerTo_interswitch__CreateUser(soap, (_interswitch__CreateUser *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse: - soap_serialize_PointerTo_interswitch__GetSystemSettingsResponse(soap, (_interswitch__GetSystemSettingsResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings: - soap_serialize_PointerTo_interswitch__GetSystemSettings(soap, (_interswitch__GetSystemSettings *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse: - soap_serialize_PointerTo_interswitch__QueryTransactionResponse(soap, (_interswitch__QueryTransactionResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction: - soap_serialize_PointerTo_interswitch__QueryTransaction(soap, (_interswitch__QueryTransaction *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse: - soap_serialize_PointerTo_interswitch__StatusCheckResponse(soap, (_interswitch__StatusCheckResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck: - soap_serialize_PointerTo_interswitch__StatusCheck(soap, (_interswitch__StatusCheck *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse: - soap_serialize_PointerTo_interswitch__ReverseCashOutResponse(soap, (_interswitch__ReverseCashOutResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut: - soap_serialize_PointerTo_interswitch__ReverseCashOut(soap, (_interswitch__ReverseCashOut *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse: - soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, (_interswitch__AuthoriseAccountCashOutResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut: - soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(soap, (_interswitch__AuthoriseAccountCashOut *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse: - soap_serialize_PointerTo_interswitch__AuthoriseCashOutResponse(soap, (_interswitch__AuthoriseCashOutResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut: - soap_serialize_PointerTo_interswitch__AuthoriseCashOut(soap, (_interswitch__AuthoriseCashOut *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse: - soap_serialize_PointerTo_interswitch__QueryTransferResponse(soap, (_interswitch__QueryTransferResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer: - soap_serialize_PointerTo_interswitch__QueryTransfer(soap, (_interswitch__QueryTransfer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse: - soap_serialize_PointerTo_interswitch__SendSessionKeyResponse(soap, (_interswitch__SendSessionKeyResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey: - soap_serialize_PointerTo_interswitch__SendSessionKey(soap, (_interswitch__SendSessionKey *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse: - soap_serialize_PointerTo_interswitch__CancelTransferResponse(soap, (_interswitch__CancelTransferResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer: - soap_serialize_PointerTo_interswitch__CancelTransfer(soap, (_interswitch__CancelTransfer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse: - soap_serialize_PointerTo_interswitch__DoTransferResponse(soap, (_interswitch__DoTransferResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer: - soap_serialize_PointerTo_interswitch__DoTransfer(soap, (_interswitch__DoTransfer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse: - soap_serialize_PointerTo_interswitch__ValidateCustomerResponse(soap, (_interswitch__ValidateCustomerResponse *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer: - soap_serialize_PointerTo_interswitch__ValidateCustomer(soap, (_interswitch__ValidateCustomer *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTostd__string: - soap_serialize_PointerTostd__string(soap, (std::string *const*)ptr); - break; - case SOAP_TYPE_interswitch_PointerTounsignedByte: - soap_serialize_PointerTounsignedByte(soap, (unsigned char *const*)ptr); - break; - case SOAP_TYPE_interswitch__QName: - soap_serialize_string(soap, (char*const*)&ptr); - break; - case SOAP_TYPE_interswitch_string: - soap_serialize_string(soap, (char*const*)&ptr); - break; - } -} -#endif - -SOAP_FMAC3 void * SOAP_FMAC4 soap_instantiate(struct soap *soap, int t, const char *type, const char *arrayType, size_t *n) -{ - switch (t) - { - case SOAP_TYPE_interswitch_xsd__anyType: - return (void*)soap_instantiate_xsd__anyType(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_std__string: - return (void*)soap_instantiate_std__string(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__ID_: - return (void*)soap_instantiate_xsd__ID_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__IDREF_: - return (void*)soap_instantiate_xsd__IDREF_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__QName_: - return (void*)soap_instantiate_xsd__QName_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__anyURI_: - return (void*)soap_instantiate_xsd__anyURI_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__base64Binary: - return (void*)soap_instantiate_xsd__base64Binary(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__base64Binary_: - return (void*)soap_instantiate_xsd__base64Binary_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__boolean: - return (void*)soap_instantiate_xsd__boolean(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__byte_: - return (void*)soap_instantiate_xsd__byte_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__dateTime: - return (void*)soap_instantiate_xsd__dateTime(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__decimal_: - return (void*)soap_instantiate_xsd__decimal_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__double: - return (void*)soap_instantiate_xsd__double(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__duration_: - return (void*)soap_instantiate_xsd__duration_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__float: - return (void*)soap_instantiate_xsd__float(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__int: - return (void*)soap_instantiate_xsd__int(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__long: - return (void*)soap_instantiate_xsd__long(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__short: - return (void*)soap_instantiate_xsd__short(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__string: - return (void*)soap_instantiate_xsd__string(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - return (void*)soap_instantiate_xsd__unsignedByte_(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__unsignedInt: - return (void*)soap_instantiate_xsd__unsignedInt(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__unsignedLong: - return (void*)soap_instantiate_xsd__unsignedLong(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__unsignedShort: - return (void*)soap_instantiate_xsd__unsignedShort(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__char__: - return (void*)soap_instantiate_interswitch2__char__(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__duration__: - return (void*)soap_instantiate_interswitch2__duration__(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__guid__: - return (void*)soap_instantiate_interswitch2__guid__(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ValidateCustomer: - return (void*)soap_instantiate__interswitch__ValidateCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse: - return (void*)soap_instantiate__interswitch__ValidateCustomerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoTransfer: - return (void*)soap_instantiate__interswitch__DoTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoTransferResponse: - return (void*)soap_instantiate__interswitch__DoTransferResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CancelTransfer: - return (void*)soap_instantiate__interswitch__CancelTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CancelTransferResponse: - return (void*)soap_instantiate__interswitch__CancelTransferResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendSessionKey: - return (void*)soap_instantiate__interswitch__SendSessionKey(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse: - return (void*)soap_instantiate__interswitch__SendSessionKeyResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__QueryTransfer: - return (void*)soap_instantiate__interswitch__QueryTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__QueryTransferResponse: - return (void*)soap_instantiate__interswitch__QueryTransferResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut: - return (void*)soap_instantiate__interswitch__AuthoriseCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse: - return (void*)soap_instantiate__interswitch__AuthoriseCashOutResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut: - return (void*)soap_instantiate__interswitch__AuthoriseAccountCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse: - return (void*)soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ReverseCashOut: - return (void*)soap_instantiate__interswitch__ReverseCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse: - return (void*)soap_instantiate__interswitch__ReverseCashOutResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__StatusCheck: - return (void*)soap_instantiate__interswitch__StatusCheck(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__StatusCheckResponse: - return (void*)soap_instantiate__interswitch__StatusCheckResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__QueryTransaction: - return (void*)soap_instantiate__interswitch__QueryTransaction(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse: - return (void*)soap_instantiate__interswitch__QueryTransactionResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetSystemSettings: - return (void*)soap_instantiate__interswitch__GetSystemSettings(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse: - return (void*)soap_instantiate__interswitch__GetSystemSettingsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CreateUser: - return (void*)soap_instantiate__interswitch__CreateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CreateUserResponse: - return (void*)soap_instantiate__interswitch__CreateUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ActivateUser: - return (void*)soap_instantiate__interswitch__ActivateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ActivateUserResponse: - return (void*)soap_instantiate__interswitch__ActivateUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__UpdateUser: - return (void*)soap_instantiate__interswitch__UpdateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__UpdateUserResponse: - return (void*)soap_instantiate__interswitch__UpdateUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ChangePassword: - return (void*)soap_instantiate__interswitch__ChangePassword(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse: - return (void*)soap_instantiate__interswitch__ChangePasswordResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ResetPassword: - return (void*)soap_instantiate__interswitch__ResetPassword(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse: - return (void*)soap_instantiate__interswitch__ResetPasswordResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUser: - return (void*)soap_instantiate__interswitch__AuthenticateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse: - return (void*)soap_instantiate__interswitch__AuthenticateUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken: - return (void*)soap_instantiate__interswitch__AuthenticateUserSecurityToken(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse: - return (void*)soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetUser: - return (void*)soap_instantiate__interswitch__GetUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetUserResponse: - return (void*)soap_instantiate__interswitch__GetUserResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillers: - return (void*)soap_instantiate__interswitch__GetBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillersResponse: - return (void*)soap_instantiate__interswitch__GetBillersResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetLatestBillers: - return (void*)soap_instantiate__interswitch__GetLatestBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse: - return (void*)soap_instantiate__interswitch__GetLatestBillersResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers: - return (void*)soap_instantiate__interswitch__GetFeaturedBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse: - return (void*)soap_instantiate__interswitch__GetFeaturedBillersResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems: - return (void*)soap_instantiate__interswitch__GetBillerPaymentItems(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse: - return (void*)soap_instantiate__interswitch__GetBillerPaymentItemsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillerCategories: - return (void*)soap_instantiate__interswitch__GetBillerCategories(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse: - return (void*)soap_instantiate__interswitch__GetBillerCategoriesResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry: - return (void*)soap_instantiate__interswitch__DoBillPaymentInquiry(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse: - return (void*)soap_instantiate__interswitch__DoBillPaymentInquiryResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer: - return (void*)soap_instantiate__interswitch__AuthenticateCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse: - return (void*)soap_instantiate__interswitch__AuthenticateCustomerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice: - return (void*)soap_instantiate__interswitch__SendBillPaymentAdvice(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse: - return (void*)soap_instantiate__interswitch__SendBillPaymentAdviceResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendPayments: - return (void*)soap_instantiate__interswitch__SendPayments(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse: - return (void*)soap_instantiate__interswitch__SendPaymentsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount: - return (void*)soap_instantiate__interswitch__AddCustomerBillerAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse: - return (void*)soap_instantiate__interswitch__AddCustomerBillerAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts: - return (void*)soap_instantiate__interswitch__GetCustomerBillerAccounts(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse: - return (void*)soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCustomerPayments: - return (void*)soap_instantiate__interswitch__GetCustomerPayments(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse: - return (void*)soap_instantiate__interswitch__GetCustomerPaymentsResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomer: - return (void*)soap_instantiate__interswitch__AddBillerCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse: - return (void*)soap_instantiate__interswitch__AddBillerCustomerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount: - return (void*)soap_instantiate__interswitch__GetCollectionsAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse: - return (void*)soap_instantiate__interswitch__GetCollectionsAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount: - return (void*)soap_instantiate__interswitch__GetBillersCollectionsAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse: - return (void*)soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount: - return (void*)soap_instantiate__interswitch__EditCustomerBillerAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse: - return (void*)soap_instantiate__interswitch__EditCustomerBillerAccountResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ResendActivationToken: - return (void*)soap_instantiate__interswitch__ResendActivationToken(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse: - return (void*)soap_instantiate__interswitch__ResendActivationTokenResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessing: - return (void*)soap_instantiate__interswitch__DoCustomProcessing(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse: - return (void*)soap_instantiate__interswitch__DoCustomProcessingResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CreateBiller: - return (void*)soap_instantiate__interswitch__CreateBiller(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__CreateBillerResponse: - return (void*)soap_instantiate__interswitch__CreateBillerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__VerifyBiller: - return (void*)soap_instantiate__interswitch__VerifyBiller(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse: - return (void*)soap_instantiate__interswitch__VerifyBillerResponse(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ValidateCustomer: - return (void*)soap_instantiate___interswitch__ValidateCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__DoTransfer: - return (void*)soap_instantiate___interswitch__DoTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__CancelTransfer: - return (void*)soap_instantiate___interswitch__CancelTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__SendSessionKey: - return (void*)soap_instantiate___interswitch__SendSessionKey(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__QueryTransfer: - return (void*)soap_instantiate___interswitch__QueryTransfer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut: - return (void*)soap_instantiate___interswitch__AuthoriseCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut: - return (void*)soap_instantiate___interswitch__AuthoriseAccountCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ReverseCashOut: - return (void*)soap_instantiate___interswitch__ReverseCashOut(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__StatusCheck: - return (void*)soap_instantiate___interswitch__StatusCheck(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__QueryTransaction: - return (void*)soap_instantiate___interswitch__QueryTransaction(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetSystemSettings: - return (void*)soap_instantiate___interswitch__GetSystemSettings(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__CreateUser: - return (void*)soap_instantiate___interswitch__CreateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ActivateUser: - return (void*)soap_instantiate___interswitch__ActivateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__UpdateUser: - return (void*)soap_instantiate___interswitch__UpdateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ChangePassword: - return (void*)soap_instantiate___interswitch__ChangePassword(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ResetPassword: - return (void*)soap_instantiate___interswitch__ResetPassword(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthenticateUser: - return (void*)soap_instantiate___interswitch__AuthenticateUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken: - return (void*)soap_instantiate___interswitch__AuthenticateUserSecurityToken(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetUser: - return (void*)soap_instantiate___interswitch__GetUser(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetBillers: - return (void*)soap_instantiate___interswitch__GetBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetLatestBillers: - return (void*)soap_instantiate___interswitch__GetLatestBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers: - return (void*)soap_instantiate___interswitch__GetFeaturedBillers(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems: - return (void*)soap_instantiate___interswitch__GetBillerPaymentItems(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetBillerCategories: - return (void*)soap_instantiate___interswitch__GetBillerCategories(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry: - return (void*)soap_instantiate___interswitch__DoBillPaymentInquiry(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer: - return (void*)soap_instantiate___interswitch__AuthenticateCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice: - return (void*)soap_instantiate___interswitch__SendBillPaymentAdvice(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__SendPayments: - return (void*)soap_instantiate___interswitch__SendPayments(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount: - return (void*)soap_instantiate___interswitch__AddCustomerBillerAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts: - return (void*)soap_instantiate___interswitch__GetCustomerBillerAccounts(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetCustomerPayments: - return (void*)soap_instantiate___interswitch__GetCustomerPayments(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__AddBillerCustomer: - return (void*)soap_instantiate___interswitch__AddBillerCustomer(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount: - return (void*)soap_instantiate___interswitch__GetCollectionsAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount: - return (void*)soap_instantiate___interswitch__GetBillersCollectionsAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount: - return (void*)soap_instantiate___interswitch__EditCustomerBillerAccount(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__ResendActivationToken: - return (void*)soap_instantiate___interswitch__ResendActivationToken(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__DoCustomProcessing: - return (void*)soap_instantiate___interswitch__DoCustomProcessing(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__CreateBiller: - return (void*)soap_instantiate___interswitch__CreateBiller(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch___interswitch__VerifyBiller: - return (void*)soap_instantiate___interswitch__VerifyBiller(soap, -1, type, arrayType, n); -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Header: - return (void*)soap_instantiate_SOAP_ENV__Header(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Code: - return (void*)soap_instantiate_SOAP_ENV__Code(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Detail: - return (void*)soap_instantiate_SOAP_ENV__Detail(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Reason: - return (void*)soap_instantiate_SOAP_ENV__Reason(soap, -1, type, arrayType, n); -#endif -#ifndef WITH_NOGLOBAL - case SOAP_TYPE_interswitch_SOAP_ENV__Fault: - return (void*)soap_instantiate_SOAP_ENV__Fault(soap, -1, type, arrayType, n); -#endif - case SOAP_TYPE_interswitch_xsd__ID: - return (void*)soap_instantiate_xsd__ID(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__IDREF: - return (void*)soap_instantiate_xsd__IDREF(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__QName: - return (void*)soap_instantiate_xsd__QName(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__anyURI: - return (void*)soap_instantiate_xsd__anyURI(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__decimal: - return (void*)soap_instantiate_xsd__decimal(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_xsd__duration: - return (void*)soap_instantiate_xsd__duration(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__duration: - return (void*)soap_instantiate_interswitch2__duration(soap, -1, type, arrayType, n); - case SOAP_TYPE_interswitch_interswitch2__guid: - return (void*)soap_instantiate_interswitch2__guid(soap, -1, type, arrayType, n); - } - return NULL; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_fdelete(struct soap_clist *p) -{ switch (p->type) - { - case SOAP_TYPE_interswitch_xsd__anyType: - if (p->size < 0) - SOAP_DELETE((xsd__anyType*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__anyType*)p->ptr); - break; - case SOAP_TYPE_interswitch_std__string: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__ID_: - if (p->size < 0) - SOAP_DELETE((xsd__ID_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__ID_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__IDREF_: - if (p->size < 0) - SOAP_DELETE((xsd__IDREF_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__IDREF_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__QName_: - if (p->size < 0) - SOAP_DELETE((xsd__QName_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__QName_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__anyURI_: - if (p->size < 0) - SOAP_DELETE((xsd__anyURI_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__anyURI_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__base64Binary: - if (p->size < 0) - SOAP_DELETE((xsd__base64Binary*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__base64Binary*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__base64Binary_: - if (p->size < 0) - SOAP_DELETE((xsd__base64Binary_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__base64Binary_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__boolean: - if (p->size < 0) - SOAP_DELETE((xsd__boolean*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__boolean*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__byte_: - if (p->size < 0) - SOAP_DELETE((xsd__byte_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__byte_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__dateTime: - if (p->size < 0) - SOAP_DELETE((xsd__dateTime*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__dateTime*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__decimal_: - if (p->size < 0) - SOAP_DELETE((xsd__decimal_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__decimal_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__double: - if (p->size < 0) - SOAP_DELETE((xsd__double*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__double*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__duration_: - if (p->size < 0) - SOAP_DELETE((xsd__duration_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__duration_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__float: - if (p->size < 0) - SOAP_DELETE((xsd__float*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__float*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__int: - if (p->size < 0) - SOAP_DELETE((xsd__int*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__int*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__long: - if (p->size < 0) - SOAP_DELETE((xsd__long*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__long*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__short: - if (p->size < 0) - SOAP_DELETE((xsd__short*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__short*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__string: - if (p->size < 0) - SOAP_DELETE((xsd__string*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__unsignedByte_: - if (p->size < 0) - SOAP_DELETE((xsd__unsignedByte_*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__unsignedByte_*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__unsignedInt: - if (p->size < 0) - SOAP_DELETE((xsd__unsignedInt*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__unsignedInt*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__unsignedLong: - if (p->size < 0) - SOAP_DELETE((xsd__unsignedLong*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__unsignedLong*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__unsignedShort: - if (p->size < 0) - SOAP_DELETE((xsd__unsignedShort*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__unsignedShort*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__char__: - if (p->size < 0) - SOAP_DELETE((interswitch2__char__*)p->ptr); - else - SOAP_DELETE_ARRAY((interswitch2__char__*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__duration__: - if (p->size < 0) - SOAP_DELETE((interswitch2__duration__*)p->ptr); - else - SOAP_DELETE_ARRAY((interswitch2__duration__*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__guid__: - if (p->size < 0) - SOAP_DELETE((interswitch2__guid__*)p->ptr); - else - SOAP_DELETE_ARRAY((interswitch2__guid__*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ValidateCustomer: - if (p->size < 0) - SOAP_DELETE((_interswitch__ValidateCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ValidateCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ValidateCustomerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ValidateCustomerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoTransfer: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoTransferResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoTransferResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoTransferResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CancelTransfer: - if (p->size < 0) - SOAP_DELETE((_interswitch__CancelTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CancelTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CancelTransferResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__CancelTransferResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CancelTransferResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendSessionKey: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendSessionKey*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendSessionKey*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendSessionKeyResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendSessionKeyResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransfer: - if (p->size < 0) - SOAP_DELETE((_interswitch__QueryTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__QueryTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransferResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__QueryTransferResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__QueryTransferResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthoriseCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthoriseCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthoriseCashOutResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthoriseCashOutResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthoriseAccountCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthoriseAccountCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthoriseAccountCashOutResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthoriseAccountCashOutResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ReverseCashOut: - if (p->size < 0) - SOAP_DELETE((_interswitch__ReverseCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ReverseCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ReverseCashOutResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ReverseCashOutResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__StatusCheck: - if (p->size < 0) - SOAP_DELETE((_interswitch__StatusCheck*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__StatusCheck*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__StatusCheckResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__StatusCheckResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__StatusCheckResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransaction: - if (p->size < 0) - SOAP_DELETE((_interswitch__QueryTransaction*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__QueryTransaction*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__QueryTransactionResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__QueryTransactionResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetSystemSettings: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetSystemSettings*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetSystemSettings*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetSystemSettingsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetSystemSettingsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CreateUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__CreateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CreateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CreateUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__CreateUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CreateUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ActivateUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__ActivateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ActivateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ActivateUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ActivateUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ActivateUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__UpdateUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__UpdateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__UpdateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__UpdateUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__UpdateUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__UpdateUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ChangePassword: - if (p->size < 0) - SOAP_DELETE((_interswitch__ChangePassword*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ChangePassword*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ChangePasswordResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ChangePasswordResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ResetPassword: - if (p->size < 0) - SOAP_DELETE((_interswitch__ResetPassword*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ResetPassword*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ResetPasswordResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ResetPasswordResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateUserSecurityToken*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateUserSecurityToken*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateUserSecurityTokenResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateUserSecurityTokenResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetUser: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetUser*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetUser*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetUserResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetUserResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetUserResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillers: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillersResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillersResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetLatestBillers: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetLatestBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetLatestBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetLatestBillersResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetLatestBillersResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetFeaturedBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetFeaturedBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetFeaturedBillersResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetFeaturedBillersResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillerPaymentItems*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillerPaymentItems*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillerPaymentItemsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillerPaymentItemsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerCategories: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillerCategories*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillerCategories*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillerCategoriesResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillerCategoriesResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoBillPaymentInquiry*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoBillPaymentInquiry*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoBillPaymentInquiryResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoBillPaymentInquiryResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AuthenticateCustomerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AuthenticateCustomerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendBillPaymentAdvice*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendBillPaymentAdvice*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendBillPaymentAdviceResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendBillPaymentAdviceResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendPayments: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendPayments*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendPayments*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__SendPaymentsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__SendPaymentsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount: - if (p->size < 0) - SOAP_DELETE((_interswitch__AddCustomerBillerAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AddCustomerBillerAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AddCustomerBillerAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AddCustomerBillerAccountResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCustomerBillerAccounts*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCustomerBillerAccounts*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCustomerBillerAccountsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCustomerBillerAccountsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerPayments: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCustomerPayments*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCustomerPayments*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCustomerPaymentsResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCustomerPaymentsResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomer: - if (p->size < 0) - SOAP_DELETE((_interswitch__AddBillerCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AddBillerCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__AddBillerCustomerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__AddBillerCustomerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCollectionsAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCollectionsAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetCollectionsAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetCollectionsAccountResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillersCollectionsAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillersCollectionsAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__GetBillersCollectionsAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__GetBillersCollectionsAccountResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount: - if (p->size < 0) - SOAP_DELETE((_interswitch__EditCustomerBillerAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__EditCustomerBillerAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__EditCustomerBillerAccountResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__EditCustomerBillerAccountResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ResendActivationToken: - if (p->size < 0) - SOAP_DELETE((_interswitch__ResendActivationToken*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ResendActivationToken*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__ResendActivationTokenResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__ResendActivationTokenResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessing: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoCustomProcessing*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoCustomProcessing*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__DoCustomProcessingResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__DoCustomProcessingResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CreateBiller: - if (p->size < 0) - SOAP_DELETE((_interswitch__CreateBiller*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CreateBiller*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__CreateBillerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__CreateBillerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__CreateBillerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__VerifyBiller: - if (p->size < 0) - SOAP_DELETE((_interswitch__VerifyBiller*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__VerifyBiller*)p->ptr); - break; - case SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse: - if (p->size < 0) - SOAP_DELETE((_interswitch__VerifyBillerResponse*)p->ptr); - else - SOAP_DELETE_ARRAY((_interswitch__VerifyBillerResponse*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ValidateCustomer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ValidateCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ValidateCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoTransfer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__DoTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__DoTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CancelTransfer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__CancelTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__CancelTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendSessionKey: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__SendSessionKey*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__SendSessionKey*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__QueryTransfer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__QueryTransfer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__QueryTransfer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthoriseCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthoriseCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthoriseAccountCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthoriseAccountCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ReverseCashOut: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ReverseCashOut*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ReverseCashOut*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__StatusCheck: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__StatusCheck*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__StatusCheck*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__QueryTransaction: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__QueryTransaction*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__QueryTransaction*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetSystemSettings: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetSystemSettings*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetSystemSettings*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CreateUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__CreateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__CreateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ActivateUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ActivateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ActivateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__UpdateUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__UpdateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__UpdateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ChangePassword: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ChangePassword*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ChangePassword*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ResetPassword: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ResetPassword*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ResetPassword*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthenticateUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthenticateUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthenticateUserSecurityToken*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthenticateUserSecurityToken*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetUser: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetUser*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetUser*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillers: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetLatestBillers: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetLatestBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetLatestBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetFeaturedBillers*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetFeaturedBillers*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetBillerPaymentItems*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetBillerPaymentItems*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillerCategories: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetBillerCategories*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetBillerCategories*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__DoBillPaymentInquiry*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__DoBillPaymentInquiry*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AuthenticateCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AuthenticateCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__SendBillPaymentAdvice*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__SendBillPaymentAdvice*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__SendPayments: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__SendPayments*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__SendPayments*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AddCustomerBillerAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AddCustomerBillerAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetCustomerBillerAccounts*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetCustomerBillerAccounts*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCustomerPayments: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetCustomerPayments*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetCustomerPayments*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__AddBillerCustomer: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__AddBillerCustomer*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__AddBillerCustomer*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetCollectionsAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetCollectionsAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__GetBillersCollectionsAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__GetBillersCollectionsAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__EditCustomerBillerAccount*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__EditCustomerBillerAccount*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__ResendActivationToken: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__ResendActivationToken*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__ResendActivationToken*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__DoCustomProcessing: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__DoCustomProcessing*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__DoCustomProcessing*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__CreateBiller: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__CreateBiller*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__CreateBiller*)p->ptr); - break; - case SOAP_TYPE_interswitch___interswitch__VerifyBiller: - if (p->size < 0) - SOAP_DELETE((struct __interswitch__VerifyBiller*)p->ptr); - else - SOAP_DELETE_ARRAY((struct __interswitch__VerifyBiller*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Header: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Header*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Header*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Code: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Code*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Code*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Detail: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Detail*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Detail*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Reason: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Reason*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Reason*)p->ptr); - break; - case SOAP_TYPE_interswitch_SOAP_ENV__Fault: - if (p->size < 0) - SOAP_DELETE((struct SOAP_ENV__Fault*)p->ptr); - else - SOAP_DELETE_ARRAY((struct SOAP_ENV__Fault*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__ID: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__IDREF: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__QName: - if (p->size < 0) - SOAP_DELETE((xsd__QName*)p->ptr); - else - SOAP_DELETE_ARRAY((xsd__QName*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__anyURI: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__decimal: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_xsd__duration: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__duration: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - case SOAP_TYPE_interswitch_interswitch2__guid: - if (p->size < 0) - SOAP_DELETE((std::string*)p->ptr); - else - SOAP_DELETE_ARRAY((std::string*)p->ptr); - break; - default: return SOAP_ERR; - } - return SOAP_OK; -} - -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) -{ return soap_id_enter(soap, id, p, t, n, 0, type, arrayType, soap_instantiate); -} - -SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward(struct soap *soap, const char *href, void *p, size_t len, int st, int tt, size_t n, unsigned int k) -{ return soap_id_forward(soap, href, p, len, st, tt, n, k, soap_container_insert); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_container_insert(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -#ifdef WIN32 -#pragma warning(push) -#pragma warning(disable:4065) -#endif -{ - (void)soap; (void)st; (void)p; (void)len; (void)q; (void)n; /* appease -Wall -Werror */ - switch (tt) - { - default: - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Could not insert type=%d in %d\n", st, tt)); - } -#ifdef WIN32 -#pragma warning(pop) -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__byte(struct soap *soap, const char *tag, int id, const char *a, const char *type) -{ - return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_interswitch_xsd__byte); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_xsd__byte(struct soap *soap, const char *tag, char *a, const char *type) -{ char *p; - p = soap_inbyte(soap, tag, a, type, SOAP_TYPE_interswitch_xsd__byte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__byte(struct soap *soap, const char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__byte); - if (soap_out_xsd__byte(soap, tag?tag:"xsd:byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_xsd__byte(struct soap *soap, char *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__byte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap *soap, char *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_byte - *a = SOAP_DEFAULT_byte; -#else - *a = (char)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap *soap, const char *tag, int id, const char *a, const char *type) -{ - return soap_outbyte(soap, tag, id, a, type, SOAP_TYPE_interswitch_byte); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap *soap, const char *tag, char *a, const char *type) -{ char *p; - p = soap_inbyte(soap, tag, a, type, SOAP_TYPE_interswitch_byte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap *soap, const char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_byte); - if (soap_out_byte(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap *soap, char *p, const char *tag, const char *type) -{ - if ((p = soap_in_byte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_short(struct soap *soap, short *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_short - *a = SOAP_DEFAULT_short; -#else - *a = (short)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_short(struct soap *soap, const char *tag, int id, const short *a, const char *type) -{ - return soap_outshort(soap, tag, id, a, type, SOAP_TYPE_interswitch_short); -} - -SOAP_FMAC3 short * SOAP_FMAC4 soap_in_short(struct soap *soap, const char *tag, short *a, const char *type) -{ short *p; - p = soap_inshort(soap, tag, a, type, SOAP_TYPE_interswitch_short); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_short(struct soap *soap, const short *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_short); - if (soap_out_short(soap, tag?tag:"short", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 short * SOAP_FMAC4 soap_get_short(struct soap *soap, short *p, const char *tag, const char *type) -{ - if ((p = soap_in_short(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__char(struct soap *soap, const char *tag, int id, const int *a, const char *type) -{ - return soap_outint(soap, tag, id, a, type, SOAP_TYPE_interswitch_interswitch2__char); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_interswitch2__char(struct soap *soap, const char *tag, int *a, const char *type) -{ int *p; - p = soap_inint(soap, tag, a, type, SOAP_TYPE_interswitch_interswitch2__char); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__char(struct soap *soap, const int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__char); - if (soap_out_interswitch2__char(soap, tag?tag:"interswitch2:char", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_interswitch2__char(struct soap *soap, int *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__char(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap *soap, int *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_int - *a = SOAP_DEFAULT_int; -#else - *a = (int)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap *soap, const char *tag, int id, const int *a, const char *type) -{ - return soap_outint(soap, tag, id, a, type, SOAP_TYPE_interswitch_int); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap *soap, const char *tag, int *a, const char *type) -{ int *p; - p = soap_inint(soap, tag, a, type, SOAP_TYPE_interswitch_int); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap *soap, const int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_int); - if (soap_out_int(soap, tag?tag:"int", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap *soap, int *p, const char *tag, const char *type) -{ - if ((p = soap_in_int(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_LONG64(struct soap *soap, LONG64 *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_LONG64 - *a = SOAP_DEFAULT_LONG64; -#else - *a = (LONG64)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_LONG64(struct soap *soap, const char *tag, int id, const LONG64 *a, const char *type) -{ - return soap_outLONG64(soap, tag, id, a, type, SOAP_TYPE_interswitch_LONG64); -} - -SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_in_LONG64(struct soap *soap, const char *tag, LONG64 *a, const char *type) -{ LONG64 *p; - p = soap_inLONG64(soap, tag, a, type, SOAP_TYPE_interswitch_LONG64); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_LONG64(struct soap *soap, const LONG64 *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_LONG64); - if (soap_out_LONG64(soap, tag?tag:"long", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_get_LONG64(struct soap *soap, LONG64 *p, const char *tag, const char *type) -{ - if ((p = soap_in_LONG64(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_float(struct soap *soap, float *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_float - *a = SOAP_DEFAULT_float; -#else - *a = (float)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_float(struct soap *soap, const char *tag, int id, const float *a, const char *type) -{ - return soap_outfloat(soap, tag, id, a, type, SOAP_TYPE_interswitch_float); -} - -SOAP_FMAC3 float * SOAP_FMAC4 soap_in_float(struct soap *soap, const char *tag, float *a, const char *type) -{ float *p; - p = soap_infloat(soap, tag, a, type, SOAP_TYPE_interswitch_float); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_float(struct soap *soap, const float *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_float); - if (soap_out_float(soap, tag?tag:"float", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 float * SOAP_FMAC4 soap_get_float(struct soap *soap, float *p, const char *tag, const char *type) -{ - if ((p = soap_in_float(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_double(struct soap *soap, double *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_double - *a = SOAP_DEFAULT_double; -#else - *a = (double)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_double(struct soap *soap, const char *tag, int id, const double *a, const char *type) -{ - return soap_outdouble(soap, tag, id, a, type, SOAP_TYPE_interswitch_double); -} - -SOAP_FMAC3 double * SOAP_FMAC4 soap_in_double(struct soap *soap, const char *tag, double *a, const char *type) -{ double *p; - p = soap_indouble(soap, tag, a, type, SOAP_TYPE_interswitch_double); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_double(struct soap *soap, const double *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_double); - if (soap_out_double(soap, tag?tag:"double", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 double * SOAP_FMAC4 soap_get_double(struct soap *soap, double *p, const char *tag, const char *type) -{ - if ((p = soap_in_double(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedByte(struct soap *soap, const char *tag, int id, const unsigned char *a, const char *type) -{ - return soap_outunsignedByte(soap, tag, id, a, type, SOAP_TYPE_interswitch_xsd__unsignedByte); -} - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_xsd__unsignedByte(struct soap *soap, const char *tag, unsigned char *a, const char *type) -{ unsigned char *p; - p = soap_inunsignedByte(soap, tag, a, type, SOAP_TYPE_interswitch_xsd__unsignedByte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__unsignedByte(struct soap *soap, const unsigned char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedByte); - if (soap_out_xsd__unsignedByte(soap, tag?tag:"xsd:unsignedByte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_xsd__unsignedByte(struct soap *soap, unsigned char *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedByte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedByte(struct soap *soap, unsigned char *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_unsignedByte - *a = SOAP_DEFAULT_unsignedByte; -#else - *a = (unsigned char)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedByte(struct soap *soap, const char *tag, int id, const unsigned char *a, const char *type) -{ - return soap_outunsignedByte(soap, tag, id, a, type, SOAP_TYPE_interswitch_unsignedByte); -} - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_unsignedByte(struct soap *soap, const char *tag, unsigned char *a, const char *type) -{ unsigned char *p; - p = soap_inunsignedByte(soap, tag, a, type, SOAP_TYPE_interswitch_unsignedByte); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedByte(struct soap *soap, const unsigned char *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_unsignedByte); - if (soap_out_unsignedByte(soap, tag?tag:"unsignedByte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_unsignedByte(struct soap *soap, unsigned char *p, const char *tag, const char *type) -{ - if ((p = soap_in_unsignedByte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedShort(struct soap *soap, unsigned short *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_unsignedShort - *a = SOAP_DEFAULT_unsignedShort; -#else - *a = (unsigned short)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedShort(struct soap *soap, const char *tag, int id, const unsigned short *a, const char *type) -{ - return soap_outunsignedShort(soap, tag, id, a, type, SOAP_TYPE_interswitch_unsignedShort); -} - -SOAP_FMAC3 unsigned short * SOAP_FMAC4 soap_in_unsignedShort(struct soap *soap, const char *tag, unsigned short *a, const char *type) -{ unsigned short *p; - p = soap_inunsignedShort(soap, tag, a, type, SOAP_TYPE_interswitch_unsignedShort); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedShort(struct soap *soap, const unsigned short *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_unsignedShort); - if (soap_out_unsignedShort(soap, tag?tag:"unsignedShort", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned short * SOAP_FMAC4 soap_get_unsignedShort(struct soap *soap, unsigned short *p, const char *tag, const char *type) -{ - if ((p = soap_in_unsignedShort(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedInt(struct soap *soap, unsigned int *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_unsignedInt - *a = SOAP_DEFAULT_unsignedInt; -#else - *a = (unsigned int)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedInt(struct soap *soap, const char *tag, int id, const unsigned int *a, const char *type) -{ - return soap_outunsignedInt(soap, tag, id, a, type, SOAP_TYPE_interswitch_unsignedInt); -} - -SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_in_unsignedInt(struct soap *soap, const char *tag, unsigned int *a, const char *type) -{ unsigned int *p; - p = soap_inunsignedInt(soap, tag, a, type, SOAP_TYPE_interswitch_unsignedInt); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedInt(struct soap *soap, const unsigned int *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_unsignedInt); - if (soap_out_unsignedInt(soap, tag?tag:"unsignedInt", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_get_unsignedInt(struct soap *soap, unsigned int *p, const char *tag, const char *type) -{ - if ((p = soap_in_unsignedInt(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedLONG64(struct soap *soap, ULONG64 *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_unsignedLONG64 - *a = SOAP_DEFAULT_unsignedLONG64; -#else - *a = (ULONG64)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedLONG64(struct soap *soap, const char *tag, int id, const ULONG64 *a, const char *type) -{ - return soap_outULONG64(soap, tag, id, a, type, SOAP_TYPE_interswitch_unsignedLONG64); -} - -SOAP_FMAC3 ULONG64 * SOAP_FMAC4 soap_in_unsignedLONG64(struct soap *soap, const char *tag, ULONG64 *a, const char *type) -{ ULONG64 *p; - p = soap_inULONG64(soap, tag, a, type, SOAP_TYPE_interswitch_unsignedLONG64); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedLONG64(struct soap *soap, const ULONG64 *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_unsignedLONG64); - if (soap_out_unsignedLONG64(soap, tag?tag:"unsignedLong", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 ULONG64 * SOAP_FMAC4 soap_get_unsignedLONG64(struct soap *soap, ULONG64 *p, const char *tag, const char *type) -{ - if ((p = soap_in_unsignedLONG64(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_time(struct soap *soap, time_t *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_time - *a = SOAP_DEFAULT_time; -#else - *a = (time_t)0; -#endif -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_time(struct soap *soap, const char *tag, int id, const time_t *a, const char *type) -{ - return soap_outdateTime(soap, tag, id, a, type, SOAP_TYPE_interswitch_time); -} - -SOAP_FMAC3 time_t * SOAP_FMAC4 soap_in_time(struct soap *soap, const char *tag, time_t *a, const char *type) -{ time_t *p; - p = soap_indateTime(soap, tag, a, type, SOAP_TYPE_interswitch_time); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_time(struct soap *soap, const time_t *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_time); - if (soap_out_time(soap, tag?tag:"dateTime", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 time_t * SOAP_FMAC4 soap_get_time(struct soap *soap, time_t *p, const char *tag, const char *type) -{ - if ((p = soap_in_time(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_bool(struct soap *soap, bool *a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_bool - *a = SOAP_DEFAULT_bool; -#else - *a = (bool)0; -#endif -} - -static const struct soap_code_map soap_codes_bool[] = -{ { (long)false, "false" }, - { (long)true, "true" }, - { 0, NULL } -}; - -SOAP_FMAC3S const char* SOAP_FMAC4S soap_bool2s(struct soap *soap, bool n) -{ - (void)soap; /* appease -Wall -Werror */ -return soap_code_str(soap_codes_bool, n!=0); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_bool(struct soap *soap, const char *tag, int id, const bool *a, const char *type) -{ if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_bool), type) || soap_send(soap, soap_bool2s(soap, *a))) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC3S int SOAP_FMAC4S soap_s2bool(struct soap *soap, const char *s, bool *a) -{ - const struct soap_code_map *map; - if (!s) - return soap->error; - map = soap_code(soap_codes_bool, s); - if (map) - *a = (bool)(map->code != 0); - else - { long n; - if (soap_s2long(soap, s, &n) || n < 0 || n > 1) - return soap->error = SOAP_TYPE; - *a = (bool)(n != 0); - } - return SOAP_OK; -} - -SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_bool(struct soap *soap, const char *tag, bool *a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - if (*soap->type && soap_match_tag(soap, soap->type, type) && soap_match_tag(soap, soap->type, ":boolean")) - { soap->error = SOAP_TYPE; - return NULL; - } - a = (bool *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_bool, sizeof(bool), 0, NULL, NULL, NULL); - if (!a) - return NULL; - if (soap->body && !*soap->href) - { if (!a || soap_s2bool(soap, soap_value(soap), a) || soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (bool *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_bool, 0, sizeof(bool), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_bool(struct soap *soap, const bool *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_bool); - if (soap_out_bool(soap, tag?tag:"boolean", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_bool(struct soap *soap, bool *p, const char *tag, const char *type) -{ - if ((p = soap_in_bool(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void interswitch2__guid__::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_interswitch2__guid(soap, &this->interswitch2__guid__::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void interswitch2__guid__::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_interswitch2__guid(soap, &this->interswitch2__guid__::__item); - /* transient soap skipped */ -} - -int interswitch2__guid__::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_interswitch2__guid__(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__guid__(struct soap *soap, const char *tag, int id, const interswitch2__guid__ *a, const char *type) -{ - return soap_out_interswitch2__guid(soap, tag, id, &(a->interswitch2__guid__::__item), "interswitch2:guid"); -} - -void *interswitch2__guid__::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_interswitch2__guid__(soap, tag, this, type); -} - -SOAP_FMAC3 interswitch2__guid__ * SOAP_FMAC4 soap_in_interswitch2__guid__(struct soap *soap, const char *tag, interswitch2__guid__ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (interswitch2__guid__ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_interswitch2__guid__, sizeof(interswitch2__guid__), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_interswitch2__guid__) - return (interswitch2__guid__ *)a->soap_in(soap, tag, type); - } - if (!soap_in_interswitch2__guid(soap, tag, &(a->interswitch2__guid__::__item), "interswitch2:guid")) - return NULL; - return a; -} - -int interswitch2__guid__::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__guid__); - if (this->soap_out(soap, tag?tag:"interswitch2:guid", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *interswitch2__guid__::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_interswitch2__guid__(soap, this, tag, type); -} - -SOAP_FMAC3 interswitch2__guid__ * SOAP_FMAC4 soap_get_interswitch2__guid__(struct soap *soap, interswitch2__guid__ *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__guid__(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 interswitch2__guid__ * SOAP_FMAC2 soap_instantiate_interswitch2__guid__(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_interswitch2__guid__(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_interswitch2__guid__, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__guid__); - if (size) - *size = sizeof(interswitch2__guid__); - ((interswitch2__guid__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__guid__[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(interswitch2__guid__); - for (int i = 0; i < n; i++) - ((interswitch2__guid__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__guid__*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__guid__(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying interswitch2__guid__ %p -> %p\n", q, p)); - *(interswitch2__guid__*)p = *(interswitch2__guid__*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__guid(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_interswitch2__guid), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_interswitch2__guid(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_interswitch2__guid, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_interswitch2__guid, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_interswitch2__guid, 0, sizeof(std::string), 0, soap_copy_interswitch2__guid); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__guid(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__guid); - if (soap_out_interswitch2__guid(soap, tag?tag:"interswitch2:guid", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_interswitch2__guid(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__guid(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void interswitch2__duration__::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_interswitch2__duration(soap, &this->interswitch2__duration__::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void interswitch2__duration__::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_interswitch2__duration(soap, &this->interswitch2__duration__::__item); - /* transient soap skipped */ -} - -int interswitch2__duration__::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_interswitch2__duration__(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__duration__(struct soap *soap, const char *tag, int id, const interswitch2__duration__ *a, const char *type) -{ - return soap_out_interswitch2__duration(soap, tag, id, &(a->interswitch2__duration__::__item), "interswitch2:duration"); -} - -void *interswitch2__duration__::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_interswitch2__duration__(soap, tag, this, type); -} - -SOAP_FMAC3 interswitch2__duration__ * SOAP_FMAC4 soap_in_interswitch2__duration__(struct soap *soap, const char *tag, interswitch2__duration__ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (interswitch2__duration__ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_interswitch2__duration__, sizeof(interswitch2__duration__), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_interswitch2__duration__) - return (interswitch2__duration__ *)a->soap_in(soap, tag, type); - } - if (!soap_in_interswitch2__duration(soap, tag, &(a->interswitch2__duration__::__item), "interswitch2:duration")) - return NULL; - return a; -} - -int interswitch2__duration__::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__duration__); - if (this->soap_out(soap, tag?tag:"interswitch2:duration", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *interswitch2__duration__::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_interswitch2__duration__(soap, this, tag, type); -} - -SOAP_FMAC3 interswitch2__duration__ * SOAP_FMAC4 soap_get_interswitch2__duration__(struct soap *soap, interswitch2__duration__ *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__duration__(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 interswitch2__duration__ * SOAP_FMAC2 soap_instantiate_interswitch2__duration__(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_interswitch2__duration__(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_interswitch2__duration__, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__duration__); - if (size) - *size = sizeof(interswitch2__duration__); - ((interswitch2__duration__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__duration__[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(interswitch2__duration__); - for (int i = 0; i < n; i++) - ((interswitch2__duration__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__duration__*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__duration__(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying interswitch2__duration__ %p -> %p\n", q, p)); - *(interswitch2__duration__*)p = *(interswitch2__duration__*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__duration(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_interswitch2__duration), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_interswitch2__duration(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_interswitch2__duration, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_interswitch2__duration, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_interswitch2__duration, 0, sizeof(std::string), 0, soap_copy_interswitch2__duration); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__duration(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__duration); - if (soap_out_interswitch2__duration(soap, tag?tag:"interswitch2:duration", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_interswitch2__duration(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__duration(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void interswitch2__char__::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_interswitch2__char(soap, &this->interswitch2__char__::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void interswitch2__char__::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int interswitch2__char__::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_interswitch2__char__(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__char__(struct soap *soap, const char *tag, int id, const interswitch2__char__ *a, const char *type) -{ - return soap_out_interswitch2__char(soap, tag, id, &(a->interswitch2__char__::__item), "interswitch2:char"); -} - -void *interswitch2__char__::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_interswitch2__char__(soap, tag, this, type); -} - -SOAP_FMAC3 interswitch2__char__ * SOAP_FMAC4 soap_in_interswitch2__char__(struct soap *soap, const char *tag, interswitch2__char__ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (interswitch2__char__ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_interswitch2__char__, sizeof(interswitch2__char__), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_interswitch2__char__) - return (interswitch2__char__ *)a->soap_in(soap, tag, type); - } - if (!soap_in_interswitch2__char(soap, tag, &(a->interswitch2__char__::__item), "interswitch2:char")) - return NULL; - return a; -} - -int interswitch2__char__::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_interswitch2__char__); - if (this->soap_out(soap, tag?tag:"interswitch2:char", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *interswitch2__char__::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_interswitch2__char__(soap, this, tag, type); -} - -SOAP_FMAC3 interswitch2__char__ * SOAP_FMAC4 soap_get_interswitch2__char__(struct soap *soap, interswitch2__char__ *p, const char *tag, const char *type) -{ - if ((p = soap_in_interswitch2__char__(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 interswitch2__char__ * SOAP_FMAC2 soap_instantiate_interswitch2__char__(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_interswitch2__char__(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_interswitch2__char__, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__char__); - if (size) - *size = sizeof(interswitch2__char__); - ((interswitch2__char__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__char__[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(interswitch2__char__); - for (int i = 0; i < n; i++) - ((interswitch2__char__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__char__*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__char__(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying interswitch2__char__ %p -> %p\n", q, p)); - *(interswitch2__char__*)p = *(interswitch2__char__*)q; -} - -void _interswitch__VerifyBillerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__VerifyBillerResponse::VerifyBillerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__VerifyBillerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__VerifyBillerResponse::VerifyBillerResult); - /* transient soap skipped */ -} - -int _interswitch__VerifyBillerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__VerifyBillerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__VerifyBillerResponse(struct soap *soap, const char *tag, int id, const _interswitch__VerifyBillerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse), type)) - return soap->error; - if (a->VerifyBillerResult) - soap_element_result(soap, "interswitch:VerifyBillerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:VerifyBillerResult", -1, &(a->_interswitch__VerifyBillerResponse::VerifyBillerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__VerifyBillerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__VerifyBillerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__VerifyBillerResponse * SOAP_FMAC4 soap_in__interswitch__VerifyBillerResponse(struct soap *soap, const char *tag, _interswitch__VerifyBillerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__VerifyBillerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse, sizeof(_interswitch__VerifyBillerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__VerifyBillerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_VerifyBillerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_VerifyBillerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:VerifyBillerResult", &(a->_interswitch__VerifyBillerResponse::VerifyBillerResult), "xsd:string")) - { soap_flag_VerifyBillerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:VerifyBillerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__VerifyBillerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse, 0, sizeof(_interswitch__VerifyBillerResponse), 0, soap_copy__interswitch__VerifyBillerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__VerifyBillerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:VerifyBillerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__VerifyBillerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__VerifyBillerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__VerifyBillerResponse * SOAP_FMAC4 soap_get__interswitch__VerifyBillerResponse(struct soap *soap, _interswitch__VerifyBillerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__VerifyBillerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__VerifyBillerResponse * SOAP_FMAC2 soap_instantiate__interswitch__VerifyBillerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__VerifyBillerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__VerifyBillerResponse); - if (size) - *size = sizeof(_interswitch__VerifyBillerResponse); - ((_interswitch__VerifyBillerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__VerifyBillerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__VerifyBillerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__VerifyBillerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__VerifyBillerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__VerifyBillerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__VerifyBillerResponse %p -> %p\n", q, p)); - *(_interswitch__VerifyBillerResponse*)p = *(_interswitch__VerifyBillerResponse*)q; -} - -void _interswitch__VerifyBiller::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__VerifyBiller::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__VerifyBiller::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__VerifyBiller::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__VerifyBiller::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__VerifyBiller(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__VerifyBiller(struct soap *soap, const char *tag, int id, const _interswitch__VerifyBiller *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__VerifyBiller), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__VerifyBiller::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__VerifyBiller::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__VerifyBiller(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__VerifyBiller * SOAP_FMAC4 soap_in__interswitch__VerifyBiller(struct soap *soap, const char *tag, _interswitch__VerifyBiller *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__VerifyBiller *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__VerifyBiller, sizeof(_interswitch__VerifyBiller), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__VerifyBiller) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__VerifyBiller *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__VerifyBiller::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__VerifyBiller *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__VerifyBiller, 0, sizeof(_interswitch__VerifyBiller), 0, soap_copy__interswitch__VerifyBiller); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__VerifyBiller::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__VerifyBiller); - if (this->soap_out(soap, tag?tag:"interswitch:VerifyBiller", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__VerifyBiller::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__VerifyBiller(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__VerifyBiller * SOAP_FMAC4 soap_get__interswitch__VerifyBiller(struct soap *soap, _interswitch__VerifyBiller *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__VerifyBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__VerifyBiller * SOAP_FMAC2 soap_instantiate__interswitch__VerifyBiller(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__VerifyBiller(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__VerifyBiller, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__VerifyBiller); - if (size) - *size = sizeof(_interswitch__VerifyBiller); - ((_interswitch__VerifyBiller*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__VerifyBiller[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__VerifyBiller); - for (int i = 0; i < n; i++) - ((_interswitch__VerifyBiller*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__VerifyBiller*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__VerifyBiller(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__VerifyBiller %p -> %p\n", q, p)); - *(_interswitch__VerifyBiller*)p = *(_interswitch__VerifyBiller*)q; -} - -void _interswitch__CreateBillerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CreateBillerResponse::CreateBillerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__CreateBillerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CreateBillerResponse::CreateBillerResult); - /* transient soap skipped */ -} - -int _interswitch__CreateBillerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CreateBillerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateBillerResponse(struct soap *soap, const char *tag, int id, const _interswitch__CreateBillerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse), type)) - return soap->error; - if (a->CreateBillerResult) - soap_element_result(soap, "interswitch:CreateBillerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:CreateBillerResult", -1, &(a->_interswitch__CreateBillerResponse::CreateBillerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CreateBillerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CreateBillerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CreateBillerResponse * SOAP_FMAC4 soap_in__interswitch__CreateBillerResponse(struct soap *soap, const char *tag, _interswitch__CreateBillerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CreateBillerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse, sizeof(_interswitch__CreateBillerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CreateBillerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CreateBillerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_CreateBillerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_CreateBillerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:CreateBillerResult", &(a->_interswitch__CreateBillerResponse::CreateBillerResult), "xsd:string")) - { soap_flag_CreateBillerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:CreateBillerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CreateBillerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse, 0, sizeof(_interswitch__CreateBillerResponse), 0, soap_copy__interswitch__CreateBillerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CreateBillerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:CreateBillerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CreateBillerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CreateBillerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CreateBillerResponse * SOAP_FMAC4 soap_get__interswitch__CreateBillerResponse(struct soap *soap, _interswitch__CreateBillerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CreateBillerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CreateBillerResponse * SOAP_FMAC2 soap_instantiate__interswitch__CreateBillerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CreateBillerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateBillerResponse); - if (size) - *size = sizeof(_interswitch__CreateBillerResponse); - ((_interswitch__CreateBillerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateBillerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CreateBillerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__CreateBillerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CreateBillerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateBillerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CreateBillerResponse %p -> %p\n", q, p)); - *(_interswitch__CreateBillerResponse*)p = *(_interswitch__CreateBillerResponse*)q; -} - -void _interswitch__CreateBiller::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CreateBiller::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__CreateBiller::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CreateBiller::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__CreateBiller::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CreateBiller(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateBiller(struct soap *soap, const char *tag, int id, const _interswitch__CreateBiller *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CreateBiller), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__CreateBiller::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CreateBiller::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CreateBiller(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CreateBiller * SOAP_FMAC4 soap_in__interswitch__CreateBiller(struct soap *soap, const char *tag, _interswitch__CreateBiller *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CreateBiller *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CreateBiller, sizeof(_interswitch__CreateBiller), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CreateBiller) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CreateBiller *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__CreateBiller::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CreateBiller *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CreateBiller, 0, sizeof(_interswitch__CreateBiller), 0, soap_copy__interswitch__CreateBiller); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CreateBiller::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CreateBiller); - if (this->soap_out(soap, tag?tag:"interswitch:CreateBiller", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CreateBiller::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CreateBiller(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CreateBiller * SOAP_FMAC4 soap_get__interswitch__CreateBiller(struct soap *soap, _interswitch__CreateBiller *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CreateBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CreateBiller * SOAP_FMAC2 soap_instantiate__interswitch__CreateBiller(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CreateBiller(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CreateBiller, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateBiller); - if (size) - *size = sizeof(_interswitch__CreateBiller); - ((_interswitch__CreateBiller*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateBiller[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CreateBiller); - for (int i = 0; i < n; i++) - ((_interswitch__CreateBiller*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CreateBiller*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateBiller(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CreateBiller %p -> %p\n", q, p)); - *(_interswitch__CreateBiller*)p = *(_interswitch__CreateBiller*)q; -} - -void _interswitch__DoCustomProcessingResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoCustomProcessingResponse::DoCustomProcessingResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoCustomProcessingResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoCustomProcessingResponse::DoCustomProcessingResult); - /* transient soap skipped */ -} - -int _interswitch__DoCustomProcessingResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoCustomProcessingResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoCustomProcessingResponse(struct soap *soap, const char *tag, int id, const _interswitch__DoCustomProcessingResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse), type)) - return soap->error; - if (a->DoCustomProcessingResult) - soap_element_result(soap, "interswitch:DoCustomProcessingResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:DoCustomProcessingResult", -1, &(a->_interswitch__DoCustomProcessingResponse::DoCustomProcessingResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoCustomProcessingResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoCustomProcessingResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse * SOAP_FMAC4 soap_in__interswitch__DoCustomProcessingResponse(struct soap *soap, const char *tag, _interswitch__DoCustomProcessingResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoCustomProcessingResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse, sizeof(_interswitch__DoCustomProcessingResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoCustomProcessingResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_DoCustomProcessingResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_DoCustomProcessingResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:DoCustomProcessingResult", &(a->_interswitch__DoCustomProcessingResponse::DoCustomProcessingResult), "xsd:string")) - { soap_flag_DoCustomProcessingResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:DoCustomProcessingResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoCustomProcessingResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse, 0, sizeof(_interswitch__DoCustomProcessingResponse), 0, soap_copy__interswitch__DoCustomProcessingResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoCustomProcessingResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse); - if (this->soap_out(soap, tag?tag:"interswitch:DoCustomProcessingResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoCustomProcessingResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoCustomProcessingResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse * SOAP_FMAC4 soap_get__interswitch__DoCustomProcessingResponse(struct soap *soap, _interswitch__DoCustomProcessingResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoCustomProcessingResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoCustomProcessingResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoCustomProcessingResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoCustomProcessingResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoCustomProcessingResponse); - if (size) - *size = sizeof(_interswitch__DoCustomProcessingResponse); - ((_interswitch__DoCustomProcessingResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoCustomProcessingResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoCustomProcessingResponse); - for (int i = 0; i < n; i++) - ((_interswitch__DoCustomProcessingResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoCustomProcessingResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoCustomProcessingResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoCustomProcessingResponse %p -> %p\n", q, p)); - *(_interswitch__DoCustomProcessingResponse*)p = *(_interswitch__DoCustomProcessingResponse*)q; -} - -void _interswitch__DoCustomProcessing::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoCustomProcessing::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoCustomProcessing::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoCustomProcessing::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__DoCustomProcessing::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoCustomProcessing(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoCustomProcessing(struct soap *soap, const char *tag, int id, const _interswitch__DoCustomProcessing *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__DoCustomProcessing::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoCustomProcessing::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoCustomProcessing(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessing * SOAP_FMAC4 soap_in__interswitch__DoCustomProcessing(struct soap *soap, const char *tag, _interswitch__DoCustomProcessing *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoCustomProcessing *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing, sizeof(_interswitch__DoCustomProcessing), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoCustomProcessing) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoCustomProcessing *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__DoCustomProcessing::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoCustomProcessing *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing, 0, sizeof(_interswitch__DoCustomProcessing), 0, soap_copy__interswitch__DoCustomProcessing); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoCustomProcessing::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing); - if (this->soap_out(soap, tag?tag:"interswitch:DoCustomProcessing", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoCustomProcessing::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoCustomProcessing(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessing * SOAP_FMAC4 soap_get__interswitch__DoCustomProcessing(struct soap *soap, _interswitch__DoCustomProcessing *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoCustomProcessing(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoCustomProcessing * SOAP_FMAC2 soap_instantiate__interswitch__DoCustomProcessing(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoCustomProcessing(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoCustomProcessing); - if (size) - *size = sizeof(_interswitch__DoCustomProcessing); - ((_interswitch__DoCustomProcessing*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoCustomProcessing[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoCustomProcessing); - for (int i = 0; i < n; i++) - ((_interswitch__DoCustomProcessing*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoCustomProcessing*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoCustomProcessing(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoCustomProcessing %p -> %p\n", q, p)); - *(_interswitch__DoCustomProcessing*)p = *(_interswitch__DoCustomProcessing*)q; -} - -void _interswitch__ResendActivationTokenResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ResendActivationTokenResponse::ResendActivationTokenResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ResendActivationTokenResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ResendActivationTokenResponse::ResendActivationTokenResult); - /* transient soap skipped */ -} - -int _interswitch__ResendActivationTokenResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ResendActivationTokenResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResendActivationTokenResponse(struct soap *soap, const char *tag, int id, const _interswitch__ResendActivationTokenResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse), type)) - return soap->error; - if (a->ResendActivationTokenResult) - soap_element_result(soap, "interswitch:ResendActivationTokenResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ResendActivationTokenResult", -1, &(a->_interswitch__ResendActivationTokenResponse::ResendActivationTokenResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ResendActivationTokenResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ResendActivationTokenResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse * SOAP_FMAC4 soap_in__interswitch__ResendActivationTokenResponse(struct soap *soap, const char *tag, _interswitch__ResendActivationTokenResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ResendActivationTokenResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse, sizeof(_interswitch__ResendActivationTokenResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ResendActivationTokenResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ResendActivationTokenResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ResendActivationTokenResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ResendActivationTokenResult", &(a->_interswitch__ResendActivationTokenResponse::ResendActivationTokenResult), "xsd:string")) - { soap_flag_ResendActivationTokenResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ResendActivationTokenResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ResendActivationTokenResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse, 0, sizeof(_interswitch__ResendActivationTokenResponse), 0, soap_copy__interswitch__ResendActivationTokenResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ResendActivationTokenResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ResendActivationTokenResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ResendActivationTokenResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ResendActivationTokenResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse * SOAP_FMAC4 soap_get__interswitch__ResendActivationTokenResponse(struct soap *soap, _interswitch__ResendActivationTokenResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ResendActivationTokenResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ResendActivationTokenResponse * SOAP_FMAC2 soap_instantiate__interswitch__ResendActivationTokenResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ResendActivationTokenResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResendActivationTokenResponse); - if (size) - *size = sizeof(_interswitch__ResendActivationTokenResponse); - ((_interswitch__ResendActivationTokenResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResendActivationTokenResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ResendActivationTokenResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ResendActivationTokenResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ResendActivationTokenResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResendActivationTokenResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ResendActivationTokenResponse %p -> %p\n", q, p)); - *(_interswitch__ResendActivationTokenResponse*)p = *(_interswitch__ResendActivationTokenResponse*)q; -} - -void _interswitch__ResendActivationToken::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ResendActivationToken::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ResendActivationToken::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ResendActivationToken::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ResendActivationToken::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ResendActivationToken(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResendActivationToken(struct soap *soap, const char *tag, int id, const _interswitch__ResendActivationToken *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ResendActivationToken), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ResendActivationToken::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ResendActivationToken::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ResendActivationToken(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationToken * SOAP_FMAC4 soap_in__interswitch__ResendActivationToken(struct soap *soap, const char *tag, _interswitch__ResendActivationToken *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ResendActivationToken *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ResendActivationToken, sizeof(_interswitch__ResendActivationToken), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ResendActivationToken) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ResendActivationToken *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ResendActivationToken::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ResendActivationToken *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ResendActivationToken, 0, sizeof(_interswitch__ResendActivationToken), 0, soap_copy__interswitch__ResendActivationToken); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ResendActivationToken::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ResendActivationToken); - if (this->soap_out(soap, tag?tag:"interswitch:ResendActivationToken", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ResendActivationToken::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ResendActivationToken(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationToken * SOAP_FMAC4 soap_get__interswitch__ResendActivationToken(struct soap *soap, _interswitch__ResendActivationToken *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ResendActivationToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ResendActivationToken * SOAP_FMAC2 soap_instantiate__interswitch__ResendActivationToken(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ResendActivationToken(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ResendActivationToken, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResendActivationToken); - if (size) - *size = sizeof(_interswitch__ResendActivationToken); - ((_interswitch__ResendActivationToken*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResendActivationToken[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ResendActivationToken); - for (int i = 0; i < n; i++) - ((_interswitch__ResendActivationToken*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ResendActivationToken*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResendActivationToken(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ResendActivationToken %p -> %p\n", q, p)); - *(_interswitch__ResendActivationToken*)p = *(_interswitch__ResendActivationToken*)q; -} - -void _interswitch__EditCustomerBillerAccountResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__EditCustomerBillerAccountResponse::EditCustomerBillerAccountResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__EditCustomerBillerAccountResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__EditCustomerBillerAccountResponse::EditCustomerBillerAccountResult); - /* transient soap skipped */ -} - -int _interswitch__EditCustomerBillerAccountResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__EditCustomerBillerAccountResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, const char *tag, int id, const _interswitch__EditCustomerBillerAccountResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse), type)) - return soap->error; - if (a->EditCustomerBillerAccountResult) - soap_element_result(soap, "interswitch:EditCustomerBillerAccountResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:EditCustomerBillerAccountResult", -1, &(a->_interswitch__EditCustomerBillerAccountResponse::EditCustomerBillerAccountResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__EditCustomerBillerAccountResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__EditCustomerBillerAccountResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC4 soap_in__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, const char *tag, _interswitch__EditCustomerBillerAccountResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__EditCustomerBillerAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse, sizeof(_interswitch__EditCustomerBillerAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__EditCustomerBillerAccountResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_EditCustomerBillerAccountResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_EditCustomerBillerAccountResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:EditCustomerBillerAccountResult", &(a->_interswitch__EditCustomerBillerAccountResponse::EditCustomerBillerAccountResult), "xsd:string")) - { soap_flag_EditCustomerBillerAccountResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:EditCustomerBillerAccountResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__EditCustomerBillerAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse, 0, sizeof(_interswitch__EditCustomerBillerAccountResponse), 0, soap_copy__interswitch__EditCustomerBillerAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__EditCustomerBillerAccountResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse); - if (this->soap_out(soap, tag?tag:"interswitch:EditCustomerBillerAccountResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__EditCustomerBillerAccountResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__EditCustomerBillerAccountResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC4 soap_get__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, _interswitch__EditCustomerBillerAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__EditCustomerBillerAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__EditCustomerBillerAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__EditCustomerBillerAccountResponse); - if (size) - *size = sizeof(_interswitch__EditCustomerBillerAccountResponse); - ((_interswitch__EditCustomerBillerAccountResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__EditCustomerBillerAccountResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__EditCustomerBillerAccountResponse); - for (int i = 0; i < n; i++) - ((_interswitch__EditCustomerBillerAccountResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__EditCustomerBillerAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__EditCustomerBillerAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__EditCustomerBillerAccountResponse %p -> %p\n", q, p)); - *(_interswitch__EditCustomerBillerAccountResponse*)p = *(_interswitch__EditCustomerBillerAccountResponse*)q; -} - -void _interswitch__EditCustomerBillerAccount::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__EditCustomerBillerAccount::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__EditCustomerBillerAccount::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__EditCustomerBillerAccount::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__EditCustomerBillerAccount::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__EditCustomerBillerAccount(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, int id, const _interswitch__EditCustomerBillerAccount *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__EditCustomerBillerAccount::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__EditCustomerBillerAccount::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__EditCustomerBillerAccount(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_in__interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, _interswitch__EditCustomerBillerAccount *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__EditCustomerBillerAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount, sizeof(_interswitch__EditCustomerBillerAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__EditCustomerBillerAccount *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__EditCustomerBillerAccount::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__EditCustomerBillerAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount, 0, sizeof(_interswitch__EditCustomerBillerAccount), 0, soap_copy__interswitch__EditCustomerBillerAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__EditCustomerBillerAccount::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount); - if (this->soap_out(soap, tag?tag:"interswitch:EditCustomerBillerAccount", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__EditCustomerBillerAccount::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__EditCustomerBillerAccount(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_get__interswitch__EditCustomerBillerAccount(struct soap *soap, _interswitch__EditCustomerBillerAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__EditCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__EditCustomerBillerAccount * SOAP_FMAC2 soap_instantiate__interswitch__EditCustomerBillerAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__EditCustomerBillerAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__EditCustomerBillerAccount); - if (size) - *size = sizeof(_interswitch__EditCustomerBillerAccount); - ((_interswitch__EditCustomerBillerAccount*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__EditCustomerBillerAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__EditCustomerBillerAccount); - for (int i = 0; i < n; i++) - ((_interswitch__EditCustomerBillerAccount*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__EditCustomerBillerAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__EditCustomerBillerAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__EditCustomerBillerAccount %p -> %p\n", q, p)); - *(_interswitch__EditCustomerBillerAccount*)p = *(_interswitch__EditCustomerBillerAccount*)q; -} - -void _interswitch__GetBillersCollectionsAccountResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillersCollectionsAccountResponse::GetBillersCollectionsAccountResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillersCollectionsAccountResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillersCollectionsAccountResponse::GetBillersCollectionsAccountResult); - /* transient soap skipped */ -} - -int _interswitch__GetBillersCollectionsAccountResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillersCollectionsAccountResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetBillersCollectionsAccountResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse), type)) - return soap->error; - if (a->GetBillersCollectionsAccountResult) - soap_element_result(soap, "interswitch:GetBillersCollectionsAccountResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetBillersCollectionsAccountResult", -1, &(a->_interswitch__GetBillersCollectionsAccountResponse::GetBillersCollectionsAccountResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillersCollectionsAccountResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillersCollectionsAccountResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC4 soap_in__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, const char *tag, _interswitch__GetBillersCollectionsAccountResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillersCollectionsAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse, sizeof(_interswitch__GetBillersCollectionsAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillersCollectionsAccountResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetBillersCollectionsAccountResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetBillersCollectionsAccountResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetBillersCollectionsAccountResult", &(a->_interswitch__GetBillersCollectionsAccountResponse::GetBillersCollectionsAccountResult), "xsd:string")) - { soap_flag_GetBillersCollectionsAccountResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetBillersCollectionsAccountResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillersCollectionsAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse, 0, sizeof(_interswitch__GetBillersCollectionsAccountResponse), 0, soap_copy__interswitch__GetBillersCollectionsAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillersCollectionsAccountResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillersCollectionsAccountResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillersCollectionsAccountResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillersCollectionsAccountResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC4 soap_get__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, _interswitch__GetBillersCollectionsAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillersCollectionsAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersCollectionsAccountResponse); - if (size) - *size = sizeof(_interswitch__GetBillersCollectionsAccountResponse); - ((_interswitch__GetBillersCollectionsAccountResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersCollectionsAccountResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillersCollectionsAccountResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillersCollectionsAccountResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillersCollectionsAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillersCollectionsAccountResponse %p -> %p\n", q, p)); - *(_interswitch__GetBillersCollectionsAccountResponse*)p = *(_interswitch__GetBillersCollectionsAccountResponse*)q; -} - -void _interswitch__GetBillersCollectionsAccount::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillersCollectionsAccount::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillersCollectionsAccount::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillersCollectionsAccount::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetBillersCollectionsAccount::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillersCollectionsAccount(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, int id, const _interswitch__GetBillersCollectionsAccount *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetBillersCollectionsAccount::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillersCollectionsAccount::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillersCollectionsAccount(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_in__interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, _interswitch__GetBillersCollectionsAccount *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillersCollectionsAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount, sizeof(_interswitch__GetBillersCollectionsAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillersCollectionsAccount *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetBillersCollectionsAccount::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillersCollectionsAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount, 0, sizeof(_interswitch__GetBillersCollectionsAccount), 0, soap_copy__interswitch__GetBillersCollectionsAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillersCollectionsAccount::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillersCollectionsAccount", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillersCollectionsAccount::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillersCollectionsAccount(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_get__interswitch__GetBillersCollectionsAccount(struct soap *soap, _interswitch__GetBillersCollectionsAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillersCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersCollectionsAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillersCollectionsAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersCollectionsAccount); - if (size) - *size = sizeof(_interswitch__GetBillersCollectionsAccount); - ((_interswitch__GetBillersCollectionsAccount*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersCollectionsAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillersCollectionsAccount); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillersCollectionsAccount*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillersCollectionsAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersCollectionsAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillersCollectionsAccount %p -> %p\n", q, p)); - *(_interswitch__GetBillersCollectionsAccount*)p = *(_interswitch__GetBillersCollectionsAccount*)q; -} - -void _interswitch__GetCollectionsAccountResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCollectionsAccountResponse::GetCollectionsAccountResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCollectionsAccountResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCollectionsAccountResponse::GetCollectionsAccountResult); - /* transient soap skipped */ -} - -int _interswitch__GetCollectionsAccountResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCollectionsAccountResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCollectionsAccountResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetCollectionsAccountResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse), type)) - return soap->error; - if (a->GetCollectionsAccountResult) - soap_element_result(soap, "interswitch:GetCollectionsAccountResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetCollectionsAccountResult", -1, &(a->_interswitch__GetCollectionsAccountResponse::GetCollectionsAccountResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCollectionsAccountResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCollectionsAccountResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC4 soap_in__interswitch__GetCollectionsAccountResponse(struct soap *soap, const char *tag, _interswitch__GetCollectionsAccountResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCollectionsAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse, sizeof(_interswitch__GetCollectionsAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCollectionsAccountResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetCollectionsAccountResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetCollectionsAccountResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetCollectionsAccountResult", &(a->_interswitch__GetCollectionsAccountResponse::GetCollectionsAccountResult), "xsd:string")) - { soap_flag_GetCollectionsAccountResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetCollectionsAccountResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCollectionsAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse, 0, sizeof(_interswitch__GetCollectionsAccountResponse), 0, soap_copy__interswitch__GetCollectionsAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCollectionsAccountResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetCollectionsAccountResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCollectionsAccountResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCollectionsAccountResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC4 soap_get__interswitch__GetCollectionsAccountResponse(struct soap *soap, _interswitch__GetCollectionsAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCollectionsAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCollectionsAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCollectionsAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCollectionsAccountResponse); - if (size) - *size = sizeof(_interswitch__GetCollectionsAccountResponse); - ((_interswitch__GetCollectionsAccountResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCollectionsAccountResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCollectionsAccountResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetCollectionsAccountResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCollectionsAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCollectionsAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCollectionsAccountResponse %p -> %p\n", q, p)); - *(_interswitch__GetCollectionsAccountResponse*)p = *(_interswitch__GetCollectionsAccountResponse*)q; -} - -void _interswitch__GetCollectionsAccount::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCollectionsAccount::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCollectionsAccount::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCollectionsAccount::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetCollectionsAccount::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCollectionsAccount(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, int id, const _interswitch__GetCollectionsAccount *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetCollectionsAccount::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCollectionsAccount::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCollectionsAccount(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_in__interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, _interswitch__GetCollectionsAccount *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCollectionsAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount, sizeof(_interswitch__GetCollectionsAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCollectionsAccount *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetCollectionsAccount::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCollectionsAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount, 0, sizeof(_interswitch__GetCollectionsAccount), 0, soap_copy__interswitch__GetCollectionsAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCollectionsAccount::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount); - if (this->soap_out(soap, tag?tag:"interswitch:GetCollectionsAccount", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCollectionsAccount::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCollectionsAccount(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_get__interswitch__GetCollectionsAccount(struct soap *soap, _interswitch__GetCollectionsAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCollectionsAccount * SOAP_FMAC2 soap_instantiate__interswitch__GetCollectionsAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCollectionsAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCollectionsAccount); - if (size) - *size = sizeof(_interswitch__GetCollectionsAccount); - ((_interswitch__GetCollectionsAccount*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCollectionsAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCollectionsAccount); - for (int i = 0; i < n; i++) - ((_interswitch__GetCollectionsAccount*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCollectionsAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCollectionsAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCollectionsAccount %p -> %p\n", q, p)); - *(_interswitch__GetCollectionsAccount*)p = *(_interswitch__GetCollectionsAccount*)q; -} - -void _interswitch__AddBillerCustomerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AddBillerCustomerResponse::AddBillerCustomerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AddBillerCustomerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AddBillerCustomerResponse::AddBillerCustomerResult); - /* transient soap skipped */ -} - -int _interswitch__AddBillerCustomerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AddBillerCustomerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddBillerCustomerResponse(struct soap *soap, const char *tag, int id, const _interswitch__AddBillerCustomerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse), type)) - return soap->error; - if (a->AddBillerCustomerResult) - soap_element_result(soap, "interswitch:AddBillerCustomerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AddBillerCustomerResult", -1, &(a->_interswitch__AddBillerCustomerResponse::AddBillerCustomerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AddBillerCustomerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AddBillerCustomerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse * SOAP_FMAC4 soap_in__interswitch__AddBillerCustomerResponse(struct soap *soap, const char *tag, _interswitch__AddBillerCustomerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AddBillerCustomerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse, sizeof(_interswitch__AddBillerCustomerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AddBillerCustomerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AddBillerCustomerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AddBillerCustomerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AddBillerCustomerResult", &(a->_interswitch__AddBillerCustomerResponse::AddBillerCustomerResult), "xsd:string")) - { soap_flag_AddBillerCustomerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AddBillerCustomerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AddBillerCustomerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse, 0, sizeof(_interswitch__AddBillerCustomerResponse), 0, soap_copy__interswitch__AddBillerCustomerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AddBillerCustomerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AddBillerCustomerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AddBillerCustomerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AddBillerCustomerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse * SOAP_FMAC4 soap_get__interswitch__AddBillerCustomerResponse(struct soap *soap, _interswitch__AddBillerCustomerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AddBillerCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AddBillerCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__AddBillerCustomerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AddBillerCustomerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddBillerCustomerResponse); - if (size) - *size = sizeof(_interswitch__AddBillerCustomerResponse); - ((_interswitch__AddBillerCustomerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddBillerCustomerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AddBillerCustomerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AddBillerCustomerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AddBillerCustomerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddBillerCustomerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AddBillerCustomerResponse %p -> %p\n", q, p)); - *(_interswitch__AddBillerCustomerResponse*)p = *(_interswitch__AddBillerCustomerResponse*)q; -} - -void _interswitch__AddBillerCustomer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AddBillerCustomer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AddBillerCustomer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AddBillerCustomer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AddBillerCustomer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AddBillerCustomer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddBillerCustomer(struct soap *soap, const char *tag, int id, const _interswitch__AddBillerCustomer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AddBillerCustomer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AddBillerCustomer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AddBillerCustomer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomer * SOAP_FMAC4 soap_in__interswitch__AddBillerCustomer(struct soap *soap, const char *tag, _interswitch__AddBillerCustomer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AddBillerCustomer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer, sizeof(_interswitch__AddBillerCustomer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AddBillerCustomer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AddBillerCustomer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AddBillerCustomer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AddBillerCustomer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer, 0, sizeof(_interswitch__AddBillerCustomer), 0, soap_copy__interswitch__AddBillerCustomer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AddBillerCustomer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer); - if (this->soap_out(soap, tag?tag:"interswitch:AddBillerCustomer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AddBillerCustomer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AddBillerCustomer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomer * SOAP_FMAC4 soap_get__interswitch__AddBillerCustomer(struct soap *soap, _interswitch__AddBillerCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AddBillerCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AddBillerCustomer * SOAP_FMAC2 soap_instantiate__interswitch__AddBillerCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AddBillerCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddBillerCustomer); - if (size) - *size = sizeof(_interswitch__AddBillerCustomer); - ((_interswitch__AddBillerCustomer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddBillerCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AddBillerCustomer); - for (int i = 0; i < n; i++) - ((_interswitch__AddBillerCustomer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AddBillerCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddBillerCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AddBillerCustomer %p -> %p\n", q, p)); - *(_interswitch__AddBillerCustomer*)p = *(_interswitch__AddBillerCustomer*)q; -} - -void _interswitch__GetCustomerPaymentsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCustomerPaymentsResponse::GetCustomerPaymentsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCustomerPaymentsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCustomerPaymentsResponse::GetCustomerPaymentsResult); - /* transient soap skipped */ -} - -int _interswitch__GetCustomerPaymentsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCustomerPaymentsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerPaymentsResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetCustomerPaymentsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse), type)) - return soap->error; - if (a->GetCustomerPaymentsResult) - soap_element_result(soap, "interswitch:GetCustomerPaymentsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetCustomerPaymentsResult", -1, &(a->_interswitch__GetCustomerPaymentsResponse::GetCustomerPaymentsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCustomerPaymentsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCustomerPaymentsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC4 soap_in__interswitch__GetCustomerPaymentsResponse(struct soap *soap, const char *tag, _interswitch__GetCustomerPaymentsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCustomerPaymentsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse, sizeof(_interswitch__GetCustomerPaymentsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCustomerPaymentsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetCustomerPaymentsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetCustomerPaymentsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetCustomerPaymentsResult", &(a->_interswitch__GetCustomerPaymentsResponse::GetCustomerPaymentsResult), "xsd:string")) - { soap_flag_GetCustomerPaymentsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetCustomerPaymentsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCustomerPaymentsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse, 0, sizeof(_interswitch__GetCustomerPaymentsResponse), 0, soap_copy__interswitch__GetCustomerPaymentsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCustomerPaymentsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetCustomerPaymentsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCustomerPaymentsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCustomerPaymentsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC4 soap_get__interswitch__GetCustomerPaymentsResponse(struct soap *soap, _interswitch__GetCustomerPaymentsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCustomerPaymentsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerPaymentsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCustomerPaymentsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerPaymentsResponse); - if (size) - *size = sizeof(_interswitch__GetCustomerPaymentsResponse); - ((_interswitch__GetCustomerPaymentsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerPaymentsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCustomerPaymentsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetCustomerPaymentsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCustomerPaymentsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerPaymentsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCustomerPaymentsResponse %p -> %p\n", q, p)); - *(_interswitch__GetCustomerPaymentsResponse*)p = *(_interswitch__GetCustomerPaymentsResponse*)q; -} - -void _interswitch__GetCustomerPayments::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCustomerPayments::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCustomerPayments::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCustomerPayments::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetCustomerPayments::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCustomerPayments(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerPayments(struct soap *soap, const char *tag, int id, const _interswitch__GetCustomerPayments *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetCustomerPayments::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCustomerPayments::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCustomerPayments(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPayments * SOAP_FMAC4 soap_in__interswitch__GetCustomerPayments(struct soap *soap, const char *tag, _interswitch__GetCustomerPayments *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCustomerPayments *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments, sizeof(_interswitch__GetCustomerPayments), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCustomerPayments) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCustomerPayments *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetCustomerPayments::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCustomerPayments *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments, 0, sizeof(_interswitch__GetCustomerPayments), 0, soap_copy__interswitch__GetCustomerPayments); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCustomerPayments::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments); - if (this->soap_out(soap, tag?tag:"interswitch:GetCustomerPayments", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCustomerPayments::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCustomerPayments(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPayments * SOAP_FMAC4 soap_get__interswitch__GetCustomerPayments(struct soap *soap, _interswitch__GetCustomerPayments *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCustomerPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCustomerPayments * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerPayments(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCustomerPayments(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerPayments); - if (size) - *size = sizeof(_interswitch__GetCustomerPayments); - ((_interswitch__GetCustomerPayments*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerPayments[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCustomerPayments); - for (int i = 0; i < n; i++) - ((_interswitch__GetCustomerPayments*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCustomerPayments*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerPayments(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCustomerPayments %p -> %p\n", q, p)); - *(_interswitch__GetCustomerPayments*)p = *(_interswitch__GetCustomerPayments*)q; -} - -void _interswitch__GetCustomerBillerAccountsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCustomerBillerAccountsResponse::GetCustomerBillerAccountsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCustomerBillerAccountsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCustomerBillerAccountsResponse::GetCustomerBillerAccountsResult); - /* transient soap skipped */ -} - -int _interswitch__GetCustomerBillerAccountsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCustomerBillerAccountsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetCustomerBillerAccountsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse), type)) - return soap->error; - if (a->GetCustomerBillerAccountsResult) - soap_element_result(soap, "interswitch:GetCustomerBillerAccountsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetCustomerBillerAccountsResult", -1, &(a->_interswitch__GetCustomerBillerAccountsResponse::GetCustomerBillerAccountsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCustomerBillerAccountsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCustomerBillerAccountsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC4 soap_in__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, const char *tag, _interswitch__GetCustomerBillerAccountsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCustomerBillerAccountsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse, sizeof(_interswitch__GetCustomerBillerAccountsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCustomerBillerAccountsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetCustomerBillerAccountsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetCustomerBillerAccountsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetCustomerBillerAccountsResult", &(a->_interswitch__GetCustomerBillerAccountsResponse::GetCustomerBillerAccountsResult), "xsd:string")) - { soap_flag_GetCustomerBillerAccountsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetCustomerBillerAccountsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCustomerBillerAccountsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse, 0, sizeof(_interswitch__GetCustomerBillerAccountsResponse), 0, soap_copy__interswitch__GetCustomerBillerAccountsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCustomerBillerAccountsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetCustomerBillerAccountsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCustomerBillerAccountsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCustomerBillerAccountsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC4 soap_get__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, _interswitch__GetCustomerBillerAccountsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCustomerBillerAccountsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerBillerAccountsResponse); - if (size) - *size = sizeof(_interswitch__GetCustomerBillerAccountsResponse); - ((_interswitch__GetCustomerBillerAccountsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerBillerAccountsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCustomerBillerAccountsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetCustomerBillerAccountsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCustomerBillerAccountsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCustomerBillerAccountsResponse %p -> %p\n", q, p)); - *(_interswitch__GetCustomerBillerAccountsResponse*)p = *(_interswitch__GetCustomerBillerAccountsResponse*)q; -} - -void _interswitch__GetCustomerBillerAccounts::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetCustomerBillerAccounts::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetCustomerBillerAccounts::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetCustomerBillerAccounts::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetCustomerBillerAccounts::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetCustomerBillerAccounts(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, int id, const _interswitch__GetCustomerBillerAccounts *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetCustomerBillerAccounts::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetCustomerBillerAccounts::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetCustomerBillerAccounts(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_in__interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, _interswitch__GetCustomerBillerAccounts *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetCustomerBillerAccounts *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts, sizeof(_interswitch__GetCustomerBillerAccounts), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetCustomerBillerAccounts *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetCustomerBillerAccounts::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetCustomerBillerAccounts *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts, 0, sizeof(_interswitch__GetCustomerBillerAccounts), 0, soap_copy__interswitch__GetCustomerBillerAccounts); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetCustomerBillerAccounts::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts); - if (this->soap_out(soap, tag?tag:"interswitch:GetCustomerBillerAccounts", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetCustomerBillerAccounts::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetCustomerBillerAccounts(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_get__interswitch__GetCustomerBillerAccounts(struct soap *soap, _interswitch__GetCustomerBillerAccounts *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetCustomerBillerAccounts(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerBillerAccounts(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetCustomerBillerAccounts(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerBillerAccounts); - if (size) - *size = sizeof(_interswitch__GetCustomerBillerAccounts); - ((_interswitch__GetCustomerBillerAccounts*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetCustomerBillerAccounts[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetCustomerBillerAccounts); - for (int i = 0; i < n; i++) - ((_interswitch__GetCustomerBillerAccounts*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetCustomerBillerAccounts*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerBillerAccounts(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetCustomerBillerAccounts %p -> %p\n", q, p)); - *(_interswitch__GetCustomerBillerAccounts*)p = *(_interswitch__GetCustomerBillerAccounts*)q; -} - -void _interswitch__AddCustomerBillerAccountResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AddCustomerBillerAccountResponse::AddCustomerBillerAccountResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AddCustomerBillerAccountResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AddCustomerBillerAccountResponse::AddCustomerBillerAccountResult); - /* transient soap skipped */ -} - -int _interswitch__AddCustomerBillerAccountResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AddCustomerBillerAccountResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, const char *tag, int id, const _interswitch__AddCustomerBillerAccountResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse), type)) - return soap->error; - if (a->AddCustomerBillerAccountResult) - soap_element_result(soap, "interswitch:AddCustomerBillerAccountResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AddCustomerBillerAccountResult", -1, &(a->_interswitch__AddCustomerBillerAccountResponse::AddCustomerBillerAccountResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AddCustomerBillerAccountResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AddCustomerBillerAccountResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC4 soap_in__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, const char *tag, _interswitch__AddCustomerBillerAccountResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AddCustomerBillerAccountResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse, sizeof(_interswitch__AddCustomerBillerAccountResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AddCustomerBillerAccountResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AddCustomerBillerAccountResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AddCustomerBillerAccountResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AddCustomerBillerAccountResult", &(a->_interswitch__AddCustomerBillerAccountResponse::AddCustomerBillerAccountResult), "xsd:string")) - { soap_flag_AddCustomerBillerAccountResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AddCustomerBillerAccountResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AddCustomerBillerAccountResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse, 0, sizeof(_interswitch__AddCustomerBillerAccountResponse), 0, soap_copy__interswitch__AddCustomerBillerAccountResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AddCustomerBillerAccountResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AddCustomerBillerAccountResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AddCustomerBillerAccountResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AddCustomerBillerAccountResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC4 soap_get__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, _interswitch__AddCustomerBillerAccountResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AddCustomerBillerAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AddCustomerBillerAccountResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddCustomerBillerAccountResponse); - if (size) - *size = sizeof(_interswitch__AddCustomerBillerAccountResponse); - ((_interswitch__AddCustomerBillerAccountResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddCustomerBillerAccountResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AddCustomerBillerAccountResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AddCustomerBillerAccountResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AddCustomerBillerAccountResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddCustomerBillerAccountResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AddCustomerBillerAccountResponse %p -> %p\n", q, p)); - *(_interswitch__AddCustomerBillerAccountResponse*)p = *(_interswitch__AddCustomerBillerAccountResponse*)q; -} - -void _interswitch__AddCustomerBillerAccount::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AddCustomerBillerAccount::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AddCustomerBillerAccount::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AddCustomerBillerAccount::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AddCustomerBillerAccount::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AddCustomerBillerAccount(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, int id, const _interswitch__AddCustomerBillerAccount *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AddCustomerBillerAccount::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AddCustomerBillerAccount::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AddCustomerBillerAccount(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_in__interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, _interswitch__AddCustomerBillerAccount *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AddCustomerBillerAccount *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount, sizeof(_interswitch__AddCustomerBillerAccount), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AddCustomerBillerAccount *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AddCustomerBillerAccount::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AddCustomerBillerAccount *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount, 0, sizeof(_interswitch__AddCustomerBillerAccount), 0, soap_copy__interswitch__AddCustomerBillerAccount); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AddCustomerBillerAccount::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount); - if (this->soap_out(soap, tag?tag:"interswitch:AddCustomerBillerAccount", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AddCustomerBillerAccount::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AddCustomerBillerAccount(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_get__interswitch__AddCustomerBillerAccount(struct soap *soap, _interswitch__AddCustomerBillerAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AddCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AddCustomerBillerAccount * SOAP_FMAC2 soap_instantiate__interswitch__AddCustomerBillerAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AddCustomerBillerAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddCustomerBillerAccount); - if (size) - *size = sizeof(_interswitch__AddCustomerBillerAccount); - ((_interswitch__AddCustomerBillerAccount*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AddCustomerBillerAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AddCustomerBillerAccount); - for (int i = 0; i < n; i++) - ((_interswitch__AddCustomerBillerAccount*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AddCustomerBillerAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddCustomerBillerAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AddCustomerBillerAccount %p -> %p\n", q, p)); - *(_interswitch__AddCustomerBillerAccount*)p = *(_interswitch__AddCustomerBillerAccount*)q; -} - -void _interswitch__SendPaymentsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendPaymentsResponse::SendPaymentsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendPaymentsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendPaymentsResponse::SendPaymentsResult); - /* transient soap skipped */ -} - -int _interswitch__SendPaymentsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendPaymentsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendPaymentsResponse(struct soap *soap, const char *tag, int id, const _interswitch__SendPaymentsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse), type)) - return soap->error; - if (a->SendPaymentsResult) - soap_element_result(soap, "interswitch:SendPaymentsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:SendPaymentsResult", -1, &(a->_interswitch__SendPaymentsResponse::SendPaymentsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendPaymentsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendPaymentsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendPaymentsResponse * SOAP_FMAC4 soap_in__interswitch__SendPaymentsResponse(struct soap *soap, const char *tag, _interswitch__SendPaymentsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendPaymentsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse, sizeof(_interswitch__SendPaymentsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendPaymentsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_SendPaymentsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SendPaymentsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:SendPaymentsResult", &(a->_interswitch__SendPaymentsResponse::SendPaymentsResult), "xsd:string")) - { soap_flag_SendPaymentsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:SendPaymentsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendPaymentsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse, 0, sizeof(_interswitch__SendPaymentsResponse), 0, soap_copy__interswitch__SendPaymentsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendPaymentsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:SendPaymentsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendPaymentsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendPaymentsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendPaymentsResponse * SOAP_FMAC4 soap_get__interswitch__SendPaymentsResponse(struct soap *soap, _interswitch__SendPaymentsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendPaymentsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendPaymentsResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendPaymentsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendPaymentsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendPaymentsResponse); - if (size) - *size = sizeof(_interswitch__SendPaymentsResponse); - ((_interswitch__SendPaymentsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendPaymentsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendPaymentsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__SendPaymentsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendPaymentsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendPaymentsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendPaymentsResponse %p -> %p\n", q, p)); - *(_interswitch__SendPaymentsResponse*)p = *(_interswitch__SendPaymentsResponse*)q; -} - -void _interswitch__SendPayments::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendPayments::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendPayments::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendPayments::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__SendPayments::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendPayments(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendPayments(struct soap *soap, const char *tag, int id, const _interswitch__SendPayments *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendPayments), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__SendPayments::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendPayments::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendPayments(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendPayments * SOAP_FMAC4 soap_in__interswitch__SendPayments(struct soap *soap, const char *tag, _interswitch__SendPayments *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendPayments *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendPayments, sizeof(_interswitch__SendPayments), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendPayments) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendPayments *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__SendPayments::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendPayments *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendPayments, 0, sizeof(_interswitch__SendPayments), 0, soap_copy__interswitch__SendPayments); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendPayments::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendPayments); - if (this->soap_out(soap, tag?tag:"interswitch:SendPayments", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendPayments::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendPayments(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendPayments * SOAP_FMAC4 soap_get__interswitch__SendPayments(struct soap *soap, _interswitch__SendPayments *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendPayments * SOAP_FMAC2 soap_instantiate__interswitch__SendPayments(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendPayments(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendPayments, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendPayments); - if (size) - *size = sizeof(_interswitch__SendPayments); - ((_interswitch__SendPayments*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendPayments[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendPayments); - for (int i = 0; i < n; i++) - ((_interswitch__SendPayments*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendPayments*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendPayments(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendPayments %p -> %p\n", q, p)); - *(_interswitch__SendPayments*)p = *(_interswitch__SendPayments*)q; -} - -void _interswitch__SendBillPaymentAdviceResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendBillPaymentAdviceResponse::SendBillPaymentAdviceResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendBillPaymentAdviceResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendBillPaymentAdviceResponse::SendBillPaymentAdviceResult); - /* transient soap skipped */ -} - -int _interswitch__SendBillPaymentAdviceResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendBillPaymentAdviceResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, const char *tag, int id, const _interswitch__SendBillPaymentAdviceResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse), type)) - return soap->error; - if (a->SendBillPaymentAdviceResult) - soap_element_result(soap, "interswitch:SendBillPaymentAdviceResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:SendBillPaymentAdviceResult", -1, &(a->_interswitch__SendBillPaymentAdviceResponse::SendBillPaymentAdviceResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendBillPaymentAdviceResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendBillPaymentAdviceResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC4 soap_in__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, const char *tag, _interswitch__SendBillPaymentAdviceResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendBillPaymentAdviceResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse, sizeof(_interswitch__SendBillPaymentAdviceResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendBillPaymentAdviceResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_SendBillPaymentAdviceResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SendBillPaymentAdviceResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:SendBillPaymentAdviceResult", &(a->_interswitch__SendBillPaymentAdviceResponse::SendBillPaymentAdviceResult), "xsd:string")) - { soap_flag_SendBillPaymentAdviceResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:SendBillPaymentAdviceResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendBillPaymentAdviceResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse, 0, sizeof(_interswitch__SendBillPaymentAdviceResponse), 0, soap_copy__interswitch__SendBillPaymentAdviceResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendBillPaymentAdviceResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse); - if (this->soap_out(soap, tag?tag:"interswitch:SendBillPaymentAdviceResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendBillPaymentAdviceResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendBillPaymentAdviceResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC4 soap_get__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, _interswitch__SendBillPaymentAdviceResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendBillPaymentAdviceResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendBillPaymentAdviceResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendBillPaymentAdviceResponse); - if (size) - *size = sizeof(_interswitch__SendBillPaymentAdviceResponse); - ((_interswitch__SendBillPaymentAdviceResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendBillPaymentAdviceResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendBillPaymentAdviceResponse); - for (int i = 0; i < n; i++) - ((_interswitch__SendBillPaymentAdviceResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendBillPaymentAdviceResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendBillPaymentAdviceResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendBillPaymentAdviceResponse %p -> %p\n", q, p)); - *(_interswitch__SendBillPaymentAdviceResponse*)p = *(_interswitch__SendBillPaymentAdviceResponse*)q; -} - -void _interswitch__SendBillPaymentAdvice::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendBillPaymentAdvice::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendBillPaymentAdvice::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendBillPaymentAdvice::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__SendBillPaymentAdvice::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendBillPaymentAdvice(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, int id, const _interswitch__SendBillPaymentAdvice *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__SendBillPaymentAdvice::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendBillPaymentAdvice::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendBillPaymentAdvice(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_in__interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, _interswitch__SendBillPaymentAdvice *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendBillPaymentAdvice *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice, sizeof(_interswitch__SendBillPaymentAdvice), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendBillPaymentAdvice *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__SendBillPaymentAdvice::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendBillPaymentAdvice *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice, 0, sizeof(_interswitch__SendBillPaymentAdvice), 0, soap_copy__interswitch__SendBillPaymentAdvice); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendBillPaymentAdvice::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice); - if (this->soap_out(soap, tag?tag:"interswitch:SendBillPaymentAdvice", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendBillPaymentAdvice::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendBillPaymentAdvice(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_get__interswitch__SendBillPaymentAdvice(struct soap *soap, _interswitch__SendBillPaymentAdvice *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendBillPaymentAdvice(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendBillPaymentAdvice * SOAP_FMAC2 soap_instantiate__interswitch__SendBillPaymentAdvice(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendBillPaymentAdvice(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendBillPaymentAdvice); - if (size) - *size = sizeof(_interswitch__SendBillPaymentAdvice); - ((_interswitch__SendBillPaymentAdvice*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendBillPaymentAdvice[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendBillPaymentAdvice); - for (int i = 0; i < n; i++) - ((_interswitch__SendBillPaymentAdvice*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendBillPaymentAdvice*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendBillPaymentAdvice(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendBillPaymentAdvice %p -> %p\n", q, p)); - *(_interswitch__SendBillPaymentAdvice*)p = *(_interswitch__SendBillPaymentAdvice*)q; -} - -void _interswitch__AuthenticateCustomerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateCustomerResponse::AuthenticateCustomerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateCustomerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateCustomerResponse::AuthenticateCustomerResult); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateCustomerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateCustomerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateCustomerResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateCustomerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse), type)) - return soap->error; - if (a->AuthenticateCustomerResult) - soap_element_result(soap, "interswitch:AuthenticateCustomerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthenticateCustomerResult", -1, &(a->_interswitch__AuthenticateCustomerResponse::AuthenticateCustomerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateCustomerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateCustomerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateCustomerResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateCustomerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateCustomerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse, sizeof(_interswitch__AuthenticateCustomerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateCustomerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthenticateCustomerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthenticateCustomerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthenticateCustomerResult", &(a->_interswitch__AuthenticateCustomerResponse::AuthenticateCustomerResult), "xsd:string")) - { soap_flag_AuthenticateCustomerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthenticateCustomerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateCustomerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse, 0, sizeof(_interswitch__AuthenticateCustomerResponse), 0, soap_copy__interswitch__AuthenticateCustomerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateCustomerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateCustomerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateCustomerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateCustomerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateCustomerResponse(struct soap *soap, _interswitch__AuthenticateCustomerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateCustomerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateCustomerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateCustomerResponse); - if (size) - *size = sizeof(_interswitch__AuthenticateCustomerResponse); - ((_interswitch__AuthenticateCustomerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateCustomerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateCustomerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateCustomerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateCustomerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateCustomerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateCustomerResponse %p -> %p\n", q, p)); - *(_interswitch__AuthenticateCustomerResponse*)p = *(_interswitch__AuthenticateCustomerResponse*)q; -} - -void _interswitch__AuthenticateCustomer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateCustomer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateCustomer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateCustomer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateCustomer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateCustomer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateCustomer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthenticateCustomer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateCustomer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateCustomer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_in__interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, _interswitch__AuthenticateCustomer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateCustomer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer, sizeof(_interswitch__AuthenticateCustomer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateCustomer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthenticateCustomer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateCustomer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer, 0, sizeof(_interswitch__AuthenticateCustomer), 0, soap_copy__interswitch__AuthenticateCustomer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateCustomer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateCustomer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateCustomer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateCustomer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_get__interswitch__AuthenticateCustomer(struct soap *soap, _interswitch__AuthenticateCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateCustomer * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateCustomer); - if (size) - *size = sizeof(_interswitch__AuthenticateCustomer); - ((_interswitch__AuthenticateCustomer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateCustomer); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateCustomer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateCustomer %p -> %p\n", q, p)); - *(_interswitch__AuthenticateCustomer*)p = *(_interswitch__AuthenticateCustomer*)q; -} - -void _interswitch__DoBillPaymentInquiryResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoBillPaymentInquiryResponse::DoBillPaymentInquiryResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoBillPaymentInquiryResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoBillPaymentInquiryResponse::DoBillPaymentInquiryResult); - /* transient soap skipped */ -} - -int _interswitch__DoBillPaymentInquiryResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoBillPaymentInquiryResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, const char *tag, int id, const _interswitch__DoBillPaymentInquiryResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse), type)) - return soap->error; - if (a->DoBillPaymentInquiryResult) - soap_element_result(soap, "interswitch:DoBillPaymentInquiryResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:DoBillPaymentInquiryResult", -1, &(a->_interswitch__DoBillPaymentInquiryResponse::DoBillPaymentInquiryResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoBillPaymentInquiryResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoBillPaymentInquiryResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC4 soap_in__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, const char *tag, _interswitch__DoBillPaymentInquiryResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoBillPaymentInquiryResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse, sizeof(_interswitch__DoBillPaymentInquiryResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoBillPaymentInquiryResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_DoBillPaymentInquiryResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_DoBillPaymentInquiryResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:DoBillPaymentInquiryResult", &(a->_interswitch__DoBillPaymentInquiryResponse::DoBillPaymentInquiryResult), "xsd:string")) - { soap_flag_DoBillPaymentInquiryResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:DoBillPaymentInquiryResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoBillPaymentInquiryResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse, 0, sizeof(_interswitch__DoBillPaymentInquiryResponse), 0, soap_copy__interswitch__DoBillPaymentInquiryResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoBillPaymentInquiryResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse); - if (this->soap_out(soap, tag?tag:"interswitch:DoBillPaymentInquiryResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoBillPaymentInquiryResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoBillPaymentInquiryResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC4 soap_get__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, _interswitch__DoBillPaymentInquiryResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoBillPaymentInquiryResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoBillPaymentInquiryResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoBillPaymentInquiryResponse); - if (size) - *size = sizeof(_interswitch__DoBillPaymentInquiryResponse); - ((_interswitch__DoBillPaymentInquiryResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoBillPaymentInquiryResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoBillPaymentInquiryResponse); - for (int i = 0; i < n; i++) - ((_interswitch__DoBillPaymentInquiryResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoBillPaymentInquiryResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoBillPaymentInquiryResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoBillPaymentInquiryResponse %p -> %p\n", q, p)); - *(_interswitch__DoBillPaymentInquiryResponse*)p = *(_interswitch__DoBillPaymentInquiryResponse*)q; -} - -void _interswitch__DoBillPaymentInquiry::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoBillPaymentInquiry::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoBillPaymentInquiry::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoBillPaymentInquiry::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__DoBillPaymentInquiry::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoBillPaymentInquiry(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, int id, const _interswitch__DoBillPaymentInquiry *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__DoBillPaymentInquiry::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoBillPaymentInquiry::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoBillPaymentInquiry(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_in__interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, _interswitch__DoBillPaymentInquiry *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoBillPaymentInquiry *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry, sizeof(_interswitch__DoBillPaymentInquiry), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoBillPaymentInquiry *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__DoBillPaymentInquiry::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoBillPaymentInquiry *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry, 0, sizeof(_interswitch__DoBillPaymentInquiry), 0, soap_copy__interswitch__DoBillPaymentInquiry); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoBillPaymentInquiry::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry); - if (this->soap_out(soap, tag?tag:"interswitch:DoBillPaymentInquiry", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoBillPaymentInquiry::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoBillPaymentInquiry(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_get__interswitch__DoBillPaymentInquiry(struct soap *soap, _interswitch__DoBillPaymentInquiry *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoBillPaymentInquiry(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoBillPaymentInquiry * SOAP_FMAC2 soap_instantiate__interswitch__DoBillPaymentInquiry(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoBillPaymentInquiry(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoBillPaymentInquiry); - if (size) - *size = sizeof(_interswitch__DoBillPaymentInquiry); - ((_interswitch__DoBillPaymentInquiry*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoBillPaymentInquiry[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoBillPaymentInquiry); - for (int i = 0; i < n; i++) - ((_interswitch__DoBillPaymentInquiry*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoBillPaymentInquiry*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoBillPaymentInquiry(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoBillPaymentInquiry %p -> %p\n", q, p)); - *(_interswitch__DoBillPaymentInquiry*)p = *(_interswitch__DoBillPaymentInquiry*)q; -} - -void _interswitch__GetBillerCategoriesResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillerCategoriesResponse::GetBillerCategoriesResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillerCategoriesResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillerCategoriesResponse::GetBillerCategoriesResult); - /* transient soap skipped */ -} - -int _interswitch__GetBillerCategoriesResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillerCategoriesResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerCategoriesResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetBillerCategoriesResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse), type)) - return soap->error; - if (a->GetBillerCategoriesResult) - soap_element_result(soap, "interswitch:GetBillerCategoriesResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetBillerCategoriesResult", -1, &(a->_interswitch__GetBillerCategoriesResponse::GetBillerCategoriesResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillerCategoriesResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillerCategoriesResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC4 soap_in__interswitch__GetBillerCategoriesResponse(struct soap *soap, const char *tag, _interswitch__GetBillerCategoriesResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillerCategoriesResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse, sizeof(_interswitch__GetBillerCategoriesResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillerCategoriesResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetBillerCategoriesResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetBillerCategoriesResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetBillerCategoriesResult", &(a->_interswitch__GetBillerCategoriesResponse::GetBillerCategoriesResult), "xsd:string")) - { soap_flag_GetBillerCategoriesResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetBillerCategoriesResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillerCategoriesResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse, 0, sizeof(_interswitch__GetBillerCategoriesResponse), 0, soap_copy__interswitch__GetBillerCategoriesResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillerCategoriesResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillerCategoriesResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillerCategoriesResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillerCategoriesResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC4 soap_get__interswitch__GetBillerCategoriesResponse(struct soap *soap, _interswitch__GetBillerCategoriesResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillerCategoriesResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerCategoriesResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillerCategoriesResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerCategoriesResponse); - if (size) - *size = sizeof(_interswitch__GetBillerCategoriesResponse); - ((_interswitch__GetBillerCategoriesResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerCategoriesResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillerCategoriesResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillerCategoriesResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillerCategoriesResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerCategoriesResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillerCategoriesResponse %p -> %p\n", q, p)); - *(_interswitch__GetBillerCategoriesResponse*)p = *(_interswitch__GetBillerCategoriesResponse*)q; -} - -void _interswitch__GetBillerCategories::soap_default(struct soap *soap) -{ - this->soap = soap; - /* transient soap skipped */ -} - -void _interswitch__GetBillerCategories::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int _interswitch__GetBillerCategories::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillerCategories(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerCategories(struct soap *soap, const char *tag, int id, const _interswitch__GetBillerCategories *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillerCategories), type)) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillerCategories::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillerCategories(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategories * SOAP_FMAC4 soap_in__interswitch__GetBillerCategories(struct soap *soap, const char *tag, _interswitch__GetBillerCategories *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillerCategories *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillerCategories, sizeof(_interswitch__GetBillerCategories), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillerCategories) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillerCategories *)a->soap_in(soap, tag, type); - } - } - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillerCategories *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillerCategories, 0, sizeof(_interswitch__GetBillerCategories), 0, soap_copy__interswitch__GetBillerCategories); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillerCategories::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillerCategories); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillerCategories", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillerCategories::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillerCategories(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategories * SOAP_FMAC4 soap_get__interswitch__GetBillerCategories(struct soap *soap, _interswitch__GetBillerCategories *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillerCategories(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillerCategories * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerCategories(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillerCategories(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillerCategories, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerCategories); - if (size) - *size = sizeof(_interswitch__GetBillerCategories); - ((_interswitch__GetBillerCategories*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerCategories[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillerCategories); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillerCategories*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillerCategories*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerCategories(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillerCategories %p -> %p\n", q, p)); - *(_interswitch__GetBillerCategories*)p = *(_interswitch__GetBillerCategories*)q; -} - -void _interswitch__GetBillerPaymentItemsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillerPaymentItemsResponse::GetBillerPaymentItemsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillerPaymentItemsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillerPaymentItemsResponse::GetBillerPaymentItemsResult); - /* transient soap skipped */ -} - -int _interswitch__GetBillerPaymentItemsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillerPaymentItemsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetBillerPaymentItemsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse), type)) - return soap->error; - if (a->GetBillerPaymentItemsResult) - soap_element_result(soap, "interswitch:GetBillerPaymentItemsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetBillerPaymentItemsResult", -1, &(a->_interswitch__GetBillerPaymentItemsResponse::GetBillerPaymentItemsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillerPaymentItemsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillerPaymentItemsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC4 soap_in__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, const char *tag, _interswitch__GetBillerPaymentItemsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillerPaymentItemsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse, sizeof(_interswitch__GetBillerPaymentItemsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillerPaymentItemsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetBillerPaymentItemsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetBillerPaymentItemsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetBillerPaymentItemsResult", &(a->_interswitch__GetBillerPaymentItemsResponse::GetBillerPaymentItemsResult), "xsd:string")) - { soap_flag_GetBillerPaymentItemsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetBillerPaymentItemsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillerPaymentItemsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse, 0, sizeof(_interswitch__GetBillerPaymentItemsResponse), 0, soap_copy__interswitch__GetBillerPaymentItemsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillerPaymentItemsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillerPaymentItemsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillerPaymentItemsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillerPaymentItemsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC4 soap_get__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, _interswitch__GetBillerPaymentItemsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillerPaymentItemsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillerPaymentItemsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerPaymentItemsResponse); - if (size) - *size = sizeof(_interswitch__GetBillerPaymentItemsResponse); - ((_interswitch__GetBillerPaymentItemsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerPaymentItemsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillerPaymentItemsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillerPaymentItemsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillerPaymentItemsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerPaymentItemsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillerPaymentItemsResponse %p -> %p\n", q, p)); - *(_interswitch__GetBillerPaymentItemsResponse*)p = *(_interswitch__GetBillerPaymentItemsResponse*)q; -} - -void _interswitch__GetBillerPaymentItems::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillerPaymentItems::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillerPaymentItems::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillerPaymentItems::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetBillerPaymentItems::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillerPaymentItems(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, int id, const _interswitch__GetBillerPaymentItems *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetBillerPaymentItems::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillerPaymentItems::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillerPaymentItems(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_in__interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, _interswitch__GetBillerPaymentItems *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillerPaymentItems *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems, sizeof(_interswitch__GetBillerPaymentItems), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillerPaymentItems *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetBillerPaymentItems::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillerPaymentItems *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems, 0, sizeof(_interswitch__GetBillerPaymentItems), 0, soap_copy__interswitch__GetBillerPaymentItems); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillerPaymentItems::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillerPaymentItems", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillerPaymentItems::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillerPaymentItems(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_get__interswitch__GetBillerPaymentItems(struct soap *soap, _interswitch__GetBillerPaymentItems *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillerPaymentItems(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillerPaymentItems * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerPaymentItems(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillerPaymentItems(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerPaymentItems); - if (size) - *size = sizeof(_interswitch__GetBillerPaymentItems); - ((_interswitch__GetBillerPaymentItems*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillerPaymentItems[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillerPaymentItems); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillerPaymentItems*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillerPaymentItems*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerPaymentItems(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillerPaymentItems %p -> %p\n", q, p)); - *(_interswitch__GetBillerPaymentItems*)p = *(_interswitch__GetBillerPaymentItems*)q; -} - -void _interswitch__GetFeaturedBillersResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetFeaturedBillersResponse::GetFeaturedBillersResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetFeaturedBillersResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetFeaturedBillersResponse::GetFeaturedBillersResult); - /* transient soap skipped */ -} - -int _interswitch__GetFeaturedBillersResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetFeaturedBillersResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetFeaturedBillersResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetFeaturedBillersResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse), type)) - return soap->error; - if (a->GetFeaturedBillersResult) - soap_element_result(soap, "interswitch:GetFeaturedBillersResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetFeaturedBillersResult", -1, &(a->_interswitch__GetFeaturedBillersResponse::GetFeaturedBillersResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetFeaturedBillersResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetFeaturedBillersResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetFeaturedBillersResponse(struct soap *soap, const char *tag, _interswitch__GetFeaturedBillersResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetFeaturedBillersResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse, sizeof(_interswitch__GetFeaturedBillersResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetFeaturedBillersResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetFeaturedBillersResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetFeaturedBillersResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetFeaturedBillersResult", &(a->_interswitch__GetFeaturedBillersResponse::GetFeaturedBillersResult), "xsd:string")) - { soap_flag_GetFeaturedBillersResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetFeaturedBillersResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetFeaturedBillersResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse, 0, sizeof(_interswitch__GetFeaturedBillersResponse), 0, soap_copy__interswitch__GetFeaturedBillersResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetFeaturedBillersResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetFeaturedBillersResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetFeaturedBillersResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetFeaturedBillersResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetFeaturedBillersResponse(struct soap *soap, _interswitch__GetFeaturedBillersResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetFeaturedBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetFeaturedBillersResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetFeaturedBillersResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetFeaturedBillersResponse); - if (size) - *size = sizeof(_interswitch__GetFeaturedBillersResponse); - ((_interswitch__GetFeaturedBillersResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetFeaturedBillersResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetFeaturedBillersResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetFeaturedBillersResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetFeaturedBillersResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetFeaturedBillersResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetFeaturedBillersResponse %p -> %p\n", q, p)); - *(_interswitch__GetFeaturedBillersResponse*)p = *(_interswitch__GetFeaturedBillersResponse*)q; -} - -void _interswitch__GetFeaturedBillers::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetFeaturedBillers::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetFeaturedBillers::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetFeaturedBillers::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetFeaturedBillers::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetFeaturedBillers(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, int id, const _interswitch__GetFeaturedBillers *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetFeaturedBillers::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetFeaturedBillers::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetFeaturedBillers(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_in__interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, _interswitch__GetFeaturedBillers *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetFeaturedBillers *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers, sizeof(_interswitch__GetFeaturedBillers), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetFeaturedBillers *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetFeaturedBillers::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetFeaturedBillers *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers, 0, sizeof(_interswitch__GetFeaturedBillers), 0, soap_copy__interswitch__GetFeaturedBillers); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetFeaturedBillers::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers); - if (this->soap_out(soap, tag?tag:"interswitch:GetFeaturedBillers", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetFeaturedBillers::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetFeaturedBillers(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_get__interswitch__GetFeaturedBillers(struct soap *soap, _interswitch__GetFeaturedBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetFeaturedBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetFeaturedBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetFeaturedBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetFeaturedBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetFeaturedBillers); - if (size) - *size = sizeof(_interswitch__GetFeaturedBillers); - ((_interswitch__GetFeaturedBillers*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetFeaturedBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetFeaturedBillers); - for (int i = 0; i < n; i++) - ((_interswitch__GetFeaturedBillers*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetFeaturedBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetFeaturedBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetFeaturedBillers %p -> %p\n", q, p)); - *(_interswitch__GetFeaturedBillers*)p = *(_interswitch__GetFeaturedBillers*)q; -} - -void _interswitch__GetLatestBillersResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetLatestBillersResponse::GetLatestBillersResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetLatestBillersResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetLatestBillersResponse::GetLatestBillersResult); - /* transient soap skipped */ -} - -int _interswitch__GetLatestBillersResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetLatestBillersResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetLatestBillersResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetLatestBillersResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse), type)) - return soap->error; - if (a->GetLatestBillersResult) - soap_element_result(soap, "interswitch:GetLatestBillersResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetLatestBillersResult", -1, &(a->_interswitch__GetLatestBillersResponse::GetLatestBillersResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetLatestBillersResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetLatestBillersResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetLatestBillersResponse(struct soap *soap, const char *tag, _interswitch__GetLatestBillersResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetLatestBillersResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse, sizeof(_interswitch__GetLatestBillersResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetLatestBillersResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetLatestBillersResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetLatestBillersResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetLatestBillersResult", &(a->_interswitch__GetLatestBillersResponse::GetLatestBillersResult), "xsd:string")) - { soap_flag_GetLatestBillersResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetLatestBillersResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetLatestBillersResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse, 0, sizeof(_interswitch__GetLatestBillersResponse), 0, soap_copy__interswitch__GetLatestBillersResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetLatestBillersResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetLatestBillersResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetLatestBillersResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetLatestBillersResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetLatestBillersResponse(struct soap *soap, _interswitch__GetLatestBillersResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetLatestBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetLatestBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetLatestBillersResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetLatestBillersResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetLatestBillersResponse); - if (size) - *size = sizeof(_interswitch__GetLatestBillersResponse); - ((_interswitch__GetLatestBillersResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetLatestBillersResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetLatestBillersResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetLatestBillersResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetLatestBillersResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetLatestBillersResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetLatestBillersResponse %p -> %p\n", q, p)); - *(_interswitch__GetLatestBillersResponse*)p = *(_interswitch__GetLatestBillersResponse*)q; -} - -void _interswitch__GetLatestBillers::soap_default(struct soap *soap) -{ - this->soap = soap; - /* transient soap skipped */ -} - -void _interswitch__GetLatestBillers::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int _interswitch__GetLatestBillers::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetLatestBillers(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetLatestBillers(struct soap *soap, const char *tag, int id, const _interswitch__GetLatestBillers *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetLatestBillers), type)) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetLatestBillers::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetLatestBillers(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillers * SOAP_FMAC4 soap_in__interswitch__GetLatestBillers(struct soap *soap, const char *tag, _interswitch__GetLatestBillers *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetLatestBillers *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetLatestBillers, sizeof(_interswitch__GetLatestBillers), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetLatestBillers) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetLatestBillers *)a->soap_in(soap, tag, type); - } - } - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetLatestBillers *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetLatestBillers, 0, sizeof(_interswitch__GetLatestBillers), 0, soap_copy__interswitch__GetLatestBillers); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetLatestBillers::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetLatestBillers); - if (this->soap_out(soap, tag?tag:"interswitch:GetLatestBillers", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetLatestBillers::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetLatestBillers(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillers * SOAP_FMAC4 soap_get__interswitch__GetLatestBillers(struct soap *soap, _interswitch__GetLatestBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetLatestBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetLatestBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetLatestBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetLatestBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetLatestBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetLatestBillers); - if (size) - *size = sizeof(_interswitch__GetLatestBillers); - ((_interswitch__GetLatestBillers*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetLatestBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetLatestBillers); - for (int i = 0; i < n; i++) - ((_interswitch__GetLatestBillers*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetLatestBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetLatestBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetLatestBillers %p -> %p\n", q, p)); - *(_interswitch__GetLatestBillers*)p = *(_interswitch__GetLatestBillers*)q; -} - -void _interswitch__GetBillersResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillersResponse::GetBillersResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillersResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillersResponse::GetBillersResult); - /* transient soap skipped */ -} - -int _interswitch__GetBillersResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillersResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetBillersResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillersResponse), type)) - return soap->error; - if (a->GetBillersResult) - soap_element_result(soap, "interswitch:GetBillersResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetBillersResult", -1, &(a->_interswitch__GetBillersResponse::GetBillersResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillersResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillersResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetBillersResponse(struct soap *soap, const char *tag, _interswitch__GetBillersResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillersResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillersResponse, sizeof(_interswitch__GetBillersResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillersResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillersResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetBillersResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetBillersResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetBillersResult", &(a->_interswitch__GetBillersResponse::GetBillersResult), "xsd:string")) - { soap_flag_GetBillersResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetBillersResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillersResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillersResponse, 0, sizeof(_interswitch__GetBillersResponse), 0, soap_copy__interswitch__GetBillersResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillersResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillersResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillersResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillersResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillersResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetBillersResponse(struct soap *soap, _interswitch__GetBillersResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillersResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillersResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersResponse); - if (size) - *size = sizeof(_interswitch__GetBillersResponse); - ((_interswitch__GetBillersResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillersResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillersResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillersResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillersResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillersResponse %p -> %p\n", q, p)); - *(_interswitch__GetBillersResponse*)p = *(_interswitch__GetBillersResponse*)q; -} - -void _interswitch__GetBillers::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetBillers::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetBillers::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetBillers::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetBillers::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetBillers(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillers(struct soap *soap, const char *tag, int id, const _interswitch__GetBillers *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetBillers), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetBillers::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetBillers::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetBillers(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetBillers * SOAP_FMAC4 soap_in__interswitch__GetBillers(struct soap *soap, const char *tag, _interswitch__GetBillers *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetBillers *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetBillers, sizeof(_interswitch__GetBillers), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetBillers) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetBillers *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetBillers::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetBillers *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetBillers, 0, sizeof(_interswitch__GetBillers), 0, soap_copy__interswitch__GetBillers); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetBillers::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetBillers); - if (this->soap_out(soap, tag?tag:"interswitch:GetBillers", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetBillers::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetBillers(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetBillers * SOAP_FMAC4 soap_get__interswitch__GetBillers(struct soap *soap, _interswitch__GetBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillers); - if (size) - *size = sizeof(_interswitch__GetBillers); - ((_interswitch__GetBillers*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetBillers); - for (int i = 0; i < n; i++) - ((_interswitch__GetBillers*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetBillers %p -> %p\n", q, p)); - *(_interswitch__GetBillers*)p = *(_interswitch__GetBillers*)q; -} - -void _interswitch__GetUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetUserResponse::GetUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetUserResponse::GetUserResult); - /* transient soap skipped */ -} - -int _interswitch__GetUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetUserResponse), type)) - return soap->error; - if (a->GetUserResult) - soap_element_result(soap, "interswitch:GetUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetUserResult", -1, &(a->_interswitch__GetUserResponse::GetUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetUserResponse * SOAP_FMAC4 soap_in__interswitch__GetUserResponse(struct soap *soap, const char *tag, _interswitch__GetUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetUserResponse, sizeof(_interswitch__GetUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetUserResult", &(a->_interswitch__GetUserResponse::GetUserResult), "xsd:string")) - { soap_flag_GetUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetUserResponse, 0, sizeof(_interswitch__GetUserResponse), 0, soap_copy__interswitch__GetUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetUserResponse * SOAP_FMAC4 soap_get__interswitch__GetUserResponse(struct soap *soap, _interswitch__GetUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetUserResponse); - if (size) - *size = sizeof(_interswitch__GetUserResponse); - ((_interswitch__GetUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetUserResponse %p -> %p\n", q, p)); - *(_interswitch__GetUserResponse*)p = *(_interswitch__GetUserResponse*)q; -} - -void _interswitch__GetUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetUser(struct soap *soap, const char *tag, int id, const _interswitch__GetUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetUser * SOAP_FMAC4 soap_in__interswitch__GetUser(struct soap *soap, const char *tag, _interswitch__GetUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetUser, sizeof(_interswitch__GetUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetUser, 0, sizeof(_interswitch__GetUser), 0, soap_copy__interswitch__GetUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetUser); - if (this->soap_out(soap, tag?tag:"interswitch:GetUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetUser * SOAP_FMAC4 soap_get__interswitch__GetUser(struct soap *soap, _interswitch__GetUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetUser * SOAP_FMAC2 soap_instantiate__interswitch__GetUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetUser); - if (size) - *size = sizeof(_interswitch__GetUser); - ((_interswitch__GetUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetUser); - for (int i = 0; i < n; i++) - ((_interswitch__GetUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetUser %p -> %p\n", q, p)); - *(_interswitch__GetUser*)p = *(_interswitch__GetUser*)q; -} - -void _interswitch__AuthenticateUserSecurityTokenResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateUserSecurityTokenResponse::AuthenticateUserSecurityTokenResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateUserSecurityTokenResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateUserSecurityTokenResponse::AuthenticateUserSecurityTokenResult); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateUserSecurityTokenResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateUserSecurityTokenResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse), type)) - return soap->error; - if (a->AuthenticateUserSecurityTokenResult) - soap_element_result(soap, "interswitch:AuthenticateUserSecurityTokenResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthenticateUserSecurityTokenResult", -1, &(a->_interswitch__AuthenticateUserSecurityTokenResponse::AuthenticateUserSecurityTokenResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateUserSecurityTokenResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateUserSecurityTokenResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateUserSecurityTokenResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse, sizeof(_interswitch__AuthenticateUserSecurityTokenResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateUserSecurityTokenResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthenticateUserSecurityTokenResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthenticateUserSecurityTokenResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthenticateUserSecurityTokenResult", &(a->_interswitch__AuthenticateUserSecurityTokenResponse::AuthenticateUserSecurityTokenResult), "xsd:string")) - { soap_flag_AuthenticateUserSecurityTokenResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthenticateUserSecurityTokenResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateUserSecurityTokenResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse, 0, sizeof(_interswitch__AuthenticateUserSecurityTokenResponse), 0, soap_copy__interswitch__AuthenticateUserSecurityTokenResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateUserSecurityTokenResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateUserSecurityTokenResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateUserSecurityTokenResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateUserSecurityTokenResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, _interswitch__AuthenticateUserSecurityTokenResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserSecurityTokenResponse); - if (size) - *size = sizeof(_interswitch__AuthenticateUserSecurityTokenResponse); - ((_interswitch__AuthenticateUserSecurityTokenResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserSecurityTokenResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateUserSecurityTokenResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateUserSecurityTokenResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateUserSecurityTokenResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateUserSecurityTokenResponse %p -> %p\n", q, p)); - *(_interswitch__AuthenticateUserSecurityTokenResponse*)p = *(_interswitch__AuthenticateUserSecurityTokenResponse*)q; -} - -void _interswitch__AuthenticateUserSecurityToken::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateUserSecurityToken::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateUserSecurityToken::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateUserSecurityToken::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateUserSecurityToken::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateUserSecurityToken(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateUserSecurityToken *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthenticateUserSecurityToken::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateUserSecurityToken::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateUserSecurityToken(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, _interswitch__AuthenticateUserSecurityToken *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateUserSecurityToken *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken, sizeof(_interswitch__AuthenticateUserSecurityToken), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateUserSecurityToken *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthenticateUserSecurityToken::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateUserSecurityToken *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken, 0, sizeof(_interswitch__AuthenticateUserSecurityToken), 0, soap_copy__interswitch__AuthenticateUserSecurityToken); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateUserSecurityToken::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateUserSecurityToken", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateUserSecurityToken::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateUserSecurityToken(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserSecurityToken(struct soap *soap, _interswitch__AuthenticateUserSecurityToken *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateUserSecurityToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserSecurityToken(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateUserSecurityToken(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserSecurityToken); - if (size) - *size = sizeof(_interswitch__AuthenticateUserSecurityToken); - ((_interswitch__AuthenticateUserSecurityToken*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserSecurityToken[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateUserSecurityToken); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateUserSecurityToken*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateUserSecurityToken*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserSecurityToken(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateUserSecurityToken %p -> %p\n", q, p)); - *(_interswitch__AuthenticateUserSecurityToken*)p = *(_interswitch__AuthenticateUserSecurityToken*)q; -} - -void _interswitch__AuthenticateUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateUserResponse::AuthenticateUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateUserResponse::AuthenticateUserResult); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse), type)) - return soap->error; - if (a->AuthenticateUserResult) - soap_element_result(soap, "interswitch:AuthenticateUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthenticateUserResult", -1, &(a->_interswitch__AuthenticateUserResponse::AuthenticateUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse, sizeof(_interswitch__AuthenticateUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthenticateUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthenticateUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthenticateUserResult", &(a->_interswitch__AuthenticateUserResponse::AuthenticateUserResult), "xsd:string")) - { soap_flag_AuthenticateUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthenticateUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse, 0, sizeof(_interswitch__AuthenticateUserResponse), 0, soap_copy__interswitch__AuthenticateUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserResponse(struct soap *soap, _interswitch__AuthenticateUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserResponse); - if (size) - *size = sizeof(_interswitch__AuthenticateUserResponse); - ((_interswitch__AuthenticateUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateUserResponse %p -> %p\n", q, p)); - *(_interswitch__AuthenticateUserResponse*)p = *(_interswitch__AuthenticateUserResponse*)q; -} - -void _interswitch__AuthenticateUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthenticateUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthenticateUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthenticateUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthenticateUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthenticateUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUser(struct soap *soap, const char *tag, int id, const _interswitch__AuthenticateUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthenticateUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthenticateUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthenticateUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUser * SOAP_FMAC4 soap_in__interswitch__AuthenticateUser(struct soap *soap, const char *tag, _interswitch__AuthenticateUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthenticateUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthenticateUser, sizeof(_interswitch__AuthenticateUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthenticateUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthenticateUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthenticateUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthenticateUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthenticateUser, 0, sizeof(_interswitch__AuthenticateUser), 0, soap_copy__interswitch__AuthenticateUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthenticateUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthenticateUser); - if (this->soap_out(soap, tag?tag:"interswitch:AuthenticateUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthenticateUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthenticateUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUser * SOAP_FMAC4 soap_get__interswitch__AuthenticateUser(struct soap *soap, _interswitch__AuthenticateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthenticateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthenticateUser * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthenticateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthenticateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUser); - if (size) - *size = sizeof(_interswitch__AuthenticateUser); - ((_interswitch__AuthenticateUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthenticateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthenticateUser); - for (int i = 0; i < n; i++) - ((_interswitch__AuthenticateUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthenticateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthenticateUser %p -> %p\n", q, p)); - *(_interswitch__AuthenticateUser*)p = *(_interswitch__AuthenticateUser*)q; -} - -void _interswitch__ResetPasswordResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ResetPasswordResponse::ResetPasswordResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ResetPasswordResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ResetPasswordResponse::ResetPasswordResult); - /* transient soap skipped */ -} - -int _interswitch__ResetPasswordResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ResetPasswordResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResetPasswordResponse(struct soap *soap, const char *tag, int id, const _interswitch__ResetPasswordResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse), type)) - return soap->error; - if (a->ResetPasswordResult) - soap_element_result(soap, "interswitch:ResetPasswordResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ResetPasswordResult", -1, &(a->_interswitch__ResetPasswordResponse::ResetPasswordResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ResetPasswordResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ResetPasswordResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ResetPasswordResponse * SOAP_FMAC4 soap_in__interswitch__ResetPasswordResponse(struct soap *soap, const char *tag, _interswitch__ResetPasswordResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ResetPasswordResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse, sizeof(_interswitch__ResetPasswordResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ResetPasswordResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ResetPasswordResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ResetPasswordResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ResetPasswordResult", &(a->_interswitch__ResetPasswordResponse::ResetPasswordResult), "xsd:string")) - { soap_flag_ResetPasswordResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ResetPasswordResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ResetPasswordResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse, 0, sizeof(_interswitch__ResetPasswordResponse), 0, soap_copy__interswitch__ResetPasswordResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ResetPasswordResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ResetPasswordResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ResetPasswordResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ResetPasswordResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ResetPasswordResponse * SOAP_FMAC4 soap_get__interswitch__ResetPasswordResponse(struct soap *soap, _interswitch__ResetPasswordResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ResetPasswordResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ResetPasswordResponse * SOAP_FMAC2 soap_instantiate__interswitch__ResetPasswordResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ResetPasswordResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResetPasswordResponse); - if (size) - *size = sizeof(_interswitch__ResetPasswordResponse); - ((_interswitch__ResetPasswordResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResetPasswordResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ResetPasswordResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ResetPasswordResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ResetPasswordResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResetPasswordResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ResetPasswordResponse %p -> %p\n", q, p)); - *(_interswitch__ResetPasswordResponse*)p = *(_interswitch__ResetPasswordResponse*)q; -} - -void _interswitch__ResetPassword::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ResetPassword::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ResetPassword::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ResetPassword::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ResetPassword::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ResetPassword(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResetPassword(struct soap *soap, const char *tag, int id, const _interswitch__ResetPassword *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ResetPassword), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ResetPassword::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ResetPassword::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ResetPassword(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ResetPassword * SOAP_FMAC4 soap_in__interswitch__ResetPassword(struct soap *soap, const char *tag, _interswitch__ResetPassword *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ResetPassword *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ResetPassword, sizeof(_interswitch__ResetPassword), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ResetPassword) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ResetPassword *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ResetPassword::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ResetPassword *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ResetPassword, 0, sizeof(_interswitch__ResetPassword), 0, soap_copy__interswitch__ResetPassword); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ResetPassword::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ResetPassword); - if (this->soap_out(soap, tag?tag:"interswitch:ResetPassword", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ResetPassword::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ResetPassword(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ResetPassword * SOAP_FMAC4 soap_get__interswitch__ResetPassword(struct soap *soap, _interswitch__ResetPassword *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ResetPassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ResetPassword * SOAP_FMAC2 soap_instantiate__interswitch__ResetPassword(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ResetPassword(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ResetPassword, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResetPassword); - if (size) - *size = sizeof(_interswitch__ResetPassword); - ((_interswitch__ResetPassword*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ResetPassword[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ResetPassword); - for (int i = 0; i < n; i++) - ((_interswitch__ResetPassword*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ResetPassword*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResetPassword(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ResetPassword %p -> %p\n", q, p)); - *(_interswitch__ResetPassword*)p = *(_interswitch__ResetPassword*)q; -} - -void _interswitch__ChangePasswordResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ChangePasswordResponse::ChangePasswordResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ChangePasswordResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ChangePasswordResponse::ChangePasswordResult); - /* transient soap skipped */ -} - -int _interswitch__ChangePasswordResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ChangePasswordResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ChangePasswordResponse(struct soap *soap, const char *tag, int id, const _interswitch__ChangePasswordResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse), type)) - return soap->error; - if (a->ChangePasswordResult) - soap_element_result(soap, "interswitch:ChangePasswordResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ChangePasswordResult", -1, &(a->_interswitch__ChangePasswordResponse::ChangePasswordResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ChangePasswordResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ChangePasswordResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ChangePasswordResponse * SOAP_FMAC4 soap_in__interswitch__ChangePasswordResponse(struct soap *soap, const char *tag, _interswitch__ChangePasswordResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ChangePasswordResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse, sizeof(_interswitch__ChangePasswordResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ChangePasswordResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ChangePasswordResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ChangePasswordResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ChangePasswordResult", &(a->_interswitch__ChangePasswordResponse::ChangePasswordResult), "xsd:string")) - { soap_flag_ChangePasswordResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ChangePasswordResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ChangePasswordResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse, 0, sizeof(_interswitch__ChangePasswordResponse), 0, soap_copy__interswitch__ChangePasswordResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ChangePasswordResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ChangePasswordResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ChangePasswordResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ChangePasswordResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ChangePasswordResponse * SOAP_FMAC4 soap_get__interswitch__ChangePasswordResponse(struct soap *soap, _interswitch__ChangePasswordResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ChangePasswordResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ChangePasswordResponse * SOAP_FMAC2 soap_instantiate__interswitch__ChangePasswordResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ChangePasswordResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ChangePasswordResponse); - if (size) - *size = sizeof(_interswitch__ChangePasswordResponse); - ((_interswitch__ChangePasswordResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ChangePasswordResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ChangePasswordResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ChangePasswordResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ChangePasswordResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ChangePasswordResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ChangePasswordResponse %p -> %p\n", q, p)); - *(_interswitch__ChangePasswordResponse*)p = *(_interswitch__ChangePasswordResponse*)q; -} - -void _interswitch__ChangePassword::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ChangePassword::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ChangePassword::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ChangePassword::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ChangePassword::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ChangePassword(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ChangePassword(struct soap *soap, const char *tag, int id, const _interswitch__ChangePassword *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ChangePassword), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ChangePassword::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ChangePassword::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ChangePassword(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ChangePassword * SOAP_FMAC4 soap_in__interswitch__ChangePassword(struct soap *soap, const char *tag, _interswitch__ChangePassword *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ChangePassword *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ChangePassword, sizeof(_interswitch__ChangePassword), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ChangePassword) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ChangePassword *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ChangePassword::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ChangePassword *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ChangePassword, 0, sizeof(_interswitch__ChangePassword), 0, soap_copy__interswitch__ChangePassword); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ChangePassword::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ChangePassword); - if (this->soap_out(soap, tag?tag:"interswitch:ChangePassword", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ChangePassword::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ChangePassword(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ChangePassword * SOAP_FMAC4 soap_get__interswitch__ChangePassword(struct soap *soap, _interswitch__ChangePassword *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ChangePassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ChangePassword * SOAP_FMAC2 soap_instantiate__interswitch__ChangePassword(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ChangePassword(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ChangePassword, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ChangePassword); - if (size) - *size = sizeof(_interswitch__ChangePassword); - ((_interswitch__ChangePassword*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ChangePassword[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ChangePassword); - for (int i = 0; i < n; i++) - ((_interswitch__ChangePassword*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ChangePassword*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ChangePassword(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ChangePassword %p -> %p\n", q, p)); - *(_interswitch__ChangePassword*)p = *(_interswitch__ChangePassword*)q; -} - -void _interswitch__UpdateUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__UpdateUserResponse::UpdateUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__UpdateUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__UpdateUserResponse::UpdateUserResult); - /* transient soap skipped */ -} - -int _interswitch__UpdateUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__UpdateUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__UpdateUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__UpdateUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse), type)) - return soap->error; - if (a->UpdateUserResult) - soap_element_result(soap, "interswitch:UpdateUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:UpdateUserResult", -1, &(a->_interswitch__UpdateUserResponse::UpdateUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__UpdateUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__UpdateUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__UpdateUserResponse * SOAP_FMAC4 soap_in__interswitch__UpdateUserResponse(struct soap *soap, const char *tag, _interswitch__UpdateUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__UpdateUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse, sizeof(_interswitch__UpdateUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__UpdateUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__UpdateUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_UpdateUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_UpdateUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:UpdateUserResult", &(a->_interswitch__UpdateUserResponse::UpdateUserResult), "xsd:string")) - { soap_flag_UpdateUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:UpdateUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__UpdateUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse, 0, sizeof(_interswitch__UpdateUserResponse), 0, soap_copy__interswitch__UpdateUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__UpdateUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:UpdateUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__UpdateUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__UpdateUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__UpdateUserResponse * SOAP_FMAC4 soap_get__interswitch__UpdateUserResponse(struct soap *soap, _interswitch__UpdateUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__UpdateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__UpdateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__UpdateUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__UpdateUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__UpdateUserResponse); - if (size) - *size = sizeof(_interswitch__UpdateUserResponse); - ((_interswitch__UpdateUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__UpdateUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__UpdateUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__UpdateUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__UpdateUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__UpdateUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__UpdateUserResponse %p -> %p\n", q, p)); - *(_interswitch__UpdateUserResponse*)p = *(_interswitch__UpdateUserResponse*)q; -} - -void _interswitch__UpdateUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__UpdateUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__UpdateUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__UpdateUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__UpdateUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__UpdateUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__UpdateUser(struct soap *soap, const char *tag, int id, const _interswitch__UpdateUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__UpdateUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__UpdateUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__UpdateUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__UpdateUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__UpdateUser * SOAP_FMAC4 soap_in__interswitch__UpdateUser(struct soap *soap, const char *tag, _interswitch__UpdateUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__UpdateUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__UpdateUser, sizeof(_interswitch__UpdateUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__UpdateUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__UpdateUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__UpdateUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__UpdateUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__UpdateUser, 0, sizeof(_interswitch__UpdateUser), 0, soap_copy__interswitch__UpdateUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__UpdateUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__UpdateUser); - if (this->soap_out(soap, tag?tag:"interswitch:UpdateUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__UpdateUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__UpdateUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__UpdateUser * SOAP_FMAC4 soap_get__interswitch__UpdateUser(struct soap *soap, _interswitch__UpdateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__UpdateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__UpdateUser * SOAP_FMAC2 soap_instantiate__interswitch__UpdateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__UpdateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__UpdateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__UpdateUser); - if (size) - *size = sizeof(_interswitch__UpdateUser); - ((_interswitch__UpdateUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__UpdateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__UpdateUser); - for (int i = 0; i < n; i++) - ((_interswitch__UpdateUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__UpdateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__UpdateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__UpdateUser %p -> %p\n", q, p)); - *(_interswitch__UpdateUser*)p = *(_interswitch__UpdateUser*)q; -} - -void _interswitch__ActivateUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ActivateUserResponse::ActivateUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ActivateUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ActivateUserResponse::ActivateUserResult); - /* transient soap skipped */ -} - -int _interswitch__ActivateUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ActivateUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ActivateUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__ActivateUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse), type)) - return soap->error; - if (a->ActivateUserResult) - soap_element_result(soap, "interswitch:ActivateUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ActivateUserResult", -1, &(a->_interswitch__ActivateUserResponse::ActivateUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ActivateUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ActivateUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ActivateUserResponse * SOAP_FMAC4 soap_in__interswitch__ActivateUserResponse(struct soap *soap, const char *tag, _interswitch__ActivateUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ActivateUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse, sizeof(_interswitch__ActivateUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ActivateUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ActivateUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ActivateUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ActivateUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ActivateUserResult", &(a->_interswitch__ActivateUserResponse::ActivateUserResult), "xsd:string")) - { soap_flag_ActivateUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ActivateUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ActivateUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse, 0, sizeof(_interswitch__ActivateUserResponse), 0, soap_copy__interswitch__ActivateUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ActivateUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ActivateUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ActivateUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ActivateUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ActivateUserResponse * SOAP_FMAC4 soap_get__interswitch__ActivateUserResponse(struct soap *soap, _interswitch__ActivateUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ActivateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ActivateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__ActivateUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ActivateUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ActivateUserResponse); - if (size) - *size = sizeof(_interswitch__ActivateUserResponse); - ((_interswitch__ActivateUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ActivateUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ActivateUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ActivateUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ActivateUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ActivateUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ActivateUserResponse %p -> %p\n", q, p)); - *(_interswitch__ActivateUserResponse*)p = *(_interswitch__ActivateUserResponse*)q; -} - -void _interswitch__ActivateUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ActivateUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ActivateUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ActivateUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ActivateUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ActivateUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ActivateUser(struct soap *soap, const char *tag, int id, const _interswitch__ActivateUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ActivateUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ActivateUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ActivateUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ActivateUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ActivateUser * SOAP_FMAC4 soap_in__interswitch__ActivateUser(struct soap *soap, const char *tag, _interswitch__ActivateUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ActivateUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ActivateUser, sizeof(_interswitch__ActivateUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ActivateUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ActivateUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ActivateUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ActivateUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ActivateUser, 0, sizeof(_interswitch__ActivateUser), 0, soap_copy__interswitch__ActivateUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ActivateUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ActivateUser); - if (this->soap_out(soap, tag?tag:"interswitch:ActivateUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ActivateUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ActivateUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ActivateUser * SOAP_FMAC4 soap_get__interswitch__ActivateUser(struct soap *soap, _interswitch__ActivateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ActivateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ActivateUser * SOAP_FMAC2 soap_instantiate__interswitch__ActivateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ActivateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ActivateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ActivateUser); - if (size) - *size = sizeof(_interswitch__ActivateUser); - ((_interswitch__ActivateUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ActivateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ActivateUser); - for (int i = 0; i < n; i++) - ((_interswitch__ActivateUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ActivateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ActivateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ActivateUser %p -> %p\n", q, p)); - *(_interswitch__ActivateUser*)p = *(_interswitch__ActivateUser*)q; -} - -void _interswitch__CreateUserResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CreateUserResponse::CreateUserResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__CreateUserResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CreateUserResponse::CreateUserResult); - /* transient soap skipped */ -} - -int _interswitch__CreateUserResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CreateUserResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateUserResponse(struct soap *soap, const char *tag, int id, const _interswitch__CreateUserResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CreateUserResponse), type)) - return soap->error; - if (a->CreateUserResult) - soap_element_result(soap, "interswitch:CreateUserResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:CreateUserResult", -1, &(a->_interswitch__CreateUserResponse::CreateUserResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CreateUserResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CreateUserResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CreateUserResponse * SOAP_FMAC4 soap_in__interswitch__CreateUserResponse(struct soap *soap, const char *tag, _interswitch__CreateUserResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CreateUserResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CreateUserResponse, sizeof(_interswitch__CreateUserResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CreateUserResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CreateUserResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_CreateUserResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_CreateUserResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:CreateUserResult", &(a->_interswitch__CreateUserResponse::CreateUserResult), "xsd:string")) - { soap_flag_CreateUserResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:CreateUserResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CreateUserResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CreateUserResponse, 0, sizeof(_interswitch__CreateUserResponse), 0, soap_copy__interswitch__CreateUserResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CreateUserResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CreateUserResponse); - if (this->soap_out(soap, tag?tag:"interswitch:CreateUserResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CreateUserResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CreateUserResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CreateUserResponse * SOAP_FMAC4 soap_get__interswitch__CreateUserResponse(struct soap *soap, _interswitch__CreateUserResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CreateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CreateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__CreateUserResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CreateUserResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CreateUserResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateUserResponse); - if (size) - *size = sizeof(_interswitch__CreateUserResponse); - ((_interswitch__CreateUserResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateUserResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CreateUserResponse); - for (int i = 0; i < n; i++) - ((_interswitch__CreateUserResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CreateUserResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateUserResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CreateUserResponse %p -> %p\n", q, p)); - *(_interswitch__CreateUserResponse*)p = *(_interswitch__CreateUserResponse*)q; -} - -void _interswitch__CreateUser::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CreateUser::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__CreateUser::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CreateUser::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__CreateUser::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CreateUser(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateUser(struct soap *soap, const char *tag, int id, const _interswitch__CreateUser *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CreateUser), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__CreateUser::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CreateUser::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CreateUser(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CreateUser * SOAP_FMAC4 soap_in__interswitch__CreateUser(struct soap *soap, const char *tag, _interswitch__CreateUser *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CreateUser *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CreateUser, sizeof(_interswitch__CreateUser), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CreateUser) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CreateUser *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__CreateUser::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CreateUser *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CreateUser, 0, sizeof(_interswitch__CreateUser), 0, soap_copy__interswitch__CreateUser); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CreateUser::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CreateUser); - if (this->soap_out(soap, tag?tag:"interswitch:CreateUser", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CreateUser::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CreateUser(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CreateUser * SOAP_FMAC4 soap_get__interswitch__CreateUser(struct soap *soap, _interswitch__CreateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CreateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CreateUser * SOAP_FMAC2 soap_instantiate__interswitch__CreateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CreateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CreateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateUser); - if (size) - *size = sizeof(_interswitch__CreateUser); - ((_interswitch__CreateUser*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CreateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CreateUser); - for (int i = 0; i < n; i++) - ((_interswitch__CreateUser*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CreateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CreateUser %p -> %p\n", q, p)); - *(_interswitch__CreateUser*)p = *(_interswitch__CreateUser*)q; -} - -void _interswitch__GetSystemSettingsResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetSystemSettingsResponse::GetSystemSettingsResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetSystemSettingsResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetSystemSettingsResponse::GetSystemSettingsResult); - /* transient soap skipped */ -} - -int _interswitch__GetSystemSettingsResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetSystemSettingsResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetSystemSettingsResponse(struct soap *soap, const char *tag, int id, const _interswitch__GetSystemSettingsResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse), type)) - return soap->error; - if (a->GetSystemSettingsResult) - soap_element_result(soap, "interswitch:GetSystemSettingsResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:GetSystemSettingsResult", -1, &(a->_interswitch__GetSystemSettingsResponse::GetSystemSettingsResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetSystemSettingsResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetSystemSettingsResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse * SOAP_FMAC4 soap_in__interswitch__GetSystemSettingsResponse(struct soap *soap, const char *tag, _interswitch__GetSystemSettingsResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetSystemSettingsResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse, sizeof(_interswitch__GetSystemSettingsResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetSystemSettingsResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_GetSystemSettingsResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_GetSystemSettingsResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:GetSystemSettingsResult", &(a->_interswitch__GetSystemSettingsResponse::GetSystemSettingsResult), "xsd:string")) - { soap_flag_GetSystemSettingsResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:GetSystemSettingsResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetSystemSettingsResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse, 0, sizeof(_interswitch__GetSystemSettingsResponse), 0, soap_copy__interswitch__GetSystemSettingsResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetSystemSettingsResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse); - if (this->soap_out(soap, tag?tag:"interswitch:GetSystemSettingsResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetSystemSettingsResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetSystemSettingsResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse * SOAP_FMAC4 soap_get__interswitch__GetSystemSettingsResponse(struct soap *soap, _interswitch__GetSystemSettingsResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetSystemSettingsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetSystemSettingsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetSystemSettingsResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetSystemSettingsResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetSystemSettingsResponse); - if (size) - *size = sizeof(_interswitch__GetSystemSettingsResponse); - ((_interswitch__GetSystemSettingsResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetSystemSettingsResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetSystemSettingsResponse); - for (int i = 0; i < n; i++) - ((_interswitch__GetSystemSettingsResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetSystemSettingsResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetSystemSettingsResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetSystemSettingsResponse %p -> %p\n", q, p)); - *(_interswitch__GetSystemSettingsResponse*)p = *(_interswitch__GetSystemSettingsResponse*)q; -} - -void _interswitch__GetSystemSettings::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__GetSystemSettings::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__GetSystemSettings::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__GetSystemSettings::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__GetSystemSettings::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__GetSystemSettings(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetSystemSettings(struct soap *soap, const char *tag, int id, const _interswitch__GetSystemSettings *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__GetSystemSettings), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__GetSystemSettings::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__GetSystemSettings::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__GetSystemSettings(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettings * SOAP_FMAC4 soap_in__interswitch__GetSystemSettings(struct soap *soap, const char *tag, _interswitch__GetSystemSettings *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__GetSystemSettings *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__GetSystemSettings, sizeof(_interswitch__GetSystemSettings), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__GetSystemSettings) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__GetSystemSettings *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__GetSystemSettings::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__GetSystemSettings *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__GetSystemSettings, 0, sizeof(_interswitch__GetSystemSettings), 0, soap_copy__interswitch__GetSystemSettings); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__GetSystemSettings::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__GetSystemSettings); - if (this->soap_out(soap, tag?tag:"interswitch:GetSystemSettings", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__GetSystemSettings::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__GetSystemSettings(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettings * SOAP_FMAC4 soap_get__interswitch__GetSystemSettings(struct soap *soap, _interswitch__GetSystemSettings *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__GetSystemSettings(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__GetSystemSettings * SOAP_FMAC2 soap_instantiate__interswitch__GetSystemSettings(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__GetSystemSettings(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__GetSystemSettings, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetSystemSettings); - if (size) - *size = sizeof(_interswitch__GetSystemSettings); - ((_interswitch__GetSystemSettings*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__GetSystemSettings[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__GetSystemSettings); - for (int i = 0; i < n; i++) - ((_interswitch__GetSystemSettings*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__GetSystemSettings*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetSystemSettings(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__GetSystemSettings %p -> %p\n", q, p)); - *(_interswitch__GetSystemSettings*)p = *(_interswitch__GetSystemSettings*)q; -} - -void _interswitch__QueryTransactionResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__QueryTransactionResponse::QueryTransactionResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__QueryTransactionResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__QueryTransactionResponse::QueryTransactionResult); - /* transient soap skipped */ -} - -int _interswitch__QueryTransactionResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__QueryTransactionResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransactionResponse(struct soap *soap, const char *tag, int id, const _interswitch__QueryTransactionResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse), type)) - return soap->error; - if (a->QueryTransactionResult) - soap_element_result(soap, "interswitch:QueryTransactionResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:QueryTransactionResult", -1, &(a->_interswitch__QueryTransactionResponse::QueryTransactionResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__QueryTransactionResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__QueryTransactionResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__QueryTransactionResponse * SOAP_FMAC4 soap_in__interswitch__QueryTransactionResponse(struct soap *soap, const char *tag, _interswitch__QueryTransactionResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__QueryTransactionResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse, sizeof(_interswitch__QueryTransactionResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__QueryTransactionResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_QueryTransactionResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_QueryTransactionResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:QueryTransactionResult", &(a->_interswitch__QueryTransactionResponse::QueryTransactionResult), "xsd:string")) - { soap_flag_QueryTransactionResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:QueryTransactionResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__QueryTransactionResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse, 0, sizeof(_interswitch__QueryTransactionResponse), 0, soap_copy__interswitch__QueryTransactionResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__QueryTransactionResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse); - if (this->soap_out(soap, tag?tag:"interswitch:QueryTransactionResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__QueryTransactionResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__QueryTransactionResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__QueryTransactionResponse * SOAP_FMAC4 soap_get__interswitch__QueryTransactionResponse(struct soap *soap, _interswitch__QueryTransactionResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__QueryTransactionResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__QueryTransactionResponse * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransactionResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__QueryTransactionResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransactionResponse); - if (size) - *size = sizeof(_interswitch__QueryTransactionResponse); - ((_interswitch__QueryTransactionResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransactionResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__QueryTransactionResponse); - for (int i = 0; i < n; i++) - ((_interswitch__QueryTransactionResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__QueryTransactionResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransactionResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__QueryTransactionResponse %p -> %p\n", q, p)); - *(_interswitch__QueryTransactionResponse*)p = *(_interswitch__QueryTransactionResponse*)q; -} - -void _interswitch__QueryTransaction::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__QueryTransaction::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__QueryTransaction::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__QueryTransaction::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__QueryTransaction::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__QueryTransaction(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransaction(struct soap *soap, const char *tag, int id, const _interswitch__QueryTransaction *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__QueryTransaction), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__QueryTransaction::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__QueryTransaction::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__QueryTransaction(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__QueryTransaction * SOAP_FMAC4 soap_in__interswitch__QueryTransaction(struct soap *soap, const char *tag, _interswitch__QueryTransaction *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__QueryTransaction *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__QueryTransaction, sizeof(_interswitch__QueryTransaction), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__QueryTransaction) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__QueryTransaction *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__QueryTransaction::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__QueryTransaction *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__QueryTransaction, 0, sizeof(_interswitch__QueryTransaction), 0, soap_copy__interswitch__QueryTransaction); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__QueryTransaction::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__QueryTransaction); - if (this->soap_out(soap, tag?tag:"interswitch:QueryTransaction", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__QueryTransaction::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__QueryTransaction(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__QueryTransaction * SOAP_FMAC4 soap_get__interswitch__QueryTransaction(struct soap *soap, _interswitch__QueryTransaction *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__QueryTransaction(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__QueryTransaction * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransaction(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__QueryTransaction(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__QueryTransaction, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransaction); - if (size) - *size = sizeof(_interswitch__QueryTransaction); - ((_interswitch__QueryTransaction*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransaction[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__QueryTransaction); - for (int i = 0; i < n; i++) - ((_interswitch__QueryTransaction*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__QueryTransaction*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransaction(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__QueryTransaction %p -> %p\n", q, p)); - *(_interswitch__QueryTransaction*)p = *(_interswitch__QueryTransaction*)q; -} - -void _interswitch__StatusCheckResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__StatusCheckResponse::StatusCheckResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__StatusCheckResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__StatusCheckResponse::StatusCheckResult); - /* transient soap skipped */ -} - -int _interswitch__StatusCheckResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__StatusCheckResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__StatusCheckResponse(struct soap *soap, const char *tag, int id, const _interswitch__StatusCheckResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse), type)) - return soap->error; - if (a->StatusCheckResult) - soap_element_result(soap, "interswitch:StatusCheckResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:StatusCheckResult", -1, &(a->_interswitch__StatusCheckResponse::StatusCheckResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__StatusCheckResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__StatusCheckResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__StatusCheckResponse * SOAP_FMAC4 soap_in__interswitch__StatusCheckResponse(struct soap *soap, const char *tag, _interswitch__StatusCheckResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__StatusCheckResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse, sizeof(_interswitch__StatusCheckResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__StatusCheckResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__StatusCheckResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_StatusCheckResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_StatusCheckResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:StatusCheckResult", &(a->_interswitch__StatusCheckResponse::StatusCheckResult), "xsd:string")) - { soap_flag_StatusCheckResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:StatusCheckResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__StatusCheckResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse, 0, sizeof(_interswitch__StatusCheckResponse), 0, soap_copy__interswitch__StatusCheckResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__StatusCheckResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse); - if (this->soap_out(soap, tag?tag:"interswitch:StatusCheckResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__StatusCheckResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__StatusCheckResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__StatusCheckResponse * SOAP_FMAC4 soap_get__interswitch__StatusCheckResponse(struct soap *soap, _interswitch__StatusCheckResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__StatusCheckResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__StatusCheckResponse * SOAP_FMAC2 soap_instantiate__interswitch__StatusCheckResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__StatusCheckResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__StatusCheckResponse); - if (size) - *size = sizeof(_interswitch__StatusCheckResponse); - ((_interswitch__StatusCheckResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__StatusCheckResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__StatusCheckResponse); - for (int i = 0; i < n; i++) - ((_interswitch__StatusCheckResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__StatusCheckResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__StatusCheckResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__StatusCheckResponse %p -> %p\n", q, p)); - *(_interswitch__StatusCheckResponse*)p = *(_interswitch__StatusCheckResponse*)q; -} - -void _interswitch__StatusCheck::soap_default(struct soap *soap) -{ - this->soap = soap; - /* transient soap skipped */ -} - -void _interswitch__StatusCheck::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int _interswitch__StatusCheck::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__StatusCheck(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__StatusCheck(struct soap *soap, const char *tag, int id, const _interswitch__StatusCheck *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__StatusCheck), type)) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__StatusCheck::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__StatusCheck(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__StatusCheck * SOAP_FMAC4 soap_in__interswitch__StatusCheck(struct soap *soap, const char *tag, _interswitch__StatusCheck *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__StatusCheck *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__StatusCheck, sizeof(_interswitch__StatusCheck), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__StatusCheck) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__StatusCheck *)a->soap_in(soap, tag, type); - } - } - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__StatusCheck *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__StatusCheck, 0, sizeof(_interswitch__StatusCheck), 0, soap_copy__interswitch__StatusCheck); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__StatusCheck::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__StatusCheck); - if (this->soap_out(soap, tag?tag:"interswitch:StatusCheck", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__StatusCheck::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__StatusCheck(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__StatusCheck * SOAP_FMAC4 soap_get__interswitch__StatusCheck(struct soap *soap, _interswitch__StatusCheck *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__StatusCheck(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__StatusCheck * SOAP_FMAC2 soap_instantiate__interswitch__StatusCheck(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__StatusCheck(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__StatusCheck, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__StatusCheck); - if (size) - *size = sizeof(_interswitch__StatusCheck); - ((_interswitch__StatusCheck*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__StatusCheck[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__StatusCheck); - for (int i = 0; i < n; i++) - ((_interswitch__StatusCheck*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__StatusCheck*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__StatusCheck(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__StatusCheck %p -> %p\n", q, p)); - *(_interswitch__StatusCheck*)p = *(_interswitch__StatusCheck*)q; -} - -void _interswitch__ReverseCashOutResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ReverseCashOutResponse::ReverseCashOutResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ReverseCashOutResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ReverseCashOutResponse::ReverseCashOutResult); - /* transient soap skipped */ -} - -int _interswitch__ReverseCashOutResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ReverseCashOutResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ReverseCashOutResponse(struct soap *soap, const char *tag, int id, const _interswitch__ReverseCashOutResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse), type)) - return soap->error; - if (a->ReverseCashOutResult) - soap_element_result(soap, "interswitch:ReverseCashOutResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ReverseCashOutResult", -1, &(a->_interswitch__ReverseCashOutResponse::ReverseCashOutResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ReverseCashOutResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ReverseCashOutResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse * SOAP_FMAC4 soap_in__interswitch__ReverseCashOutResponse(struct soap *soap, const char *tag, _interswitch__ReverseCashOutResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ReverseCashOutResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse, sizeof(_interswitch__ReverseCashOutResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ReverseCashOutResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ReverseCashOutResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ReverseCashOutResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ReverseCashOutResult", &(a->_interswitch__ReverseCashOutResponse::ReverseCashOutResult), "xsd:string")) - { soap_flag_ReverseCashOutResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ReverseCashOutResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ReverseCashOutResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse, 0, sizeof(_interswitch__ReverseCashOutResponse), 0, soap_copy__interswitch__ReverseCashOutResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ReverseCashOutResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ReverseCashOutResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ReverseCashOutResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ReverseCashOutResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse * SOAP_FMAC4 soap_get__interswitch__ReverseCashOutResponse(struct soap *soap, _interswitch__ReverseCashOutResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ReverseCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ReverseCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__ReverseCashOutResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ReverseCashOutResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ReverseCashOutResponse); - if (size) - *size = sizeof(_interswitch__ReverseCashOutResponse); - ((_interswitch__ReverseCashOutResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ReverseCashOutResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ReverseCashOutResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ReverseCashOutResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ReverseCashOutResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ReverseCashOutResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ReverseCashOutResponse %p -> %p\n", q, p)); - *(_interswitch__ReverseCashOutResponse*)p = *(_interswitch__ReverseCashOutResponse*)q; -} - -void _interswitch__ReverseCashOut::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ReverseCashOut::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ReverseCashOut::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ReverseCashOut::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ReverseCashOut::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ReverseCashOut(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ReverseCashOut(struct soap *soap, const char *tag, int id, const _interswitch__ReverseCashOut *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ReverseCashOut), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ReverseCashOut::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ReverseCashOut::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ReverseCashOut(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOut * SOAP_FMAC4 soap_in__interswitch__ReverseCashOut(struct soap *soap, const char *tag, _interswitch__ReverseCashOut *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ReverseCashOut *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ReverseCashOut, sizeof(_interswitch__ReverseCashOut), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ReverseCashOut) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ReverseCashOut *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ReverseCashOut::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ReverseCashOut *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ReverseCashOut, 0, sizeof(_interswitch__ReverseCashOut), 0, soap_copy__interswitch__ReverseCashOut); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ReverseCashOut::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ReverseCashOut); - if (this->soap_out(soap, tag?tag:"interswitch:ReverseCashOut", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ReverseCashOut::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ReverseCashOut(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOut * SOAP_FMAC4 soap_get__interswitch__ReverseCashOut(struct soap *soap, _interswitch__ReverseCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ReverseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ReverseCashOut * SOAP_FMAC2 soap_instantiate__interswitch__ReverseCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ReverseCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ReverseCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ReverseCashOut); - if (size) - *size = sizeof(_interswitch__ReverseCashOut); - ((_interswitch__ReverseCashOut*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ReverseCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ReverseCashOut); - for (int i = 0; i < n; i++) - ((_interswitch__ReverseCashOut*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ReverseCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ReverseCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ReverseCashOut %p -> %p\n", q, p)); - *(_interswitch__ReverseCashOut*)p = *(_interswitch__ReverseCashOut*)q; -} - -void _interswitch__AuthoriseAccountCashOutResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthoriseAccountCashOutResponse::AuthoriseAccountCashOutResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthoriseAccountCashOutResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthoriseAccountCashOutResponse::AuthoriseAccountCashOutResult); - /* transient soap skipped */ -} - -int _interswitch__AuthoriseAccountCashOutResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthoriseAccountCashOutResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthoriseAccountCashOutResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse), type)) - return soap->error; - if (a->AuthoriseAccountCashOutResult) - soap_element_result(soap, "interswitch:AuthoriseAccountCashOutResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthoriseAccountCashOutResult", -1, &(a->_interswitch__AuthoriseAccountCashOutResponse::AuthoriseAccountCashOutResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthoriseAccountCashOutResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthoriseAccountCashOutResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC4 soap_in__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, const char *tag, _interswitch__AuthoriseAccountCashOutResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthoriseAccountCashOutResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse, sizeof(_interswitch__AuthoriseAccountCashOutResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthoriseAccountCashOutResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthoriseAccountCashOutResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthoriseAccountCashOutResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthoriseAccountCashOutResult", &(a->_interswitch__AuthoriseAccountCashOutResponse::AuthoriseAccountCashOutResult), "xsd:string")) - { soap_flag_AuthoriseAccountCashOutResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthoriseAccountCashOutResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthoriseAccountCashOutResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse, 0, sizeof(_interswitch__AuthoriseAccountCashOutResponse), 0, soap_copy__interswitch__AuthoriseAccountCashOutResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthoriseAccountCashOutResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthoriseAccountCashOutResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthoriseAccountCashOutResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthoriseAccountCashOutResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC4 soap_get__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, _interswitch__AuthoriseAccountCashOutResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthoriseAccountCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseAccountCashOutResponse); - if (size) - *size = sizeof(_interswitch__AuthoriseAccountCashOutResponse); - ((_interswitch__AuthoriseAccountCashOutResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseAccountCashOutResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthoriseAccountCashOutResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthoriseAccountCashOutResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthoriseAccountCashOutResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthoriseAccountCashOutResponse %p -> %p\n", q, p)); - *(_interswitch__AuthoriseAccountCashOutResponse*)p = *(_interswitch__AuthoriseAccountCashOutResponse*)q; -} - -void _interswitch__AuthoriseAccountCashOut::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthoriseAccountCashOut::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthoriseAccountCashOut::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthoriseAccountCashOut::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthoriseAccountCashOut::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthoriseAccountCashOut(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, int id, const _interswitch__AuthoriseAccountCashOut *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthoriseAccountCashOut::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthoriseAccountCashOut::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthoriseAccountCashOut(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_in__interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, _interswitch__AuthoriseAccountCashOut *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthoriseAccountCashOut *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut, sizeof(_interswitch__AuthoriseAccountCashOut), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthoriseAccountCashOut *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthoriseAccountCashOut::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthoriseAccountCashOut *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut, 0, sizeof(_interswitch__AuthoriseAccountCashOut), 0, soap_copy__interswitch__AuthoriseAccountCashOut); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthoriseAccountCashOut::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut); - if (this->soap_out(soap, tag?tag:"interswitch:AuthoriseAccountCashOut", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthoriseAccountCashOut::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthoriseAccountCashOut(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_get__interswitch__AuthoriseAccountCashOut(struct soap *soap, _interswitch__AuthoriseAccountCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthoriseAccountCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseAccountCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthoriseAccountCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseAccountCashOut); - if (size) - *size = sizeof(_interswitch__AuthoriseAccountCashOut); - ((_interswitch__AuthoriseAccountCashOut*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseAccountCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthoriseAccountCashOut); - for (int i = 0; i < n; i++) - ((_interswitch__AuthoriseAccountCashOut*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthoriseAccountCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseAccountCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthoriseAccountCashOut %p -> %p\n", q, p)); - *(_interswitch__AuthoriseAccountCashOut*)p = *(_interswitch__AuthoriseAccountCashOut*)q; -} - -void _interswitch__AuthoriseCashOutResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthoriseCashOutResponse::AuthoriseCashOutResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthoriseCashOutResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthoriseCashOutResponse::AuthoriseCashOutResult); - /* transient soap skipped */ -} - -int _interswitch__AuthoriseCashOutResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthoriseCashOutResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseCashOutResponse(struct soap *soap, const char *tag, int id, const _interswitch__AuthoriseCashOutResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse), type)) - return soap->error; - if (a->AuthoriseCashOutResult) - soap_element_result(soap, "interswitch:AuthoriseCashOutResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:AuthoriseCashOutResult", -1, &(a->_interswitch__AuthoriseCashOutResponse::AuthoriseCashOutResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthoriseCashOutResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthoriseCashOutResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC4 soap_in__interswitch__AuthoriseCashOutResponse(struct soap *soap, const char *tag, _interswitch__AuthoriseCashOutResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthoriseCashOutResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse, sizeof(_interswitch__AuthoriseCashOutResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthoriseCashOutResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_AuthoriseCashOutResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_AuthoriseCashOutResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:AuthoriseCashOutResult", &(a->_interswitch__AuthoriseCashOutResponse::AuthoriseCashOutResult), "xsd:string")) - { soap_flag_AuthoriseCashOutResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:AuthoriseCashOutResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthoriseCashOutResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse, 0, sizeof(_interswitch__AuthoriseCashOutResponse), 0, soap_copy__interswitch__AuthoriseCashOutResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthoriseCashOutResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse); - if (this->soap_out(soap, tag?tag:"interswitch:AuthoriseCashOutResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthoriseCashOutResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthoriseCashOutResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC4 soap_get__interswitch__AuthoriseCashOutResponse(struct soap *soap, _interswitch__AuthoriseCashOutResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthoriseCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseCashOutResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthoriseCashOutResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseCashOutResponse); - if (size) - *size = sizeof(_interswitch__AuthoriseCashOutResponse); - ((_interswitch__AuthoriseCashOutResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseCashOutResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthoriseCashOutResponse); - for (int i = 0; i < n; i++) - ((_interswitch__AuthoriseCashOutResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthoriseCashOutResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseCashOutResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthoriseCashOutResponse %p -> %p\n", q, p)); - *(_interswitch__AuthoriseCashOutResponse*)p = *(_interswitch__AuthoriseCashOutResponse*)q; -} - -void _interswitch__AuthoriseCashOut::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__AuthoriseCashOut::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__AuthoriseCashOut::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__AuthoriseCashOut::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__AuthoriseCashOut::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__AuthoriseCashOut(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, int id, const _interswitch__AuthoriseCashOut *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__AuthoriseCashOut::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__AuthoriseCashOut::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__AuthoriseCashOut(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_in__interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, _interswitch__AuthoriseCashOut *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__AuthoriseCashOut *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut, sizeof(_interswitch__AuthoriseCashOut), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__AuthoriseCashOut *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__AuthoriseCashOut::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__AuthoriseCashOut *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut, 0, sizeof(_interswitch__AuthoriseCashOut), 0, soap_copy__interswitch__AuthoriseCashOut); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__AuthoriseCashOut::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut); - if (this->soap_out(soap, tag?tag:"interswitch:AuthoriseCashOut", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__AuthoriseCashOut::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__AuthoriseCashOut(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_get__interswitch__AuthoriseCashOut(struct soap *soap, _interswitch__AuthoriseCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__AuthoriseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__AuthoriseCashOut * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__AuthoriseCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseCashOut); - if (size) - *size = sizeof(_interswitch__AuthoriseCashOut); - ((_interswitch__AuthoriseCashOut*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__AuthoriseCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__AuthoriseCashOut); - for (int i = 0; i < n; i++) - ((_interswitch__AuthoriseCashOut*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__AuthoriseCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__AuthoriseCashOut %p -> %p\n", q, p)); - *(_interswitch__AuthoriseCashOut*)p = *(_interswitch__AuthoriseCashOut*)q; -} - -void _interswitch__QueryTransferResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__QueryTransferResponse::QueryTransferResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__QueryTransferResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__QueryTransferResponse::QueryTransferResult); - /* transient soap skipped */ -} - -int _interswitch__QueryTransferResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__QueryTransferResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransferResponse(struct soap *soap, const char *tag, int id, const _interswitch__QueryTransferResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse), type)) - return soap->error; - if (a->QueryTransferResult) - soap_element_result(soap, "interswitch:QueryTransferResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:QueryTransferResult", -1, &(a->_interswitch__QueryTransferResponse::QueryTransferResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__QueryTransferResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__QueryTransferResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__QueryTransferResponse * SOAP_FMAC4 soap_in__interswitch__QueryTransferResponse(struct soap *soap, const char *tag, _interswitch__QueryTransferResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__QueryTransferResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse, sizeof(_interswitch__QueryTransferResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__QueryTransferResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__QueryTransferResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_QueryTransferResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_QueryTransferResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:QueryTransferResult", &(a->_interswitch__QueryTransferResponse::QueryTransferResult), "xsd:string")) - { soap_flag_QueryTransferResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:QueryTransferResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__QueryTransferResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse, 0, sizeof(_interswitch__QueryTransferResponse), 0, soap_copy__interswitch__QueryTransferResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__QueryTransferResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse); - if (this->soap_out(soap, tag?tag:"interswitch:QueryTransferResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__QueryTransferResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__QueryTransferResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__QueryTransferResponse * SOAP_FMAC4 soap_get__interswitch__QueryTransferResponse(struct soap *soap, _interswitch__QueryTransferResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__QueryTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__QueryTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransferResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__QueryTransferResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransferResponse); - if (size) - *size = sizeof(_interswitch__QueryTransferResponse); - ((_interswitch__QueryTransferResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransferResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__QueryTransferResponse); - for (int i = 0; i < n; i++) - ((_interswitch__QueryTransferResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__QueryTransferResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransferResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__QueryTransferResponse %p -> %p\n", q, p)); - *(_interswitch__QueryTransferResponse*)p = *(_interswitch__QueryTransferResponse*)q; -} - -void _interswitch__QueryTransfer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__QueryTransfer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__QueryTransfer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__QueryTransfer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__QueryTransfer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__QueryTransfer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransfer(struct soap *soap, const char *tag, int id, const _interswitch__QueryTransfer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__QueryTransfer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__QueryTransfer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__QueryTransfer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__QueryTransfer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__QueryTransfer * SOAP_FMAC4 soap_in__interswitch__QueryTransfer(struct soap *soap, const char *tag, _interswitch__QueryTransfer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__QueryTransfer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__QueryTransfer, sizeof(_interswitch__QueryTransfer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__QueryTransfer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__QueryTransfer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__QueryTransfer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__QueryTransfer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__QueryTransfer, 0, sizeof(_interswitch__QueryTransfer), 0, soap_copy__interswitch__QueryTransfer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__QueryTransfer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__QueryTransfer); - if (this->soap_out(soap, tag?tag:"interswitch:QueryTransfer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__QueryTransfer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__QueryTransfer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__QueryTransfer * SOAP_FMAC4 soap_get__interswitch__QueryTransfer(struct soap *soap, _interswitch__QueryTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__QueryTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__QueryTransfer * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__QueryTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__QueryTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransfer); - if (size) - *size = sizeof(_interswitch__QueryTransfer); - ((_interswitch__QueryTransfer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__QueryTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__QueryTransfer); - for (int i = 0; i < n; i++) - ((_interswitch__QueryTransfer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__QueryTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__QueryTransfer %p -> %p\n", q, p)); - *(_interswitch__QueryTransfer*)p = *(_interswitch__QueryTransfer*)q; -} - -void _interswitch__SendSessionKeyResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendSessionKeyResponse::SendSessionKeyResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendSessionKeyResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendSessionKeyResponse::SendSessionKeyResult); - /* transient soap skipped */ -} - -int _interswitch__SendSessionKeyResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendSessionKeyResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendSessionKeyResponse(struct soap *soap, const char *tag, int id, const _interswitch__SendSessionKeyResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse), type)) - return soap->error; - if (a->SendSessionKeyResult) - soap_element_result(soap, "interswitch:SendSessionKeyResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:SendSessionKeyResult", -1, &(a->_interswitch__SendSessionKeyResponse::SendSessionKeyResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendSessionKeyResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendSessionKeyResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse * SOAP_FMAC4 soap_in__interswitch__SendSessionKeyResponse(struct soap *soap, const char *tag, _interswitch__SendSessionKeyResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendSessionKeyResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse, sizeof(_interswitch__SendSessionKeyResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendSessionKeyResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_SendSessionKeyResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SendSessionKeyResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:SendSessionKeyResult", &(a->_interswitch__SendSessionKeyResponse::SendSessionKeyResult), "xsd:string")) - { soap_flag_SendSessionKeyResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:SendSessionKeyResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendSessionKeyResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse, 0, sizeof(_interswitch__SendSessionKeyResponse), 0, soap_copy__interswitch__SendSessionKeyResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendSessionKeyResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse); - if (this->soap_out(soap, tag?tag:"interswitch:SendSessionKeyResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendSessionKeyResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendSessionKeyResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse * SOAP_FMAC4 soap_get__interswitch__SendSessionKeyResponse(struct soap *soap, _interswitch__SendSessionKeyResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendSessionKeyResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendSessionKeyResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendSessionKeyResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendSessionKeyResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendSessionKeyResponse); - if (size) - *size = sizeof(_interswitch__SendSessionKeyResponse); - ((_interswitch__SendSessionKeyResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendSessionKeyResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendSessionKeyResponse); - for (int i = 0; i < n; i++) - ((_interswitch__SendSessionKeyResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendSessionKeyResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendSessionKeyResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendSessionKeyResponse %p -> %p\n", q, p)); - *(_interswitch__SendSessionKeyResponse*)p = *(_interswitch__SendSessionKeyResponse*)q; -} - -void _interswitch__SendSessionKey::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__SendSessionKey::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__SendSessionKey::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__SendSessionKey::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__SendSessionKey::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__SendSessionKey(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendSessionKey(struct soap *soap, const char *tag, int id, const _interswitch__SendSessionKey *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__SendSessionKey), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__SendSessionKey::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__SendSessionKey::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__SendSessionKey(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKey * SOAP_FMAC4 soap_in__interswitch__SendSessionKey(struct soap *soap, const char *tag, _interswitch__SendSessionKey *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__SendSessionKey *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__SendSessionKey, sizeof(_interswitch__SendSessionKey), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__SendSessionKey) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__SendSessionKey *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__SendSessionKey::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__SendSessionKey *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__SendSessionKey, 0, sizeof(_interswitch__SendSessionKey), 0, soap_copy__interswitch__SendSessionKey); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__SendSessionKey::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__SendSessionKey); - if (this->soap_out(soap, tag?tag:"interswitch:SendSessionKey", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__SendSessionKey::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__SendSessionKey(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKey * SOAP_FMAC4 soap_get__interswitch__SendSessionKey(struct soap *soap, _interswitch__SendSessionKey *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__SendSessionKey(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__SendSessionKey * SOAP_FMAC2 soap_instantiate__interswitch__SendSessionKey(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__SendSessionKey(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__SendSessionKey, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendSessionKey); - if (size) - *size = sizeof(_interswitch__SendSessionKey); - ((_interswitch__SendSessionKey*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__SendSessionKey[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__SendSessionKey); - for (int i = 0; i < n; i++) - ((_interswitch__SendSessionKey*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__SendSessionKey*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendSessionKey(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__SendSessionKey %p -> %p\n", q, p)); - *(_interswitch__SendSessionKey*)p = *(_interswitch__SendSessionKey*)q; -} - -void _interswitch__CancelTransferResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CancelTransferResponse::CancelTransferResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__CancelTransferResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CancelTransferResponse::CancelTransferResult); - /* transient soap skipped */ -} - -int _interswitch__CancelTransferResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CancelTransferResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CancelTransferResponse(struct soap *soap, const char *tag, int id, const _interswitch__CancelTransferResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse), type)) - return soap->error; - if (a->CancelTransferResult) - soap_element_result(soap, "interswitch:CancelTransferResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:CancelTransferResult", -1, &(a->_interswitch__CancelTransferResponse::CancelTransferResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CancelTransferResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CancelTransferResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CancelTransferResponse * SOAP_FMAC4 soap_in__interswitch__CancelTransferResponse(struct soap *soap, const char *tag, _interswitch__CancelTransferResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CancelTransferResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse, sizeof(_interswitch__CancelTransferResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CancelTransferResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CancelTransferResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_CancelTransferResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_CancelTransferResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:CancelTransferResult", &(a->_interswitch__CancelTransferResponse::CancelTransferResult), "xsd:string")) - { soap_flag_CancelTransferResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:CancelTransferResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CancelTransferResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse, 0, sizeof(_interswitch__CancelTransferResponse), 0, soap_copy__interswitch__CancelTransferResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CancelTransferResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse); - if (this->soap_out(soap, tag?tag:"interswitch:CancelTransferResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CancelTransferResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CancelTransferResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CancelTransferResponse * SOAP_FMAC4 soap_get__interswitch__CancelTransferResponse(struct soap *soap, _interswitch__CancelTransferResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CancelTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CancelTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__CancelTransferResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CancelTransferResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CancelTransferResponse); - if (size) - *size = sizeof(_interswitch__CancelTransferResponse); - ((_interswitch__CancelTransferResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CancelTransferResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CancelTransferResponse); - for (int i = 0; i < n; i++) - ((_interswitch__CancelTransferResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CancelTransferResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CancelTransferResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CancelTransferResponse %p -> %p\n", q, p)); - *(_interswitch__CancelTransferResponse*)p = *(_interswitch__CancelTransferResponse*)q; -} - -void _interswitch__CancelTransfer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__CancelTransfer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__CancelTransfer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__CancelTransfer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__CancelTransfer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__CancelTransfer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CancelTransfer(struct soap *soap, const char *tag, int id, const _interswitch__CancelTransfer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__CancelTransfer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__CancelTransfer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__CancelTransfer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__CancelTransfer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__CancelTransfer * SOAP_FMAC4 soap_in__interswitch__CancelTransfer(struct soap *soap, const char *tag, _interswitch__CancelTransfer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__CancelTransfer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__CancelTransfer, sizeof(_interswitch__CancelTransfer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__CancelTransfer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__CancelTransfer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__CancelTransfer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__CancelTransfer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__CancelTransfer, 0, sizeof(_interswitch__CancelTransfer), 0, soap_copy__interswitch__CancelTransfer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__CancelTransfer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__CancelTransfer); - if (this->soap_out(soap, tag?tag:"interswitch:CancelTransfer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__CancelTransfer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__CancelTransfer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__CancelTransfer * SOAP_FMAC4 soap_get__interswitch__CancelTransfer(struct soap *soap, _interswitch__CancelTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__CancelTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__CancelTransfer * SOAP_FMAC2 soap_instantiate__interswitch__CancelTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__CancelTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__CancelTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__CancelTransfer); - if (size) - *size = sizeof(_interswitch__CancelTransfer); - ((_interswitch__CancelTransfer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__CancelTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__CancelTransfer); - for (int i = 0; i < n; i++) - ((_interswitch__CancelTransfer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__CancelTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CancelTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__CancelTransfer %p -> %p\n", q, p)); - *(_interswitch__CancelTransfer*)p = *(_interswitch__CancelTransfer*)q; -} - -void _interswitch__DoTransferResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoTransferResponse::DoTransferResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoTransferResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoTransferResponse::DoTransferResult); - /* transient soap skipped */ -} - -int _interswitch__DoTransferResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoTransferResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoTransferResponse(struct soap *soap, const char *tag, int id, const _interswitch__DoTransferResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoTransferResponse), type)) - return soap->error; - if (a->DoTransferResult) - soap_element_result(soap, "interswitch:DoTransferResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:DoTransferResult", -1, &(a->_interswitch__DoTransferResponse::DoTransferResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoTransferResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoTransferResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoTransferResponse * SOAP_FMAC4 soap_in__interswitch__DoTransferResponse(struct soap *soap, const char *tag, _interswitch__DoTransferResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoTransferResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoTransferResponse, sizeof(_interswitch__DoTransferResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoTransferResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoTransferResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_DoTransferResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_DoTransferResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:DoTransferResult", &(a->_interswitch__DoTransferResponse::DoTransferResult), "xsd:string")) - { soap_flag_DoTransferResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:DoTransferResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoTransferResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoTransferResponse, 0, sizeof(_interswitch__DoTransferResponse), 0, soap_copy__interswitch__DoTransferResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoTransferResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoTransferResponse); - if (this->soap_out(soap, tag?tag:"interswitch:DoTransferResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoTransferResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoTransferResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoTransferResponse * SOAP_FMAC4 soap_get__interswitch__DoTransferResponse(struct soap *soap, _interswitch__DoTransferResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoTransferResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoTransferResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoTransferResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoTransferResponse); - if (size) - *size = sizeof(_interswitch__DoTransferResponse); - ((_interswitch__DoTransferResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoTransferResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoTransferResponse); - for (int i = 0; i < n; i++) - ((_interswitch__DoTransferResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoTransferResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoTransferResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoTransferResponse %p -> %p\n", q, p)); - *(_interswitch__DoTransferResponse*)p = *(_interswitch__DoTransferResponse*)q; -} - -void _interswitch__DoTransfer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__DoTransfer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__DoTransfer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__DoTransfer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__DoTransfer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__DoTransfer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoTransfer(struct soap *soap, const char *tag, int id, const _interswitch__DoTransfer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__DoTransfer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__DoTransfer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__DoTransfer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__DoTransfer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__DoTransfer * SOAP_FMAC4 soap_in__interswitch__DoTransfer(struct soap *soap, const char *tag, _interswitch__DoTransfer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__DoTransfer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__DoTransfer, sizeof(_interswitch__DoTransfer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__DoTransfer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__DoTransfer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__DoTransfer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__DoTransfer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__DoTransfer, 0, sizeof(_interswitch__DoTransfer), 0, soap_copy__interswitch__DoTransfer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__DoTransfer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__DoTransfer); - if (this->soap_out(soap, tag?tag:"interswitch:DoTransfer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__DoTransfer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__DoTransfer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__DoTransfer * SOAP_FMAC4 soap_get__interswitch__DoTransfer(struct soap *soap, _interswitch__DoTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__DoTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__DoTransfer * SOAP_FMAC2 soap_instantiate__interswitch__DoTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__DoTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__DoTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoTransfer); - if (size) - *size = sizeof(_interswitch__DoTransfer); - ((_interswitch__DoTransfer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__DoTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__DoTransfer); - for (int i = 0; i < n; i++) - ((_interswitch__DoTransfer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__DoTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__DoTransfer %p -> %p\n", q, p)); - *(_interswitch__DoTransfer*)p = *(_interswitch__DoTransfer*)q; -} - -void _interswitch__ValidateCustomerResponse::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ValidateCustomerResponse::ValidateCustomerResult = NULL; - /* transient soap skipped */ -} - -void _interswitch__ValidateCustomerResponse::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ValidateCustomerResponse::ValidateCustomerResult); - /* transient soap skipped */ -} - -int _interswitch__ValidateCustomerResponse::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ValidateCustomerResponse(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ValidateCustomerResponse(struct soap *soap, const char *tag, int id, const _interswitch__ValidateCustomerResponse *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse), type)) - return soap->error; - if (a->ValidateCustomerResult) - soap_element_result(soap, "interswitch:ValidateCustomerResult"); - if (soap_out_PointerTostd__string(soap, "interswitch:ValidateCustomerResult", -1, &(a->_interswitch__ValidateCustomerResponse::ValidateCustomerResult), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ValidateCustomerResponse::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ValidateCustomerResponse(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse * SOAP_FMAC4 soap_in__interswitch__ValidateCustomerResponse(struct soap *soap, const char *tag, _interswitch__ValidateCustomerResponse *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ValidateCustomerResponse *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse, sizeof(_interswitch__ValidateCustomerResponse), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ValidateCustomerResponse *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_ValidateCustomerResult1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_ValidateCustomerResult1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:ValidateCustomerResult", &(a->_interswitch__ValidateCustomerResponse::ValidateCustomerResult), "xsd:string")) - { soap_flag_ValidateCustomerResult1--; - continue; - } - /* transient soap skipped */ - soap_check_result(soap, "interswitch:ValidateCustomerResult"); - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ValidateCustomerResponse *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse, 0, sizeof(_interswitch__ValidateCustomerResponse), 0, soap_copy__interswitch__ValidateCustomerResponse); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ValidateCustomerResponse::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse); - if (this->soap_out(soap, tag?tag:"interswitch:ValidateCustomerResponse", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ValidateCustomerResponse::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ValidateCustomerResponse(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse * SOAP_FMAC4 soap_get__interswitch__ValidateCustomerResponse(struct soap *soap, _interswitch__ValidateCustomerResponse *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ValidateCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ValidateCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__ValidateCustomerResponse(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ValidateCustomerResponse(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ValidateCustomerResponse); - if (size) - *size = sizeof(_interswitch__ValidateCustomerResponse); - ((_interswitch__ValidateCustomerResponse*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ValidateCustomerResponse[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ValidateCustomerResponse); - for (int i = 0; i < n; i++) - ((_interswitch__ValidateCustomerResponse*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ValidateCustomerResponse*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ValidateCustomerResponse(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ValidateCustomerResponse %p -> %p\n", q, p)); - *(_interswitch__ValidateCustomerResponse*)p = *(_interswitch__ValidateCustomerResponse*)q; -} - -void _interswitch__ValidateCustomer::soap_default(struct soap *soap) -{ - this->soap = soap; - this->_interswitch__ValidateCustomer::xmlParams = NULL; - /* transient soap skipped */ -} - -void _interswitch__ValidateCustomer::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_PointerTostd__string(soap, &this->_interswitch__ValidateCustomer::xmlParams); - /* transient soap skipped */ -} - -int _interswitch__ValidateCustomer::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out__interswitch__ValidateCustomer(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ValidateCustomer(struct soap *soap, const char *tag, int id, const _interswitch__ValidateCustomer *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch__interswitch__ValidateCustomer), type)) - return soap->error; - if (soap_out_PointerTostd__string(soap, "interswitch:xmlParams", -1, &(a->_interswitch__ValidateCustomer::xmlParams), "")) - return soap->error; - /* transient soap skipped */ - return soap_element_end_out(soap, tag); -} - -void *_interswitch__ValidateCustomer::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in__interswitch__ValidateCustomer(soap, tag, this, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomer * SOAP_FMAC4 soap_in__interswitch__ValidateCustomer(struct soap *soap, const char *tag, _interswitch__ValidateCustomer *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 0, NULL)) - return NULL; - a = (_interswitch__ValidateCustomer *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch__interswitch__ValidateCustomer, sizeof(_interswitch__ValidateCustomer), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch__interswitch__ValidateCustomer) - { soap_revert(soap); - *soap->id = '\0'; - return (_interswitch__ValidateCustomer *)a->soap_in(soap, tag, type); - } - } - size_t soap_flag_xmlParams1 = 1; - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_xmlParams1 && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_PointerTostd__string(soap, "interswitch:xmlParams", &(a->_interswitch__ValidateCustomer::xmlParams), "xsd:string")) - { soap_flag_xmlParams1--; - continue; - } - /* transient soap skipped */ - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (_interswitch__ValidateCustomer *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch__interswitch__ValidateCustomer, 0, sizeof(_interswitch__ValidateCustomer), 0, soap_copy__interswitch__ValidateCustomer); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int _interswitch__ValidateCustomer::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch__interswitch__ValidateCustomer); - if (this->soap_out(soap, tag?tag:"interswitch:ValidateCustomer", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *_interswitch__ValidateCustomer::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get__interswitch__ValidateCustomer(soap, this, tag, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomer * SOAP_FMAC4 soap_get__interswitch__ValidateCustomer(struct soap *soap, _interswitch__ValidateCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in__interswitch__ValidateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 _interswitch__ValidateCustomer * SOAP_FMAC2 soap_instantiate__interswitch__ValidateCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate__interswitch__ValidateCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch__interswitch__ValidateCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(_interswitch__ValidateCustomer); - if (size) - *size = sizeof(_interswitch__ValidateCustomer); - ((_interswitch__ValidateCustomer*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(_interswitch__ValidateCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(_interswitch__ValidateCustomer); - for (int i = 0; i < n; i++) - ((_interswitch__ValidateCustomer*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (_interswitch__ValidateCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ValidateCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying _interswitch__ValidateCustomer %p -> %p\n", q, p)); - *(_interswitch__ValidateCustomer*)p = *(_interswitch__ValidateCustomer*)q; -} - -void xsd__unsignedShort::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_unsignedShort(soap, &this->xsd__unsignedShort::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__unsignedShort::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__unsignedShort::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__unsignedShort(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedShort(struct soap *soap, const char *tag, int id, const xsd__unsignedShort *a, const char *type) -{ - return soap_out_unsignedShort(soap, tag, id, &(a->xsd__unsignedShort::__item), "xsd:unsignedShort"); -} - -void *xsd__unsignedShort::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__unsignedShort(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__unsignedShort * SOAP_FMAC4 soap_in_xsd__unsignedShort(struct soap *soap, const char *tag, xsd__unsignedShort *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__unsignedShort *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__unsignedShort, sizeof(xsd__unsignedShort), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__unsignedShort) - return (xsd__unsignedShort *)a->soap_in(soap, tag, type); - } - if (!soap_in_unsignedShort(soap, tag, &(a->xsd__unsignedShort::__item), "xsd:unsignedShort")) - return NULL; - return a; -} - -int xsd__unsignedShort::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedShort); - if (this->soap_out(soap, tag?tag:"xsd:unsignedShort", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__unsignedShort::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__unsignedShort(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__unsignedShort * SOAP_FMAC4 soap_get_xsd__unsignedShort(struct soap *soap, xsd__unsignedShort *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedShort(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__unsignedShort * SOAP_FMAC2 soap_instantiate_xsd__unsignedShort(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__unsignedShort(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__unsignedShort, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedShort); - if (size) - *size = sizeof(xsd__unsignedShort); - ((xsd__unsignedShort*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedShort[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__unsignedShort); - for (int i = 0; i < n; i++) - ((xsd__unsignedShort*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedShort*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedShort(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__unsignedShort %p -> %p\n", q, p)); - *(xsd__unsignedShort*)p = *(xsd__unsignedShort*)q; -} - -void xsd__unsignedLong::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_unsignedLONG64(soap, &this->xsd__unsignedLong::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__unsignedLong::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__unsignedLong::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__unsignedLong(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedLong(struct soap *soap, const char *tag, int id, const xsd__unsignedLong *a, const char *type) -{ - return soap_out_unsignedLONG64(soap, tag, id, &(a->xsd__unsignedLong::__item), "xsd:unsignedLong"); -} - -void *xsd__unsignedLong::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__unsignedLong(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__unsignedLong * SOAP_FMAC4 soap_in_xsd__unsignedLong(struct soap *soap, const char *tag, xsd__unsignedLong *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__unsignedLong *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__unsignedLong, sizeof(xsd__unsignedLong), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__unsignedLong) - return (xsd__unsignedLong *)a->soap_in(soap, tag, type); - } - if (!soap_in_unsignedLONG64(soap, tag, &(a->xsd__unsignedLong::__item), "xsd:unsignedLong")) - return NULL; - return a; -} - -int xsd__unsignedLong::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedLong); - if (this->soap_out(soap, tag?tag:"xsd:unsignedLong", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__unsignedLong::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__unsignedLong(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__unsignedLong * SOAP_FMAC4 soap_get_xsd__unsignedLong(struct soap *soap, xsd__unsignedLong *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedLong(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__unsignedLong * SOAP_FMAC2 soap_instantiate_xsd__unsignedLong(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__unsignedLong(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__unsignedLong, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedLong); - if (size) - *size = sizeof(xsd__unsignedLong); - ((xsd__unsignedLong*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedLong[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__unsignedLong); - for (int i = 0; i < n; i++) - ((xsd__unsignedLong*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedLong*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedLong(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__unsignedLong %p -> %p\n", q, p)); - *(xsd__unsignedLong*)p = *(xsd__unsignedLong*)q; -} - -void xsd__unsignedInt::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_unsignedInt(soap, &this->xsd__unsignedInt::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__unsignedInt::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__unsignedInt::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__unsignedInt(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedInt(struct soap *soap, const char *tag, int id, const xsd__unsignedInt *a, const char *type) -{ - return soap_out_unsignedInt(soap, tag, id, &(a->xsd__unsignedInt::__item), "xsd:unsignedInt"); -} - -void *xsd__unsignedInt::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__unsignedInt(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__unsignedInt * SOAP_FMAC4 soap_in_xsd__unsignedInt(struct soap *soap, const char *tag, xsd__unsignedInt *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__unsignedInt *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__unsignedInt, sizeof(xsd__unsignedInt), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__unsignedInt) - return (xsd__unsignedInt *)a->soap_in(soap, tag, type); - } - if (!soap_in_unsignedInt(soap, tag, &(a->xsd__unsignedInt::__item), "xsd:unsignedInt")) - return NULL; - return a; -} - -int xsd__unsignedInt::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedInt); - if (this->soap_out(soap, tag?tag:"xsd:unsignedInt", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__unsignedInt::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__unsignedInt(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__unsignedInt * SOAP_FMAC4 soap_get_xsd__unsignedInt(struct soap *soap, xsd__unsignedInt *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedInt(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__unsignedInt * SOAP_FMAC2 soap_instantiate_xsd__unsignedInt(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__unsignedInt(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__unsignedInt, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedInt); - if (size) - *size = sizeof(xsd__unsignedInt); - ((xsd__unsignedInt*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedInt[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__unsignedInt); - for (int i = 0; i < n; i++) - ((xsd__unsignedInt*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedInt*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedInt(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__unsignedInt %p -> %p\n", q, p)); - *(xsd__unsignedInt*)p = *(xsd__unsignedInt*)q; -} - -void xsd__unsignedByte_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__unsignedByte(soap, &this->xsd__unsignedByte_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__unsignedByte_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__unsignedByte_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__unsignedByte_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedByte_(struct soap *soap, const char *tag, int id, const xsd__unsignedByte_ *a, const char *type) -{ - return soap_out_xsd__unsignedByte(soap, tag, id, &(a->xsd__unsignedByte_::__item), "xsd:unsignedByte"); -} - -void *xsd__unsignedByte_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__unsignedByte_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__unsignedByte_ * SOAP_FMAC4 soap_in_xsd__unsignedByte_(struct soap *soap, const char *tag, xsd__unsignedByte_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__unsignedByte_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__unsignedByte_, sizeof(xsd__unsignedByte_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__unsignedByte_) - return (xsd__unsignedByte_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__unsignedByte(soap, tag, &(a->xsd__unsignedByte_::__item), "xsd:unsignedByte")) - return NULL; - return a; -} - -int xsd__unsignedByte_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__unsignedByte_); - if (this->soap_out(soap, tag?tag:"xsd:unsignedByte", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__unsignedByte_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__unsignedByte_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__unsignedByte_ * SOAP_FMAC4 soap_get_xsd__unsignedByte_(struct soap *soap, xsd__unsignedByte_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__unsignedByte_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__unsignedByte_ * SOAP_FMAC2 soap_instantiate_xsd__unsignedByte_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__unsignedByte_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__unsignedByte_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedByte_); - if (size) - *size = sizeof(xsd__unsignedByte_); - ((xsd__unsignedByte_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedByte_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__unsignedByte_); - for (int i = 0; i < n; i++) - ((xsd__unsignedByte_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedByte_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedByte_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__unsignedByte_ %p -> %p\n", q, p)); - *(xsd__unsignedByte_*)p = *(xsd__unsignedByte_*)q; -} - -void xsd__string::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_std__string(soap, &this->xsd__string::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__string::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_embedded(soap, &this->xsd__string::__item, SOAP_TYPE_interswitch_std__string); - soap_serialize_std__string(soap, &this->xsd__string::__item); - /* transient soap skipped */ -} - -int xsd__string::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__string(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__string(struct soap *soap, const char *tag, int id, const xsd__string *a, const char *type) -{ - return soap_out_std__string(soap, tag, id, &(a->xsd__string::__item), "xsd:string"); -} - -void *xsd__string::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__string(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__string * SOAP_FMAC4 soap_in_xsd__string(struct soap *soap, const char *tag, xsd__string *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__string *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__string, sizeof(xsd__string), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__string) - return (xsd__string *)a->soap_in(soap, tag, type); - } - if (!soap_in_std__string(soap, tag, &(a->xsd__string::__item), "xsd:string")) - return NULL; - return a; -} - -int xsd__string::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__string); - if (this->soap_out(soap, tag?tag:"xsd:string", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__string::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__string(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__string * SOAP_FMAC4 soap_get_xsd__string(struct soap *soap, xsd__string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__string * SOAP_FMAC2 soap_instantiate_xsd__string(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__string(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__string, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__string); - if (size) - *size = sizeof(xsd__string); - ((xsd__string*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__string[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__string); - for (int i = 0; i < n; i++) - ((xsd__string*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__string*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__string(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__string %p -> %p\n", q, p)); - *(xsd__string*)p = *(xsd__string*)q; -} - -void xsd__short::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_short(soap, &this->xsd__short::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__short::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__short::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__short(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__short(struct soap *soap, const char *tag, int id, const xsd__short *a, const char *type) -{ - return soap_out_short(soap, tag, id, &(a->xsd__short::__item), "xsd:short"); -} - -void *xsd__short::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__short(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__short * SOAP_FMAC4 soap_in_xsd__short(struct soap *soap, const char *tag, xsd__short *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__short *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__short, sizeof(xsd__short), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__short) - return (xsd__short *)a->soap_in(soap, tag, type); - } - if (!soap_in_short(soap, tag, &(a->xsd__short::__item), "xsd:short")) - return NULL; - return a; -} - -int xsd__short::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__short); - if (this->soap_out(soap, tag?tag:"xsd:short", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__short::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__short(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__short * SOAP_FMAC4 soap_get_xsd__short(struct soap *soap, xsd__short *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__short(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__short * SOAP_FMAC2 soap_instantiate_xsd__short(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__short(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__short, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__short); - if (size) - *size = sizeof(xsd__short); - ((xsd__short*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__short[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__short); - for (int i = 0; i < n; i++) - ((xsd__short*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__short*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__short(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__short %p -> %p\n", q, p)); - *(xsd__short*)p = *(xsd__short*)q; -} - -void xsd__long::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_LONG64(soap, &this->xsd__long::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__long::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__long::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__long(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__long(struct soap *soap, const char *tag, int id, const xsd__long *a, const char *type) -{ - return soap_out_LONG64(soap, tag, id, &(a->xsd__long::__item), "xsd:long"); -} - -void *xsd__long::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__long(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__long * SOAP_FMAC4 soap_in_xsd__long(struct soap *soap, const char *tag, xsd__long *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__long *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__long, sizeof(xsd__long), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__long) - return (xsd__long *)a->soap_in(soap, tag, type); - } - if (!soap_in_LONG64(soap, tag, &(a->xsd__long::__item), "xsd:long")) - return NULL; - return a; -} - -int xsd__long::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__long); - if (this->soap_out(soap, tag?tag:"xsd:long", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__long::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__long(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__long * SOAP_FMAC4 soap_get_xsd__long(struct soap *soap, xsd__long *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__long(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__long * SOAP_FMAC2 soap_instantiate_xsd__long(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__long(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__long, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__long); - if (size) - *size = sizeof(xsd__long); - ((xsd__long*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__long[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__long); - for (int i = 0; i < n; i++) - ((xsd__long*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__long*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__long(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__long %p -> %p\n", q, p)); - *(xsd__long*)p = *(xsd__long*)q; -} - -void xsd__int::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_int(soap, &this->xsd__int::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__int::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__int::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__int(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__int(struct soap *soap, const char *tag, int id, const xsd__int *a, const char *type) -{ - return soap_out_int(soap, tag, id, &(a->xsd__int::__item), "xsd:int"); -} - -void *xsd__int::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__int(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__int * SOAP_FMAC4 soap_in_xsd__int(struct soap *soap, const char *tag, xsd__int *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__int *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__int, sizeof(xsd__int), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__int) - return (xsd__int *)a->soap_in(soap, tag, type); - } - if (!soap_in_int(soap, tag, &(a->xsd__int::__item), "xsd:int")) - return NULL; - return a; -} - -int xsd__int::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__int); - if (this->soap_out(soap, tag?tag:"xsd:int", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__int::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__int(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__int * SOAP_FMAC4 soap_get_xsd__int(struct soap *soap, xsd__int *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__int(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__int * SOAP_FMAC2 soap_instantiate_xsd__int(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__int(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__int, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__int); - if (size) - *size = sizeof(xsd__int); - ((xsd__int*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__int[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__int); - for (int i = 0; i < n; i++) - ((xsd__int*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__int*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__int(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__int %p -> %p\n", q, p)); - *(xsd__int*)p = *(xsd__int*)q; -} - -void xsd__float::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_float(soap, &this->xsd__float::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__float::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__float::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__float(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__float(struct soap *soap, const char *tag, int id, const xsd__float *a, const char *type) -{ - return soap_out_float(soap, tag, id, &(a->xsd__float::__item), "xsd:float"); -} - -void *xsd__float::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__float(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__float * SOAP_FMAC4 soap_in_xsd__float(struct soap *soap, const char *tag, xsd__float *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__float *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__float, sizeof(xsd__float), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__float) - return (xsd__float *)a->soap_in(soap, tag, type); - } - if (!soap_in_float(soap, tag, &(a->xsd__float::__item), "xsd:float")) - return NULL; - return a; -} - -int xsd__float::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__float); - if (this->soap_out(soap, tag?tag:"xsd:float", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__float::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__float(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__float * SOAP_FMAC4 soap_get_xsd__float(struct soap *soap, xsd__float *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__float(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__float * SOAP_FMAC2 soap_instantiate_xsd__float(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__float(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__float, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__float); - if (size) - *size = sizeof(xsd__float); - ((xsd__float*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__float[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__float); - for (int i = 0; i < n; i++) - ((xsd__float*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__float*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__float(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__float %p -> %p\n", q, p)); - *(xsd__float*)p = *(xsd__float*)q; -} - -void xsd__duration_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__duration(soap, &this->xsd__duration_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__duration_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__duration(soap, &this->xsd__duration_::__item); - /* transient soap skipped */ -} - -int xsd__duration_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__duration_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration_(struct soap *soap, const char *tag, int id, const xsd__duration_ *a, const char *type) -{ - return soap_out_xsd__duration(soap, tag, id, &(a->xsd__duration_::__item), "xsd:duration"); -} - -void *xsd__duration_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__duration_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__duration_ * SOAP_FMAC4 soap_in_xsd__duration_(struct soap *soap, const char *tag, xsd__duration_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__duration_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__duration_, sizeof(xsd__duration_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__duration_) - return (xsd__duration_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__duration(soap, tag, &(a->xsd__duration_::__item), "xsd:duration")) - return NULL; - return a; -} - -int xsd__duration_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__duration_); - if (this->soap_out(soap, tag?tag:"xsd:duration", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__duration_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__duration_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__duration_ * SOAP_FMAC4 soap_get_xsd__duration_(struct soap *soap, xsd__duration_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__duration_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__duration_ * SOAP_FMAC2 soap_instantiate_xsd__duration_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__duration_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__duration_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__duration_); - if (size) - *size = sizeof(xsd__duration_); - ((xsd__duration_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__duration_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__duration_); - for (int i = 0; i < n; i++) - ((xsd__duration_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__duration_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__duration_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__duration_ %p -> %p\n", q, p)); - *(xsd__duration_*)p = *(xsd__duration_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__duration), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__duration(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__duration, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__duration, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__duration, 0, sizeof(std::string), 0, soap_copy_xsd__duration); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__duration(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__duration); - if (soap_out_xsd__duration(soap, tag?tag:"xsd:duration", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__duration(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__duration(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void xsd__double::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_double(soap, &this->xsd__double::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__double::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__double::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__double(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__double(struct soap *soap, const char *tag, int id, const xsd__double *a, const char *type) -{ - return soap_out_double(soap, tag, id, &(a->xsd__double::__item), "xsd:double"); -} - -void *xsd__double::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__double(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__double * SOAP_FMAC4 soap_in_xsd__double(struct soap *soap, const char *tag, xsd__double *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__double *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__double, sizeof(xsd__double), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__double) - return (xsd__double *)a->soap_in(soap, tag, type); - } - if (!soap_in_double(soap, tag, &(a->xsd__double::__item), "xsd:double")) - return NULL; - return a; -} - -int xsd__double::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__double); - if (this->soap_out(soap, tag?tag:"xsd:double", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__double::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__double(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__double * SOAP_FMAC4 soap_get_xsd__double(struct soap *soap, xsd__double *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__double(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__double * SOAP_FMAC2 soap_instantiate_xsd__double(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__double(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__double, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__double); - if (size) - *size = sizeof(xsd__double); - ((xsd__double*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__double[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__double); - for (int i = 0; i < n; i++) - ((xsd__double*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__double*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__double(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__double %p -> %p\n", q, p)); - *(xsd__double*)p = *(xsd__double*)q; -} - -void xsd__decimal_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__decimal(soap, &this->xsd__decimal_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__decimal_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__decimal(soap, &this->xsd__decimal_::__item); - /* transient soap skipped */ -} - -int xsd__decimal_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__decimal_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__decimal_(struct soap *soap, const char *tag, int id, const xsd__decimal_ *a, const char *type) -{ - return soap_out_xsd__decimal(soap, tag, id, &(a->xsd__decimal_::__item), "xsd:decimal"); -} - -void *xsd__decimal_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__decimal_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__decimal_ * SOAP_FMAC4 soap_in_xsd__decimal_(struct soap *soap, const char *tag, xsd__decimal_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__decimal_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__decimal_, sizeof(xsd__decimal_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__decimal_) - return (xsd__decimal_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__decimal(soap, tag, &(a->xsd__decimal_::__item), "xsd:decimal")) - return NULL; - return a; -} - -int xsd__decimal_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__decimal_); - if (this->soap_out(soap, tag?tag:"xsd:decimal", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__decimal_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__decimal_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__decimal_ * SOAP_FMAC4 soap_get_xsd__decimal_(struct soap *soap, xsd__decimal_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__decimal_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__decimal_ * SOAP_FMAC2 soap_instantiate_xsd__decimal_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__decimal_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__decimal_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__decimal_); - if (size) - *size = sizeof(xsd__decimal_); - ((xsd__decimal_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__decimal_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__decimal_); - for (int i = 0; i < n; i++) - ((xsd__decimal_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__decimal_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__decimal_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__decimal_ %p -> %p\n", q, p)); - *(xsd__decimal_*)p = *(xsd__decimal_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__decimal(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__decimal), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__decimal(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__decimal, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__decimal, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__decimal, 0, sizeof(std::string), 0, soap_copy_xsd__decimal); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__decimal(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__decimal); - if (soap_out_xsd__decimal(soap, tag?tag:"xsd:decimal", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__decimal(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__decimal(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void xsd__dateTime::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_time(soap, &this->xsd__dateTime::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__dateTime::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__dateTime::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__dateTime(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__dateTime(struct soap *soap, const char *tag, int id, const xsd__dateTime *a, const char *type) -{ - return soap_out_time(soap, tag, id, &(a->xsd__dateTime::__item), "xsd:dateTime"); -} - -void *xsd__dateTime::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__dateTime(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__dateTime * SOAP_FMAC4 soap_in_xsd__dateTime(struct soap *soap, const char *tag, xsd__dateTime *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__dateTime *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__dateTime, sizeof(xsd__dateTime), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__dateTime) - return (xsd__dateTime *)a->soap_in(soap, tag, type); - } - if (!soap_in_time(soap, tag, &(a->xsd__dateTime::__item), "xsd:dateTime")) - return NULL; - return a; -} - -int xsd__dateTime::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__dateTime); - if (this->soap_out(soap, tag?tag:"xsd:dateTime", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__dateTime::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__dateTime(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__dateTime * SOAP_FMAC4 soap_get_xsd__dateTime(struct soap *soap, xsd__dateTime *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__dateTime(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__dateTime * SOAP_FMAC2 soap_instantiate_xsd__dateTime(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__dateTime(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__dateTime, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__dateTime); - if (size) - *size = sizeof(xsd__dateTime); - ((xsd__dateTime*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__dateTime[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__dateTime); - for (int i = 0; i < n; i++) - ((xsd__dateTime*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__dateTime*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__dateTime(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__dateTime %p -> %p\n", q, p)); - *(xsd__dateTime*)p = *(xsd__dateTime*)q; -} - -void xsd__byte_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__byte(soap, &this->xsd__byte_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__byte_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__byte_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__byte_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__byte_(struct soap *soap, const char *tag, int id, const xsd__byte_ *a, const char *type) -{ - return soap_out_xsd__byte(soap, tag, id, &(a->xsd__byte_::__item), "xsd:byte"); -} - -void *xsd__byte_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__byte_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__byte_ * SOAP_FMAC4 soap_in_xsd__byte_(struct soap *soap, const char *tag, xsd__byte_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__byte_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__byte_, sizeof(xsd__byte_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__byte_) - return (xsd__byte_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__byte(soap, tag, &(a->xsd__byte_::__item), "xsd:byte")) - return NULL; - return a; -} - -int xsd__byte_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__byte_); - if (this->soap_out(soap, tag?tag:"xsd:byte", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__byte_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__byte_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__byte_ * SOAP_FMAC4 soap_get_xsd__byte_(struct soap *soap, xsd__byte_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__byte_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__byte_ * SOAP_FMAC2 soap_instantiate_xsd__byte_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__byte_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__byte_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__byte_); - if (size) - *size = sizeof(xsd__byte_); - ((xsd__byte_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__byte_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__byte_); - for (int i = 0; i < n; i++) - ((xsd__byte_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__byte_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__byte_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__byte_ %p -> %p\n", q, p)); - *(xsd__byte_*)p = *(xsd__byte_*)q; -} - -void xsd__boolean::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_bool(soap, &this->xsd__boolean::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__boolean::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__boolean::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__boolean(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__boolean(struct soap *soap, const char *tag, int id, const xsd__boolean *a, const char *type) -{ - return soap_out_bool(soap, tag, id, &(a->xsd__boolean::__item), "xsd:boolean"); -} - -void *xsd__boolean::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__boolean(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__boolean * SOAP_FMAC4 soap_in_xsd__boolean(struct soap *soap, const char *tag, xsd__boolean *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__boolean *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__boolean, sizeof(xsd__boolean), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__boolean) - return (xsd__boolean *)a->soap_in(soap, tag, type); - } - if (!soap_in_bool(soap, tag, &(a->xsd__boolean::__item), "xsd:boolean")) - return NULL; - return a; -} - -int xsd__boolean::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__boolean); - if (this->soap_out(soap, tag?tag:"xsd:boolean", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__boolean::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__boolean(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__boolean * SOAP_FMAC4 soap_get_xsd__boolean(struct soap *soap, xsd__boolean *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__boolean(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__boolean * SOAP_FMAC2 soap_instantiate_xsd__boolean(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__boolean(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__boolean, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__boolean); - if (size) - *size = sizeof(xsd__boolean); - ((xsd__boolean*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__boolean[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__boolean); - for (int i = 0; i < n; i++) - ((xsd__boolean*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__boolean*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__boolean(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__boolean %p -> %p\n", q, p)); - *(xsd__boolean*)p = *(xsd__boolean*)q; -} - -void xsd__base64Binary_::soap_default(struct soap *soap) -{ - this->soap = soap; - this->xsd__base64Binary_::__item.xsd__base64Binary::soap_default(soap); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__base64Binary_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - this->xsd__base64Binary_::__item.soap_serialize(soap); - /* transient soap skipped */ -} - -int xsd__base64Binary_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__base64Binary_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__base64Binary_(struct soap *soap, const char *tag, int id, const xsd__base64Binary_ *a, const char *type) -{ - return (a->xsd__base64Binary_::__item).soap_out(soap, tag, id, "xsd:base64Binary"); -} - -void *xsd__base64Binary_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__base64Binary_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__base64Binary_ * SOAP_FMAC4 soap_in_xsd__base64Binary_(struct soap *soap, const char *tag, xsd__base64Binary_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__base64Binary_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__base64Binary_, sizeof(xsd__base64Binary_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__base64Binary_) - return (xsd__base64Binary_ *)a->soap_in(soap, tag, type); - } - if (!(a->xsd__base64Binary_::__item).soap_in(soap, tag, "xsd:base64Binary")) - return NULL; - return a; -} - -int xsd__base64Binary_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__base64Binary_); - if (this->soap_out(soap, tag?tag:"xsd:base64Binary", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__base64Binary_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__base64Binary_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__base64Binary_ * SOAP_FMAC4 soap_get_xsd__base64Binary_(struct soap *soap, xsd__base64Binary_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__base64Binary_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__base64Binary_ * SOAP_FMAC2 soap_instantiate_xsd__base64Binary_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__base64Binary_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__base64Binary_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary_); - if (size) - *size = sizeof(xsd__base64Binary_); - ((xsd__base64Binary_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__base64Binary_); - for (int i = 0; i < n; i++) - ((xsd__base64Binary_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__base64Binary_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__base64Binary_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__base64Binary_ %p -> %p\n", q, p)); - *(xsd__base64Binary_*)p = *(xsd__base64Binary_*)q; -} - -void xsd__base64Binary::soap_default(struct soap *soap) -{ - this->soap = soap; - this->__size = 0; - this->__ptr = NULL; - this->id = NULL; - this->type = NULL; - this->options = NULL; -} - -void xsd__base64Binary::soap_serialize(struct soap *soap) const -{ - if (this->__ptr && !soap_array_reference(soap, this, (struct soap_array*)&this->__ptr, 1, SOAP_TYPE_interswitch_xsd__base64Binary)) - if (this->id || this->type) - soap->mode |= SOAP_ENC_DIME; -} - -int xsd__base64Binary::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ return soap_out_xsd__base64Binary(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__base64Binary(struct soap *soap, const char *tag, int id, const xsd__base64Binary *a, const char *type) -{ -#ifndef WITH_LEANER - id = soap_attachment(soap, tag, id, a, (struct soap_array*)&a->__ptr, a->id, a->type, a->options, 1, type, SOAP_TYPE_interswitch_xsd__base64Binary); -#else - id = soap_element_id(soap, tag, id, a, (struct soap_array*)&a->__ptr, 1, type, SOAP_TYPE_interswitch_xsd__base64Binary); -#endif - if (id < 0) - return soap->error; - if (soap_element_begin_out(soap, tag, id, type)) - return soap->error; - if (soap_putbase64(soap, a->__ptr, a->__size)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -void *xsd__base64Binary::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__base64Binary(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__base64Binary * SOAP_FMAC4 soap_in_xsd__base64Binary(struct soap *soap, const char *tag, xsd__base64Binary *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (*soap->type && soap_match_tag(soap, soap->type, type) && soap_match_tag(soap, soap->type, ":base64Binary") && soap_match_tag(soap, soap->type, ":base64")) - { soap->error = SOAP_TYPE; - return NULL; - } - a = (xsd__base64Binary *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__base64Binary, sizeof(xsd__base64Binary), soap->type, soap->arrayType); - if (!a) - return NULL; - if (soap->alloced) - a->soap_default(soap); - if (soap->body && !*soap->href) - { - a->__ptr = soap_getbase64(soap, &a->__size, 0); -#ifndef WITH_LEANER - if (soap_xop_forward(soap, &a->__ptr, &a->__size, &a->id, &a->type, &a->options)) - return NULL; -#endif - if ((!a->__ptr && soap->error) || soap_element_end_in(soap, tag)) - return NULL; - } - else - { -#ifndef WITH_LEANER - if (*soap->href != '#') - { if (soap_dime_forward(soap, &a->__ptr, &a->__size, &a->id, &a->type, &a->options)) - return NULL; - } - else -#endif - a = (xsd__base64Binary *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_xsd__base64Binary, 0, sizeof(xsd__base64Binary), 0, soap_copy_xsd__base64Binary); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -int xsd__base64Binary::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, (struct soap_array*)&this->__ptr, 1, tag, SOAP_TYPE_interswitch_xsd__base64Binary); - if (this->soap_out(soap, tag?tag:"xsd:base64Binary", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__base64Binary::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__base64Binary(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__base64Binary * SOAP_FMAC4 soap_get_xsd__base64Binary(struct soap *soap, xsd__base64Binary *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__base64Binary(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__base64Binary * SOAP_FMAC2 soap_instantiate_xsd__base64Binary(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__base64Binary(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__base64Binary, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary); - if (size) - *size = sizeof(xsd__base64Binary); - ((xsd__base64Binary*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__base64Binary); - for (int i = 0; i < n; i++) - ((xsd__base64Binary*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__base64Binary*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__base64Binary(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__base64Binary %p -> %p\n", q, p)); - *(xsd__base64Binary*)p = *(xsd__base64Binary*)q; -} - -void xsd__anyURI_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__anyURI(soap, &this->xsd__anyURI_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__anyURI_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__anyURI(soap, &this->xsd__anyURI_::__item); - /* transient soap skipped */ -} - -int xsd__anyURI_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__anyURI_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyURI_(struct soap *soap, const char *tag, int id, const xsd__anyURI_ *a, const char *type) -{ - return soap_out_xsd__anyURI(soap, tag, id, &(a->xsd__anyURI_::__item), "xsd:anyURI"); -} - -void *xsd__anyURI_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__anyURI_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__anyURI_ * SOAP_FMAC4 soap_in_xsd__anyURI_(struct soap *soap, const char *tag, xsd__anyURI_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__anyURI_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__anyURI_, sizeof(xsd__anyURI_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__anyURI_) - return (xsd__anyURI_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__anyURI(soap, tag, &(a->xsd__anyURI_::__item), "xsd:anyURI")) - return NULL; - return a; -} - -int xsd__anyURI_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__anyURI_); - if (this->soap_out(soap, tag?tag:"xsd:anyURI", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__anyURI_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__anyURI_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__anyURI_ * SOAP_FMAC4 soap_get_xsd__anyURI_(struct soap *soap, xsd__anyURI_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__anyURI_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__anyURI_ * SOAP_FMAC2 soap_instantiate_xsd__anyURI_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__anyURI_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__anyURI_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__anyURI_); - if (size) - *size = sizeof(xsd__anyURI_); - ((xsd__anyURI_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__anyURI_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__anyURI_); - for (int i = 0; i < n; i++) - ((xsd__anyURI_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__anyURI_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__anyURI_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__anyURI_ %p -> %p\n", q, p)); - *(xsd__anyURI_*)p = *(xsd__anyURI_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyURI(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__anyURI), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__anyURI(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__anyURI, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__anyURI, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__anyURI, 0, sizeof(std::string), 0, soap_copy_xsd__anyURI); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyURI(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__anyURI); - if (soap_out_xsd__anyURI(soap, tag?tag:"xsd:anyURI", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__anyURI(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__anyURI(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void xsd__QName_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__QName(soap, &this->xsd__QName_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__QName_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__QName(soap, &this->xsd__QName_::__item); - /* transient soap skipped */ -} - -int xsd__QName_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__QName_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__QName_(struct soap *soap, const char *tag, int id, const xsd__QName_ *a, const char *type) -{ - std::string soap_tmp___item(soap_QName2s(soap, a->__item.c_str())); - return soap_out_xsd__QName(soap, tag, id, &soap_tmp___item, "xsd:QName"); -} - -void *xsd__QName_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__QName_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__QName_ * SOAP_FMAC4 soap_in_xsd__QName_(struct soap *soap, const char *tag, xsd__QName_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__QName_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__QName_, sizeof(xsd__QName_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__QName_) - return (xsd__QName_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__QName(soap, tag, &(a->xsd__QName_::__item), "xsd:QName")) - return NULL; - return a; -} - -int xsd__QName_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__QName_); - if (this->soap_out(soap, tag?tag:"xsd:QName", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__QName_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__QName_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__QName_ * SOAP_FMAC4 soap_get_xsd__QName_(struct soap *soap, xsd__QName_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__QName_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__QName_ * SOAP_FMAC2 soap_instantiate_xsd__QName_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__QName_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__QName_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__QName_); - if (size) - *size = sizeof(xsd__QName_); - ((xsd__QName_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__QName_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__QName_); - for (int i = 0; i < n; i++) - ((xsd__QName_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__QName_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__QName_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__QName_ %p -> %p\n", q, p)); - *(xsd__QName_*)p = *(xsd__QName_*)q; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__QName(struct soap *soap, const char *tag, int id, const xsd__QName *a, const char *type) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_xsd__QName), type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_in_xsd__QName(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, type)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__QName, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 2, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__QName, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__QName, 0, sizeof(std::string), 0, soap_copy_xsd__QName); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__QName(struct soap *soap, const xsd__QName *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__QName); - if (soap_out_xsd__QName(soap, tag?tag:"xsd:QName", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 xsd__QName * SOAP_FMAC4 soap_get_xsd__QName(struct soap *soap, xsd__QName *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__QName(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__QName * SOAP_FMAC2 soap_instantiate_xsd__QName(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__QName(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__QName, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__QName); - if (size) - *size = sizeof(xsd__QName); - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__QName[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__QName); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__QName*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__QName(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__QName %p -> %p\n", q, p)); - *(xsd__QName*)p = *(xsd__QName*)q; -} - -void xsd__IDREF_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__IDREF(soap, &this->xsd__IDREF_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__IDREF_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__IDREF(soap, &this->xsd__IDREF_::__item); - /* transient soap skipped */ -} - -int xsd__IDREF_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__IDREF_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__IDREF_(struct soap *soap, const char *tag, int id, const xsd__IDREF_ *a, const char *type) -{ - return soap_out_xsd__IDREF(soap, tag, id, &(a->xsd__IDREF_::__item), "xsd:IDREF"); -} - -void *xsd__IDREF_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__IDREF_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__IDREF_ * SOAP_FMAC4 soap_in_xsd__IDREF_(struct soap *soap, const char *tag, xsd__IDREF_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__IDREF_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__IDREF_, sizeof(xsd__IDREF_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__IDREF_) - return (xsd__IDREF_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__IDREF(soap, tag, &(a->xsd__IDREF_::__item), "xsd:IDREF")) - return NULL; - return a; -} - -int xsd__IDREF_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__IDREF_); - if (this->soap_out(soap, tag?tag:"xsd:IDREF", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__IDREF_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__IDREF_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__IDREF_ * SOAP_FMAC4 soap_get_xsd__IDREF_(struct soap *soap, xsd__IDREF_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__IDREF_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__IDREF_ * SOAP_FMAC2 soap_instantiate_xsd__IDREF_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__IDREF_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__IDREF_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__IDREF_); - if (size) - *size = sizeof(xsd__IDREF_); - ((xsd__IDREF_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__IDREF_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__IDREF_); - for (int i = 0; i < n; i++) - ((xsd__IDREF_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__IDREF_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__IDREF_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__IDREF_ %p -> %p\n", q, p)); - *(xsd__IDREF_*)p = *(xsd__IDREF_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__IDREF(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__IDREF), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__IDREF(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__IDREF, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__IDREF, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__IDREF, 0, sizeof(std::string), 0, soap_copy_xsd__IDREF); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__IDREF(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__IDREF); - if (soap_out_xsd__IDREF(soap, tag?tag:"xsd:IDREF", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__IDREF(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__IDREF(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -void xsd__ID_::soap_default(struct soap *soap) -{ - this->soap = soap; - soap_default_xsd__ID(soap, &this->xsd__ID_::__item); - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__ID_::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - soap_serialize_xsd__ID(soap, &this->xsd__ID_::__item); - /* transient soap skipped */ -} - -int xsd__ID_::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__ID_(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__ID_(struct soap *soap, const char *tag, int id, const xsd__ID_ *a, const char *type) -{ - return soap_out_xsd__ID(soap, tag, id, &(a->xsd__ID_::__item), "xsd:ID"); -} - -void *xsd__ID_::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__ID_(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__ID_ * SOAP_FMAC4 soap_in_xsd__ID_(struct soap *soap, const char *tag, xsd__ID_ *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__ID_ *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__ID_, sizeof(xsd__ID_), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__ID_) - return (xsd__ID_ *)a->soap_in(soap, tag, type); - } - if (!soap_in_xsd__ID(soap, tag, &(a->xsd__ID_::__item), "xsd:ID")) - return NULL; - return a; -} - -int xsd__ID_::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__ID_); - if (this->soap_out(soap, tag?tag:"xsd:ID", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__ID_::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__ID_(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__ID_ * SOAP_FMAC4 soap_get_xsd__ID_(struct soap *soap, xsd__ID_ *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__ID_(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__ID_ * SOAP_FMAC2 soap_instantiate_xsd__ID_(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__ID_(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__ID_, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__ID_); - if (size) - *size = sizeof(xsd__ID_); - ((xsd__ID_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__ID_[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__ID_); - for (int i = 0; i < n; i++) - ((xsd__ID_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__ID_*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__ID_(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__ID_ %p -> %p\n", q, p)); - *(xsd__ID_*)p = *(xsd__ID_*)q; -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__ID(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_xsd__ID), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__ID(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__ID, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_xsd__ID, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_xsd__ID, 0, sizeof(std::string), 0, soap_copy_xsd__ID); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__ID(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__ID); - if (soap_out_xsd__ID(soap, tag?tag:"xsd:ID", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__ID(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__ID(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_std__string(struct soap *soap, std::string *p) -{ - (void)soap; /* appease -Wall -Werror */ - p->erase(); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_std__string(struct soap *soap, const std::string *p) -{ (void)soap; (void)p; /* appease -Wall -Werror */ -} -SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__string(struct soap *soap, const char *tag, int id, const std::string *s, const char *type) -{ - if ((soap->mode & SOAP_C_NILSTRING) && s->empty()) - return soap_element_null(soap, tag, id, type); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, s, SOAP_TYPE_interswitch_std__string), type) || soap_string_out(soap, s->c_str(), 0) || soap_element_end_out(soap, tag)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_std__string(struct soap *soap, const char *tag, std::string *s, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!s) - s = soap_new_std__string(soap, -1); - if (soap->null) - if (s) - s->erase(); - if (soap->body && !*soap->href) - { char *t; - s = (std::string*)soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_std__string, sizeof(std::string), soap->type, soap->arrayType); - if (s) - { if ((t = soap_string_in(soap, 1, -1, -1))) - s->assign(t); - else - return NULL; - } - } - else - s = (std::string*)soap_id_forward(soap, soap->href, soap_class_id_enter(soap, soap->id, s, SOAP_TYPE_interswitch_std__string, sizeof(std::string), soap->type, soap->arrayType), 0, SOAP_TYPE_interswitch_std__string, 0, sizeof(std::string), 0, soap_copy_std__string); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - return s; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_std__string(struct soap *soap, const std::string *a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_std__string); - if (soap_out_std__string(soap, tag?tag:"string", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_std__string(struct soap *soap, std::string *p, const char *tag, const char *type) -{ - if ((p = soap_in_std__string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_instantiate_std__string(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_std__string(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_std__string, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(std::string); - if (size) - *size = sizeof(std::string); - } - else - { cp->ptr = (void*)SOAP_NEW(std::string[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(std::string); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (std::string*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying std::string %p -> %p\n", q, p)); - *(std::string*)p = *(std::string*)q; -} - -void xsd__anyType::soap_default(struct soap *soap) -{ - this->soap = soap; - this->xsd__anyType::__item = NULL; - /* transient soap skipped */ -} - -void xsd__anyType::soap_serialize(struct soap *soap) const -{ - (void)soap; /* appease -Wall -Werror */ - /* transient soap skipped */ -} - -int xsd__anyType::soap_out(struct soap *soap, const char *tag, int id, const char *type) const -{ - return soap_out_xsd__anyType(soap, tag, id, this, type); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyType(struct soap *soap, const char *tag, int id, const xsd__anyType *a, const char *type) -{ - return soap_outliteral(soap, tag, &(a->xsd__anyType::__item), NULL); -} - -void *xsd__anyType::soap_in(struct soap *soap, const char *tag, const char *type) -{ return soap_in_xsd__anyType(soap, tag, this, type); -} - -SOAP_FMAC3 xsd__anyType * SOAP_FMAC4 soap_in_xsd__anyType(struct soap *soap, const char *tag, xsd__anyType *a, const char *type) -{ - (void)type; /* appease -Wall -Werror */ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!(a = (xsd__anyType *)soap_class_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_xsd__anyType, sizeof(xsd__anyType), soap->type, soap->arrayType))) - { soap->error = SOAP_TAG_MISMATCH; - return NULL; - } - soap_revert(soap); - *soap->id = '\0'; - if (soap->alloced) - { a->soap_default(soap); - if (soap->clist->type != SOAP_TYPE_interswitch_xsd__anyType) - return (xsd__anyType *)a->soap_in(soap, tag, type); - } - if (!soap_inliteral(soap, tag, &(a->xsd__anyType::__item))) - return NULL; - return a; -} - -int xsd__anyType::soap_put(struct soap *soap, const char *tag, const char *type) const -{ - register int id = soap_embed(soap, (void*)this, NULL, 0, tag, SOAP_TYPE_interswitch_xsd__anyType); - if (this->soap_out(soap, tag?tag:"xsd:anyType", id, type)) - return soap->error; - return soap_putindependent(soap); -} - -void *xsd__anyType::soap_get(struct soap *soap, const char *tag, const char *type) -{ - return soap_get_xsd__anyType(soap, this, tag, type); -} - -SOAP_FMAC3 xsd__anyType * SOAP_FMAC4 soap_get_xsd__anyType(struct soap *soap, xsd__anyType *p, const char *tag, const char *type) -{ - if ((p = soap_in_xsd__anyType(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 xsd__anyType * SOAP_FMAC2 soap_instantiate_xsd__anyType(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_xsd__anyType(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_xsd__anyType, n, soap_fdelete); - if (!cp) - return NULL; - if (type && !soap_match_tag(soap, type, "xsd:ID")) - { cp->type = SOAP_TYPE_interswitch_xsd__ID_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__ID_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__ID_); - ((xsd__ID_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__ID_[n]); - if (size) - *size = n * sizeof(xsd__ID_); - for (int i = 0; i < n; i++) - ((xsd__ID_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__ID_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:IDREF")) - { cp->type = SOAP_TYPE_interswitch_xsd__IDREF_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__IDREF_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__IDREF_); - ((xsd__IDREF_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__IDREF_[n]); - if (size) - *size = n * sizeof(xsd__IDREF_); - for (int i = 0; i < n; i++) - ((xsd__IDREF_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__IDREF_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:QName")) - { cp->type = SOAP_TYPE_interswitch_xsd__QName_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__QName_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__QName_); - ((xsd__QName_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__QName_[n]); - if (size) - *size = n * sizeof(xsd__QName_); - for (int i = 0; i < n; i++) - ((xsd__QName_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__QName_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:anyURI")) - { cp->type = SOAP_TYPE_interswitch_xsd__anyURI_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__anyURI_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__anyURI_); - ((xsd__anyURI_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__anyURI_[n]); - if (size) - *size = n * sizeof(xsd__anyURI_); - for (int i = 0; i < n; i++) - ((xsd__anyURI_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__anyURI_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:base64Binary")) - { cp->type = SOAP_TYPE_interswitch_xsd__base64Binary_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__base64Binary_); - ((xsd__base64Binary_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__base64Binary_[n]); - if (size) - *size = n * sizeof(xsd__base64Binary_); - for (int i = 0; i < n; i++) - ((xsd__base64Binary_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__base64Binary_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:boolean")) - { cp->type = SOAP_TYPE_interswitch_xsd__boolean; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__boolean); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__boolean); - ((xsd__boolean*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__boolean[n]); - if (size) - *size = n * sizeof(xsd__boolean); - for (int i = 0; i < n; i++) - ((xsd__boolean*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__boolean*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:byte")) - { cp->type = SOAP_TYPE_interswitch_xsd__byte_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__byte_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__byte_); - ((xsd__byte_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__byte_[n]); - if (size) - *size = n * sizeof(xsd__byte_); - for (int i = 0; i < n; i++) - ((xsd__byte_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__byte_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:dateTime")) - { cp->type = SOAP_TYPE_interswitch_xsd__dateTime; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__dateTime); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__dateTime); - ((xsd__dateTime*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__dateTime[n]); - if (size) - *size = n * sizeof(xsd__dateTime); - for (int i = 0; i < n; i++) - ((xsd__dateTime*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__dateTime*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:decimal")) - { cp->type = SOAP_TYPE_interswitch_xsd__decimal_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__decimal_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__decimal_); - ((xsd__decimal_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__decimal_[n]); - if (size) - *size = n * sizeof(xsd__decimal_); - for (int i = 0; i < n; i++) - ((xsd__decimal_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__decimal_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:double")) - { cp->type = SOAP_TYPE_interswitch_xsd__double; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__double); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__double); - ((xsd__double*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__double[n]); - if (size) - *size = n * sizeof(xsd__double); - for (int i = 0; i < n; i++) - ((xsd__double*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__double*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:duration")) - { cp->type = SOAP_TYPE_interswitch_xsd__duration_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__duration_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__duration_); - ((xsd__duration_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__duration_[n]); - if (size) - *size = n * sizeof(xsd__duration_); - for (int i = 0; i < n; i++) - ((xsd__duration_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__duration_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:float")) - { cp->type = SOAP_TYPE_interswitch_xsd__float; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__float); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__float); - ((xsd__float*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__float[n]); - if (size) - *size = n * sizeof(xsd__float); - for (int i = 0; i < n; i++) - ((xsd__float*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__float*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:int")) - { cp->type = SOAP_TYPE_interswitch_xsd__int; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__int); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__int); - ((xsd__int*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__int[n]); - if (size) - *size = n * sizeof(xsd__int); - for (int i = 0; i < n; i++) - ((xsd__int*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__int*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:long")) - { cp->type = SOAP_TYPE_interswitch_xsd__long; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__long); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__long); - ((xsd__long*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__long[n]); - if (size) - *size = n * sizeof(xsd__long); - for (int i = 0; i < n; i++) - ((xsd__long*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__long*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:short")) - { cp->type = SOAP_TYPE_interswitch_xsd__short; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__short); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__short); - ((xsd__short*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__short[n]); - if (size) - *size = n * sizeof(xsd__short); - for (int i = 0; i < n; i++) - ((xsd__short*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__short*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:string")) - { cp->type = SOAP_TYPE_interswitch_xsd__string; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__string); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__string); - ((xsd__string*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__string[n]); - if (size) - *size = n * sizeof(xsd__string); - for (int i = 0; i < n; i++) - ((xsd__string*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__string*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:unsignedByte")) - { cp->type = SOAP_TYPE_interswitch_xsd__unsignedByte_; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedByte_); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__unsignedByte_); - ((xsd__unsignedByte_*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedByte_[n]); - if (size) - *size = n * sizeof(xsd__unsignedByte_); - for (int i = 0; i < n; i++) - ((xsd__unsignedByte_*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedByte_*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:unsignedInt")) - { cp->type = SOAP_TYPE_interswitch_xsd__unsignedInt; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedInt); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__unsignedInt); - ((xsd__unsignedInt*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedInt[n]); - if (size) - *size = n * sizeof(xsd__unsignedInt); - for (int i = 0; i < n; i++) - ((xsd__unsignedInt*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedInt*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:unsignedLong")) - { cp->type = SOAP_TYPE_interswitch_xsd__unsignedLong; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedLong); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__unsignedLong); - ((xsd__unsignedLong*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedLong[n]); - if (size) - *size = n * sizeof(xsd__unsignedLong); - for (int i = 0; i < n; i++) - ((xsd__unsignedLong*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedLong*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "xsd:unsignedShort")) - { cp->type = SOAP_TYPE_interswitch_xsd__unsignedShort; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedShort); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(xsd__unsignedShort); - ((xsd__unsignedShort*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__unsignedShort[n]); - if (size) - *size = n * sizeof(xsd__unsignedShort); - for (int i = 0; i < n; i++) - ((xsd__unsignedShort*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__unsignedShort*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "interswitch2:char")) - { cp->type = SOAP_TYPE_interswitch_interswitch2__char__; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__char__); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(interswitch2__char__); - ((interswitch2__char__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__char__[n]); - if (size) - *size = n * sizeof(interswitch2__char__); - for (int i = 0; i < n; i++) - ((interswitch2__char__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__char__*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "interswitch2:duration")) - { cp->type = SOAP_TYPE_interswitch_interswitch2__duration__; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__duration__); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(interswitch2__duration__); - ((interswitch2__duration__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__duration__[n]); - if (size) - *size = n * sizeof(interswitch2__duration__); - for (int i = 0; i < n; i++) - ((interswitch2__duration__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__duration__*)cp->ptr; - } - if (type && !soap_match_tag(soap, type, "interswitch2:guid")) - { cp->type = SOAP_TYPE_interswitch_interswitch2__guid__; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(interswitch2__guid__); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = sizeof(interswitch2__guid__); - ((interswitch2__guid__*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(interswitch2__guid__[n]); - if (size) - *size = n * sizeof(interswitch2__guid__); - for (int i = 0; i < n; i++) - ((interswitch2__guid__*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (interswitch2__guid__*)cp->ptr; - } - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(xsd__anyType); - if (size) - *size = sizeof(xsd__anyType); - ((xsd__anyType*)cp->ptr)->soap = soap; - } - else - { cp->ptr = (void*)SOAP_NEW(xsd__anyType[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(xsd__anyType); - for (int i = 0; i < n; i++) - ((xsd__anyType*)cp->ptr)[i].soap = soap; - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (xsd__anyType*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__anyType(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying xsd__anyType %p -> %p\n", q, p)); - *(xsd__anyType*)p = *(xsd__anyType*)q; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap *soap, struct SOAP_ENV__Fault *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->faultcode); - soap_default_string(soap, &a->faultstring); - soap_default_string(soap, &a->faultactor); - a->detail = NULL; - a->SOAP_ENV__Code = NULL; - a->SOAP_ENV__Reason = NULL; - soap_default_string(soap, &a->SOAP_ENV__Node); - soap_default_string(soap, &a->SOAP_ENV__Role); - a->SOAP_ENV__Detail = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap *soap, const struct SOAP_ENV__Fault *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->faultcode); - soap_serialize_string(soap, &a->faultstring); - soap_serialize_string(soap, &a->faultactor); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->detail); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Code); - soap_serialize_PointerToSOAP_ENV__Reason(soap, &a->SOAP_ENV__Reason); - soap_serialize_string(soap, &a->SOAP_ENV__Node); - soap_serialize_string(soap, &a->SOAP_ENV__Role); - soap_serialize_PointerToSOAP_ENV__Detail(soap, &a->SOAP_ENV__Detail); -} - -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) -{ - const char *soap_tmp_faultcode = soap_QName2s(soap, a->faultcode); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Fault), type)) - return soap->error; - if (soap_out__QName(soap, "faultcode", -1, (char*const*)&soap_tmp_faultcode, "")) - return soap->error; - if (soap_out_string(soap, "faultstring", -1, &a->faultstring, "")) - return soap->error; - if (soap_out_string(soap, "faultactor", -1, &a->faultactor, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "detail", -1, &a->detail, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", -1, &a->SOAP_ENV__Code, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", -1, &a->SOAP_ENV__Reason, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Node", -1, &a->SOAP_ENV__Node, "")) - return soap->error; - if (soap_out_string(soap, "SOAP-ENV:Role", -1, &a->SOAP_ENV__Role, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", -1, &a->SOAP_ENV__Detail, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_faultcode = 1; - size_t soap_flag_faultstring = 1; - size_t soap_flag_faultactor = 1; - size_t soap_flag_detail = 1; - size_t soap_flag_SOAP_ENV__Code = 1; - size_t soap_flag_SOAP_ENV__Reason = 1; - size_t soap_flag_SOAP_ENV__Node = 1; - size_t soap_flag_SOAP_ENV__Role = 1; - size_t soap_flag_SOAP_ENV__Detail = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Fault *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Fault, sizeof(struct SOAP_ENV__Fault), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Fault(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_faultcode && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "faultcode", &a->faultcode, "")) - { soap_flag_faultcode--; - continue; - } - if (soap_flag_faultstring && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultstring", &a->faultstring, "xsd:string")) - { soap_flag_faultstring--; - continue; - } - if (soap_flag_faultactor && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "faultactor", &a->faultactor, "xsd:string")) - { soap_flag_faultactor--; - continue; - } - if (soap_flag_detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "detail", &a->detail, "")) - { soap_flag_detail--; - continue; - } - if (soap_flag_SOAP_ENV__Code && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Code", &a->SOAP_ENV__Code, "")) - { soap_flag_SOAP_ENV__Code--; - continue; - } - if (soap_flag_SOAP_ENV__Reason && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Reason(soap, "SOAP-ENV:Reason", &a->SOAP_ENV__Reason, "")) - { soap_flag_SOAP_ENV__Reason--; - continue; - } - if (soap_flag_SOAP_ENV__Node && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Node", &a->SOAP_ENV__Node, "xsd:string")) - { soap_flag_SOAP_ENV__Node--; - continue; - } - if (soap_flag_SOAP_ENV__Role && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Role", &a->SOAP_ENV__Role, "xsd:string")) - { soap_flag_SOAP_ENV__Role--; - continue; - } - if (soap_flag_SOAP_ENV__Detail && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Detail(soap, "SOAP-ENV:Detail", &a->SOAP_ENV__Detail, "")) - { soap_flag_SOAP_ENV__Detail--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Fault *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Fault, 0, sizeof(struct SOAP_ENV__Fault), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Fault); - if (soap_out_SOAP_ENV__Fault(soap, tag?tag:"SOAP-ENV:Fault", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Fault(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Fault(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Fault, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Fault); - if (size) - *size = sizeof(struct SOAP_ENV__Fault); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Fault[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Fault); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Fault*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Fault %p -> %p\n", q, p)); - *(struct SOAP_ENV__Fault*)p = *(struct SOAP_ENV__Fault*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default_string(soap, &a->SOAP_ENV__Text); -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap *soap, const struct SOAP_ENV__Reason *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_string(soap, &a->SOAP_ENV__Text); -} - -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) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Reason), type)) - return soap->error; - if (soap->lang) - soap_set_attr(soap, "xml:lang", soap->lang); - if (soap_out_string(soap, "SOAP-ENV:Text", -1, &a->SOAP_ENV__Text, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Text = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Reason *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Reason(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Text && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in_string(soap, "SOAP-ENV:Text", &a->SOAP_ENV__Text, "xsd:string")) - { soap_flag_SOAP_ENV__Text--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Reason, 0, sizeof(struct SOAP_ENV__Reason), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Reason); - if (soap_out_SOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Reason(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Reason, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Reason); - if (size) - *size = sizeof(struct SOAP_ENV__Reason); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Reason[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Reason); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Reason*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Reason %p -> %p\n", q, p)); - *(struct SOAP_ENV__Reason*)p = *(struct SOAP_ENV__Reason*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->__type = 0; - a->fault = NULL; - a->__any = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap *soap, const struct SOAP_ENV__Detail *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_markelement(soap, a->fault, a->__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) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Detail), type)) - return soap->error; - if (soap_putelement(soap, a->fault, "fault", -1, a->__type)) - return soap->error; - soap_outliteral(soap, "-any", &a->__any, NULL); - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_fault = 1; - size_t soap_flag___any = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Detail *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Detail(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_fault && soap->error == SOAP_TAG_MISMATCH) - if ((a->fault = soap_getelement(soap, &a->__type))) - { soap_flag_fault = 0; - continue; - } - if (soap_flag___any && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_inliteral(soap, "-any", &a->__any)) - { soap_flag___any--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Detail, 0, sizeof(struct SOAP_ENV__Detail), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Detail); - if (soap_out_SOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Detail(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Detail, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Detail); - if (size) - *size = sizeof(struct SOAP_ENV__Detail); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Detail[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Detail); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Detail*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Detail %p -> %p\n", q, p)); - *(struct SOAP_ENV__Detail*)p = *(struct SOAP_ENV__Detail*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_default__QName(soap, &a->SOAP_ENV__Value); - a->SOAP_ENV__Subcode = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *soap, const struct SOAP_ENV__Code *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize__QName(soap, &a->SOAP_ENV__Value); - soap_serialize_PointerToSOAP_ENV__Code(soap, &a->SOAP_ENV__Subcode); -} - -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) -{ - const char *soap_tmp_SOAP_ENV__Value = soap_QName2s(soap, a->SOAP_ENV__Value); - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Code), type)) - return soap->error; - if (soap_out__QName(soap, "SOAP-ENV:Value", -1, (char*const*)&soap_tmp_SOAP_ENV__Value, "")) - return soap->error; - if (soap_out_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", -1, &a->SOAP_ENV__Subcode, "")) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - size_t soap_flag_SOAP_ENV__Value = 1; - size_t soap_flag_SOAP_ENV__Subcode = 1; - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Code *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Code(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_SOAP_ENV__Value && (soap->error == SOAP_TAG_MISMATCH || soap->error == SOAP_NO_TAG)) - if (soap_in__QName(soap, "SOAP-ENV:Value", &a->SOAP_ENV__Value, "")) - { soap_flag_SOAP_ENV__Value--; - continue; - } - if (soap_flag_SOAP_ENV__Subcode && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerToSOAP_ENV__Code(soap, "SOAP-ENV:Subcode", &a->SOAP_ENV__Subcode, "")) - { soap_flag_SOAP_ENV__Subcode--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Code *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Code, 0, sizeof(struct SOAP_ENV__Code), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Code); - if (soap_out_SOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Code(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Code, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code); - if (size) - *size = sizeof(struct SOAP_ENV__Code); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Code[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Code); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Code*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Code %p -> %p\n", q, p)); - *(struct SOAP_ENV__Code*)p = *(struct SOAP_ENV__Code*)q; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap *soap, struct SOAP_ENV__Header *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap *soap, const struct SOAP_ENV__Header *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ -} - -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) -{ - if (soap_element_begin_out(soap, tag, soap_embedded_id(soap, id, a, SOAP_TYPE_interswitch_SOAP_ENV__Header), type)) - return soap->error; - return soap_element_end_out(soap, tag); -} - -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) -{ - if (soap_element_begin_in(soap, tag, 0, type)) - return NULL; - a = (struct SOAP_ENV__Header *)soap_id_enter(soap, soap->id, a, SOAP_TYPE_interswitch_SOAP_ENV__Header, sizeof(struct SOAP_ENV__Header), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default_SOAP_ENV__Header(soap, a); - if (soap->body && !*soap->href) - { - for (;;) - { soap->error = SOAP_TAG_MISMATCH; - if (soap->error == SOAP_TAG_MISMATCH) - soap->error = soap_ignore_element(soap); - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - if (soap_element_end_in(soap, tag)) - return NULL; - } - else - { a = (struct SOAP_ENV__Header *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_interswitch_SOAP_ENV__Header, 0, sizeof(struct SOAP_ENV__Header), 0, NULL); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_SOAP_ENV__Header); - if (soap_out_SOAP_ENV__Header(soap, tag?tag:"SOAP-ENV:Header", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_SOAP_ENV__Header(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate_SOAP_ENV__Header(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch_SOAP_ENV__Header, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Header); - if (size) - *size = sizeof(struct SOAP_ENV__Header); - } - else - { cp->ptr = (void*)SOAP_NEW(struct SOAP_ENV__Header[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct SOAP_ENV__Header); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct SOAP_ENV__Header*)cp->ptr; -} - -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) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct SOAP_ENV__Header %p -> %p\n", q, p)); - *(struct SOAP_ENV__Header*)p = *(struct SOAP_ENV__Header*)q; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__VerifyBiller(struct soap *soap, struct __interswitch__VerifyBiller *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__VerifyBiller = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__VerifyBiller(struct soap *soap, const struct __interswitch__VerifyBiller *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__VerifyBiller(soap, &a->interswitch__VerifyBiller); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__VerifyBiller(struct soap *soap, const char *tag, int id, const struct __interswitch__VerifyBiller *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__VerifyBiller(soap, "interswitch:VerifyBiller", -1, &a->interswitch__VerifyBiller, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__VerifyBiller * SOAP_FMAC4 soap_in___interswitch__VerifyBiller(struct soap *soap, const char *tag, struct __interswitch__VerifyBiller *a, const char *type) -{ - size_t soap_flag_interswitch__VerifyBiller = 1; - short soap_flag; - a = (struct __interswitch__VerifyBiller *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__VerifyBiller, sizeof(struct __interswitch__VerifyBiller), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__VerifyBiller(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__VerifyBiller && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__VerifyBiller(soap, "interswitch:VerifyBiller", &a->interswitch__VerifyBiller, "")) - { soap_flag_interswitch__VerifyBiller--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__VerifyBiller(struct soap *soap, const struct __interswitch__VerifyBiller *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__VerifyBiller(soap, tag?tag:"-interswitch:VerifyBiller", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__VerifyBiller * SOAP_FMAC4 soap_get___interswitch__VerifyBiller(struct soap *soap, struct __interswitch__VerifyBiller *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__VerifyBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__VerifyBiller * SOAP_FMAC2 soap_instantiate___interswitch__VerifyBiller(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__VerifyBiller(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__VerifyBiller, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__VerifyBiller); - if (size) - *size = sizeof(struct __interswitch__VerifyBiller); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__VerifyBiller[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__VerifyBiller); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__VerifyBiller*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__VerifyBiller(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__VerifyBiller %p -> %p\n", q, p)); - *(struct __interswitch__VerifyBiller*)p = *(struct __interswitch__VerifyBiller*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CreateBiller(struct soap *soap, struct __interswitch__CreateBiller *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__CreateBiller = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CreateBiller(struct soap *soap, const struct __interswitch__CreateBiller *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__CreateBiller(soap, &a->interswitch__CreateBiller); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CreateBiller(struct soap *soap, const char *tag, int id, const struct __interswitch__CreateBiller *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__CreateBiller(soap, "interswitch:CreateBiller", -1, &a->interswitch__CreateBiller, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CreateBiller * SOAP_FMAC4 soap_in___interswitch__CreateBiller(struct soap *soap, const char *tag, struct __interswitch__CreateBiller *a, const char *type) -{ - size_t soap_flag_interswitch__CreateBiller = 1; - short soap_flag; - a = (struct __interswitch__CreateBiller *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__CreateBiller, sizeof(struct __interswitch__CreateBiller), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__CreateBiller(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__CreateBiller && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__CreateBiller(soap, "interswitch:CreateBiller", &a->interswitch__CreateBiller, "")) - { soap_flag_interswitch__CreateBiller--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CreateBiller(struct soap *soap, const struct __interswitch__CreateBiller *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__CreateBiller(soap, tag?tag:"-interswitch:CreateBiller", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CreateBiller * SOAP_FMAC4 soap_get___interswitch__CreateBiller(struct soap *soap, struct __interswitch__CreateBiller *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__CreateBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__CreateBiller * SOAP_FMAC2 soap_instantiate___interswitch__CreateBiller(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__CreateBiller(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__CreateBiller, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CreateBiller); - if (size) - *size = sizeof(struct __interswitch__CreateBiller); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CreateBiller[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__CreateBiller); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__CreateBiller*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CreateBiller(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__CreateBiller %p -> %p\n", q, p)); - *(struct __interswitch__CreateBiller*)p = *(struct __interswitch__CreateBiller*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoCustomProcessing(struct soap *soap, struct __interswitch__DoCustomProcessing *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__DoCustomProcessing = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoCustomProcessing(struct soap *soap, const struct __interswitch__DoCustomProcessing *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__DoCustomProcessing(soap, &a->interswitch__DoCustomProcessing); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoCustomProcessing(struct soap *soap, const char *tag, int id, const struct __interswitch__DoCustomProcessing *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__DoCustomProcessing(soap, "interswitch:DoCustomProcessing", -1, &a->interswitch__DoCustomProcessing, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoCustomProcessing * SOAP_FMAC4 soap_in___interswitch__DoCustomProcessing(struct soap *soap, const char *tag, struct __interswitch__DoCustomProcessing *a, const char *type) -{ - size_t soap_flag_interswitch__DoCustomProcessing = 1; - short soap_flag; - a = (struct __interswitch__DoCustomProcessing *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__DoCustomProcessing, sizeof(struct __interswitch__DoCustomProcessing), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__DoCustomProcessing(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__DoCustomProcessing && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__DoCustomProcessing(soap, "interswitch:DoCustomProcessing", &a->interswitch__DoCustomProcessing, "")) - { soap_flag_interswitch__DoCustomProcessing--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoCustomProcessing(struct soap *soap, const struct __interswitch__DoCustomProcessing *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__DoCustomProcessing(soap, tag?tag:"-interswitch:DoCustomProcessing", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoCustomProcessing * SOAP_FMAC4 soap_get___interswitch__DoCustomProcessing(struct soap *soap, struct __interswitch__DoCustomProcessing *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__DoCustomProcessing(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__DoCustomProcessing * SOAP_FMAC2 soap_instantiate___interswitch__DoCustomProcessing(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__DoCustomProcessing(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__DoCustomProcessing, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoCustomProcessing); - if (size) - *size = sizeof(struct __interswitch__DoCustomProcessing); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoCustomProcessing[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__DoCustomProcessing); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__DoCustomProcessing*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoCustomProcessing(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__DoCustomProcessing %p -> %p\n", q, p)); - *(struct __interswitch__DoCustomProcessing*)p = *(struct __interswitch__DoCustomProcessing*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ResendActivationToken(struct soap *soap, struct __interswitch__ResendActivationToken *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ResendActivationToken = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ResendActivationToken(struct soap *soap, const struct __interswitch__ResendActivationToken *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ResendActivationToken(soap, &a->interswitch__ResendActivationToken); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ResendActivationToken(struct soap *soap, const char *tag, int id, const struct __interswitch__ResendActivationToken *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ResendActivationToken(soap, "interswitch:ResendActivationToken", -1, &a->interswitch__ResendActivationToken, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ResendActivationToken * SOAP_FMAC4 soap_in___interswitch__ResendActivationToken(struct soap *soap, const char *tag, struct __interswitch__ResendActivationToken *a, const char *type) -{ - size_t soap_flag_interswitch__ResendActivationToken = 1; - short soap_flag; - a = (struct __interswitch__ResendActivationToken *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ResendActivationToken, sizeof(struct __interswitch__ResendActivationToken), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ResendActivationToken(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ResendActivationToken && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ResendActivationToken(soap, "interswitch:ResendActivationToken", &a->interswitch__ResendActivationToken, "")) - { soap_flag_interswitch__ResendActivationToken--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ResendActivationToken(struct soap *soap, const struct __interswitch__ResendActivationToken *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ResendActivationToken(soap, tag?tag:"-interswitch:ResendActivationToken", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ResendActivationToken * SOAP_FMAC4 soap_get___interswitch__ResendActivationToken(struct soap *soap, struct __interswitch__ResendActivationToken *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ResendActivationToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ResendActivationToken * SOAP_FMAC2 soap_instantiate___interswitch__ResendActivationToken(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ResendActivationToken(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ResendActivationToken, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ResendActivationToken); - if (size) - *size = sizeof(struct __interswitch__ResendActivationToken); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ResendActivationToken[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ResendActivationToken); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ResendActivationToken*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ResendActivationToken(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ResendActivationToken %p -> %p\n", q, p)); - *(struct __interswitch__ResendActivationToken*)p = *(struct __interswitch__ResendActivationToken*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__EditCustomerBillerAccount(struct soap *soap, struct __interswitch__EditCustomerBillerAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__EditCustomerBillerAccount = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__EditCustomerBillerAccount(struct soap *soap, const struct __interswitch__EditCustomerBillerAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(soap, &a->interswitch__EditCustomerBillerAccount); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, int id, const struct __interswitch__EditCustomerBillerAccount *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__EditCustomerBillerAccount(soap, "interswitch:EditCustomerBillerAccount", -1, &a->interswitch__EditCustomerBillerAccount, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_in___interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, struct __interswitch__EditCustomerBillerAccount *a, const char *type) -{ - size_t soap_flag_interswitch__EditCustomerBillerAccount = 1; - short soap_flag; - a = (struct __interswitch__EditCustomerBillerAccount *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount, sizeof(struct __interswitch__EditCustomerBillerAccount), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__EditCustomerBillerAccount(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__EditCustomerBillerAccount && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__EditCustomerBillerAccount(soap, "interswitch:EditCustomerBillerAccount", &a->interswitch__EditCustomerBillerAccount, "")) - { soap_flag_interswitch__EditCustomerBillerAccount--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__EditCustomerBillerAccount(struct soap *soap, const struct __interswitch__EditCustomerBillerAccount *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__EditCustomerBillerAccount(soap, tag?tag:"-interswitch:EditCustomerBillerAccount", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_get___interswitch__EditCustomerBillerAccount(struct soap *soap, struct __interswitch__EditCustomerBillerAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__EditCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC2 soap_instantiate___interswitch__EditCustomerBillerAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__EditCustomerBillerAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__EditCustomerBillerAccount); - if (size) - *size = sizeof(struct __interswitch__EditCustomerBillerAccount); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__EditCustomerBillerAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__EditCustomerBillerAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__EditCustomerBillerAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__EditCustomerBillerAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__EditCustomerBillerAccount %p -> %p\n", q, p)); - *(struct __interswitch__EditCustomerBillerAccount*)p = *(struct __interswitch__EditCustomerBillerAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillersCollectionsAccount(struct soap *soap, struct __interswitch__GetBillersCollectionsAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetBillersCollectionsAccount = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillersCollectionsAccount(struct soap *soap, const struct __interswitch__GetBillersCollectionsAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(soap, &a->interswitch__GetBillersCollectionsAccount); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, int id, const struct __interswitch__GetBillersCollectionsAccount *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(soap, "interswitch:GetBillersCollectionsAccount", -1, &a->interswitch__GetBillersCollectionsAccount, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_in___interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, struct __interswitch__GetBillersCollectionsAccount *a, const char *type) -{ - size_t soap_flag_interswitch__GetBillersCollectionsAccount = 1; - short soap_flag; - a = (struct __interswitch__GetBillersCollectionsAccount *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount, sizeof(struct __interswitch__GetBillersCollectionsAccount), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetBillersCollectionsAccount(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetBillersCollectionsAccount && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(soap, "interswitch:GetBillersCollectionsAccount", &a->interswitch__GetBillersCollectionsAccount, "")) - { soap_flag_interswitch__GetBillersCollectionsAccount--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillersCollectionsAccount(struct soap *soap, const struct __interswitch__GetBillersCollectionsAccount *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetBillersCollectionsAccount(soap, tag?tag:"-interswitch:GetBillersCollectionsAccount", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_get___interswitch__GetBillersCollectionsAccount(struct soap *soap, struct __interswitch__GetBillersCollectionsAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetBillersCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC2 soap_instantiate___interswitch__GetBillersCollectionsAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetBillersCollectionsAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillersCollectionsAccount); - if (size) - *size = sizeof(struct __interswitch__GetBillersCollectionsAccount); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillersCollectionsAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetBillersCollectionsAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetBillersCollectionsAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillersCollectionsAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetBillersCollectionsAccount %p -> %p\n", q, p)); - *(struct __interswitch__GetBillersCollectionsAccount*)p = *(struct __interswitch__GetBillersCollectionsAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCollectionsAccount(struct soap *soap, struct __interswitch__GetCollectionsAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetCollectionsAccount = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCollectionsAccount(struct soap *soap, const struct __interswitch__GetCollectionsAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetCollectionsAccount(soap, &a->interswitch__GetCollectionsAccount); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, int id, const struct __interswitch__GetCollectionsAccount *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetCollectionsAccount(soap, "interswitch:GetCollectionsAccount", -1, &a->interswitch__GetCollectionsAccount, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_in___interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, struct __interswitch__GetCollectionsAccount *a, const char *type) -{ - size_t soap_flag_interswitch__GetCollectionsAccount = 1; - short soap_flag; - a = (struct __interswitch__GetCollectionsAccount *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount, sizeof(struct __interswitch__GetCollectionsAccount), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetCollectionsAccount(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetCollectionsAccount && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetCollectionsAccount(soap, "interswitch:GetCollectionsAccount", &a->interswitch__GetCollectionsAccount, "")) - { soap_flag_interswitch__GetCollectionsAccount--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCollectionsAccount(struct soap *soap, const struct __interswitch__GetCollectionsAccount *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetCollectionsAccount(soap, tag?tag:"-interswitch:GetCollectionsAccount", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_get___interswitch__GetCollectionsAccount(struct soap *soap, struct __interswitch__GetCollectionsAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetCollectionsAccount * SOAP_FMAC2 soap_instantiate___interswitch__GetCollectionsAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetCollectionsAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCollectionsAccount); - if (size) - *size = sizeof(struct __interswitch__GetCollectionsAccount); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCollectionsAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetCollectionsAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetCollectionsAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCollectionsAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetCollectionsAccount %p -> %p\n", q, p)); - *(struct __interswitch__GetCollectionsAccount*)p = *(struct __interswitch__GetCollectionsAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AddBillerCustomer(struct soap *soap, struct __interswitch__AddBillerCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AddBillerCustomer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AddBillerCustomer(struct soap *soap, const struct __interswitch__AddBillerCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AddBillerCustomer(soap, &a->interswitch__AddBillerCustomer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AddBillerCustomer(struct soap *soap, const char *tag, int id, const struct __interswitch__AddBillerCustomer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AddBillerCustomer(soap, "interswitch:AddBillerCustomer", -1, &a->interswitch__AddBillerCustomer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AddBillerCustomer * SOAP_FMAC4 soap_in___interswitch__AddBillerCustomer(struct soap *soap, const char *tag, struct __interswitch__AddBillerCustomer *a, const char *type) -{ - size_t soap_flag_interswitch__AddBillerCustomer = 1; - short soap_flag; - a = (struct __interswitch__AddBillerCustomer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AddBillerCustomer, sizeof(struct __interswitch__AddBillerCustomer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AddBillerCustomer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AddBillerCustomer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AddBillerCustomer(soap, "interswitch:AddBillerCustomer", &a->interswitch__AddBillerCustomer, "")) - { soap_flag_interswitch__AddBillerCustomer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AddBillerCustomer(struct soap *soap, const struct __interswitch__AddBillerCustomer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AddBillerCustomer(soap, tag?tag:"-interswitch:AddBillerCustomer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AddBillerCustomer * SOAP_FMAC4 soap_get___interswitch__AddBillerCustomer(struct soap *soap, struct __interswitch__AddBillerCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AddBillerCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AddBillerCustomer * SOAP_FMAC2 soap_instantiate___interswitch__AddBillerCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AddBillerCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AddBillerCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AddBillerCustomer); - if (size) - *size = sizeof(struct __interswitch__AddBillerCustomer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AddBillerCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AddBillerCustomer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AddBillerCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AddBillerCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AddBillerCustomer %p -> %p\n", q, p)); - *(struct __interswitch__AddBillerCustomer*)p = *(struct __interswitch__AddBillerCustomer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCustomerPayments(struct soap *soap, struct __interswitch__GetCustomerPayments *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetCustomerPayments = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCustomerPayments(struct soap *soap, const struct __interswitch__GetCustomerPayments *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetCustomerPayments(soap, &a->interswitch__GetCustomerPayments); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCustomerPayments(struct soap *soap, const char *tag, int id, const struct __interswitch__GetCustomerPayments *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetCustomerPayments(soap, "interswitch:GetCustomerPayments", -1, &a->interswitch__GetCustomerPayments, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCustomerPayments * SOAP_FMAC4 soap_in___interswitch__GetCustomerPayments(struct soap *soap, const char *tag, struct __interswitch__GetCustomerPayments *a, const char *type) -{ - size_t soap_flag_interswitch__GetCustomerPayments = 1; - short soap_flag; - a = (struct __interswitch__GetCustomerPayments *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetCustomerPayments, sizeof(struct __interswitch__GetCustomerPayments), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetCustomerPayments(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetCustomerPayments && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetCustomerPayments(soap, "interswitch:GetCustomerPayments", &a->interswitch__GetCustomerPayments, "")) - { soap_flag_interswitch__GetCustomerPayments--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCustomerPayments(struct soap *soap, const struct __interswitch__GetCustomerPayments *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetCustomerPayments(soap, tag?tag:"-interswitch:GetCustomerPayments", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCustomerPayments * SOAP_FMAC4 soap_get___interswitch__GetCustomerPayments(struct soap *soap, struct __interswitch__GetCustomerPayments *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetCustomerPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetCustomerPayments * SOAP_FMAC2 soap_instantiate___interswitch__GetCustomerPayments(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetCustomerPayments(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetCustomerPayments, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCustomerPayments); - if (size) - *size = sizeof(struct __interswitch__GetCustomerPayments); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCustomerPayments[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetCustomerPayments); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetCustomerPayments*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCustomerPayments(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetCustomerPayments %p -> %p\n", q, p)); - *(struct __interswitch__GetCustomerPayments*)p = *(struct __interswitch__GetCustomerPayments*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCustomerBillerAccounts(struct soap *soap, struct __interswitch__GetCustomerBillerAccounts *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetCustomerBillerAccounts = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCustomerBillerAccounts(struct soap *soap, const struct __interswitch__GetCustomerBillerAccounts *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(soap, &a->interswitch__GetCustomerBillerAccounts); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, int id, const struct __interswitch__GetCustomerBillerAccounts *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(soap, "interswitch:GetCustomerBillerAccounts", -1, &a->interswitch__GetCustomerBillerAccounts, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_in___interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, struct __interswitch__GetCustomerBillerAccounts *a, const char *type) -{ - size_t soap_flag_interswitch__GetCustomerBillerAccounts = 1; - short soap_flag; - a = (struct __interswitch__GetCustomerBillerAccounts *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts, sizeof(struct __interswitch__GetCustomerBillerAccounts), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetCustomerBillerAccounts(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetCustomerBillerAccounts && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(soap, "interswitch:GetCustomerBillerAccounts", &a->interswitch__GetCustomerBillerAccounts, "")) - { soap_flag_interswitch__GetCustomerBillerAccounts--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCustomerBillerAccounts(struct soap *soap, const struct __interswitch__GetCustomerBillerAccounts *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetCustomerBillerAccounts(soap, tag?tag:"-interswitch:GetCustomerBillerAccounts", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_get___interswitch__GetCustomerBillerAccounts(struct soap *soap, struct __interswitch__GetCustomerBillerAccounts *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetCustomerBillerAccounts(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC2 soap_instantiate___interswitch__GetCustomerBillerAccounts(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetCustomerBillerAccounts(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCustomerBillerAccounts); - if (size) - *size = sizeof(struct __interswitch__GetCustomerBillerAccounts); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetCustomerBillerAccounts[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetCustomerBillerAccounts); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetCustomerBillerAccounts*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCustomerBillerAccounts(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetCustomerBillerAccounts %p -> %p\n", q, p)); - *(struct __interswitch__GetCustomerBillerAccounts*)p = *(struct __interswitch__GetCustomerBillerAccounts*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AddCustomerBillerAccount(struct soap *soap, struct __interswitch__AddCustomerBillerAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AddCustomerBillerAccount = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AddCustomerBillerAccount(struct soap *soap, const struct __interswitch__AddCustomerBillerAccount *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(soap, &a->interswitch__AddCustomerBillerAccount); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, int id, const struct __interswitch__AddCustomerBillerAccount *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AddCustomerBillerAccount(soap, "interswitch:AddCustomerBillerAccount", -1, &a->interswitch__AddCustomerBillerAccount, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_in___interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, struct __interswitch__AddCustomerBillerAccount *a, const char *type) -{ - size_t soap_flag_interswitch__AddCustomerBillerAccount = 1; - short soap_flag; - a = (struct __interswitch__AddCustomerBillerAccount *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount, sizeof(struct __interswitch__AddCustomerBillerAccount), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AddCustomerBillerAccount(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AddCustomerBillerAccount && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AddCustomerBillerAccount(soap, "interswitch:AddCustomerBillerAccount", &a->interswitch__AddCustomerBillerAccount, "")) - { soap_flag_interswitch__AddCustomerBillerAccount--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AddCustomerBillerAccount(struct soap *soap, const struct __interswitch__AddCustomerBillerAccount *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AddCustomerBillerAccount(soap, tag?tag:"-interswitch:AddCustomerBillerAccount", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_get___interswitch__AddCustomerBillerAccount(struct soap *soap, struct __interswitch__AddCustomerBillerAccount *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AddCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC2 soap_instantiate___interswitch__AddCustomerBillerAccount(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AddCustomerBillerAccount(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AddCustomerBillerAccount); - if (size) - *size = sizeof(struct __interswitch__AddCustomerBillerAccount); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AddCustomerBillerAccount[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AddCustomerBillerAccount); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AddCustomerBillerAccount*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AddCustomerBillerAccount(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AddCustomerBillerAccount %p -> %p\n", q, p)); - *(struct __interswitch__AddCustomerBillerAccount*)p = *(struct __interswitch__AddCustomerBillerAccount*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendPayments(struct soap *soap, struct __interswitch__SendPayments *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__SendPayments = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendPayments(struct soap *soap, const struct __interswitch__SendPayments *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__SendPayments(soap, &a->interswitch__SendPayments); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendPayments(struct soap *soap, const char *tag, int id, const struct __interswitch__SendPayments *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__SendPayments(soap, "interswitch:SendPayments", -1, &a->interswitch__SendPayments, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendPayments * SOAP_FMAC4 soap_in___interswitch__SendPayments(struct soap *soap, const char *tag, struct __interswitch__SendPayments *a, const char *type) -{ - size_t soap_flag_interswitch__SendPayments = 1; - short soap_flag; - a = (struct __interswitch__SendPayments *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__SendPayments, sizeof(struct __interswitch__SendPayments), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__SendPayments(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__SendPayments && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__SendPayments(soap, "interswitch:SendPayments", &a->interswitch__SendPayments, "")) - { soap_flag_interswitch__SendPayments--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendPayments(struct soap *soap, const struct __interswitch__SendPayments *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__SendPayments(soap, tag?tag:"-interswitch:SendPayments", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendPayments * SOAP_FMAC4 soap_get___interswitch__SendPayments(struct soap *soap, struct __interswitch__SendPayments *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__SendPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__SendPayments * SOAP_FMAC2 soap_instantiate___interswitch__SendPayments(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__SendPayments(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__SendPayments, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendPayments); - if (size) - *size = sizeof(struct __interswitch__SendPayments); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendPayments[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__SendPayments); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__SendPayments*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendPayments(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__SendPayments %p -> %p\n", q, p)); - *(struct __interswitch__SendPayments*)p = *(struct __interswitch__SendPayments*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendBillPaymentAdvice(struct soap *soap, struct __interswitch__SendBillPaymentAdvice *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__SendBillPaymentAdvice = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendBillPaymentAdvice(struct soap *soap, const struct __interswitch__SendBillPaymentAdvice *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(soap, &a->interswitch__SendBillPaymentAdvice); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, int id, const struct __interswitch__SendBillPaymentAdvice *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__SendBillPaymentAdvice(soap, "interswitch:SendBillPaymentAdvice", -1, &a->interswitch__SendBillPaymentAdvice, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_in___interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, struct __interswitch__SendBillPaymentAdvice *a, const char *type) -{ - size_t soap_flag_interswitch__SendBillPaymentAdvice = 1; - short soap_flag; - a = (struct __interswitch__SendBillPaymentAdvice *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice, sizeof(struct __interswitch__SendBillPaymentAdvice), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__SendBillPaymentAdvice(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__SendBillPaymentAdvice && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__SendBillPaymentAdvice(soap, "interswitch:SendBillPaymentAdvice", &a->interswitch__SendBillPaymentAdvice, "")) - { soap_flag_interswitch__SendBillPaymentAdvice--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendBillPaymentAdvice(struct soap *soap, const struct __interswitch__SendBillPaymentAdvice *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__SendBillPaymentAdvice(soap, tag?tag:"-interswitch:SendBillPaymentAdvice", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_get___interswitch__SendBillPaymentAdvice(struct soap *soap, struct __interswitch__SendBillPaymentAdvice *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__SendBillPaymentAdvice(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC2 soap_instantiate___interswitch__SendBillPaymentAdvice(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__SendBillPaymentAdvice(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendBillPaymentAdvice); - if (size) - *size = sizeof(struct __interswitch__SendBillPaymentAdvice); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendBillPaymentAdvice[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__SendBillPaymentAdvice); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__SendBillPaymentAdvice*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendBillPaymentAdvice(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__SendBillPaymentAdvice %p -> %p\n", q, p)); - *(struct __interswitch__SendBillPaymentAdvice*)p = *(struct __interswitch__SendBillPaymentAdvice*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateCustomer(struct soap *soap, struct __interswitch__AuthenticateCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthenticateCustomer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateCustomer(struct soap *soap, const struct __interswitch__AuthenticateCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthenticateCustomer(soap, &a->interswitch__AuthenticateCustomer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthenticateCustomer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthenticateCustomer(soap, "interswitch:AuthenticateCustomer", -1, &a->interswitch__AuthenticateCustomer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_in___interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, struct __interswitch__AuthenticateCustomer *a, const char *type) -{ - size_t soap_flag_interswitch__AuthenticateCustomer = 1; - short soap_flag; - a = (struct __interswitch__AuthenticateCustomer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer, sizeof(struct __interswitch__AuthenticateCustomer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthenticateCustomer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthenticateCustomer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthenticateCustomer(soap, "interswitch:AuthenticateCustomer", &a->interswitch__AuthenticateCustomer, "")) - { soap_flag_interswitch__AuthenticateCustomer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateCustomer(struct soap *soap, const struct __interswitch__AuthenticateCustomer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthenticateCustomer(soap, tag?tag:"-interswitch:AuthenticateCustomer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_get___interswitch__AuthenticateCustomer(struct soap *soap, struct __interswitch__AuthenticateCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthenticateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthenticateCustomer * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthenticateCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateCustomer); - if (size) - *size = sizeof(struct __interswitch__AuthenticateCustomer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthenticateCustomer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthenticateCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthenticateCustomer %p -> %p\n", q, p)); - *(struct __interswitch__AuthenticateCustomer*)p = *(struct __interswitch__AuthenticateCustomer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoBillPaymentInquiry(struct soap *soap, struct __interswitch__DoBillPaymentInquiry *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__DoBillPaymentInquiry = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoBillPaymentInquiry(struct soap *soap, const struct __interswitch__DoBillPaymentInquiry *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(soap, &a->interswitch__DoBillPaymentInquiry); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, int id, const struct __interswitch__DoBillPaymentInquiry *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__DoBillPaymentInquiry(soap, "interswitch:DoBillPaymentInquiry", -1, &a->interswitch__DoBillPaymentInquiry, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_in___interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, struct __interswitch__DoBillPaymentInquiry *a, const char *type) -{ - size_t soap_flag_interswitch__DoBillPaymentInquiry = 1; - short soap_flag; - a = (struct __interswitch__DoBillPaymentInquiry *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry, sizeof(struct __interswitch__DoBillPaymentInquiry), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__DoBillPaymentInquiry(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__DoBillPaymentInquiry && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__DoBillPaymentInquiry(soap, "interswitch:DoBillPaymentInquiry", &a->interswitch__DoBillPaymentInquiry, "")) - { soap_flag_interswitch__DoBillPaymentInquiry--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoBillPaymentInquiry(struct soap *soap, const struct __interswitch__DoBillPaymentInquiry *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__DoBillPaymentInquiry(soap, tag?tag:"-interswitch:DoBillPaymentInquiry", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_get___interswitch__DoBillPaymentInquiry(struct soap *soap, struct __interswitch__DoBillPaymentInquiry *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__DoBillPaymentInquiry(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC2 soap_instantiate___interswitch__DoBillPaymentInquiry(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__DoBillPaymentInquiry(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoBillPaymentInquiry); - if (size) - *size = sizeof(struct __interswitch__DoBillPaymentInquiry); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoBillPaymentInquiry[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__DoBillPaymentInquiry); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__DoBillPaymentInquiry*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoBillPaymentInquiry(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__DoBillPaymentInquiry %p -> %p\n", q, p)); - *(struct __interswitch__DoBillPaymentInquiry*)p = *(struct __interswitch__DoBillPaymentInquiry*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillerCategories(struct soap *soap, struct __interswitch__GetBillerCategories *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetBillerCategories = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillerCategories(struct soap *soap, const struct __interswitch__GetBillerCategories *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetBillerCategories(soap, &a->interswitch__GetBillerCategories); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillerCategories(struct soap *soap, const char *tag, int id, const struct __interswitch__GetBillerCategories *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetBillerCategories(soap, "interswitch:GetBillerCategories", -1, &a->interswitch__GetBillerCategories, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillerCategories * SOAP_FMAC4 soap_in___interswitch__GetBillerCategories(struct soap *soap, const char *tag, struct __interswitch__GetBillerCategories *a, const char *type) -{ - size_t soap_flag_interswitch__GetBillerCategories = 1; - short soap_flag; - a = (struct __interswitch__GetBillerCategories *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetBillerCategories, sizeof(struct __interswitch__GetBillerCategories), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetBillerCategories(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetBillerCategories && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetBillerCategories(soap, "interswitch:GetBillerCategories", &a->interswitch__GetBillerCategories, "")) - { soap_flag_interswitch__GetBillerCategories--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillerCategories(struct soap *soap, const struct __interswitch__GetBillerCategories *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetBillerCategories(soap, tag?tag:"-interswitch:GetBillerCategories", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillerCategories * SOAP_FMAC4 soap_get___interswitch__GetBillerCategories(struct soap *soap, struct __interswitch__GetBillerCategories *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetBillerCategories(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetBillerCategories * SOAP_FMAC2 soap_instantiate___interswitch__GetBillerCategories(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetBillerCategories(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetBillerCategories, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillerCategories); - if (size) - *size = sizeof(struct __interswitch__GetBillerCategories); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillerCategories[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetBillerCategories); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetBillerCategories*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillerCategories(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetBillerCategories %p -> %p\n", q, p)); - *(struct __interswitch__GetBillerCategories*)p = *(struct __interswitch__GetBillerCategories*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillerPaymentItems(struct soap *soap, struct __interswitch__GetBillerPaymentItems *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetBillerPaymentItems = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillerPaymentItems(struct soap *soap, const struct __interswitch__GetBillerPaymentItems *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(soap, &a->interswitch__GetBillerPaymentItems); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, int id, const struct __interswitch__GetBillerPaymentItems *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetBillerPaymentItems(soap, "interswitch:GetBillerPaymentItems", -1, &a->interswitch__GetBillerPaymentItems, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_in___interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, struct __interswitch__GetBillerPaymentItems *a, const char *type) -{ - size_t soap_flag_interswitch__GetBillerPaymentItems = 1; - short soap_flag; - a = (struct __interswitch__GetBillerPaymentItems *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems, sizeof(struct __interswitch__GetBillerPaymentItems), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetBillerPaymentItems(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetBillerPaymentItems && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetBillerPaymentItems(soap, "interswitch:GetBillerPaymentItems", &a->interswitch__GetBillerPaymentItems, "")) - { soap_flag_interswitch__GetBillerPaymentItems--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillerPaymentItems(struct soap *soap, const struct __interswitch__GetBillerPaymentItems *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetBillerPaymentItems(soap, tag?tag:"-interswitch:GetBillerPaymentItems", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_get___interswitch__GetBillerPaymentItems(struct soap *soap, struct __interswitch__GetBillerPaymentItems *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetBillerPaymentItems(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC2 soap_instantiate___interswitch__GetBillerPaymentItems(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetBillerPaymentItems(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillerPaymentItems); - if (size) - *size = sizeof(struct __interswitch__GetBillerPaymentItems); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillerPaymentItems[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetBillerPaymentItems); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetBillerPaymentItems*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillerPaymentItems(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetBillerPaymentItems %p -> %p\n", q, p)); - *(struct __interswitch__GetBillerPaymentItems*)p = *(struct __interswitch__GetBillerPaymentItems*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetFeaturedBillers(struct soap *soap, struct __interswitch__GetFeaturedBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetFeaturedBillers = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetFeaturedBillers(struct soap *soap, const struct __interswitch__GetFeaturedBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetFeaturedBillers(soap, &a->interswitch__GetFeaturedBillers); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, int id, const struct __interswitch__GetFeaturedBillers *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetFeaturedBillers(soap, "interswitch:GetFeaturedBillers", -1, &a->interswitch__GetFeaturedBillers, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_in___interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, struct __interswitch__GetFeaturedBillers *a, const char *type) -{ - size_t soap_flag_interswitch__GetFeaturedBillers = 1; - short soap_flag; - a = (struct __interswitch__GetFeaturedBillers *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers, sizeof(struct __interswitch__GetFeaturedBillers), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetFeaturedBillers(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetFeaturedBillers && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetFeaturedBillers(soap, "interswitch:GetFeaturedBillers", &a->interswitch__GetFeaturedBillers, "")) - { soap_flag_interswitch__GetFeaturedBillers--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetFeaturedBillers(struct soap *soap, const struct __interswitch__GetFeaturedBillers *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetFeaturedBillers(soap, tag?tag:"-interswitch:GetFeaturedBillers", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_get___interswitch__GetFeaturedBillers(struct soap *soap, struct __interswitch__GetFeaturedBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetFeaturedBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetFeaturedBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetFeaturedBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetFeaturedBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetFeaturedBillers); - if (size) - *size = sizeof(struct __interswitch__GetFeaturedBillers); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetFeaturedBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetFeaturedBillers); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetFeaturedBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetFeaturedBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetFeaturedBillers %p -> %p\n", q, p)); - *(struct __interswitch__GetFeaturedBillers*)p = *(struct __interswitch__GetFeaturedBillers*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetLatestBillers(struct soap *soap, struct __interswitch__GetLatestBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetLatestBillers = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetLatestBillers(struct soap *soap, const struct __interswitch__GetLatestBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetLatestBillers(soap, &a->interswitch__GetLatestBillers); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetLatestBillers(struct soap *soap, const char *tag, int id, const struct __interswitch__GetLatestBillers *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetLatestBillers(soap, "interswitch:GetLatestBillers", -1, &a->interswitch__GetLatestBillers, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetLatestBillers * SOAP_FMAC4 soap_in___interswitch__GetLatestBillers(struct soap *soap, const char *tag, struct __interswitch__GetLatestBillers *a, const char *type) -{ - size_t soap_flag_interswitch__GetLatestBillers = 1; - short soap_flag; - a = (struct __interswitch__GetLatestBillers *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetLatestBillers, sizeof(struct __interswitch__GetLatestBillers), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetLatestBillers(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetLatestBillers && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetLatestBillers(soap, "interswitch:GetLatestBillers", &a->interswitch__GetLatestBillers, "")) - { soap_flag_interswitch__GetLatestBillers--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetLatestBillers(struct soap *soap, const struct __interswitch__GetLatestBillers *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetLatestBillers(soap, tag?tag:"-interswitch:GetLatestBillers", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetLatestBillers * SOAP_FMAC4 soap_get___interswitch__GetLatestBillers(struct soap *soap, struct __interswitch__GetLatestBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetLatestBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetLatestBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetLatestBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetLatestBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetLatestBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetLatestBillers); - if (size) - *size = sizeof(struct __interswitch__GetLatestBillers); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetLatestBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetLatestBillers); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetLatestBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetLatestBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetLatestBillers %p -> %p\n", q, p)); - *(struct __interswitch__GetLatestBillers*)p = *(struct __interswitch__GetLatestBillers*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillers(struct soap *soap, struct __interswitch__GetBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetBillers = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillers(struct soap *soap, const struct __interswitch__GetBillers *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetBillers(soap, &a->interswitch__GetBillers); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillers(struct soap *soap, const char *tag, int id, const struct __interswitch__GetBillers *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetBillers(soap, "interswitch:GetBillers", -1, &a->interswitch__GetBillers, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillers * SOAP_FMAC4 soap_in___interswitch__GetBillers(struct soap *soap, const char *tag, struct __interswitch__GetBillers *a, const char *type) -{ - size_t soap_flag_interswitch__GetBillers = 1; - short soap_flag; - a = (struct __interswitch__GetBillers *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetBillers, sizeof(struct __interswitch__GetBillers), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetBillers(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetBillers && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetBillers(soap, "interswitch:GetBillers", &a->interswitch__GetBillers, "")) - { soap_flag_interswitch__GetBillers--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillers(struct soap *soap, const struct __interswitch__GetBillers *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetBillers(soap, tag?tag:"-interswitch:GetBillers", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetBillers * SOAP_FMAC4 soap_get___interswitch__GetBillers(struct soap *soap, struct __interswitch__GetBillers *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetBillers(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetBillers(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetBillers, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillers); - if (size) - *size = sizeof(struct __interswitch__GetBillers); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetBillers[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetBillers); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetBillers*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillers(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetBillers %p -> %p\n", q, p)); - *(struct __interswitch__GetBillers*)p = *(struct __interswitch__GetBillers*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetUser(struct soap *soap, struct __interswitch__GetUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetUser(struct soap *soap, const struct __interswitch__GetUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetUser(soap, &a->interswitch__GetUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetUser(struct soap *soap, const char *tag, int id, const struct __interswitch__GetUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetUser(soap, "interswitch:GetUser", -1, &a->interswitch__GetUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetUser * SOAP_FMAC4 soap_in___interswitch__GetUser(struct soap *soap, const char *tag, struct __interswitch__GetUser *a, const char *type) -{ - size_t soap_flag_interswitch__GetUser = 1; - short soap_flag; - a = (struct __interswitch__GetUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetUser, sizeof(struct __interswitch__GetUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetUser(soap, "interswitch:GetUser", &a->interswitch__GetUser, "")) - { soap_flag_interswitch__GetUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetUser(struct soap *soap, const struct __interswitch__GetUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetUser(soap, tag?tag:"-interswitch:GetUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetUser * SOAP_FMAC4 soap_get___interswitch__GetUser(struct soap *soap, struct __interswitch__GetUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetUser * SOAP_FMAC2 soap_instantiate___interswitch__GetUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetUser); - if (size) - *size = sizeof(struct __interswitch__GetUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetUser %p -> %p\n", q, p)); - *(struct __interswitch__GetUser*)p = *(struct __interswitch__GetUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateUserSecurityToken(struct soap *soap, struct __interswitch__AuthenticateUserSecurityToken *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthenticateUserSecurityToken = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateUserSecurityToken(struct soap *soap, const struct __interswitch__AuthenticateUserSecurityToken *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, &a->interswitch__AuthenticateUserSecurityToken); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthenticateUserSecurityToken *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, "interswitch:AuthenticateUserSecurityToken", -1, &a->interswitch__AuthenticateUserSecurityToken, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_in___interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, struct __interswitch__AuthenticateUserSecurityToken *a, const char *type) -{ - size_t soap_flag_interswitch__AuthenticateUserSecurityToken = 1; - short soap_flag; - a = (struct __interswitch__AuthenticateUserSecurityToken *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken, sizeof(struct __interswitch__AuthenticateUserSecurityToken), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthenticateUserSecurityToken(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthenticateUserSecurityToken && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, "interswitch:AuthenticateUserSecurityToken", &a->interswitch__AuthenticateUserSecurityToken, "")) - { soap_flag_interswitch__AuthenticateUserSecurityToken--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateUserSecurityToken(struct soap *soap, const struct __interswitch__AuthenticateUserSecurityToken *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthenticateUserSecurityToken(soap, tag?tag:"-interswitch:AuthenticateUserSecurityToken", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_get___interswitch__AuthenticateUserSecurityToken(struct soap *soap, struct __interswitch__AuthenticateUserSecurityToken *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthenticateUserSecurityToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateUserSecurityToken(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthenticateUserSecurityToken(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateUserSecurityToken); - if (size) - *size = sizeof(struct __interswitch__AuthenticateUserSecurityToken); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateUserSecurityToken[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthenticateUserSecurityToken); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthenticateUserSecurityToken*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateUserSecurityToken(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthenticateUserSecurityToken %p -> %p\n", q, p)); - *(struct __interswitch__AuthenticateUserSecurityToken*)p = *(struct __interswitch__AuthenticateUserSecurityToken*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateUser(struct soap *soap, struct __interswitch__AuthenticateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthenticateUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateUser(struct soap *soap, const struct __interswitch__AuthenticateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthenticateUser(soap, &a->interswitch__AuthenticateUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateUser(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthenticateUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthenticateUser(soap, "interswitch:AuthenticateUser", -1, &a->interswitch__AuthenticateUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateUser * SOAP_FMAC4 soap_in___interswitch__AuthenticateUser(struct soap *soap, const char *tag, struct __interswitch__AuthenticateUser *a, const char *type) -{ - size_t soap_flag_interswitch__AuthenticateUser = 1; - short soap_flag; - a = (struct __interswitch__AuthenticateUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthenticateUser, sizeof(struct __interswitch__AuthenticateUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthenticateUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthenticateUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthenticateUser(soap, "interswitch:AuthenticateUser", &a->interswitch__AuthenticateUser, "")) - { soap_flag_interswitch__AuthenticateUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateUser(struct soap *soap, const struct __interswitch__AuthenticateUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthenticateUser(soap, tag?tag:"-interswitch:AuthenticateUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthenticateUser * SOAP_FMAC4 soap_get___interswitch__AuthenticateUser(struct soap *soap, struct __interswitch__AuthenticateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthenticateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthenticateUser * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthenticateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthenticateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateUser); - if (size) - *size = sizeof(struct __interswitch__AuthenticateUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthenticateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthenticateUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthenticateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthenticateUser %p -> %p\n", q, p)); - *(struct __interswitch__AuthenticateUser*)p = *(struct __interswitch__AuthenticateUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ResetPassword(struct soap *soap, struct __interswitch__ResetPassword *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ResetPassword = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ResetPassword(struct soap *soap, const struct __interswitch__ResetPassword *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ResetPassword(soap, &a->interswitch__ResetPassword); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ResetPassword(struct soap *soap, const char *tag, int id, const struct __interswitch__ResetPassword *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ResetPassword(soap, "interswitch:ResetPassword", -1, &a->interswitch__ResetPassword, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ResetPassword * SOAP_FMAC4 soap_in___interswitch__ResetPassword(struct soap *soap, const char *tag, struct __interswitch__ResetPassword *a, const char *type) -{ - size_t soap_flag_interswitch__ResetPassword = 1; - short soap_flag; - a = (struct __interswitch__ResetPassword *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ResetPassword, sizeof(struct __interswitch__ResetPassword), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ResetPassword(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ResetPassword && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ResetPassword(soap, "interswitch:ResetPassword", &a->interswitch__ResetPassword, "")) - { soap_flag_interswitch__ResetPassword--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ResetPassword(struct soap *soap, const struct __interswitch__ResetPassword *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ResetPassword(soap, tag?tag:"-interswitch:ResetPassword", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ResetPassword * SOAP_FMAC4 soap_get___interswitch__ResetPassword(struct soap *soap, struct __interswitch__ResetPassword *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ResetPassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ResetPassword * SOAP_FMAC2 soap_instantiate___interswitch__ResetPassword(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ResetPassword(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ResetPassword, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ResetPassword); - if (size) - *size = sizeof(struct __interswitch__ResetPassword); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ResetPassword[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ResetPassword); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ResetPassword*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ResetPassword(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ResetPassword %p -> %p\n", q, p)); - *(struct __interswitch__ResetPassword*)p = *(struct __interswitch__ResetPassword*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ChangePassword(struct soap *soap, struct __interswitch__ChangePassword *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ChangePassword = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ChangePassword(struct soap *soap, const struct __interswitch__ChangePassword *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ChangePassword(soap, &a->interswitch__ChangePassword); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ChangePassword(struct soap *soap, const char *tag, int id, const struct __interswitch__ChangePassword *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ChangePassword(soap, "interswitch:ChangePassword", -1, &a->interswitch__ChangePassword, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ChangePassword * SOAP_FMAC4 soap_in___interswitch__ChangePassword(struct soap *soap, const char *tag, struct __interswitch__ChangePassword *a, const char *type) -{ - size_t soap_flag_interswitch__ChangePassword = 1; - short soap_flag; - a = (struct __interswitch__ChangePassword *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ChangePassword, sizeof(struct __interswitch__ChangePassword), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ChangePassword(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ChangePassword && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ChangePassword(soap, "interswitch:ChangePassword", &a->interswitch__ChangePassword, "")) - { soap_flag_interswitch__ChangePassword--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ChangePassword(struct soap *soap, const struct __interswitch__ChangePassword *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ChangePassword(soap, tag?tag:"-interswitch:ChangePassword", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ChangePassword * SOAP_FMAC4 soap_get___interswitch__ChangePassword(struct soap *soap, struct __interswitch__ChangePassword *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ChangePassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ChangePassword * SOAP_FMAC2 soap_instantiate___interswitch__ChangePassword(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ChangePassword(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ChangePassword, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ChangePassword); - if (size) - *size = sizeof(struct __interswitch__ChangePassword); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ChangePassword[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ChangePassword); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ChangePassword*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ChangePassword(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ChangePassword %p -> %p\n", q, p)); - *(struct __interswitch__ChangePassword*)p = *(struct __interswitch__ChangePassword*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__UpdateUser(struct soap *soap, struct __interswitch__UpdateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__UpdateUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__UpdateUser(struct soap *soap, const struct __interswitch__UpdateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__UpdateUser(soap, &a->interswitch__UpdateUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__UpdateUser(struct soap *soap, const char *tag, int id, const struct __interswitch__UpdateUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__UpdateUser(soap, "interswitch:UpdateUser", -1, &a->interswitch__UpdateUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__UpdateUser * SOAP_FMAC4 soap_in___interswitch__UpdateUser(struct soap *soap, const char *tag, struct __interswitch__UpdateUser *a, const char *type) -{ - size_t soap_flag_interswitch__UpdateUser = 1; - short soap_flag; - a = (struct __interswitch__UpdateUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__UpdateUser, sizeof(struct __interswitch__UpdateUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__UpdateUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__UpdateUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__UpdateUser(soap, "interswitch:UpdateUser", &a->interswitch__UpdateUser, "")) - { soap_flag_interswitch__UpdateUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__UpdateUser(struct soap *soap, const struct __interswitch__UpdateUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__UpdateUser(soap, tag?tag:"-interswitch:UpdateUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__UpdateUser * SOAP_FMAC4 soap_get___interswitch__UpdateUser(struct soap *soap, struct __interswitch__UpdateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__UpdateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__UpdateUser * SOAP_FMAC2 soap_instantiate___interswitch__UpdateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__UpdateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__UpdateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__UpdateUser); - if (size) - *size = sizeof(struct __interswitch__UpdateUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__UpdateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__UpdateUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__UpdateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__UpdateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__UpdateUser %p -> %p\n", q, p)); - *(struct __interswitch__UpdateUser*)p = *(struct __interswitch__UpdateUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ActivateUser(struct soap *soap, struct __interswitch__ActivateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ActivateUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ActivateUser(struct soap *soap, const struct __interswitch__ActivateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ActivateUser(soap, &a->interswitch__ActivateUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ActivateUser(struct soap *soap, const char *tag, int id, const struct __interswitch__ActivateUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ActivateUser(soap, "interswitch:ActivateUser", -1, &a->interswitch__ActivateUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ActivateUser * SOAP_FMAC4 soap_in___interswitch__ActivateUser(struct soap *soap, const char *tag, struct __interswitch__ActivateUser *a, const char *type) -{ - size_t soap_flag_interswitch__ActivateUser = 1; - short soap_flag; - a = (struct __interswitch__ActivateUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ActivateUser, sizeof(struct __interswitch__ActivateUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ActivateUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ActivateUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ActivateUser(soap, "interswitch:ActivateUser", &a->interswitch__ActivateUser, "")) - { soap_flag_interswitch__ActivateUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ActivateUser(struct soap *soap, const struct __interswitch__ActivateUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ActivateUser(soap, tag?tag:"-interswitch:ActivateUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ActivateUser * SOAP_FMAC4 soap_get___interswitch__ActivateUser(struct soap *soap, struct __interswitch__ActivateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ActivateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ActivateUser * SOAP_FMAC2 soap_instantiate___interswitch__ActivateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ActivateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ActivateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ActivateUser); - if (size) - *size = sizeof(struct __interswitch__ActivateUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ActivateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ActivateUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ActivateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ActivateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ActivateUser %p -> %p\n", q, p)); - *(struct __interswitch__ActivateUser*)p = *(struct __interswitch__ActivateUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CreateUser(struct soap *soap, struct __interswitch__CreateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__CreateUser = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CreateUser(struct soap *soap, const struct __interswitch__CreateUser *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__CreateUser(soap, &a->interswitch__CreateUser); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CreateUser(struct soap *soap, const char *tag, int id, const struct __interswitch__CreateUser *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__CreateUser(soap, "interswitch:CreateUser", -1, &a->interswitch__CreateUser, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CreateUser * SOAP_FMAC4 soap_in___interswitch__CreateUser(struct soap *soap, const char *tag, struct __interswitch__CreateUser *a, const char *type) -{ - size_t soap_flag_interswitch__CreateUser = 1; - short soap_flag; - a = (struct __interswitch__CreateUser *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__CreateUser, sizeof(struct __interswitch__CreateUser), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__CreateUser(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__CreateUser && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__CreateUser(soap, "interswitch:CreateUser", &a->interswitch__CreateUser, "")) - { soap_flag_interswitch__CreateUser--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CreateUser(struct soap *soap, const struct __interswitch__CreateUser *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__CreateUser(soap, tag?tag:"-interswitch:CreateUser", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CreateUser * SOAP_FMAC4 soap_get___interswitch__CreateUser(struct soap *soap, struct __interswitch__CreateUser *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__CreateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__CreateUser * SOAP_FMAC2 soap_instantiate___interswitch__CreateUser(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__CreateUser(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__CreateUser, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CreateUser); - if (size) - *size = sizeof(struct __interswitch__CreateUser); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CreateUser[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__CreateUser); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__CreateUser*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CreateUser(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__CreateUser %p -> %p\n", q, p)); - *(struct __interswitch__CreateUser*)p = *(struct __interswitch__CreateUser*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetSystemSettings(struct soap *soap, struct __interswitch__GetSystemSettings *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__GetSystemSettings = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetSystemSettings(struct soap *soap, const struct __interswitch__GetSystemSettings *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__GetSystemSettings(soap, &a->interswitch__GetSystemSettings); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetSystemSettings(struct soap *soap, const char *tag, int id, const struct __interswitch__GetSystemSettings *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__GetSystemSettings(soap, "interswitch:GetSystemSettings", -1, &a->interswitch__GetSystemSettings, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetSystemSettings * SOAP_FMAC4 soap_in___interswitch__GetSystemSettings(struct soap *soap, const char *tag, struct __interswitch__GetSystemSettings *a, const char *type) -{ - size_t soap_flag_interswitch__GetSystemSettings = 1; - short soap_flag; - a = (struct __interswitch__GetSystemSettings *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__GetSystemSettings, sizeof(struct __interswitch__GetSystemSettings), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__GetSystemSettings(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__GetSystemSettings && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__GetSystemSettings(soap, "interswitch:GetSystemSettings", &a->interswitch__GetSystemSettings, "")) - { soap_flag_interswitch__GetSystemSettings--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetSystemSettings(struct soap *soap, const struct __interswitch__GetSystemSettings *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__GetSystemSettings(soap, tag?tag:"-interswitch:GetSystemSettings", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__GetSystemSettings * SOAP_FMAC4 soap_get___interswitch__GetSystemSettings(struct soap *soap, struct __interswitch__GetSystemSettings *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__GetSystemSettings(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__GetSystemSettings * SOAP_FMAC2 soap_instantiate___interswitch__GetSystemSettings(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__GetSystemSettings(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__GetSystemSettings, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetSystemSettings); - if (size) - *size = sizeof(struct __interswitch__GetSystemSettings); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__GetSystemSettings[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__GetSystemSettings); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__GetSystemSettings*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetSystemSettings(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__GetSystemSettings %p -> %p\n", q, p)); - *(struct __interswitch__GetSystemSettings*)p = *(struct __interswitch__GetSystemSettings*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__QueryTransaction(struct soap *soap, struct __interswitch__QueryTransaction *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__QueryTransaction = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__QueryTransaction(struct soap *soap, const struct __interswitch__QueryTransaction *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__QueryTransaction(soap, &a->interswitch__QueryTransaction); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__QueryTransaction(struct soap *soap, const char *tag, int id, const struct __interswitch__QueryTransaction *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__QueryTransaction(soap, "interswitch:QueryTransaction", -1, &a->interswitch__QueryTransaction, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__QueryTransaction * SOAP_FMAC4 soap_in___interswitch__QueryTransaction(struct soap *soap, const char *tag, struct __interswitch__QueryTransaction *a, const char *type) -{ - size_t soap_flag_interswitch__QueryTransaction = 1; - short soap_flag; - a = (struct __interswitch__QueryTransaction *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__QueryTransaction, sizeof(struct __interswitch__QueryTransaction), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__QueryTransaction(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__QueryTransaction && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__QueryTransaction(soap, "interswitch:QueryTransaction", &a->interswitch__QueryTransaction, "")) - { soap_flag_interswitch__QueryTransaction--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__QueryTransaction(struct soap *soap, const struct __interswitch__QueryTransaction *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__QueryTransaction(soap, tag?tag:"-interswitch:QueryTransaction", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__QueryTransaction * SOAP_FMAC4 soap_get___interswitch__QueryTransaction(struct soap *soap, struct __interswitch__QueryTransaction *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__QueryTransaction(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__QueryTransaction * SOAP_FMAC2 soap_instantiate___interswitch__QueryTransaction(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__QueryTransaction(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__QueryTransaction, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__QueryTransaction); - if (size) - *size = sizeof(struct __interswitch__QueryTransaction); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__QueryTransaction[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__QueryTransaction); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__QueryTransaction*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__QueryTransaction(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__QueryTransaction %p -> %p\n", q, p)); - *(struct __interswitch__QueryTransaction*)p = *(struct __interswitch__QueryTransaction*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__StatusCheck(struct soap *soap, struct __interswitch__StatusCheck *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__StatusCheck = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__StatusCheck(struct soap *soap, const struct __interswitch__StatusCheck *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__StatusCheck(soap, &a->interswitch__StatusCheck); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__StatusCheck(struct soap *soap, const char *tag, int id, const struct __interswitch__StatusCheck *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__StatusCheck(soap, "interswitch:StatusCheck", -1, &a->interswitch__StatusCheck, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__StatusCheck * SOAP_FMAC4 soap_in___interswitch__StatusCheck(struct soap *soap, const char *tag, struct __interswitch__StatusCheck *a, const char *type) -{ - size_t soap_flag_interswitch__StatusCheck = 1; - short soap_flag; - a = (struct __interswitch__StatusCheck *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__StatusCheck, sizeof(struct __interswitch__StatusCheck), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__StatusCheck(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__StatusCheck && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__StatusCheck(soap, "interswitch:StatusCheck", &a->interswitch__StatusCheck, "")) - { soap_flag_interswitch__StatusCheck--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__StatusCheck(struct soap *soap, const struct __interswitch__StatusCheck *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__StatusCheck(soap, tag?tag:"-interswitch:StatusCheck", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__StatusCheck * SOAP_FMAC4 soap_get___interswitch__StatusCheck(struct soap *soap, struct __interswitch__StatusCheck *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__StatusCheck(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__StatusCheck * SOAP_FMAC2 soap_instantiate___interswitch__StatusCheck(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__StatusCheck(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__StatusCheck, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__StatusCheck); - if (size) - *size = sizeof(struct __interswitch__StatusCheck); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__StatusCheck[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__StatusCheck); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__StatusCheck*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__StatusCheck(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__StatusCheck %p -> %p\n", q, p)); - *(struct __interswitch__StatusCheck*)p = *(struct __interswitch__StatusCheck*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ReverseCashOut(struct soap *soap, struct __interswitch__ReverseCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ReverseCashOut = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ReverseCashOut(struct soap *soap, const struct __interswitch__ReverseCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ReverseCashOut(soap, &a->interswitch__ReverseCashOut); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ReverseCashOut(struct soap *soap, const char *tag, int id, const struct __interswitch__ReverseCashOut *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ReverseCashOut(soap, "interswitch:ReverseCashOut", -1, &a->interswitch__ReverseCashOut, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ReverseCashOut * SOAP_FMAC4 soap_in___interswitch__ReverseCashOut(struct soap *soap, const char *tag, struct __interswitch__ReverseCashOut *a, const char *type) -{ - size_t soap_flag_interswitch__ReverseCashOut = 1; - short soap_flag; - a = (struct __interswitch__ReverseCashOut *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ReverseCashOut, sizeof(struct __interswitch__ReverseCashOut), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ReverseCashOut(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ReverseCashOut && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ReverseCashOut(soap, "interswitch:ReverseCashOut", &a->interswitch__ReverseCashOut, "")) - { soap_flag_interswitch__ReverseCashOut--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ReverseCashOut(struct soap *soap, const struct __interswitch__ReverseCashOut *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ReverseCashOut(soap, tag?tag:"-interswitch:ReverseCashOut", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ReverseCashOut * SOAP_FMAC4 soap_get___interswitch__ReverseCashOut(struct soap *soap, struct __interswitch__ReverseCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ReverseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ReverseCashOut * SOAP_FMAC2 soap_instantiate___interswitch__ReverseCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ReverseCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ReverseCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ReverseCashOut); - if (size) - *size = sizeof(struct __interswitch__ReverseCashOut); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ReverseCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ReverseCashOut); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ReverseCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ReverseCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ReverseCashOut %p -> %p\n", q, p)); - *(struct __interswitch__ReverseCashOut*)p = *(struct __interswitch__ReverseCashOut*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthoriseAccountCashOut(struct soap *soap, struct __interswitch__AuthoriseAccountCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthoriseAccountCashOut = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthoriseAccountCashOut(struct soap *soap, const struct __interswitch__AuthoriseAccountCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(soap, &a->interswitch__AuthoriseAccountCashOut); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthoriseAccountCashOut *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(soap, "interswitch:AuthoriseAccountCashOut", -1, &a->interswitch__AuthoriseAccountCashOut, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_in___interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, struct __interswitch__AuthoriseAccountCashOut *a, const char *type) -{ - size_t soap_flag_interswitch__AuthoriseAccountCashOut = 1; - short soap_flag; - a = (struct __interswitch__AuthoriseAccountCashOut *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut, sizeof(struct __interswitch__AuthoriseAccountCashOut), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthoriseAccountCashOut(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthoriseAccountCashOut && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(soap, "interswitch:AuthoriseAccountCashOut", &a->interswitch__AuthoriseAccountCashOut, "")) - { soap_flag_interswitch__AuthoriseAccountCashOut--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthoriseAccountCashOut(struct soap *soap, const struct __interswitch__AuthoriseAccountCashOut *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthoriseAccountCashOut(soap, tag?tag:"-interswitch:AuthoriseAccountCashOut", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_get___interswitch__AuthoriseAccountCashOut(struct soap *soap, struct __interswitch__AuthoriseAccountCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthoriseAccountCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC2 soap_instantiate___interswitch__AuthoriseAccountCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthoriseAccountCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthoriseAccountCashOut); - if (size) - *size = sizeof(struct __interswitch__AuthoriseAccountCashOut); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthoriseAccountCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthoriseAccountCashOut); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthoriseAccountCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthoriseAccountCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthoriseAccountCashOut %p -> %p\n", q, p)); - *(struct __interswitch__AuthoriseAccountCashOut*)p = *(struct __interswitch__AuthoriseAccountCashOut*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthoriseCashOut(struct soap *soap, struct __interswitch__AuthoriseCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__AuthoriseCashOut = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthoriseCashOut(struct soap *soap, const struct __interswitch__AuthoriseCashOut *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__AuthoriseCashOut(soap, &a->interswitch__AuthoriseCashOut); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, int id, const struct __interswitch__AuthoriseCashOut *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__AuthoriseCashOut(soap, "interswitch:AuthoriseCashOut", -1, &a->interswitch__AuthoriseCashOut, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_in___interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, struct __interswitch__AuthoriseCashOut *a, const char *type) -{ - size_t soap_flag_interswitch__AuthoriseCashOut = 1; - short soap_flag; - a = (struct __interswitch__AuthoriseCashOut *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut, sizeof(struct __interswitch__AuthoriseCashOut), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__AuthoriseCashOut(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__AuthoriseCashOut && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__AuthoriseCashOut(soap, "interswitch:AuthoriseCashOut", &a->interswitch__AuthoriseCashOut, "")) - { soap_flag_interswitch__AuthoriseCashOut--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthoriseCashOut(struct soap *soap, const struct __interswitch__AuthoriseCashOut *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__AuthoriseCashOut(soap, tag?tag:"-interswitch:AuthoriseCashOut", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_get___interswitch__AuthoriseCashOut(struct soap *soap, struct __interswitch__AuthoriseCashOut *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__AuthoriseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__AuthoriseCashOut * SOAP_FMAC2 soap_instantiate___interswitch__AuthoriseCashOut(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__AuthoriseCashOut(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthoriseCashOut); - if (size) - *size = sizeof(struct __interswitch__AuthoriseCashOut); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__AuthoriseCashOut[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__AuthoriseCashOut); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__AuthoriseCashOut*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthoriseCashOut(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__AuthoriseCashOut %p -> %p\n", q, p)); - *(struct __interswitch__AuthoriseCashOut*)p = *(struct __interswitch__AuthoriseCashOut*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__QueryTransfer(struct soap *soap, struct __interswitch__QueryTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__QueryTransfer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__QueryTransfer(struct soap *soap, const struct __interswitch__QueryTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__QueryTransfer(soap, &a->interswitch__QueryTransfer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__QueryTransfer(struct soap *soap, const char *tag, int id, const struct __interswitch__QueryTransfer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__QueryTransfer(soap, "interswitch:QueryTransfer", -1, &a->interswitch__QueryTransfer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__QueryTransfer * SOAP_FMAC4 soap_in___interswitch__QueryTransfer(struct soap *soap, const char *tag, struct __interswitch__QueryTransfer *a, const char *type) -{ - size_t soap_flag_interswitch__QueryTransfer = 1; - short soap_flag; - a = (struct __interswitch__QueryTransfer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__QueryTransfer, sizeof(struct __interswitch__QueryTransfer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__QueryTransfer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__QueryTransfer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__QueryTransfer(soap, "interswitch:QueryTransfer", &a->interswitch__QueryTransfer, "")) - { soap_flag_interswitch__QueryTransfer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__QueryTransfer(struct soap *soap, const struct __interswitch__QueryTransfer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__QueryTransfer(soap, tag?tag:"-interswitch:QueryTransfer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__QueryTransfer * SOAP_FMAC4 soap_get___interswitch__QueryTransfer(struct soap *soap, struct __interswitch__QueryTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__QueryTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__QueryTransfer * SOAP_FMAC2 soap_instantiate___interswitch__QueryTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__QueryTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__QueryTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__QueryTransfer); - if (size) - *size = sizeof(struct __interswitch__QueryTransfer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__QueryTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__QueryTransfer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__QueryTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__QueryTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__QueryTransfer %p -> %p\n", q, p)); - *(struct __interswitch__QueryTransfer*)p = *(struct __interswitch__QueryTransfer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendSessionKey(struct soap *soap, struct __interswitch__SendSessionKey *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__SendSessionKey = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendSessionKey(struct soap *soap, const struct __interswitch__SendSessionKey *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__SendSessionKey(soap, &a->interswitch__SendSessionKey); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendSessionKey(struct soap *soap, const char *tag, int id, const struct __interswitch__SendSessionKey *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__SendSessionKey(soap, "interswitch:SendSessionKey", -1, &a->interswitch__SendSessionKey, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendSessionKey * SOAP_FMAC4 soap_in___interswitch__SendSessionKey(struct soap *soap, const char *tag, struct __interswitch__SendSessionKey *a, const char *type) -{ - size_t soap_flag_interswitch__SendSessionKey = 1; - short soap_flag; - a = (struct __interswitch__SendSessionKey *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__SendSessionKey, sizeof(struct __interswitch__SendSessionKey), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__SendSessionKey(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__SendSessionKey && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__SendSessionKey(soap, "interswitch:SendSessionKey", &a->interswitch__SendSessionKey, "")) - { soap_flag_interswitch__SendSessionKey--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendSessionKey(struct soap *soap, const struct __interswitch__SendSessionKey *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__SendSessionKey(soap, tag?tag:"-interswitch:SendSessionKey", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__SendSessionKey * SOAP_FMAC4 soap_get___interswitch__SendSessionKey(struct soap *soap, struct __interswitch__SendSessionKey *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__SendSessionKey(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__SendSessionKey * SOAP_FMAC2 soap_instantiate___interswitch__SendSessionKey(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__SendSessionKey(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__SendSessionKey, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendSessionKey); - if (size) - *size = sizeof(struct __interswitch__SendSessionKey); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__SendSessionKey[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__SendSessionKey); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__SendSessionKey*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendSessionKey(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__SendSessionKey %p -> %p\n", q, p)); - *(struct __interswitch__SendSessionKey*)p = *(struct __interswitch__SendSessionKey*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CancelTransfer(struct soap *soap, struct __interswitch__CancelTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__CancelTransfer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CancelTransfer(struct soap *soap, const struct __interswitch__CancelTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__CancelTransfer(soap, &a->interswitch__CancelTransfer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CancelTransfer(struct soap *soap, const char *tag, int id, const struct __interswitch__CancelTransfer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__CancelTransfer(soap, "interswitch:CancelTransfer", -1, &a->interswitch__CancelTransfer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CancelTransfer * SOAP_FMAC4 soap_in___interswitch__CancelTransfer(struct soap *soap, const char *tag, struct __interswitch__CancelTransfer *a, const char *type) -{ - size_t soap_flag_interswitch__CancelTransfer = 1; - short soap_flag; - a = (struct __interswitch__CancelTransfer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__CancelTransfer, sizeof(struct __interswitch__CancelTransfer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__CancelTransfer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__CancelTransfer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__CancelTransfer(soap, "interswitch:CancelTransfer", &a->interswitch__CancelTransfer, "")) - { soap_flag_interswitch__CancelTransfer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CancelTransfer(struct soap *soap, const struct __interswitch__CancelTransfer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__CancelTransfer(soap, tag?tag:"-interswitch:CancelTransfer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__CancelTransfer * SOAP_FMAC4 soap_get___interswitch__CancelTransfer(struct soap *soap, struct __interswitch__CancelTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__CancelTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__CancelTransfer * SOAP_FMAC2 soap_instantiate___interswitch__CancelTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__CancelTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__CancelTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CancelTransfer); - if (size) - *size = sizeof(struct __interswitch__CancelTransfer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__CancelTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__CancelTransfer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__CancelTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CancelTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__CancelTransfer %p -> %p\n", q, p)); - *(struct __interswitch__CancelTransfer*)p = *(struct __interswitch__CancelTransfer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoTransfer(struct soap *soap, struct __interswitch__DoTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__DoTransfer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoTransfer(struct soap *soap, const struct __interswitch__DoTransfer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__DoTransfer(soap, &a->interswitch__DoTransfer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoTransfer(struct soap *soap, const char *tag, int id, const struct __interswitch__DoTransfer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__DoTransfer(soap, "interswitch:DoTransfer", -1, &a->interswitch__DoTransfer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoTransfer * SOAP_FMAC4 soap_in___interswitch__DoTransfer(struct soap *soap, const char *tag, struct __interswitch__DoTransfer *a, const char *type) -{ - size_t soap_flag_interswitch__DoTransfer = 1; - short soap_flag; - a = (struct __interswitch__DoTransfer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__DoTransfer, sizeof(struct __interswitch__DoTransfer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__DoTransfer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__DoTransfer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__DoTransfer(soap, "interswitch:DoTransfer", &a->interswitch__DoTransfer, "")) - { soap_flag_interswitch__DoTransfer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoTransfer(struct soap *soap, const struct __interswitch__DoTransfer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__DoTransfer(soap, tag?tag:"-interswitch:DoTransfer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__DoTransfer * SOAP_FMAC4 soap_get___interswitch__DoTransfer(struct soap *soap, struct __interswitch__DoTransfer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__DoTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__DoTransfer * SOAP_FMAC2 soap_instantiate___interswitch__DoTransfer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__DoTransfer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__DoTransfer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoTransfer); - if (size) - *size = sizeof(struct __interswitch__DoTransfer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__DoTransfer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__DoTransfer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__DoTransfer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoTransfer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__DoTransfer %p -> %p\n", q, p)); - *(struct __interswitch__DoTransfer*)p = *(struct __interswitch__DoTransfer*)q; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ValidateCustomer(struct soap *soap, struct __interswitch__ValidateCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - a->interswitch__ValidateCustomer = NULL; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ValidateCustomer(struct soap *soap, const struct __interswitch__ValidateCustomer *a) -{ - (void)soap; (void)a; /* appease -Wall -Werror */ - soap_serialize_PointerTo_interswitch__ValidateCustomer(soap, &a->interswitch__ValidateCustomer); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ValidateCustomer(struct soap *soap, const char *tag, int id, const struct __interswitch__ValidateCustomer *a, const char *type) -{ - if (soap_out_PointerTo_interswitch__ValidateCustomer(soap, "interswitch:ValidateCustomer", -1, &a->interswitch__ValidateCustomer, "")) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ValidateCustomer * SOAP_FMAC4 soap_in___interswitch__ValidateCustomer(struct soap *soap, const char *tag, struct __interswitch__ValidateCustomer *a, const char *type) -{ - size_t soap_flag_interswitch__ValidateCustomer = 1; - short soap_flag; - a = (struct __interswitch__ValidateCustomer *)soap_id_enter(soap, "", a, SOAP_TYPE_interswitch___interswitch__ValidateCustomer, sizeof(struct __interswitch__ValidateCustomer), 0, NULL, NULL, NULL); - if (!a) - return NULL; - soap_default___interswitch__ValidateCustomer(soap, a); - for (soap_flag = 0;; soap_flag = 1) - { soap->error = SOAP_TAG_MISMATCH; - if (soap_flag_interswitch__ValidateCustomer && soap->error == SOAP_TAG_MISMATCH) - if (soap_in_PointerTo_interswitch__ValidateCustomer(soap, "interswitch:ValidateCustomer", &a->interswitch__ValidateCustomer, "")) - { soap_flag_interswitch__ValidateCustomer--; - continue; - } - if (soap->error == SOAP_TAG_MISMATCH) - if (soap_flag) - { soap->error = SOAP_OK; - break; - } - if (soap->error == SOAP_NO_TAG) - break; - if (soap->error) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ValidateCustomer(struct soap *soap, const struct __interswitch__ValidateCustomer *a, const char *tag, const char *type) -{ - register int id = 0; - if (soap_out___interswitch__ValidateCustomer(soap, tag?tag:"-interswitch:ValidateCustomer", id, a, type)) - return soap->error; - return SOAP_OK; -} - -SOAP_FMAC3 struct __interswitch__ValidateCustomer * SOAP_FMAC4 soap_get___interswitch__ValidateCustomer(struct soap *soap, struct __interswitch__ValidateCustomer *p, const char *tag, const char *type) -{ - if ((p = soap_in___interswitch__ValidateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC1 struct __interswitch__ValidateCustomer * SOAP_FMAC2 soap_instantiate___interswitch__ValidateCustomer(struct soap *soap, int n, const char *type, const char *arrayType, size_t *size) -{ - (void)type; (void)arrayType; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "soap_instantiate___interswitch__ValidateCustomer(%d, %s, %s)\n", n, type?type:"", arrayType?arrayType:"")); - struct soap_clist *cp = soap_link(soap, NULL, SOAP_TYPE_interswitch___interswitch__ValidateCustomer, n, soap_fdelete); - if (!cp) - return NULL; - if (n < 0) - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ValidateCustomer); - if (size) - *size = sizeof(struct __interswitch__ValidateCustomer); - } - else - { cp->ptr = (void*)SOAP_NEW(struct __interswitch__ValidateCustomer[n]); - if (!cp->ptr) - { soap->error = SOAP_EOM; - return NULL; - } - if (size) - *size = n * sizeof(struct __interswitch__ValidateCustomer); - } - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Instantiated location=%p\n", cp->ptr)); - return (struct __interswitch__ValidateCustomer*)cp->ptr; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ValidateCustomer(struct soap *soap, int st, int tt, void *p, size_t len, const void *q, size_t n) -{ - (void)soap; (void)st; (void)len; (void)n; /* appease -Wall -Werror */ - DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Copying struct __interswitch__ValidateCustomer %p -> %p\n", q, p)); - *(struct __interswitch__ValidateCustomer*)p = *(struct __interswitch__ValidateCustomer*)q; -} - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap *soap, struct SOAP_ENV__Reason *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch_SOAP_ENV__Reason)) - soap_serialize_SOAP_ENV__Reason(soap, *a); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap *soap, const char *tag, int id, struct SOAP_ENV__Reason *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_SOAP_ENV__Reason); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Reason(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Reason **)soap_malloc(soap, sizeof(struct SOAP_ENV__Reason *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Reason(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Reason **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_SOAP_ENV__Reason, sizeof(struct SOAP_ENV__Reason), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerToSOAP_ENV__Reason); - if (soap_out_PointerToSOAP_ENV__Reason(soap, tag?tag:"SOAP-ENV:Reason", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Reason(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap *soap, struct SOAP_ENV__Detail *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch_SOAP_ENV__Detail)) - soap_serialize_SOAP_ENV__Detail(soap, *a); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap *soap, const char *tag, int id, struct SOAP_ENV__Detail *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_SOAP_ENV__Detail); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Detail(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Detail **)soap_malloc(soap, sizeof(struct SOAP_ENV__Detail *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Detail(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Detail **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_SOAP_ENV__Detail, sizeof(struct SOAP_ENV__Detail), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerToSOAP_ENV__Detail); - if (soap_out_PointerToSOAP_ENV__Detail(soap, tag?tag:"SOAP-ENV:Detail", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Detail(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -#ifndef WITH_NOGLOBAL - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *soap, struct SOAP_ENV__Code *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch_SOAP_ENV__Code)) - soap_serialize_SOAP_ENV__Code(soap, *a); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap *soap, const char *tag, int id, struct SOAP_ENV__Code *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_SOAP_ENV__Code); - if (id < 0) - return soap->error; - return soap_out_SOAP_ENV__Code(soap, tag, id, *a, 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) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (struct SOAP_ENV__Code **)soap_malloc(soap, sizeof(struct SOAP_ENV__Code *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_SOAP_ENV__Code(soap, tag, *a, type))) - return NULL; - } - else - { a = (struct SOAP_ENV__Code **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_SOAP_ENV__Code, sizeof(struct SOAP_ENV__Code), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return 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) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerToSOAP_ENV__Code); - if (soap_out_PointerToSOAP_ENV__Code(soap, tag?tag:"SOAP-ENV:Code", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -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) -{ - if ((p = soap_in_PointerToSOAP_ENV__Code(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -#endif - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, _interswitch__VerifyBillerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, const char *tag, int id, _interswitch__VerifyBillerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__VerifyBillerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, const char *tag, _interswitch__VerifyBillerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__VerifyBillerResponse **)soap_malloc(soap, sizeof(_interswitch__VerifyBillerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__VerifyBillerResponse *)soap_instantiate__interswitch__VerifyBillerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__VerifyBillerResponse ** p = (_interswitch__VerifyBillerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse, sizeof(_interswitch__VerifyBillerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, _interswitch__VerifyBillerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse); - if (soap_out_PointerTo_interswitch__VerifyBillerResponse(soap, tag?tag:"interswitch:VerifyBillerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__VerifyBillerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__VerifyBillerResponse(struct soap *soap, _interswitch__VerifyBillerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__VerifyBillerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__VerifyBiller(struct soap *soap, _interswitch__VerifyBiller *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__VerifyBiller)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__VerifyBiller(struct soap *soap, const char *tag, int id, _interswitch__VerifyBiller *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__VerifyBiller); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__VerifyBiller ** SOAP_FMAC4 soap_in_PointerTo_interswitch__VerifyBiller(struct soap *soap, const char *tag, _interswitch__VerifyBiller **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__VerifyBiller **)soap_malloc(soap, sizeof(_interswitch__VerifyBiller *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__VerifyBiller *)soap_instantiate__interswitch__VerifyBiller(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__VerifyBiller ** p = (_interswitch__VerifyBiller **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__VerifyBiller, sizeof(_interswitch__VerifyBiller), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__VerifyBiller(struct soap *soap, _interswitch__VerifyBiller *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller); - if (soap_out_PointerTo_interswitch__VerifyBiller(soap, tag?tag:"interswitch:VerifyBiller", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__VerifyBiller ** SOAP_FMAC4 soap_get_PointerTo_interswitch__VerifyBiller(struct soap *soap, _interswitch__VerifyBiller **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__VerifyBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, _interswitch__CreateBillerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, const char *tag, int id, _interswitch__CreateBillerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CreateBillerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, const char *tag, _interswitch__CreateBillerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CreateBillerResponse **)soap_malloc(soap, sizeof(_interswitch__CreateBillerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CreateBillerResponse *)soap_instantiate__interswitch__CreateBillerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CreateBillerResponse ** p = (_interswitch__CreateBillerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CreateBillerResponse, sizeof(_interswitch__CreateBillerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, _interswitch__CreateBillerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse); - if (soap_out_PointerTo_interswitch__CreateBillerResponse(soap, tag?tag:"interswitch:CreateBillerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CreateBillerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateBillerResponse(struct soap *soap, _interswitch__CreateBillerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CreateBillerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateBiller(struct soap *soap, _interswitch__CreateBiller *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CreateBiller)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateBiller(struct soap *soap, const char *tag, int id, _interswitch__CreateBiller *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CreateBiller); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CreateBiller ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateBiller(struct soap *soap, const char *tag, _interswitch__CreateBiller **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CreateBiller **)soap_malloc(soap, sizeof(_interswitch__CreateBiller *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CreateBiller *)soap_instantiate__interswitch__CreateBiller(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CreateBiller ** p = (_interswitch__CreateBiller **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CreateBiller, sizeof(_interswitch__CreateBiller), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateBiller(struct soap *soap, _interswitch__CreateBiller *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller); - if (soap_out_PointerTo_interswitch__CreateBiller(soap, tag?tag:"interswitch:CreateBiller", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CreateBiller ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateBiller(struct soap *soap, _interswitch__CreateBiller **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CreateBiller(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, _interswitch__DoCustomProcessingResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, const char *tag, int id, _interswitch__DoCustomProcessingResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, const char *tag, _interswitch__DoCustomProcessingResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoCustomProcessingResponse **)soap_malloc(soap, sizeof(_interswitch__DoCustomProcessingResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoCustomProcessingResponse *)soap_instantiate__interswitch__DoCustomProcessingResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoCustomProcessingResponse ** p = (_interswitch__DoCustomProcessingResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse, sizeof(_interswitch__DoCustomProcessingResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, _interswitch__DoCustomProcessingResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse); - if (soap_out_PointerTo_interswitch__DoCustomProcessingResponse(soap, tag?tag:"interswitch:DoCustomProcessingResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoCustomProcessingResponse(struct soap *soap, _interswitch__DoCustomProcessingResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoCustomProcessingResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, _interswitch__DoCustomProcessing *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, const char *tag, int id, _interswitch__DoCustomProcessing *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessing ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, const char *tag, _interswitch__DoCustomProcessing **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoCustomProcessing **)soap_malloc(soap, sizeof(_interswitch__DoCustomProcessing *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoCustomProcessing *)soap_instantiate__interswitch__DoCustomProcessing(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoCustomProcessing ** p = (_interswitch__DoCustomProcessing **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoCustomProcessing, sizeof(_interswitch__DoCustomProcessing), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, _interswitch__DoCustomProcessing *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing); - if (soap_out_PointerTo_interswitch__DoCustomProcessing(soap, tag?tag:"interswitch:DoCustomProcessing", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoCustomProcessing ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoCustomProcessing(struct soap *soap, _interswitch__DoCustomProcessing **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoCustomProcessing(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, _interswitch__ResendActivationTokenResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, const char *tag, int id, _interswitch__ResendActivationTokenResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, const char *tag, _interswitch__ResendActivationTokenResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ResendActivationTokenResponse **)soap_malloc(soap, sizeof(_interswitch__ResendActivationTokenResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ResendActivationTokenResponse *)soap_instantiate__interswitch__ResendActivationTokenResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ResendActivationTokenResponse ** p = (_interswitch__ResendActivationTokenResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse, sizeof(_interswitch__ResendActivationTokenResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, _interswitch__ResendActivationTokenResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse); - if (soap_out_PointerTo_interswitch__ResendActivationTokenResponse(soap, tag?tag:"interswitch:ResendActivationTokenResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResendActivationTokenResponse(struct soap *soap, _interswitch__ResendActivationTokenResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ResendActivationTokenResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResendActivationToken(struct soap *soap, _interswitch__ResendActivationToken *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ResendActivationToken)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResendActivationToken(struct soap *soap, const char *tag, int id, _interswitch__ResendActivationToken *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ResendActivationToken); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ResendActivationToken ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResendActivationToken(struct soap *soap, const char *tag, _interswitch__ResendActivationToken **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ResendActivationToken **)soap_malloc(soap, sizeof(_interswitch__ResendActivationToken *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ResendActivationToken *)soap_instantiate__interswitch__ResendActivationToken(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ResendActivationToken ** p = (_interswitch__ResendActivationToken **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ResendActivationToken, sizeof(_interswitch__ResendActivationToken), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResendActivationToken(struct soap *soap, _interswitch__ResendActivationToken *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken); - if (soap_out_PointerTo_interswitch__ResendActivationToken(soap, tag?tag:"interswitch:ResendActivationToken", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ResendActivationToken ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResendActivationToken(struct soap *soap, _interswitch__ResendActivationToken **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ResendActivationToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, _interswitch__EditCustomerBillerAccountResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, const char *tag, int id, _interswitch__EditCustomerBillerAccountResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, const char *tag, _interswitch__EditCustomerBillerAccountResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__EditCustomerBillerAccountResponse **)soap_malloc(soap, sizeof(_interswitch__EditCustomerBillerAccountResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__EditCustomerBillerAccountResponse *)soap_instantiate__interswitch__EditCustomerBillerAccountResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__EditCustomerBillerAccountResponse ** p = (_interswitch__EditCustomerBillerAccountResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse, sizeof(_interswitch__EditCustomerBillerAccountResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, _interswitch__EditCustomerBillerAccountResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse); - if (soap_out_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, tag?tag:"interswitch:EditCustomerBillerAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap *soap, _interswitch__EditCustomerBillerAccountResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, _interswitch__EditCustomerBillerAccount *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, int id, _interswitch__EditCustomerBillerAccount *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, const char *tag, _interswitch__EditCustomerBillerAccount **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__EditCustomerBillerAccount **)soap_malloc(soap, sizeof(_interswitch__EditCustomerBillerAccount *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__EditCustomerBillerAccount *)soap_instantiate__interswitch__EditCustomerBillerAccount(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__EditCustomerBillerAccount ** p = (_interswitch__EditCustomerBillerAccount **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount, sizeof(_interswitch__EditCustomerBillerAccount), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, _interswitch__EditCustomerBillerAccount *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount); - if (soap_out_PointerTo_interswitch__EditCustomerBillerAccount(soap, tag?tag:"interswitch:EditCustomerBillerAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__EditCustomerBillerAccount(struct soap *soap, _interswitch__EditCustomerBillerAccount **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__EditCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, _interswitch__GetBillersCollectionsAccountResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, const char *tag, int id, _interswitch__GetBillersCollectionsAccountResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, const char *tag, _interswitch__GetBillersCollectionsAccountResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillersCollectionsAccountResponse **)soap_malloc(soap, sizeof(_interswitch__GetBillersCollectionsAccountResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillersCollectionsAccountResponse *)soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillersCollectionsAccountResponse ** p = (_interswitch__GetBillersCollectionsAccountResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse, sizeof(_interswitch__GetBillersCollectionsAccountResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, _interswitch__GetBillersCollectionsAccountResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse); - if (soap_out_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, tag?tag:"interswitch:GetBillersCollectionsAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap *soap, _interswitch__GetBillersCollectionsAccountResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, _interswitch__GetBillersCollectionsAccount *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, int id, _interswitch__GetBillersCollectionsAccount *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, const char *tag, _interswitch__GetBillersCollectionsAccount **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillersCollectionsAccount **)soap_malloc(soap, sizeof(_interswitch__GetBillersCollectionsAccount *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillersCollectionsAccount *)soap_instantiate__interswitch__GetBillersCollectionsAccount(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillersCollectionsAccount ** p = (_interswitch__GetBillersCollectionsAccount **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount, sizeof(_interswitch__GetBillersCollectionsAccount), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, _interswitch__GetBillersCollectionsAccount *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount); - if (soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(soap, tag?tag:"interswitch:GetBillersCollectionsAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap *soap, _interswitch__GetBillersCollectionsAccount **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, _interswitch__GetCollectionsAccountResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, const char *tag, int id, _interswitch__GetCollectionsAccountResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, const char *tag, _interswitch__GetCollectionsAccountResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCollectionsAccountResponse **)soap_malloc(soap, sizeof(_interswitch__GetCollectionsAccountResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCollectionsAccountResponse *)soap_instantiate__interswitch__GetCollectionsAccountResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCollectionsAccountResponse ** p = (_interswitch__GetCollectionsAccountResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse, sizeof(_interswitch__GetCollectionsAccountResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, _interswitch__GetCollectionsAccountResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse); - if (soap_out_PointerTo_interswitch__GetCollectionsAccountResponse(soap, tag?tag:"interswitch:GetCollectionsAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap *soap, _interswitch__GetCollectionsAccountResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCollectionsAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, _interswitch__GetCollectionsAccount *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, int id, _interswitch__GetCollectionsAccount *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, const char *tag, _interswitch__GetCollectionsAccount **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCollectionsAccount **)soap_malloc(soap, sizeof(_interswitch__GetCollectionsAccount *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCollectionsAccount *)soap_instantiate__interswitch__GetCollectionsAccount(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCollectionsAccount ** p = (_interswitch__GetCollectionsAccount **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount, sizeof(_interswitch__GetCollectionsAccount), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, _interswitch__GetCollectionsAccount *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount); - if (soap_out_PointerTo_interswitch__GetCollectionsAccount(soap, tag?tag:"interswitch:GetCollectionsAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCollectionsAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCollectionsAccount(struct soap *soap, _interswitch__GetCollectionsAccount **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCollectionsAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, _interswitch__AddBillerCustomerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, const char *tag, int id, _interswitch__AddBillerCustomerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, const char *tag, _interswitch__AddBillerCustomerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AddBillerCustomerResponse **)soap_malloc(soap, sizeof(_interswitch__AddBillerCustomerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AddBillerCustomerResponse *)soap_instantiate__interswitch__AddBillerCustomerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AddBillerCustomerResponse ** p = (_interswitch__AddBillerCustomerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse, sizeof(_interswitch__AddBillerCustomerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, _interswitch__AddBillerCustomerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse); - if (soap_out_PointerTo_interswitch__AddBillerCustomerResponse(soap, tag?tag:"interswitch:AddBillerCustomerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddBillerCustomerResponse(struct soap *soap, _interswitch__AddBillerCustomerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AddBillerCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, _interswitch__AddBillerCustomer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, const char *tag, int id, _interswitch__AddBillerCustomer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, const char *tag, _interswitch__AddBillerCustomer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AddBillerCustomer **)soap_malloc(soap, sizeof(_interswitch__AddBillerCustomer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AddBillerCustomer *)soap_instantiate__interswitch__AddBillerCustomer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AddBillerCustomer ** p = (_interswitch__AddBillerCustomer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AddBillerCustomer, sizeof(_interswitch__AddBillerCustomer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, _interswitch__AddBillerCustomer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer); - if (soap_out_PointerTo_interswitch__AddBillerCustomer(soap, tag?tag:"interswitch:AddBillerCustomer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AddBillerCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddBillerCustomer(struct soap *soap, _interswitch__AddBillerCustomer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AddBillerCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, _interswitch__GetCustomerPaymentsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, const char *tag, int id, _interswitch__GetCustomerPaymentsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, const char *tag, _interswitch__GetCustomerPaymentsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCustomerPaymentsResponse **)soap_malloc(soap, sizeof(_interswitch__GetCustomerPaymentsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCustomerPaymentsResponse *)soap_instantiate__interswitch__GetCustomerPaymentsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCustomerPaymentsResponse ** p = (_interswitch__GetCustomerPaymentsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse, sizeof(_interswitch__GetCustomerPaymentsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, _interswitch__GetCustomerPaymentsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse); - if (soap_out_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, tag?tag:"interswitch:GetCustomerPaymentsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap *soap, _interswitch__GetCustomerPaymentsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, _interswitch__GetCustomerPayments *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, const char *tag, int id, _interswitch__GetCustomerPayments *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerPayments ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, const char *tag, _interswitch__GetCustomerPayments **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCustomerPayments **)soap_malloc(soap, sizeof(_interswitch__GetCustomerPayments *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCustomerPayments *)soap_instantiate__interswitch__GetCustomerPayments(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCustomerPayments ** p = (_interswitch__GetCustomerPayments **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCustomerPayments, sizeof(_interswitch__GetCustomerPayments), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, _interswitch__GetCustomerPayments *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments); - if (soap_out_PointerTo_interswitch__GetCustomerPayments(soap, tag?tag:"interswitch:GetCustomerPayments", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCustomerPayments ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerPayments(struct soap *soap, _interswitch__GetCustomerPayments **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCustomerPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, _interswitch__GetCustomerBillerAccountsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, const char *tag, int id, _interswitch__GetCustomerBillerAccountsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, const char *tag, _interswitch__GetCustomerBillerAccountsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCustomerBillerAccountsResponse **)soap_malloc(soap, sizeof(_interswitch__GetCustomerBillerAccountsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCustomerBillerAccountsResponse *)soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCustomerBillerAccountsResponse ** p = (_interswitch__GetCustomerBillerAccountsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse, sizeof(_interswitch__GetCustomerBillerAccountsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, _interswitch__GetCustomerBillerAccountsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse); - if (soap_out_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, tag?tag:"interswitch:GetCustomerBillerAccountsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap *soap, _interswitch__GetCustomerBillerAccountsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, _interswitch__GetCustomerBillerAccounts *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, int id, _interswitch__GetCustomerBillerAccounts *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, const char *tag, _interswitch__GetCustomerBillerAccounts **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetCustomerBillerAccounts **)soap_malloc(soap, sizeof(_interswitch__GetCustomerBillerAccounts *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetCustomerBillerAccounts *)soap_instantiate__interswitch__GetCustomerBillerAccounts(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetCustomerBillerAccounts ** p = (_interswitch__GetCustomerBillerAccounts **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts, sizeof(_interswitch__GetCustomerBillerAccounts), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, _interswitch__GetCustomerBillerAccounts *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts); - if (soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(soap, tag?tag:"interswitch:GetCustomerBillerAccounts", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap *soap, _interswitch__GetCustomerBillerAccounts **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, _interswitch__AddCustomerBillerAccountResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, const char *tag, int id, _interswitch__AddCustomerBillerAccountResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, const char *tag, _interswitch__AddCustomerBillerAccountResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AddCustomerBillerAccountResponse **)soap_malloc(soap, sizeof(_interswitch__AddCustomerBillerAccountResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AddCustomerBillerAccountResponse *)soap_instantiate__interswitch__AddCustomerBillerAccountResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AddCustomerBillerAccountResponse ** p = (_interswitch__AddCustomerBillerAccountResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse, sizeof(_interswitch__AddCustomerBillerAccountResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, _interswitch__AddCustomerBillerAccountResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse); - if (soap_out_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, tag?tag:"interswitch:AddCustomerBillerAccountResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap *soap, _interswitch__AddCustomerBillerAccountResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, _interswitch__AddCustomerBillerAccount *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, int id, _interswitch__AddCustomerBillerAccount *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, const char *tag, _interswitch__AddCustomerBillerAccount **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AddCustomerBillerAccount **)soap_malloc(soap, sizeof(_interswitch__AddCustomerBillerAccount *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AddCustomerBillerAccount *)soap_instantiate__interswitch__AddCustomerBillerAccount(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AddCustomerBillerAccount ** p = (_interswitch__AddCustomerBillerAccount **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount, sizeof(_interswitch__AddCustomerBillerAccount), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, _interswitch__AddCustomerBillerAccount *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount); - if (soap_out_PointerTo_interswitch__AddCustomerBillerAccount(soap, tag?tag:"interswitch:AddCustomerBillerAccount", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddCustomerBillerAccount(struct soap *soap, _interswitch__AddCustomerBillerAccount **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AddCustomerBillerAccount(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, _interswitch__SendPaymentsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, const char *tag, int id, _interswitch__SendPaymentsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendPaymentsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, const char *tag, _interswitch__SendPaymentsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendPaymentsResponse **)soap_malloc(soap, sizeof(_interswitch__SendPaymentsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendPaymentsResponse *)soap_instantiate__interswitch__SendPaymentsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendPaymentsResponse ** p = (_interswitch__SendPaymentsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse, sizeof(_interswitch__SendPaymentsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, _interswitch__SendPaymentsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse); - if (soap_out_PointerTo_interswitch__SendPaymentsResponse(soap, tag?tag:"interswitch:SendPaymentsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendPaymentsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendPaymentsResponse(struct soap *soap, _interswitch__SendPaymentsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendPaymentsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendPayments(struct soap *soap, _interswitch__SendPayments *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendPayments)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendPayments(struct soap *soap, const char *tag, int id, _interswitch__SendPayments *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendPayments); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendPayments ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendPayments(struct soap *soap, const char *tag, _interswitch__SendPayments **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendPayments **)soap_malloc(soap, sizeof(_interswitch__SendPayments *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendPayments *)soap_instantiate__interswitch__SendPayments(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendPayments ** p = (_interswitch__SendPayments **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendPayments, sizeof(_interswitch__SendPayments), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendPayments(struct soap *soap, _interswitch__SendPayments *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments); - if (soap_out_PointerTo_interswitch__SendPayments(soap, tag?tag:"interswitch:SendPayments", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendPayments ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendPayments(struct soap *soap, _interswitch__SendPayments **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendPayments(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, _interswitch__SendBillPaymentAdviceResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, const char *tag, int id, _interswitch__SendBillPaymentAdviceResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, const char *tag, _interswitch__SendBillPaymentAdviceResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendBillPaymentAdviceResponse **)soap_malloc(soap, sizeof(_interswitch__SendBillPaymentAdviceResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendBillPaymentAdviceResponse *)soap_instantiate__interswitch__SendBillPaymentAdviceResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendBillPaymentAdviceResponse ** p = (_interswitch__SendBillPaymentAdviceResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse, sizeof(_interswitch__SendBillPaymentAdviceResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, _interswitch__SendBillPaymentAdviceResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse); - if (soap_out_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, tag?tag:"interswitch:SendBillPaymentAdviceResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap *soap, _interswitch__SendBillPaymentAdviceResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, _interswitch__SendBillPaymentAdvice *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, int id, _interswitch__SendBillPaymentAdvice *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, const char *tag, _interswitch__SendBillPaymentAdvice **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendBillPaymentAdvice **)soap_malloc(soap, sizeof(_interswitch__SendBillPaymentAdvice *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendBillPaymentAdvice *)soap_instantiate__interswitch__SendBillPaymentAdvice(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendBillPaymentAdvice ** p = (_interswitch__SendBillPaymentAdvice **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice, sizeof(_interswitch__SendBillPaymentAdvice), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, _interswitch__SendBillPaymentAdvice *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice); - if (soap_out_PointerTo_interswitch__SendBillPaymentAdvice(soap, tag?tag:"interswitch:SendBillPaymentAdvice", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendBillPaymentAdvice(struct soap *soap, _interswitch__SendBillPaymentAdvice **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendBillPaymentAdvice(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, _interswitch__AuthenticateCustomerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateCustomerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateCustomerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateCustomerResponse **)soap_malloc(soap, sizeof(_interswitch__AuthenticateCustomerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateCustomerResponse *)soap_instantiate__interswitch__AuthenticateCustomerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateCustomerResponse ** p = (_interswitch__AuthenticateCustomerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse, sizeof(_interswitch__AuthenticateCustomerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, _interswitch__AuthenticateCustomerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse); - if (soap_out_PointerTo_interswitch__AuthenticateCustomerResponse(soap, tag?tag:"interswitch:AuthenticateCustomerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap *soap, _interswitch__AuthenticateCustomerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, _interswitch__AuthenticateCustomer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateCustomer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, const char *tag, _interswitch__AuthenticateCustomer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateCustomer **)soap_malloc(soap, sizeof(_interswitch__AuthenticateCustomer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateCustomer *)soap_instantiate__interswitch__AuthenticateCustomer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateCustomer ** p = (_interswitch__AuthenticateCustomer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer, sizeof(_interswitch__AuthenticateCustomer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, _interswitch__AuthenticateCustomer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer); - if (soap_out_PointerTo_interswitch__AuthenticateCustomer(soap, tag?tag:"interswitch:AuthenticateCustomer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateCustomer(struct soap *soap, _interswitch__AuthenticateCustomer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, _interswitch__DoBillPaymentInquiryResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, const char *tag, int id, _interswitch__DoBillPaymentInquiryResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, const char *tag, _interswitch__DoBillPaymentInquiryResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoBillPaymentInquiryResponse **)soap_malloc(soap, sizeof(_interswitch__DoBillPaymentInquiryResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoBillPaymentInquiryResponse *)soap_instantiate__interswitch__DoBillPaymentInquiryResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoBillPaymentInquiryResponse ** p = (_interswitch__DoBillPaymentInquiryResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse, sizeof(_interswitch__DoBillPaymentInquiryResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, _interswitch__DoBillPaymentInquiryResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse); - if (soap_out_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, tag?tag:"interswitch:DoBillPaymentInquiryResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap *soap, _interswitch__DoBillPaymentInquiryResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, _interswitch__DoBillPaymentInquiry *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, int id, _interswitch__DoBillPaymentInquiry *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, const char *tag, _interswitch__DoBillPaymentInquiry **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoBillPaymentInquiry **)soap_malloc(soap, sizeof(_interswitch__DoBillPaymentInquiry *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoBillPaymentInquiry *)soap_instantiate__interswitch__DoBillPaymentInquiry(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoBillPaymentInquiry ** p = (_interswitch__DoBillPaymentInquiry **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry, sizeof(_interswitch__DoBillPaymentInquiry), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, _interswitch__DoBillPaymentInquiry *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry); - if (soap_out_PointerTo_interswitch__DoBillPaymentInquiry(soap, tag?tag:"interswitch:DoBillPaymentInquiry", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoBillPaymentInquiry(struct soap *soap, _interswitch__DoBillPaymentInquiry **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoBillPaymentInquiry(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, _interswitch__GetBillerCategoriesResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, const char *tag, int id, _interswitch__GetBillerCategoriesResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, const char *tag, _interswitch__GetBillerCategoriesResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillerCategoriesResponse **)soap_malloc(soap, sizeof(_interswitch__GetBillerCategoriesResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillerCategoriesResponse *)soap_instantiate__interswitch__GetBillerCategoriesResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillerCategoriesResponse ** p = (_interswitch__GetBillerCategoriesResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse, sizeof(_interswitch__GetBillerCategoriesResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, _interswitch__GetBillerCategoriesResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse); - if (soap_out_PointerTo_interswitch__GetBillerCategoriesResponse(soap, tag?tag:"interswitch:GetBillerCategoriesResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap *soap, _interswitch__GetBillerCategoriesResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillerCategoriesResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerCategories(struct soap *soap, _interswitch__GetBillerCategories *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillerCategories)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerCategories(struct soap *soap, const char *tag, int id, _interswitch__GetBillerCategories *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillerCategories); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillerCategories ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerCategories(struct soap *soap, const char *tag, _interswitch__GetBillerCategories **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillerCategories **)soap_malloc(soap, sizeof(_interswitch__GetBillerCategories *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillerCategories *)soap_instantiate__interswitch__GetBillerCategories(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillerCategories ** p = (_interswitch__GetBillerCategories **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillerCategories, sizeof(_interswitch__GetBillerCategories), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerCategories(struct soap *soap, _interswitch__GetBillerCategories *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories); - if (soap_out_PointerTo_interswitch__GetBillerCategories(soap, tag?tag:"interswitch:GetBillerCategories", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillerCategories ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerCategories(struct soap *soap, _interswitch__GetBillerCategories **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillerCategories(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, _interswitch__GetBillerPaymentItemsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, const char *tag, int id, _interswitch__GetBillerPaymentItemsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, const char *tag, _interswitch__GetBillerPaymentItemsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillerPaymentItemsResponse **)soap_malloc(soap, sizeof(_interswitch__GetBillerPaymentItemsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillerPaymentItemsResponse *)soap_instantiate__interswitch__GetBillerPaymentItemsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillerPaymentItemsResponse ** p = (_interswitch__GetBillerPaymentItemsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse, sizeof(_interswitch__GetBillerPaymentItemsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, _interswitch__GetBillerPaymentItemsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse); - if (soap_out_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, tag?tag:"interswitch:GetBillerPaymentItemsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap *soap, _interswitch__GetBillerPaymentItemsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, _interswitch__GetBillerPaymentItems *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, int id, _interswitch__GetBillerPaymentItems *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, const char *tag, _interswitch__GetBillerPaymentItems **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillerPaymentItems **)soap_malloc(soap, sizeof(_interswitch__GetBillerPaymentItems *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillerPaymentItems *)soap_instantiate__interswitch__GetBillerPaymentItems(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillerPaymentItems ** p = (_interswitch__GetBillerPaymentItems **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems, sizeof(_interswitch__GetBillerPaymentItems), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, _interswitch__GetBillerPaymentItems *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems); - if (soap_out_PointerTo_interswitch__GetBillerPaymentItems(soap, tag?tag:"interswitch:GetBillerPaymentItems", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerPaymentItems(struct soap *soap, _interswitch__GetBillerPaymentItems **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillerPaymentItems(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, _interswitch__GetFeaturedBillersResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, const char *tag, int id, _interswitch__GetFeaturedBillersResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, const char *tag, _interswitch__GetFeaturedBillersResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetFeaturedBillersResponse **)soap_malloc(soap, sizeof(_interswitch__GetFeaturedBillersResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetFeaturedBillersResponse *)soap_instantiate__interswitch__GetFeaturedBillersResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetFeaturedBillersResponse ** p = (_interswitch__GetFeaturedBillersResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse, sizeof(_interswitch__GetFeaturedBillersResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, _interswitch__GetFeaturedBillersResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse); - if (soap_out_PointerTo_interswitch__GetFeaturedBillersResponse(soap, tag?tag:"interswitch:GetFeaturedBillersResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap *soap, _interswitch__GetFeaturedBillersResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetFeaturedBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, _interswitch__GetFeaturedBillers *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, int id, _interswitch__GetFeaturedBillers *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, const char *tag, _interswitch__GetFeaturedBillers **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetFeaturedBillers **)soap_malloc(soap, sizeof(_interswitch__GetFeaturedBillers *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetFeaturedBillers *)soap_instantiate__interswitch__GetFeaturedBillers(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetFeaturedBillers ** p = (_interswitch__GetFeaturedBillers **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers, sizeof(_interswitch__GetFeaturedBillers), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, _interswitch__GetFeaturedBillers *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers); - if (soap_out_PointerTo_interswitch__GetFeaturedBillers(soap, tag?tag:"interswitch:GetFeaturedBillers", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetFeaturedBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetFeaturedBillers(struct soap *soap, _interswitch__GetFeaturedBillers **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetFeaturedBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, _interswitch__GetLatestBillersResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, const char *tag, int id, _interswitch__GetLatestBillersResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, const char *tag, _interswitch__GetLatestBillersResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetLatestBillersResponse **)soap_malloc(soap, sizeof(_interswitch__GetLatestBillersResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetLatestBillersResponse *)soap_instantiate__interswitch__GetLatestBillersResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetLatestBillersResponse ** p = (_interswitch__GetLatestBillersResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse, sizeof(_interswitch__GetLatestBillersResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, _interswitch__GetLatestBillersResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse); - if (soap_out_PointerTo_interswitch__GetLatestBillersResponse(soap, tag?tag:"interswitch:GetLatestBillersResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetLatestBillersResponse(struct soap *soap, _interswitch__GetLatestBillersResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetLatestBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetLatestBillers(struct soap *soap, _interswitch__GetLatestBillers *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetLatestBillers)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetLatestBillers(struct soap *soap, const char *tag, int id, _interswitch__GetLatestBillers *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetLatestBillers); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetLatestBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetLatestBillers(struct soap *soap, const char *tag, _interswitch__GetLatestBillers **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetLatestBillers **)soap_malloc(soap, sizeof(_interswitch__GetLatestBillers *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetLatestBillers *)soap_instantiate__interswitch__GetLatestBillers(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetLatestBillers ** p = (_interswitch__GetLatestBillers **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetLatestBillers, sizeof(_interswitch__GetLatestBillers), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetLatestBillers(struct soap *soap, _interswitch__GetLatestBillers *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers); - if (soap_out_PointerTo_interswitch__GetLatestBillers(soap, tag?tag:"interswitch:GetLatestBillers", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetLatestBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetLatestBillers(struct soap *soap, _interswitch__GetLatestBillers **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetLatestBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersResponse(struct soap *soap, _interswitch__GetBillersResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillersResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersResponse(struct soap *soap, const char *tag, int id, _interswitch__GetBillersResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillersResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersResponse(struct soap *soap, const char *tag, _interswitch__GetBillersResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillersResponse **)soap_malloc(soap, sizeof(_interswitch__GetBillersResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillersResponse *)soap_instantiate__interswitch__GetBillersResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillersResponse ** p = (_interswitch__GetBillersResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillersResponse, sizeof(_interswitch__GetBillersResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersResponse(struct soap *soap, _interswitch__GetBillersResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse); - if (soap_out_PointerTo_interswitch__GetBillersResponse(soap, tag?tag:"interswitch:GetBillersResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersResponse(struct soap *soap, _interswitch__GetBillersResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillersResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillers(struct soap *soap, _interswitch__GetBillers *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetBillers)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillers(struct soap *soap, const char *tag, int id, _interswitch__GetBillers *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetBillers); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillers(struct soap *soap, const char *tag, _interswitch__GetBillers **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetBillers **)soap_malloc(soap, sizeof(_interswitch__GetBillers *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetBillers *)soap_instantiate__interswitch__GetBillers(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetBillers ** p = (_interswitch__GetBillers **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetBillers, sizeof(_interswitch__GetBillers), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillers(struct soap *soap, _interswitch__GetBillers *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers); - if (soap_out_PointerTo_interswitch__GetBillers(soap, tag?tag:"interswitch:GetBillers", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillers(struct soap *soap, _interswitch__GetBillers **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetBillers(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetUserResponse(struct soap *soap, _interswitch__GetUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetUserResponse(struct soap *soap, const char *tag, int id, _interswitch__GetUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetUserResponse(struct soap *soap, const char *tag, _interswitch__GetUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetUserResponse **)soap_malloc(soap, sizeof(_interswitch__GetUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetUserResponse *)soap_instantiate__interswitch__GetUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetUserResponse ** p = (_interswitch__GetUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetUserResponse, sizeof(_interswitch__GetUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetUserResponse(struct soap *soap, _interswitch__GetUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse); - if (soap_out_PointerTo_interswitch__GetUserResponse(soap, tag?tag:"interswitch:GetUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetUserResponse(struct soap *soap, _interswitch__GetUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetUser(struct soap *soap, _interswitch__GetUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetUser(struct soap *soap, const char *tag, int id, _interswitch__GetUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetUser(struct soap *soap, const char *tag, _interswitch__GetUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetUser **)soap_malloc(soap, sizeof(_interswitch__GetUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetUser *)soap_instantiate__interswitch__GetUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetUser ** p = (_interswitch__GetUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetUser, sizeof(_interswitch__GetUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetUser(struct soap *soap, _interswitch__GetUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser); - if (soap_out_PointerTo_interswitch__GetUser(soap, tag?tag:"interswitch:GetUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetUser(struct soap *soap, _interswitch__GetUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, _interswitch__AuthenticateUserSecurityTokenResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateUserSecurityTokenResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateUserSecurityTokenResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateUserSecurityTokenResponse **)soap_malloc(soap, sizeof(_interswitch__AuthenticateUserSecurityTokenResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateUserSecurityTokenResponse *)soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateUserSecurityTokenResponse ** p = (_interswitch__AuthenticateUserSecurityTokenResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse, sizeof(_interswitch__AuthenticateUserSecurityTokenResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, _interswitch__AuthenticateUserSecurityTokenResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse); - if (soap_out_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, tag?tag:"interswitch:AuthenticateUserSecurityTokenResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap *soap, _interswitch__AuthenticateUserSecurityTokenResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, _interswitch__AuthenticateUserSecurityToken *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateUserSecurityToken *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, const char *tag, _interswitch__AuthenticateUserSecurityToken **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateUserSecurityToken **)soap_malloc(soap, sizeof(_interswitch__AuthenticateUserSecurityToken *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateUserSecurityToken *)soap_instantiate__interswitch__AuthenticateUserSecurityToken(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateUserSecurityToken ** p = (_interswitch__AuthenticateUserSecurityToken **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken, sizeof(_interswitch__AuthenticateUserSecurityToken), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, _interswitch__AuthenticateUserSecurityToken *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken); - if (soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, tag?tag:"interswitch:AuthenticateUserSecurityToken", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap *soap, _interswitch__AuthenticateUserSecurityToken **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, _interswitch__AuthenticateUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, const char *tag, _interswitch__AuthenticateUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateUserResponse **)soap_malloc(soap, sizeof(_interswitch__AuthenticateUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateUserResponse *)soap_instantiate__interswitch__AuthenticateUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateUserResponse ** p = (_interswitch__AuthenticateUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse, sizeof(_interswitch__AuthenticateUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, _interswitch__AuthenticateUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse); - if (soap_out_PointerTo_interswitch__AuthenticateUserResponse(soap, tag?tag:"interswitch:AuthenticateUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserResponse(struct soap *soap, _interswitch__AuthenticateUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUser(struct soap *soap, _interswitch__AuthenticateUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthenticateUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUser(struct soap *soap, const char *tag, int id, _interswitch__AuthenticateUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthenticateUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthenticateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUser(struct soap *soap, const char *tag, _interswitch__AuthenticateUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthenticateUser **)soap_malloc(soap, sizeof(_interswitch__AuthenticateUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthenticateUser *)soap_instantiate__interswitch__AuthenticateUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthenticateUser ** p = (_interswitch__AuthenticateUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthenticateUser, sizeof(_interswitch__AuthenticateUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUser(struct soap *soap, _interswitch__AuthenticateUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser); - if (soap_out_PointerTo_interswitch__AuthenticateUser(soap, tag?tag:"interswitch:AuthenticateUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthenticateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUser(struct soap *soap, _interswitch__AuthenticateUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthenticateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, _interswitch__ResetPasswordResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, const char *tag, int id, _interswitch__ResetPasswordResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ResetPasswordResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, const char *tag, _interswitch__ResetPasswordResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ResetPasswordResponse **)soap_malloc(soap, sizeof(_interswitch__ResetPasswordResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ResetPasswordResponse *)soap_instantiate__interswitch__ResetPasswordResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ResetPasswordResponse ** p = (_interswitch__ResetPasswordResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse, sizeof(_interswitch__ResetPasswordResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, _interswitch__ResetPasswordResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse); - if (soap_out_PointerTo_interswitch__ResetPasswordResponse(soap, tag?tag:"interswitch:ResetPasswordResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ResetPasswordResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResetPasswordResponse(struct soap *soap, _interswitch__ResetPasswordResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ResetPasswordResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResetPassword(struct soap *soap, _interswitch__ResetPassword *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ResetPassword)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResetPassword(struct soap *soap, const char *tag, int id, _interswitch__ResetPassword *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ResetPassword); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ResetPassword ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResetPassword(struct soap *soap, const char *tag, _interswitch__ResetPassword **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ResetPassword **)soap_malloc(soap, sizeof(_interswitch__ResetPassword *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ResetPassword *)soap_instantiate__interswitch__ResetPassword(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ResetPassword ** p = (_interswitch__ResetPassword **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ResetPassword, sizeof(_interswitch__ResetPassword), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResetPassword(struct soap *soap, _interswitch__ResetPassword *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword); - if (soap_out_PointerTo_interswitch__ResetPassword(soap, tag?tag:"interswitch:ResetPassword", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ResetPassword ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResetPassword(struct soap *soap, _interswitch__ResetPassword **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ResetPassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, _interswitch__ChangePasswordResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, const char *tag, int id, _interswitch__ChangePasswordResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ChangePasswordResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, const char *tag, _interswitch__ChangePasswordResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ChangePasswordResponse **)soap_malloc(soap, sizeof(_interswitch__ChangePasswordResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ChangePasswordResponse *)soap_instantiate__interswitch__ChangePasswordResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ChangePasswordResponse ** p = (_interswitch__ChangePasswordResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse, sizeof(_interswitch__ChangePasswordResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, _interswitch__ChangePasswordResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse); - if (soap_out_PointerTo_interswitch__ChangePasswordResponse(soap, tag?tag:"interswitch:ChangePasswordResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ChangePasswordResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ChangePasswordResponse(struct soap *soap, _interswitch__ChangePasswordResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ChangePasswordResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ChangePassword(struct soap *soap, _interswitch__ChangePassword *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ChangePassword)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ChangePassword(struct soap *soap, const char *tag, int id, _interswitch__ChangePassword *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ChangePassword); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ChangePassword ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ChangePassword(struct soap *soap, const char *tag, _interswitch__ChangePassword **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ChangePassword **)soap_malloc(soap, sizeof(_interswitch__ChangePassword *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ChangePassword *)soap_instantiate__interswitch__ChangePassword(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ChangePassword ** p = (_interswitch__ChangePassword **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ChangePassword, sizeof(_interswitch__ChangePassword), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ChangePassword(struct soap *soap, _interswitch__ChangePassword *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword); - if (soap_out_PointerTo_interswitch__ChangePassword(soap, tag?tag:"interswitch:ChangePassword", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ChangePassword ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ChangePassword(struct soap *soap, _interswitch__ChangePassword **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ChangePassword(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, _interswitch__UpdateUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, const char *tag, int id, _interswitch__UpdateUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__UpdateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, const char *tag, _interswitch__UpdateUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__UpdateUserResponse **)soap_malloc(soap, sizeof(_interswitch__UpdateUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__UpdateUserResponse *)soap_instantiate__interswitch__UpdateUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__UpdateUserResponse ** p = (_interswitch__UpdateUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__UpdateUserResponse, sizeof(_interswitch__UpdateUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, _interswitch__UpdateUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse); - if (soap_out_PointerTo_interswitch__UpdateUserResponse(soap, tag?tag:"interswitch:UpdateUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__UpdateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__UpdateUserResponse(struct soap *soap, _interswitch__UpdateUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__UpdateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__UpdateUser(struct soap *soap, _interswitch__UpdateUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__UpdateUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__UpdateUser(struct soap *soap, const char *tag, int id, _interswitch__UpdateUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__UpdateUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__UpdateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__UpdateUser(struct soap *soap, const char *tag, _interswitch__UpdateUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__UpdateUser **)soap_malloc(soap, sizeof(_interswitch__UpdateUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__UpdateUser *)soap_instantiate__interswitch__UpdateUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__UpdateUser ** p = (_interswitch__UpdateUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__UpdateUser, sizeof(_interswitch__UpdateUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__UpdateUser(struct soap *soap, _interswitch__UpdateUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser); - if (soap_out_PointerTo_interswitch__UpdateUser(soap, tag?tag:"interswitch:UpdateUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__UpdateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__UpdateUser(struct soap *soap, _interswitch__UpdateUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__UpdateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, _interswitch__ActivateUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, const char *tag, int id, _interswitch__ActivateUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ActivateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, const char *tag, _interswitch__ActivateUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ActivateUserResponse **)soap_malloc(soap, sizeof(_interswitch__ActivateUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ActivateUserResponse *)soap_instantiate__interswitch__ActivateUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ActivateUserResponse ** p = (_interswitch__ActivateUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ActivateUserResponse, sizeof(_interswitch__ActivateUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, _interswitch__ActivateUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse); - if (soap_out_PointerTo_interswitch__ActivateUserResponse(soap, tag?tag:"interswitch:ActivateUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ActivateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ActivateUserResponse(struct soap *soap, _interswitch__ActivateUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ActivateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ActivateUser(struct soap *soap, _interswitch__ActivateUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ActivateUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ActivateUser(struct soap *soap, const char *tag, int id, _interswitch__ActivateUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ActivateUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ActivateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ActivateUser(struct soap *soap, const char *tag, _interswitch__ActivateUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ActivateUser **)soap_malloc(soap, sizeof(_interswitch__ActivateUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ActivateUser *)soap_instantiate__interswitch__ActivateUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ActivateUser ** p = (_interswitch__ActivateUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ActivateUser, sizeof(_interswitch__ActivateUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ActivateUser(struct soap *soap, _interswitch__ActivateUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser); - if (soap_out_PointerTo_interswitch__ActivateUser(soap, tag?tag:"interswitch:ActivateUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ActivateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ActivateUser(struct soap *soap, _interswitch__ActivateUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ActivateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateUserResponse(struct soap *soap, _interswitch__CreateUserResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CreateUserResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateUserResponse(struct soap *soap, const char *tag, int id, _interswitch__CreateUserResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CreateUserResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CreateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateUserResponse(struct soap *soap, const char *tag, _interswitch__CreateUserResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CreateUserResponse **)soap_malloc(soap, sizeof(_interswitch__CreateUserResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CreateUserResponse *)soap_instantiate__interswitch__CreateUserResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CreateUserResponse ** p = (_interswitch__CreateUserResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CreateUserResponse, sizeof(_interswitch__CreateUserResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateUserResponse(struct soap *soap, _interswitch__CreateUserResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse); - if (soap_out_PointerTo_interswitch__CreateUserResponse(soap, tag?tag:"interswitch:CreateUserResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CreateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateUserResponse(struct soap *soap, _interswitch__CreateUserResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CreateUserResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateUser(struct soap *soap, _interswitch__CreateUser *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CreateUser)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateUser(struct soap *soap, const char *tag, int id, _interswitch__CreateUser *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CreateUser); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CreateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateUser(struct soap *soap, const char *tag, _interswitch__CreateUser **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CreateUser **)soap_malloc(soap, sizeof(_interswitch__CreateUser *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CreateUser *)soap_instantiate__interswitch__CreateUser(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CreateUser ** p = (_interswitch__CreateUser **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CreateUser, sizeof(_interswitch__CreateUser), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateUser(struct soap *soap, _interswitch__CreateUser *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser); - if (soap_out_PointerTo_interswitch__CreateUser(soap, tag?tag:"interswitch:CreateUser", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CreateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateUser(struct soap *soap, _interswitch__CreateUser **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CreateUser(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, _interswitch__GetSystemSettingsResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, const char *tag, int id, _interswitch__GetSystemSettingsResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, const char *tag, _interswitch__GetSystemSettingsResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetSystemSettingsResponse **)soap_malloc(soap, sizeof(_interswitch__GetSystemSettingsResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetSystemSettingsResponse *)soap_instantiate__interswitch__GetSystemSettingsResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetSystemSettingsResponse ** p = (_interswitch__GetSystemSettingsResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse, sizeof(_interswitch__GetSystemSettingsResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, _interswitch__GetSystemSettingsResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse); - if (soap_out_PointerTo_interswitch__GetSystemSettingsResponse(soap, tag?tag:"interswitch:GetSystemSettingsResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetSystemSettingsResponse(struct soap *soap, _interswitch__GetSystemSettingsResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetSystemSettingsResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetSystemSettings(struct soap *soap, _interswitch__GetSystemSettings *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__GetSystemSettings)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetSystemSettings(struct soap *soap, const char *tag, int id, _interswitch__GetSystemSettings *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__GetSystemSettings); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__GetSystemSettings ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetSystemSettings(struct soap *soap, const char *tag, _interswitch__GetSystemSettings **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__GetSystemSettings **)soap_malloc(soap, sizeof(_interswitch__GetSystemSettings *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__GetSystemSettings *)soap_instantiate__interswitch__GetSystemSettings(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__GetSystemSettings ** p = (_interswitch__GetSystemSettings **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__GetSystemSettings, sizeof(_interswitch__GetSystemSettings), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetSystemSettings(struct soap *soap, _interswitch__GetSystemSettings *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings); - if (soap_out_PointerTo_interswitch__GetSystemSettings(soap, tag?tag:"interswitch:GetSystemSettings", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__GetSystemSettings ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetSystemSettings(struct soap *soap, _interswitch__GetSystemSettings **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__GetSystemSettings(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, _interswitch__QueryTransactionResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, const char *tag, int id, _interswitch__QueryTransactionResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__QueryTransactionResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, const char *tag, _interswitch__QueryTransactionResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__QueryTransactionResponse **)soap_malloc(soap, sizeof(_interswitch__QueryTransactionResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__QueryTransactionResponse *)soap_instantiate__interswitch__QueryTransactionResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__QueryTransactionResponse ** p = (_interswitch__QueryTransactionResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse, sizeof(_interswitch__QueryTransactionResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, _interswitch__QueryTransactionResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse); - if (soap_out_PointerTo_interswitch__QueryTransactionResponse(soap, tag?tag:"interswitch:QueryTransactionResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__QueryTransactionResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransactionResponse(struct soap *soap, _interswitch__QueryTransactionResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__QueryTransactionResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransaction(struct soap *soap, _interswitch__QueryTransaction *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__QueryTransaction)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransaction(struct soap *soap, const char *tag, int id, _interswitch__QueryTransaction *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__QueryTransaction); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__QueryTransaction ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransaction(struct soap *soap, const char *tag, _interswitch__QueryTransaction **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__QueryTransaction **)soap_malloc(soap, sizeof(_interswitch__QueryTransaction *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__QueryTransaction *)soap_instantiate__interswitch__QueryTransaction(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__QueryTransaction ** p = (_interswitch__QueryTransaction **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__QueryTransaction, sizeof(_interswitch__QueryTransaction), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransaction(struct soap *soap, _interswitch__QueryTransaction *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction); - if (soap_out_PointerTo_interswitch__QueryTransaction(soap, tag?tag:"interswitch:QueryTransaction", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__QueryTransaction ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransaction(struct soap *soap, _interswitch__QueryTransaction **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__QueryTransaction(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, _interswitch__StatusCheckResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, const char *tag, int id, _interswitch__StatusCheckResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__StatusCheckResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, const char *tag, _interswitch__StatusCheckResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__StatusCheckResponse **)soap_malloc(soap, sizeof(_interswitch__StatusCheckResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__StatusCheckResponse *)soap_instantiate__interswitch__StatusCheckResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__StatusCheckResponse ** p = (_interswitch__StatusCheckResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__StatusCheckResponse, sizeof(_interswitch__StatusCheckResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, _interswitch__StatusCheckResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse); - if (soap_out_PointerTo_interswitch__StatusCheckResponse(soap, tag?tag:"interswitch:StatusCheckResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__StatusCheckResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__StatusCheckResponse(struct soap *soap, _interswitch__StatusCheckResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__StatusCheckResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__StatusCheck(struct soap *soap, _interswitch__StatusCheck *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__StatusCheck)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__StatusCheck(struct soap *soap, const char *tag, int id, _interswitch__StatusCheck *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__StatusCheck); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__StatusCheck ** SOAP_FMAC4 soap_in_PointerTo_interswitch__StatusCheck(struct soap *soap, const char *tag, _interswitch__StatusCheck **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__StatusCheck **)soap_malloc(soap, sizeof(_interswitch__StatusCheck *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__StatusCheck *)soap_instantiate__interswitch__StatusCheck(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__StatusCheck ** p = (_interswitch__StatusCheck **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__StatusCheck, sizeof(_interswitch__StatusCheck), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__StatusCheck(struct soap *soap, _interswitch__StatusCheck *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck); - if (soap_out_PointerTo_interswitch__StatusCheck(soap, tag?tag:"interswitch:StatusCheck", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__StatusCheck ** SOAP_FMAC4 soap_get_PointerTo_interswitch__StatusCheck(struct soap *soap, _interswitch__StatusCheck **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__StatusCheck(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, _interswitch__ReverseCashOutResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, const char *tag, int id, _interswitch__ReverseCashOutResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, const char *tag, _interswitch__ReverseCashOutResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ReverseCashOutResponse **)soap_malloc(soap, sizeof(_interswitch__ReverseCashOutResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ReverseCashOutResponse *)soap_instantiate__interswitch__ReverseCashOutResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ReverseCashOutResponse ** p = (_interswitch__ReverseCashOutResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse, sizeof(_interswitch__ReverseCashOutResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, _interswitch__ReverseCashOutResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse); - if (soap_out_PointerTo_interswitch__ReverseCashOutResponse(soap, tag?tag:"interswitch:ReverseCashOutResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ReverseCashOutResponse(struct soap *soap, _interswitch__ReverseCashOutResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ReverseCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ReverseCashOut(struct soap *soap, _interswitch__ReverseCashOut *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ReverseCashOut)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ReverseCashOut(struct soap *soap, const char *tag, int id, _interswitch__ReverseCashOut *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ReverseCashOut); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ReverseCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ReverseCashOut(struct soap *soap, const char *tag, _interswitch__ReverseCashOut **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ReverseCashOut **)soap_malloc(soap, sizeof(_interswitch__ReverseCashOut *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ReverseCashOut *)soap_instantiate__interswitch__ReverseCashOut(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ReverseCashOut ** p = (_interswitch__ReverseCashOut **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ReverseCashOut, sizeof(_interswitch__ReverseCashOut), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ReverseCashOut(struct soap *soap, _interswitch__ReverseCashOut *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut); - if (soap_out_PointerTo_interswitch__ReverseCashOut(soap, tag?tag:"interswitch:ReverseCashOut", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ReverseCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ReverseCashOut(struct soap *soap, _interswitch__ReverseCashOut **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ReverseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, _interswitch__AuthoriseAccountCashOutResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthoriseAccountCashOutResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, const char *tag, _interswitch__AuthoriseAccountCashOutResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthoriseAccountCashOutResponse **)soap_malloc(soap, sizeof(_interswitch__AuthoriseAccountCashOutResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthoriseAccountCashOutResponse *)soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthoriseAccountCashOutResponse ** p = (_interswitch__AuthoriseAccountCashOutResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse, sizeof(_interswitch__AuthoriseAccountCashOutResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, _interswitch__AuthoriseAccountCashOutResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse); - if (soap_out_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, tag?tag:"interswitch:AuthoriseAccountCashOutResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap *soap, _interswitch__AuthoriseAccountCashOutResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, _interswitch__AuthoriseAccountCashOut *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, int id, _interswitch__AuthoriseAccountCashOut *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, const char *tag, _interswitch__AuthoriseAccountCashOut **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthoriseAccountCashOut **)soap_malloc(soap, sizeof(_interswitch__AuthoriseAccountCashOut *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthoriseAccountCashOut *)soap_instantiate__interswitch__AuthoriseAccountCashOut(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthoriseAccountCashOut ** p = (_interswitch__AuthoriseAccountCashOut **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut, sizeof(_interswitch__AuthoriseAccountCashOut), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, _interswitch__AuthoriseAccountCashOut *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut); - if (soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(soap, tag?tag:"interswitch:AuthoriseAccountCashOut", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap *soap, _interswitch__AuthoriseAccountCashOut **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, _interswitch__AuthoriseCashOutResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, const char *tag, int id, _interswitch__AuthoriseCashOutResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, const char *tag, _interswitch__AuthoriseCashOutResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthoriseCashOutResponse **)soap_malloc(soap, sizeof(_interswitch__AuthoriseCashOutResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthoriseCashOutResponse *)soap_instantiate__interswitch__AuthoriseCashOutResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthoriseCashOutResponse ** p = (_interswitch__AuthoriseCashOutResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse, sizeof(_interswitch__AuthoriseCashOutResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, _interswitch__AuthoriseCashOutResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse); - if (soap_out_PointerTo_interswitch__AuthoriseCashOutResponse(soap, tag?tag:"interswitch:AuthoriseCashOutResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap *soap, _interswitch__AuthoriseCashOutResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthoriseCashOutResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, _interswitch__AuthoriseCashOut *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, int id, _interswitch__AuthoriseCashOut *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, const char *tag, _interswitch__AuthoriseCashOut **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__AuthoriseCashOut **)soap_malloc(soap, sizeof(_interswitch__AuthoriseCashOut *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__AuthoriseCashOut *)soap_instantiate__interswitch__AuthoriseCashOut(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__AuthoriseCashOut ** p = (_interswitch__AuthoriseCashOut **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut, sizeof(_interswitch__AuthoriseCashOut), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, _interswitch__AuthoriseCashOut *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut); - if (soap_out_PointerTo_interswitch__AuthoriseCashOut(soap, tag?tag:"interswitch:AuthoriseCashOut", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__AuthoriseCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseCashOut(struct soap *soap, _interswitch__AuthoriseCashOut **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__AuthoriseCashOut(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, _interswitch__QueryTransferResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, const char *tag, int id, _interswitch__QueryTransferResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__QueryTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, const char *tag, _interswitch__QueryTransferResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__QueryTransferResponse **)soap_malloc(soap, sizeof(_interswitch__QueryTransferResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__QueryTransferResponse *)soap_instantiate__interswitch__QueryTransferResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__QueryTransferResponse ** p = (_interswitch__QueryTransferResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__QueryTransferResponse, sizeof(_interswitch__QueryTransferResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, _interswitch__QueryTransferResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse); - if (soap_out_PointerTo_interswitch__QueryTransferResponse(soap, tag?tag:"interswitch:QueryTransferResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__QueryTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransferResponse(struct soap *soap, _interswitch__QueryTransferResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__QueryTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransfer(struct soap *soap, _interswitch__QueryTransfer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__QueryTransfer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransfer(struct soap *soap, const char *tag, int id, _interswitch__QueryTransfer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__QueryTransfer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__QueryTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransfer(struct soap *soap, const char *tag, _interswitch__QueryTransfer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__QueryTransfer **)soap_malloc(soap, sizeof(_interswitch__QueryTransfer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__QueryTransfer *)soap_instantiate__interswitch__QueryTransfer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__QueryTransfer ** p = (_interswitch__QueryTransfer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__QueryTransfer, sizeof(_interswitch__QueryTransfer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransfer(struct soap *soap, _interswitch__QueryTransfer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer); - if (soap_out_PointerTo_interswitch__QueryTransfer(soap, tag?tag:"interswitch:QueryTransfer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__QueryTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransfer(struct soap *soap, _interswitch__QueryTransfer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__QueryTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, _interswitch__SendSessionKeyResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, const char *tag, int id, _interswitch__SendSessionKeyResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, const char *tag, _interswitch__SendSessionKeyResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendSessionKeyResponse **)soap_malloc(soap, sizeof(_interswitch__SendSessionKeyResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendSessionKeyResponse *)soap_instantiate__interswitch__SendSessionKeyResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendSessionKeyResponse ** p = (_interswitch__SendSessionKeyResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse, sizeof(_interswitch__SendSessionKeyResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, _interswitch__SendSessionKeyResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse); - if (soap_out_PointerTo_interswitch__SendSessionKeyResponse(soap, tag?tag:"interswitch:SendSessionKeyResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendSessionKeyResponse(struct soap *soap, _interswitch__SendSessionKeyResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendSessionKeyResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendSessionKey(struct soap *soap, _interswitch__SendSessionKey *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__SendSessionKey)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendSessionKey(struct soap *soap, const char *tag, int id, _interswitch__SendSessionKey *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__SendSessionKey); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__SendSessionKey ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendSessionKey(struct soap *soap, const char *tag, _interswitch__SendSessionKey **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__SendSessionKey **)soap_malloc(soap, sizeof(_interswitch__SendSessionKey *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__SendSessionKey *)soap_instantiate__interswitch__SendSessionKey(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__SendSessionKey ** p = (_interswitch__SendSessionKey **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__SendSessionKey, sizeof(_interswitch__SendSessionKey), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendSessionKey(struct soap *soap, _interswitch__SendSessionKey *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey); - if (soap_out_PointerTo_interswitch__SendSessionKey(soap, tag?tag:"interswitch:SendSessionKey", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__SendSessionKey ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendSessionKey(struct soap *soap, _interswitch__SendSessionKey **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__SendSessionKey(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, _interswitch__CancelTransferResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, const char *tag, int id, _interswitch__CancelTransferResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CancelTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, const char *tag, _interswitch__CancelTransferResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CancelTransferResponse **)soap_malloc(soap, sizeof(_interswitch__CancelTransferResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CancelTransferResponse *)soap_instantiate__interswitch__CancelTransferResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CancelTransferResponse ** p = (_interswitch__CancelTransferResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CancelTransferResponse, sizeof(_interswitch__CancelTransferResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, _interswitch__CancelTransferResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse); - if (soap_out_PointerTo_interswitch__CancelTransferResponse(soap, tag?tag:"interswitch:CancelTransferResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CancelTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CancelTransferResponse(struct soap *soap, _interswitch__CancelTransferResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CancelTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CancelTransfer(struct soap *soap, _interswitch__CancelTransfer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__CancelTransfer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CancelTransfer(struct soap *soap, const char *tag, int id, _interswitch__CancelTransfer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__CancelTransfer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__CancelTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CancelTransfer(struct soap *soap, const char *tag, _interswitch__CancelTransfer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__CancelTransfer **)soap_malloc(soap, sizeof(_interswitch__CancelTransfer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__CancelTransfer *)soap_instantiate__interswitch__CancelTransfer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__CancelTransfer ** p = (_interswitch__CancelTransfer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__CancelTransfer, sizeof(_interswitch__CancelTransfer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CancelTransfer(struct soap *soap, _interswitch__CancelTransfer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer); - if (soap_out_PointerTo_interswitch__CancelTransfer(soap, tag?tag:"interswitch:CancelTransfer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__CancelTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CancelTransfer(struct soap *soap, _interswitch__CancelTransfer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__CancelTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoTransferResponse(struct soap *soap, _interswitch__DoTransferResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoTransferResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoTransferResponse(struct soap *soap, const char *tag, int id, _interswitch__DoTransferResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoTransferResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoTransferResponse(struct soap *soap, const char *tag, _interswitch__DoTransferResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoTransferResponse **)soap_malloc(soap, sizeof(_interswitch__DoTransferResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoTransferResponse *)soap_instantiate__interswitch__DoTransferResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoTransferResponse ** p = (_interswitch__DoTransferResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoTransferResponse, sizeof(_interswitch__DoTransferResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoTransferResponse(struct soap *soap, _interswitch__DoTransferResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse); - if (soap_out_PointerTo_interswitch__DoTransferResponse(soap, tag?tag:"interswitch:DoTransferResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoTransferResponse(struct soap *soap, _interswitch__DoTransferResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoTransferResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoTransfer(struct soap *soap, _interswitch__DoTransfer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__DoTransfer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoTransfer(struct soap *soap, const char *tag, int id, _interswitch__DoTransfer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__DoTransfer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__DoTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoTransfer(struct soap *soap, const char *tag, _interswitch__DoTransfer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__DoTransfer **)soap_malloc(soap, sizeof(_interswitch__DoTransfer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__DoTransfer *)soap_instantiate__interswitch__DoTransfer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__DoTransfer ** p = (_interswitch__DoTransfer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__DoTransfer, sizeof(_interswitch__DoTransfer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoTransfer(struct soap *soap, _interswitch__DoTransfer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer); - if (soap_out_PointerTo_interswitch__DoTransfer(soap, tag?tag:"interswitch:DoTransfer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__DoTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoTransfer(struct soap *soap, _interswitch__DoTransfer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__DoTransfer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, _interswitch__ValidateCustomerResponse *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, const char *tag, int id, _interswitch__ValidateCustomerResponse *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, const char *tag, _interswitch__ValidateCustomerResponse **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ValidateCustomerResponse **)soap_malloc(soap, sizeof(_interswitch__ValidateCustomerResponse *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ValidateCustomerResponse *)soap_instantiate__interswitch__ValidateCustomerResponse(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ValidateCustomerResponse ** p = (_interswitch__ValidateCustomerResponse **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse, sizeof(_interswitch__ValidateCustomerResponse), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, _interswitch__ValidateCustomerResponse *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse); - if (soap_out_PointerTo_interswitch__ValidateCustomerResponse(soap, tag?tag:"interswitch:ValidateCustomerResponse", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ValidateCustomerResponse(struct soap *soap, _interswitch__ValidateCustomerResponse **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ValidateCustomerResponse(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ValidateCustomer(struct soap *soap, _interswitch__ValidateCustomer *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch__interswitch__ValidateCustomer)) - (*a)->soap_serialize(soap); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ValidateCustomer(struct soap *soap, const char *tag, int id, _interswitch__ValidateCustomer *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch__interswitch__ValidateCustomer); - if (id < 0) - return soap->error; - return (*a)->soap_out(soap, tag, id, type); -} - -SOAP_FMAC3 _interswitch__ValidateCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ValidateCustomer(struct soap *soap, const char *tag, _interswitch__ValidateCustomer **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (_interswitch__ValidateCustomer **)soap_malloc(soap, sizeof(_interswitch__ValidateCustomer *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = (_interswitch__ValidateCustomer *)soap_instantiate__interswitch__ValidateCustomer(soap, -1, soap->type, soap->arrayType, NULL))) - return NULL; - (*a)->soap_default(soap); - if (!(*a)->soap_in(soap, tag, NULL)) - return NULL; - } - else - { _interswitch__ValidateCustomer ** p = (_interswitch__ValidateCustomer **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch__interswitch__ValidateCustomer, sizeof(_interswitch__ValidateCustomer), 0); - a = p; - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ValidateCustomer(struct soap *soap, _interswitch__ValidateCustomer *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer); - if (soap_out_PointerTo_interswitch__ValidateCustomer(soap, tag?tag:"interswitch:ValidateCustomer", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 _interswitch__ValidateCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ValidateCustomer(struct soap *soap, _interswitch__ValidateCustomer **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTo_interswitch__ValidateCustomer(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTostd__string(struct soap *soap, std::string *const*a) -{ - if (!soap_reference(soap, *a, SOAP_TYPE_interswitch_std__string)) - soap_serialize_std__string(soap, *a); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTostd__string(struct soap *soap, const char *tag, int id, std::string *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_std__string); - if (id < 0) - return soap->error; - return soap_out_std__string(soap, tag, id, *a, type); -} - -SOAP_FMAC3 std::string ** SOAP_FMAC4 soap_in_PointerTostd__string(struct soap *soap, const char *tag, std::string **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (std::string **)soap_malloc(soap, sizeof(std::string *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_std__string(soap, tag, *a, type))) - return NULL; - } - else - { a = (std::string **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_std__string, sizeof(std::string), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTostd__string(struct soap *soap, std::string *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTostd__string); - if (soap_out_PointerTostd__string(soap, tag?tag:"string", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 std::string ** SOAP_FMAC4 soap_get_PointerTostd__string(struct soap *soap, std::string **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTostd__string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTounsignedByte(struct soap *soap, unsigned char *const*a) -{ - soap_reference(soap, *a, SOAP_TYPE_interswitch_unsignedByte); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTounsignedByte(struct soap *soap, const char *tag, int id, unsigned char *const*a, const char *type) -{ - id = soap_element_id(soap, tag, id, *a, NULL, 0, type, SOAP_TYPE_interswitch_unsignedByte); - if (id < 0) - return soap->error; - return soap_out_unsignedByte(soap, tag, id, *a, type); -} - -SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_in_PointerTounsignedByte(struct soap *soap, const char *tag, unsigned char **a, const char *type) -{ - if (soap_element_begin_in(soap, tag, 1, NULL)) - return NULL; - if (!a) - if (!(a = (unsigned char **)soap_malloc(soap, sizeof(unsigned char *)))) - return NULL; - *a = NULL; - if (!soap->null && *soap->href != '#') - { soap_revert(soap); - if (!(*a = soap_in_unsignedByte(soap, tag, *a, type))) - return NULL; - } - else - { a = (unsigned char **)soap_id_lookup(soap, soap->href, (void**)a, SOAP_TYPE_interswitch_unsignedByte, sizeof(unsigned char), 0); - if (soap->body && soap_element_end_in(soap, tag)) - return NULL; - } - return a; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTounsignedByte(struct soap *soap, unsigned char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_PointerTounsignedByte); - if (soap_out_PointerTounsignedByte(soap, tag?tag:"unsignedByte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_get_PointerTounsignedByte(struct soap *soap, unsigned char **p, const char *tag, const char *type) -{ - if ((p = soap_in_PointerTounsignedByte(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_interswitch__QName); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_interswitch__QName, 2, -1, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch__QName); - if (soap_out__QName(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in__QName(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap *soap, char **a) -{ - (void)soap; /* appease -Wall -Werror */ -#ifdef SOAP_DEFAULT_string - *a = SOAP_DEFAULT_string; -#else - *a = (char *)0; -#endif -} - -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap *soap, char *const*a) -{ - soap_reference(soap, *a, SOAP_TYPE_interswitch_string); -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap *soap, const char *tag, int id, char *const*a, const char *type) -{ - return soap_outstring(soap, tag, id, a, type, SOAP_TYPE_interswitch_string); -} - -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap *soap, const char *tag, char **a, const char *type) -{ char **p; - p = soap_instring(soap, tag, a, type, SOAP_TYPE_interswitch_string, 1, -1, -1); - return p; -} - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap *soap, char *const*a, const char *tag, const char *type) -{ - register int id = soap_embed(soap, (void*)a, NULL, 0, tag, SOAP_TYPE_interswitch_string); - if (soap_out_string(soap, tag?tag:"byte", id, a, type)) - return soap->error; - return soap_putindependent(soap); -} - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap *soap, char **p, const char *tag, const char *type) -{ - if ((p = soap_in_string(soap, tag, p, type))) - if (soap_getindependent(soap)) - return NULL; - return p; -} - -} // namespace interswitch - - -#if defined(__BORLANDC__) -#pragma option pop -#pragma option pop -#endif - -/* End of interswitchC.cpp */ diff --git a/coregrade/src/shared_tool/soap/interswitchH.h b/coregrade/src/shared_tool/soap/interswitchH.h deleted file mode 100644 index 7fd5837..0000000 --- a/coregrade/src/shared_tool/soap/interswitchH.h +++ /dev/null @@ -1,5242 +0,0 @@ -/* interswitchH.h - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#ifndef interswitchH_H -#define interswitchH_H -#include "interswitchStub.h" - -namespace interswitch { -#ifndef WITH_NOIDREF -SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int); -SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int); -SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap*, int*); -SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*); -SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*); -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*); - -SOAP_FMAC3 void * SOAP_FMAC4 soap_instantiate(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 int SOAP_FMAC4 soap_fdelete(struct soap_clist*); -SOAP_FMAC3 void* SOAP_FMAC4 soap_class_id_enter(struct soap*, const char*, void*, int, size_t, const char*, const char*); - -SOAP_FMAC3 void* SOAP_FMAC4 soap_container_id_forward(struct soap*, const char*, void*, size_t, int, int, size_t, unsigned int); - -SOAP_FMAC3 void SOAP_FMAC4 soap_container_insert(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__byte -#define SOAP_TYPE_interswitch_xsd__byte (26) -#endif - -#define soap_default_xsd__byte(soap, a) soap_default_byte(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__byte(struct soap*, const char*, int, const char *, const char*); -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_xsd__byte(struct soap*, const char*, char *, const char*); - -#define soap_write_xsd__byte(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_xsd__byte(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__byte(struct soap*, const char *, const char*, const char*); - -#define soap_read_xsd__byte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__byte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_xsd__byte(struct soap*, char *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_byte -#define SOAP_TYPE_interswitch_byte (3) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*); -SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*); - -#define soap_write_byte(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_byte(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*); - -#define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_short -#define SOAP_TYPE_interswitch_short (42) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_short(struct soap*, short *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_short(struct soap*, const char*, int, const short *, const char*); -SOAP_FMAC3 short * SOAP_FMAC4 soap_in_short(struct soap*, const char*, short *, const char*); - -#define soap_write_short(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_short(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_short(struct soap*, const short *, const char*, const char*); - -#define soap_read_short(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_short(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 short * SOAP_FMAC4 soap_get_short(struct soap*, short *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_interswitch2__char -#define SOAP_TYPE_interswitch_interswitch2__char (129) -#endif - -#define soap_default_interswitch2__char(soap, a) soap_default_int(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__char(struct soap*, const char*, int, const int *, const char*); -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_interswitch2__char(struct soap*, const char*, int *, const char*); - -#define soap_write_interswitch2__char(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_interswitch2__char(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__char(struct soap*, const int *, const char*, const char*); - -#define soap_read_interswitch2__char(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__char(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_interswitch2__char(struct soap*, int *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_int -#define SOAP_TYPE_interswitch_int (1) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*); -SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*); - -#define soap_write_int(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_int(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*); - -#define soap_read_int(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_LONG64 -#define SOAP_TYPE_interswitch_LONG64 (40) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_LONG64(struct soap*, LONG64 *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_LONG64(struct soap*, const char*, int, const LONG64 *, const char*); -SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_in_LONG64(struct soap*, const char*, LONG64 *, const char*); - -#define soap_write_LONG64(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_LONG64(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_LONG64(struct soap*, const LONG64 *, const char*, const char*); - -#define soap_read_LONG64(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_LONG64(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 LONG64 * SOAP_FMAC4 soap_get_LONG64(struct soap*, LONG64 *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_float -#define SOAP_TYPE_interswitch_float (37) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_float(struct soap*, float *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_float(struct soap*, const char*, int, const float *, const char*); -SOAP_FMAC3 float * SOAP_FMAC4 soap_in_float(struct soap*, const char*, float *, const char*); - -#define soap_write_float(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_float(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_float(struct soap*, const float *, const char*, const char*); - -#define soap_read_float(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_float(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 float * SOAP_FMAC4 soap_get_float(struct soap*, float *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_double -#define SOAP_TYPE_interswitch_double (33) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_double(struct soap*, double *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_double(struct soap*, const char*, int, const double *, const char*); -SOAP_FMAC3 double * SOAP_FMAC4 soap_in_double(struct soap*, const char*, double *, const char*); - -#define soap_write_double(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_double(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_double(struct soap*, const double *, const char*, const char*); - -#define soap_read_double(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_double(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 double * SOAP_FMAC4 soap_get_double(struct soap*, double *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedByte -#define SOAP_TYPE_interswitch_xsd__unsignedByte (44) -#endif - -#define soap_default_xsd__unsignedByte(soap, a) soap_default_unsignedByte(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedByte(struct soap*, const char*, int, const unsigned char *, const char*); -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_xsd__unsignedByte(struct soap*, const char*, unsigned char *, const char*); - -#define soap_write_xsd__unsignedByte(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_xsd__unsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__unsignedByte(struct soap*, const unsigned char *, const char*, const char*); - -#define soap_read_xsd__unsignedByte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_xsd__unsignedByte(struct soap*, unsigned char *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_unsignedByte -#define SOAP_TYPE_interswitch_unsignedByte (21) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedByte(struct soap*, unsigned char *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedByte(struct soap*, const char*, int, const unsigned char *, const char*); -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_in_unsignedByte(struct soap*, const char*, unsigned char *, const char*); - -#define soap_write_unsignedByte(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_unsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedByte(struct soap*, const unsigned char *, const char*, const char*); - -#define soap_read_unsignedByte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_unsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned char * SOAP_FMAC4 soap_get_unsignedByte(struct soap*, unsigned char *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_unsignedShort -#define SOAP_TYPE_interswitch_unsignedShort (50) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedShort(struct soap*, unsigned short *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedShort(struct soap*, const char*, int, const unsigned short *, const char*); -SOAP_FMAC3 unsigned short * SOAP_FMAC4 soap_in_unsignedShort(struct soap*, const char*, unsigned short *, const char*); - -#define soap_write_unsignedShort(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_unsignedShort(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedShort(struct soap*, const unsigned short *, const char*, const char*); - -#define soap_read_unsignedShort(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_unsignedShort(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned short * SOAP_FMAC4 soap_get_unsignedShort(struct soap*, unsigned short *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_unsignedInt -#define SOAP_TYPE_interswitch_unsignedInt (20) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedInt(struct soap*, unsigned int *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedInt(struct soap*, const char*, int, const unsigned int *, const char*); -SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_in_unsignedInt(struct soap*, const char*, unsigned int *, const char*); - -#define soap_write_unsignedInt(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_unsignedInt(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedInt(struct soap*, const unsigned int *, const char*, const char*); - -#define soap_read_unsignedInt(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_unsignedInt(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned int * SOAP_FMAC4 soap_get_unsignedInt(struct soap*, unsigned int *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_unsignedLONG64 -#define SOAP_TYPE_interswitch_unsignedLONG64 (48) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_unsignedLONG64(struct soap*, ULONG64 *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_unsignedLONG64(struct soap*, const char*, int, const ULONG64 *, const char*); -SOAP_FMAC3 ULONG64 * SOAP_FMAC4 soap_in_unsignedLONG64(struct soap*, const char*, ULONG64 *, const char*); - -#define soap_write_unsignedLONG64(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_unsignedLONG64(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_unsignedLONG64(struct soap*, const ULONG64 *, const char*, const char*); - -#define soap_read_unsignedLONG64(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_unsignedLONG64(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 ULONG64 * SOAP_FMAC4 soap_get_unsignedLONG64(struct soap*, ULONG64 *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_time -#define SOAP_TYPE_interswitch_time (29) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_time(struct soap*, time_t *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_time(struct soap*, const char*, int, const time_t *, const char*); -SOAP_FMAC3 time_t * SOAP_FMAC4 soap_in_time(struct soap*, const char*, time_t *, const char*); - -#define soap_write_time(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_time(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_time(struct soap*, const time_t *, const char*, const char*); - -#define soap_read_time(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_time(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 time_t * SOAP_FMAC4 soap_get_time(struct soap*, time_t *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_bool -#define SOAP_TYPE_interswitch_bool (25) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_bool(struct soap*, bool *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_bool(struct soap*, const char*, int, const bool *, const char*); - -SOAP_FMAC3S const char* SOAP_FMAC4S soap_bool2s(struct soap*, bool); -SOAP_FMAC3 bool * SOAP_FMAC4 soap_in_bool(struct soap*, const char*, bool *, const char*); - -SOAP_FMAC3S int SOAP_FMAC4S soap_s2bool(struct soap*, const char*, bool *); - -#define soap_write_bool(soap, data) ( soap_begin_send(soap) || interswitch::soap_put_bool(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_bool(struct soap*, const bool *, const char*, const char*); - -#define soap_read_bool(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_bool(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 bool * SOAP_FMAC4 soap_get_bool(struct soap*, bool *, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_interswitch2__guid__ -#define SOAP_TYPE_interswitch_interswitch2__guid__ (134) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__guid__(struct soap*, const char*, int, const interswitch2__guid__ *, const char*); -SOAP_FMAC3 interswitch2__guid__ * SOAP_FMAC4 soap_in_interswitch2__guid__(struct soap*, const char*, interswitch2__guid__ *, const char*); - -#define soap_write_interswitch2__guid__(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_interswitch2__guid__(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__guid__(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 interswitch2__guid__ * SOAP_FMAC4 soap_get_interswitch2__guid__(struct soap*, interswitch2__guid__ *, const char*, const char*); - -#define soap_new_interswitch2__guid__(soap, n) soap_instantiate_interswitch2__guid__(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__guid__(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 interswitch2__guid__ * SOAP_FMAC2 soap_instantiate_interswitch2__guid__(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__guid__(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_interswitch2__guid -#define SOAP_TYPE_interswitch_interswitch2__guid (133) -#endif - -#define soap_default_interswitch2__guid(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_interswitch2__guid(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__guid(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_interswitch2__guid(struct soap*, const char*, std::string*, const char*); - -#define soap_write_interswitch2__guid(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__guid(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_interswitch2__guid(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__guid(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_interswitch2__guid(struct soap*, std::string *, const char*, const char*); - -#define soap_new_interswitch2__guid(soap, n) soap_instantiate_interswitch2__guid(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__guid(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_interswitch2__guid soap_instantiate_std__string - - -#define soap_copy_interswitch2__guid soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_interswitch2__duration__ -#define SOAP_TYPE_interswitch_interswitch2__duration__ (132) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__duration__(struct soap*, const char*, int, const interswitch2__duration__ *, const char*); -SOAP_FMAC3 interswitch2__duration__ * SOAP_FMAC4 soap_in_interswitch2__duration__(struct soap*, const char*, interswitch2__duration__ *, const char*); - -#define soap_write_interswitch2__duration__(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_interswitch2__duration__(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__duration__(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 interswitch2__duration__ * SOAP_FMAC4 soap_get_interswitch2__duration__(struct soap*, interswitch2__duration__ *, const char*, const char*); - -#define soap_new_interswitch2__duration__(soap, n) soap_instantiate_interswitch2__duration__(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__duration__(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 interswitch2__duration__ * SOAP_FMAC2 soap_instantiate_interswitch2__duration__(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__duration__(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_interswitch2__duration -#define SOAP_TYPE_interswitch_interswitch2__duration (131) -#endif - -#define soap_default_interswitch2__duration(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_interswitch2__duration(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__duration(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_interswitch2__duration(struct soap*, const char*, std::string*, const char*); - -#define soap_write_interswitch2__duration(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_interswitch2__duration(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_interswitch2__duration(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__duration(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_interswitch2__duration(struct soap*, std::string *, const char*, const char*); - -#define soap_new_interswitch2__duration(soap, n) soap_instantiate_interswitch2__duration(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__duration(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_interswitch2__duration soap_instantiate_std__string - - -#define soap_copy_interswitch2__duration soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_interswitch2__char__ -#define SOAP_TYPE_interswitch_interswitch2__char__ (130) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_interswitch2__char__(struct soap*, const char*, int, const interswitch2__char__ *, const char*); -SOAP_FMAC3 interswitch2__char__ * SOAP_FMAC4 soap_in_interswitch2__char__(struct soap*, const char*, interswitch2__char__ *, const char*); - -#define soap_write_interswitch2__char__(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_interswitch2__char__(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_interswitch2__char__(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 interswitch2__char__ * SOAP_FMAC4 soap_get_interswitch2__char__(struct soap*, interswitch2__char__ *, const char*, const char*); - -#define soap_new_interswitch2__char__(soap, n) soap_instantiate_interswitch2__char__(soap, n, NULL, NULL, NULL) - - -#define soap_delete_interswitch2__char__(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 interswitch2__char__ * SOAP_FMAC2 soap_instantiate_interswitch2__char__(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_interswitch2__char__(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse -#define SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse (128) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__VerifyBillerResponse(struct soap*, const char*, int, const _interswitch__VerifyBillerResponse *, const char*); -SOAP_FMAC3 _interswitch__VerifyBillerResponse * SOAP_FMAC4 soap_in__interswitch__VerifyBillerResponse(struct soap*, const char*, _interswitch__VerifyBillerResponse *, const char*); - -#define soap_write__interswitch__VerifyBillerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__VerifyBillerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__VerifyBillerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__VerifyBillerResponse * SOAP_FMAC4 soap_get__interswitch__VerifyBillerResponse(struct soap*, _interswitch__VerifyBillerResponse *, const char*, const char*); - -#define soap_new__interswitch__VerifyBillerResponse(soap, n) soap_instantiate__interswitch__VerifyBillerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__VerifyBillerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__VerifyBillerResponse * SOAP_FMAC2 soap_instantiate__interswitch__VerifyBillerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__VerifyBillerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__VerifyBiller -#define SOAP_TYPE_interswitch__interswitch__VerifyBiller (127) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__VerifyBiller(struct soap*, const char*, int, const _interswitch__VerifyBiller *, const char*); -SOAP_FMAC3 _interswitch__VerifyBiller * SOAP_FMAC4 soap_in__interswitch__VerifyBiller(struct soap*, const char*, _interswitch__VerifyBiller *, const char*); - -#define soap_write__interswitch__VerifyBiller(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__VerifyBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__VerifyBiller * SOAP_FMAC4 soap_get__interswitch__VerifyBiller(struct soap*, _interswitch__VerifyBiller *, const char*, const char*); - -#define soap_new__interswitch__VerifyBiller(soap, n) soap_instantiate__interswitch__VerifyBiller(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__VerifyBiller(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__VerifyBiller * SOAP_FMAC2 soap_instantiate__interswitch__VerifyBiller(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__VerifyBiller(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateBillerResponse -#define SOAP_TYPE_interswitch__interswitch__CreateBillerResponse (126) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateBillerResponse(struct soap*, const char*, int, const _interswitch__CreateBillerResponse *, const char*); -SOAP_FMAC3 _interswitch__CreateBillerResponse * SOAP_FMAC4 soap_in__interswitch__CreateBillerResponse(struct soap*, const char*, _interswitch__CreateBillerResponse *, const char*); - -#define soap_write__interswitch__CreateBillerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CreateBillerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CreateBillerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateBillerResponse * SOAP_FMAC4 soap_get__interswitch__CreateBillerResponse(struct soap*, _interswitch__CreateBillerResponse *, const char*, const char*); - -#define soap_new__interswitch__CreateBillerResponse(soap, n) soap_instantiate__interswitch__CreateBillerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CreateBillerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CreateBillerResponse * SOAP_FMAC2 soap_instantiate__interswitch__CreateBillerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateBillerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateBiller -#define SOAP_TYPE_interswitch__interswitch__CreateBiller (125) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateBiller(struct soap*, const char*, int, const _interswitch__CreateBiller *, const char*); -SOAP_FMAC3 _interswitch__CreateBiller * SOAP_FMAC4 soap_in__interswitch__CreateBiller(struct soap*, const char*, _interswitch__CreateBiller *, const char*); - -#define soap_write__interswitch__CreateBiller(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CreateBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateBiller * SOAP_FMAC4 soap_get__interswitch__CreateBiller(struct soap*, _interswitch__CreateBiller *, const char*, const char*); - -#define soap_new__interswitch__CreateBiller(soap, n) soap_instantiate__interswitch__CreateBiller(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CreateBiller(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CreateBiller * SOAP_FMAC2 soap_instantiate__interswitch__CreateBiller(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateBiller(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse -#define SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse (124) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoCustomProcessingResponse(struct soap*, const char*, int, const _interswitch__DoCustomProcessingResponse *, const char*); -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse * SOAP_FMAC4 soap_in__interswitch__DoCustomProcessingResponse(struct soap*, const char*, _interswitch__DoCustomProcessingResponse *, const char*); - -#define soap_write__interswitch__DoCustomProcessingResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoCustomProcessingResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoCustomProcessingResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse * SOAP_FMAC4 soap_get__interswitch__DoCustomProcessingResponse(struct soap*, _interswitch__DoCustomProcessingResponse *, const char*, const char*); - -#define soap_new__interswitch__DoCustomProcessingResponse(soap, n) soap_instantiate__interswitch__DoCustomProcessingResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoCustomProcessingResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoCustomProcessingResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoCustomProcessingResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoCustomProcessingResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch__interswitch__DoCustomProcessing (123) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoCustomProcessing(struct soap*, const char*, int, const _interswitch__DoCustomProcessing *, const char*); -SOAP_FMAC3 _interswitch__DoCustomProcessing * SOAP_FMAC4 soap_in__interswitch__DoCustomProcessing(struct soap*, const char*, _interswitch__DoCustomProcessing *, const char*); - -#define soap_write__interswitch__DoCustomProcessing(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoCustomProcessing(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoCustomProcessing * SOAP_FMAC4 soap_get__interswitch__DoCustomProcessing(struct soap*, _interswitch__DoCustomProcessing *, const char*, const char*); - -#define soap_new__interswitch__DoCustomProcessing(soap, n) soap_instantiate__interswitch__DoCustomProcessing(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoCustomProcessing(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoCustomProcessing * SOAP_FMAC2 soap_instantiate__interswitch__DoCustomProcessing(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoCustomProcessing(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse -#define SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse (122) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResendActivationTokenResponse(struct soap*, const char*, int, const _interswitch__ResendActivationTokenResponse *, const char*); -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse * SOAP_FMAC4 soap_in__interswitch__ResendActivationTokenResponse(struct soap*, const char*, _interswitch__ResendActivationTokenResponse *, const char*); - -#define soap_write__interswitch__ResendActivationTokenResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ResendActivationTokenResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ResendActivationTokenResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse * SOAP_FMAC4 soap_get__interswitch__ResendActivationTokenResponse(struct soap*, _interswitch__ResendActivationTokenResponse *, const char*, const char*); - -#define soap_new__interswitch__ResendActivationTokenResponse(soap, n) soap_instantiate__interswitch__ResendActivationTokenResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ResendActivationTokenResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ResendActivationTokenResponse * SOAP_FMAC2 soap_instantiate__interswitch__ResendActivationTokenResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResendActivationTokenResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch__interswitch__ResendActivationToken (121) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResendActivationToken(struct soap*, const char*, int, const _interswitch__ResendActivationToken *, const char*); -SOAP_FMAC3 _interswitch__ResendActivationToken * SOAP_FMAC4 soap_in__interswitch__ResendActivationToken(struct soap*, const char*, _interswitch__ResendActivationToken *, const char*); - -#define soap_write__interswitch__ResendActivationToken(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ResendActivationToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResendActivationToken * SOAP_FMAC4 soap_get__interswitch__ResendActivationToken(struct soap*, _interswitch__ResendActivationToken *, const char*, const char*); - -#define soap_new__interswitch__ResendActivationToken(soap, n) soap_instantiate__interswitch__ResendActivationToken(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ResendActivationToken(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ResendActivationToken * SOAP_FMAC2 soap_instantiate__interswitch__ResendActivationToken(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResendActivationToken(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse (120) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__EditCustomerBillerAccountResponse(struct soap*, const char*, int, const _interswitch__EditCustomerBillerAccountResponse *, const char*); -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC4 soap_in__interswitch__EditCustomerBillerAccountResponse(struct soap*, const char*, _interswitch__EditCustomerBillerAccountResponse *, const char*); - -#define soap_write__interswitch__EditCustomerBillerAccountResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__EditCustomerBillerAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__EditCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC4 soap_get__interswitch__EditCustomerBillerAccountResponse(struct soap*, _interswitch__EditCustomerBillerAccountResponse *, const char*, const char*); - -#define soap_new__interswitch__EditCustomerBillerAccountResponse(soap, n) soap_instantiate__interswitch__EditCustomerBillerAccountResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__EditCustomerBillerAccountResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__EditCustomerBillerAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__EditCustomerBillerAccountResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__EditCustomerBillerAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount (119) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__EditCustomerBillerAccount(struct soap*, const char*, int, const _interswitch__EditCustomerBillerAccount *, const char*); -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_in__interswitch__EditCustomerBillerAccount(struct soap*, const char*, _interswitch__EditCustomerBillerAccount *, const char*); - -#define soap_write__interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_get__interswitch__EditCustomerBillerAccount(struct soap*, _interswitch__EditCustomerBillerAccount *, const char*, const char*); - -#define soap_new__interswitch__EditCustomerBillerAccount(soap, n) soap_instantiate__interswitch__EditCustomerBillerAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__EditCustomerBillerAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__EditCustomerBillerAccount * SOAP_FMAC2 soap_instantiate__interswitch__EditCustomerBillerAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__EditCustomerBillerAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse (118) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersCollectionsAccountResponse(struct soap*, const char*, int, const _interswitch__GetBillersCollectionsAccountResponse *, const char*); -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC4 soap_in__interswitch__GetBillersCollectionsAccountResponse(struct soap*, const char*, _interswitch__GetBillersCollectionsAccountResponse *, const char*); - -#define soap_write__interswitch__GetBillersCollectionsAccountResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillersCollectionsAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillersCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC4 soap_get__interswitch__GetBillersCollectionsAccountResponse(struct soap*, _interswitch__GetBillersCollectionsAccountResponse *, const char*, const char*); - -#define soap_new__interswitch__GetBillersCollectionsAccountResponse(soap, n) soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillersCollectionsAccountResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillersCollectionsAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersCollectionsAccountResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersCollectionsAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount (117) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersCollectionsAccount(struct soap*, const char*, int, const _interswitch__GetBillersCollectionsAccount *, const char*); -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_in__interswitch__GetBillersCollectionsAccount(struct soap*, const char*, _interswitch__GetBillersCollectionsAccount *, const char*); - -#define soap_write__interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_get__interswitch__GetBillersCollectionsAccount(struct soap*, _interswitch__GetBillersCollectionsAccount *, const char*, const char*); - -#define soap_new__interswitch__GetBillersCollectionsAccount(soap, n) soap_instantiate__interswitch__GetBillersCollectionsAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillersCollectionsAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillersCollectionsAccount * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersCollectionsAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersCollectionsAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse -#define SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse (116) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCollectionsAccountResponse(struct soap*, const char*, int, const _interswitch__GetCollectionsAccountResponse *, const char*); -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC4 soap_in__interswitch__GetCollectionsAccountResponse(struct soap*, const char*, _interswitch__GetCollectionsAccountResponse *, const char*); - -#define soap_write__interswitch__GetCollectionsAccountResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCollectionsAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC4 soap_get__interswitch__GetCollectionsAccountResponse(struct soap*, _interswitch__GetCollectionsAccountResponse *, const char*, const char*); - -#define soap_new__interswitch__GetCollectionsAccountResponse(soap, n) soap_instantiate__interswitch__GetCollectionsAccountResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCollectionsAccountResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCollectionsAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCollectionsAccountResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCollectionsAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount (115) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCollectionsAccount(struct soap*, const char*, int, const _interswitch__GetCollectionsAccount *, const char*); -SOAP_FMAC3 _interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_in__interswitch__GetCollectionsAccount(struct soap*, const char*, _interswitch__GetCollectionsAccount *, const char*); - -#define soap_write__interswitch__GetCollectionsAccount(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_get__interswitch__GetCollectionsAccount(struct soap*, _interswitch__GetCollectionsAccount *, const char*, const char*); - -#define soap_new__interswitch__GetCollectionsAccount(soap, n) soap_instantiate__interswitch__GetCollectionsAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCollectionsAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCollectionsAccount * SOAP_FMAC2 soap_instantiate__interswitch__GetCollectionsAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCollectionsAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse (114) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddBillerCustomerResponse(struct soap*, const char*, int, const _interswitch__AddBillerCustomerResponse *, const char*); -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse * SOAP_FMAC4 soap_in__interswitch__AddBillerCustomerResponse(struct soap*, const char*, _interswitch__AddBillerCustomerResponse *, const char*); - -#define soap_write__interswitch__AddBillerCustomerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AddBillerCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AddBillerCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse * SOAP_FMAC4 soap_get__interswitch__AddBillerCustomerResponse(struct soap*, _interswitch__AddBillerCustomerResponse *, const char*, const char*); - -#define soap_new__interswitch__AddBillerCustomerResponse(soap, n) soap_instantiate__interswitch__AddBillerCustomerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AddBillerCustomerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AddBillerCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__AddBillerCustomerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddBillerCustomerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch__interswitch__AddBillerCustomer (113) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddBillerCustomer(struct soap*, const char*, int, const _interswitch__AddBillerCustomer *, const char*); -SOAP_FMAC3 _interswitch__AddBillerCustomer * SOAP_FMAC4 soap_in__interswitch__AddBillerCustomer(struct soap*, const char*, _interswitch__AddBillerCustomer *, const char*); - -#define soap_write__interswitch__AddBillerCustomer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AddBillerCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddBillerCustomer * SOAP_FMAC4 soap_get__interswitch__AddBillerCustomer(struct soap*, _interswitch__AddBillerCustomer *, const char*, const char*); - -#define soap_new__interswitch__AddBillerCustomer(soap, n) soap_instantiate__interswitch__AddBillerCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AddBillerCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AddBillerCustomer * SOAP_FMAC2 soap_instantiate__interswitch__AddBillerCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddBillerCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse -#define SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse (112) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerPaymentsResponse(struct soap*, const char*, int, const _interswitch__GetCustomerPaymentsResponse *, const char*); -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC4 soap_in__interswitch__GetCustomerPaymentsResponse(struct soap*, const char*, _interswitch__GetCustomerPaymentsResponse *, const char*); - -#define soap_write__interswitch__GetCustomerPaymentsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCustomerPaymentsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCustomerPaymentsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC4 soap_get__interswitch__GetCustomerPaymentsResponse(struct soap*, _interswitch__GetCustomerPaymentsResponse *, const char*, const char*); - -#define soap_new__interswitch__GetCustomerPaymentsResponse(soap, n) soap_instantiate__interswitch__GetCustomerPaymentsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCustomerPaymentsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCustomerPaymentsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerPaymentsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerPaymentsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch__interswitch__GetCustomerPayments (111) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerPayments(struct soap*, const char*, int, const _interswitch__GetCustomerPayments *, const char*); -SOAP_FMAC3 _interswitch__GetCustomerPayments * SOAP_FMAC4 soap_in__interswitch__GetCustomerPayments(struct soap*, const char*, _interswitch__GetCustomerPayments *, const char*); - -#define soap_write__interswitch__GetCustomerPayments(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCustomerPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerPayments * SOAP_FMAC4 soap_get__interswitch__GetCustomerPayments(struct soap*, _interswitch__GetCustomerPayments *, const char*, const char*); - -#define soap_new__interswitch__GetCustomerPayments(soap, n) soap_instantiate__interswitch__GetCustomerPayments(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCustomerPayments(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCustomerPayments * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerPayments(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerPayments(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse -#define SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse (110) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerBillerAccountsResponse(struct soap*, const char*, int, const _interswitch__GetCustomerBillerAccountsResponse *, const char*); -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC4 soap_in__interswitch__GetCustomerBillerAccountsResponse(struct soap*, const char*, _interswitch__GetCustomerBillerAccountsResponse *, const char*); - -#define soap_write__interswitch__GetCustomerBillerAccountsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCustomerBillerAccountsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCustomerBillerAccountsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC4 soap_get__interswitch__GetCustomerBillerAccountsResponse(struct soap*, _interswitch__GetCustomerBillerAccountsResponse *, const char*, const char*); - -#define soap_new__interswitch__GetCustomerBillerAccountsResponse(soap, n) soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCustomerBillerAccountsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCustomerBillerAccountsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerBillerAccountsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerBillerAccountsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts (109) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetCustomerBillerAccounts(struct soap*, const char*, int, const _interswitch__GetCustomerBillerAccounts *, const char*); -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_in__interswitch__GetCustomerBillerAccounts(struct soap*, const char*, _interswitch__GetCustomerBillerAccounts *, const char*); - -#define soap_write__interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_get__interswitch__GetCustomerBillerAccounts(struct soap*, _interswitch__GetCustomerBillerAccounts *, const char*, const char*); - -#define soap_new__interswitch__GetCustomerBillerAccounts(soap, n) soap_instantiate__interswitch__GetCustomerBillerAccounts(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetCustomerBillerAccounts(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetCustomerBillerAccounts * SOAP_FMAC2 soap_instantiate__interswitch__GetCustomerBillerAccounts(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetCustomerBillerAccounts(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse (108) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddCustomerBillerAccountResponse(struct soap*, const char*, int, const _interswitch__AddCustomerBillerAccountResponse *, const char*); -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC4 soap_in__interswitch__AddCustomerBillerAccountResponse(struct soap*, const char*, _interswitch__AddCustomerBillerAccountResponse *, const char*); - -#define soap_write__interswitch__AddCustomerBillerAccountResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AddCustomerBillerAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AddCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC4 soap_get__interswitch__AddCustomerBillerAccountResponse(struct soap*, _interswitch__AddCustomerBillerAccountResponse *, const char*, const char*); - -#define soap_new__interswitch__AddCustomerBillerAccountResponse(soap, n) soap_instantiate__interswitch__AddCustomerBillerAccountResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AddCustomerBillerAccountResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AddCustomerBillerAccountResponse * SOAP_FMAC2 soap_instantiate__interswitch__AddCustomerBillerAccountResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddCustomerBillerAccountResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount (107) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AddCustomerBillerAccount(struct soap*, const char*, int, const _interswitch__AddCustomerBillerAccount *, const char*); -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_in__interswitch__AddCustomerBillerAccount(struct soap*, const char*, _interswitch__AddCustomerBillerAccount *, const char*); - -#define soap_write__interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_get__interswitch__AddCustomerBillerAccount(struct soap*, _interswitch__AddCustomerBillerAccount *, const char*, const char*); - -#define soap_new__interswitch__AddCustomerBillerAccount(soap, n) soap_instantiate__interswitch__AddCustomerBillerAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AddCustomerBillerAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AddCustomerBillerAccount * SOAP_FMAC2 soap_instantiate__interswitch__AddCustomerBillerAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AddCustomerBillerAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse -#define SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse (106) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendPaymentsResponse(struct soap*, const char*, int, const _interswitch__SendPaymentsResponse *, const char*); -SOAP_FMAC3 _interswitch__SendPaymentsResponse * SOAP_FMAC4 soap_in__interswitch__SendPaymentsResponse(struct soap*, const char*, _interswitch__SendPaymentsResponse *, const char*); - -#define soap_write__interswitch__SendPaymentsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendPaymentsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendPaymentsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendPaymentsResponse * SOAP_FMAC4 soap_get__interswitch__SendPaymentsResponse(struct soap*, _interswitch__SendPaymentsResponse *, const char*, const char*); - -#define soap_new__interswitch__SendPaymentsResponse(soap, n) soap_instantiate__interswitch__SendPaymentsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendPaymentsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendPaymentsResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendPaymentsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendPaymentsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendPayments -#define SOAP_TYPE_interswitch__interswitch__SendPayments (105) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendPayments(struct soap*, const char*, int, const _interswitch__SendPayments *, const char*); -SOAP_FMAC3 _interswitch__SendPayments * SOAP_FMAC4 soap_in__interswitch__SendPayments(struct soap*, const char*, _interswitch__SendPayments *, const char*); - -#define soap_write__interswitch__SendPayments(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendPayments * SOAP_FMAC4 soap_get__interswitch__SendPayments(struct soap*, _interswitch__SendPayments *, const char*, const char*); - -#define soap_new__interswitch__SendPayments(soap, n) soap_instantiate__interswitch__SendPayments(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendPayments(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendPayments * SOAP_FMAC2 soap_instantiate__interswitch__SendPayments(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendPayments(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse -#define SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse (104) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendBillPaymentAdviceResponse(struct soap*, const char*, int, const _interswitch__SendBillPaymentAdviceResponse *, const char*); -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC4 soap_in__interswitch__SendBillPaymentAdviceResponse(struct soap*, const char*, _interswitch__SendBillPaymentAdviceResponse *, const char*); - -#define soap_write__interswitch__SendBillPaymentAdviceResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendBillPaymentAdviceResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendBillPaymentAdviceResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC4 soap_get__interswitch__SendBillPaymentAdviceResponse(struct soap*, _interswitch__SendBillPaymentAdviceResponse *, const char*, const char*); - -#define soap_new__interswitch__SendBillPaymentAdviceResponse(soap, n) soap_instantiate__interswitch__SendBillPaymentAdviceResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendBillPaymentAdviceResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendBillPaymentAdviceResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendBillPaymentAdviceResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendBillPaymentAdviceResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice (103) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendBillPaymentAdvice(struct soap*, const char*, int, const _interswitch__SendBillPaymentAdvice *, const char*); -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_in__interswitch__SendBillPaymentAdvice(struct soap*, const char*, _interswitch__SendBillPaymentAdvice *, const char*); - -#define soap_write__interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_get__interswitch__SendBillPaymentAdvice(struct soap*, _interswitch__SendBillPaymentAdvice *, const char*, const char*); - -#define soap_new__interswitch__SendBillPaymentAdvice(soap, n) soap_instantiate__interswitch__SendBillPaymentAdvice(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendBillPaymentAdvice(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendBillPaymentAdvice * SOAP_FMAC2 soap_instantiate__interswitch__SendBillPaymentAdvice(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendBillPaymentAdvice(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse (102) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateCustomerResponse(struct soap*, const char*, int, const _interswitch__AuthenticateCustomerResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateCustomerResponse(struct soap*, const char*, _interswitch__AuthenticateCustomerResponse *, const char*); - -#define soap_write__interswitch__AuthenticateCustomerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateCustomerResponse(struct soap*, _interswitch__AuthenticateCustomerResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateCustomerResponse(soap, n) soap_instantiate__interswitch__AuthenticateCustomerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateCustomerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateCustomerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateCustomerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer (101) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateCustomer(struct soap*, const char*, int, const _interswitch__AuthenticateCustomer *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_in__interswitch__AuthenticateCustomer(struct soap*, const char*, _interswitch__AuthenticateCustomer *, const char*); - -#define soap_write__interswitch__AuthenticateCustomer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_get__interswitch__AuthenticateCustomer(struct soap*, _interswitch__AuthenticateCustomer *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateCustomer(soap, n) soap_instantiate__interswitch__AuthenticateCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateCustomer * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse -#define SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse (100) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoBillPaymentInquiryResponse(struct soap*, const char*, int, const _interswitch__DoBillPaymentInquiryResponse *, const char*); -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC4 soap_in__interswitch__DoBillPaymentInquiryResponse(struct soap*, const char*, _interswitch__DoBillPaymentInquiryResponse *, const char*); - -#define soap_write__interswitch__DoBillPaymentInquiryResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoBillPaymentInquiryResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoBillPaymentInquiryResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC4 soap_get__interswitch__DoBillPaymentInquiryResponse(struct soap*, _interswitch__DoBillPaymentInquiryResponse *, const char*, const char*); - -#define soap_new__interswitch__DoBillPaymentInquiryResponse(soap, n) soap_instantiate__interswitch__DoBillPaymentInquiryResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoBillPaymentInquiryResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoBillPaymentInquiryResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoBillPaymentInquiryResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoBillPaymentInquiryResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry (99) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoBillPaymentInquiry(struct soap*, const char*, int, const _interswitch__DoBillPaymentInquiry *, const char*); -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_in__interswitch__DoBillPaymentInquiry(struct soap*, const char*, _interswitch__DoBillPaymentInquiry *, const char*); - -#define soap_write__interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_get__interswitch__DoBillPaymentInquiry(struct soap*, _interswitch__DoBillPaymentInquiry *, const char*, const char*); - -#define soap_new__interswitch__DoBillPaymentInquiry(soap, n) soap_instantiate__interswitch__DoBillPaymentInquiry(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoBillPaymentInquiry(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoBillPaymentInquiry * SOAP_FMAC2 soap_instantiate__interswitch__DoBillPaymentInquiry(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoBillPaymentInquiry(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse (98) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerCategoriesResponse(struct soap*, const char*, int, const _interswitch__GetBillerCategoriesResponse *, const char*); -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC4 soap_in__interswitch__GetBillerCategoriesResponse(struct soap*, const char*, _interswitch__GetBillerCategoriesResponse *, const char*); - -#define soap_write__interswitch__GetBillerCategoriesResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillerCategoriesResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillerCategoriesResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC4 soap_get__interswitch__GetBillerCategoriesResponse(struct soap*, _interswitch__GetBillerCategoriesResponse *, const char*, const char*); - -#define soap_new__interswitch__GetBillerCategoriesResponse(soap, n) soap_instantiate__interswitch__GetBillerCategoriesResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillerCategoriesResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillerCategoriesResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerCategoriesResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerCategoriesResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch__interswitch__GetBillerCategories (97) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerCategories(struct soap*, const char*, int, const _interswitch__GetBillerCategories *, const char*); -SOAP_FMAC3 _interswitch__GetBillerCategories * SOAP_FMAC4 soap_in__interswitch__GetBillerCategories(struct soap*, const char*, _interswitch__GetBillerCategories *, const char*); - -#define soap_write__interswitch__GetBillerCategories(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillerCategories(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerCategories * SOAP_FMAC4 soap_get__interswitch__GetBillerCategories(struct soap*, _interswitch__GetBillerCategories *, const char*, const char*); - -#define soap_new__interswitch__GetBillerCategories(soap, n) soap_instantiate__interswitch__GetBillerCategories(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillerCategories(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillerCategories * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerCategories(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerCategories(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse (96) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerPaymentItemsResponse(struct soap*, const char*, int, const _interswitch__GetBillerPaymentItemsResponse *, const char*); -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC4 soap_in__interswitch__GetBillerPaymentItemsResponse(struct soap*, const char*, _interswitch__GetBillerPaymentItemsResponse *, const char*); - -#define soap_write__interswitch__GetBillerPaymentItemsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillerPaymentItemsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillerPaymentItemsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC4 soap_get__interswitch__GetBillerPaymentItemsResponse(struct soap*, _interswitch__GetBillerPaymentItemsResponse *, const char*, const char*); - -#define soap_new__interswitch__GetBillerPaymentItemsResponse(soap, n) soap_instantiate__interswitch__GetBillerPaymentItemsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillerPaymentItemsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillerPaymentItemsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerPaymentItemsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerPaymentItemsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems (95) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillerPaymentItems(struct soap*, const char*, int, const _interswitch__GetBillerPaymentItems *, const char*); -SOAP_FMAC3 _interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_in__interswitch__GetBillerPaymentItems(struct soap*, const char*, _interswitch__GetBillerPaymentItems *, const char*); - -#define soap_write__interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_get__interswitch__GetBillerPaymentItems(struct soap*, _interswitch__GetBillerPaymentItems *, const char*, const char*); - -#define soap_new__interswitch__GetBillerPaymentItems(soap, n) soap_instantiate__interswitch__GetBillerPaymentItems(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillerPaymentItems(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillerPaymentItems * SOAP_FMAC2 soap_instantiate__interswitch__GetBillerPaymentItems(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillerPaymentItems(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse (94) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetFeaturedBillersResponse(struct soap*, const char*, int, const _interswitch__GetFeaturedBillersResponse *, const char*); -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetFeaturedBillersResponse(struct soap*, const char*, _interswitch__GetFeaturedBillersResponse *, const char*); - -#define soap_write__interswitch__GetFeaturedBillersResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetFeaturedBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetFeaturedBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetFeaturedBillersResponse(struct soap*, _interswitch__GetFeaturedBillersResponse *, const char*, const char*); - -#define soap_new__interswitch__GetFeaturedBillersResponse(soap, n) soap_instantiate__interswitch__GetFeaturedBillersResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetFeaturedBillersResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetFeaturedBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetFeaturedBillersResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetFeaturedBillersResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers (93) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetFeaturedBillers(struct soap*, const char*, int, const _interswitch__GetFeaturedBillers *, const char*); -SOAP_FMAC3 _interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_in__interswitch__GetFeaturedBillers(struct soap*, const char*, _interswitch__GetFeaturedBillers *, const char*); - -#define soap_write__interswitch__GetFeaturedBillers(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetFeaturedBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_get__interswitch__GetFeaturedBillers(struct soap*, _interswitch__GetFeaturedBillers *, const char*, const char*); - -#define soap_new__interswitch__GetFeaturedBillers(soap, n) soap_instantiate__interswitch__GetFeaturedBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetFeaturedBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetFeaturedBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetFeaturedBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetFeaturedBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse (92) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetLatestBillersResponse(struct soap*, const char*, int, const _interswitch__GetLatestBillersResponse *, const char*); -SOAP_FMAC3 _interswitch__GetLatestBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetLatestBillersResponse(struct soap*, const char*, _interswitch__GetLatestBillersResponse *, const char*); - -#define soap_write__interswitch__GetLatestBillersResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetLatestBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetLatestBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetLatestBillersResponse(struct soap*, _interswitch__GetLatestBillersResponse *, const char*, const char*); - -#define soap_new__interswitch__GetLatestBillersResponse(soap, n) soap_instantiate__interswitch__GetLatestBillersResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetLatestBillersResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetLatestBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetLatestBillersResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetLatestBillersResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch__interswitch__GetLatestBillers (91) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetLatestBillers(struct soap*, const char*, int, const _interswitch__GetLatestBillers *, const char*); -SOAP_FMAC3 _interswitch__GetLatestBillers * SOAP_FMAC4 soap_in__interswitch__GetLatestBillers(struct soap*, const char*, _interswitch__GetLatestBillers *, const char*); - -#define soap_write__interswitch__GetLatestBillers(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetLatestBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetLatestBillers * SOAP_FMAC4 soap_get__interswitch__GetLatestBillers(struct soap*, _interswitch__GetLatestBillers *, const char*, const char*); - -#define soap_new__interswitch__GetLatestBillers(soap, n) soap_instantiate__interswitch__GetLatestBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetLatestBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetLatestBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetLatestBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetLatestBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillersResponse (90) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillersResponse(struct soap*, const char*, int, const _interswitch__GetBillersResponse *, const char*); -SOAP_FMAC3 _interswitch__GetBillersResponse * SOAP_FMAC4 soap_in__interswitch__GetBillersResponse(struct soap*, const char*, _interswitch__GetBillersResponse *, const char*); - -#define soap_write__interswitch__GetBillersResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersResponse * SOAP_FMAC4 soap_get__interswitch__GetBillersResponse(struct soap*, _interswitch__GetBillersResponse *, const char*, const char*); - -#define soap_new__interswitch__GetBillersResponse(soap, n) soap_instantiate__interswitch__GetBillersResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillersResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillersResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetBillersResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillersResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillers -#define SOAP_TYPE_interswitch__interswitch__GetBillers (89) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetBillers(struct soap*, const char*, int, const _interswitch__GetBillers *, const char*); -SOAP_FMAC3 _interswitch__GetBillers * SOAP_FMAC4 soap_in__interswitch__GetBillers(struct soap*, const char*, _interswitch__GetBillers *, const char*); - -#define soap_write__interswitch__GetBillers(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillers * SOAP_FMAC4 soap_get__interswitch__GetBillers(struct soap*, _interswitch__GetBillers *, const char*, const char*); - -#define soap_new__interswitch__GetBillers(soap, n) soap_instantiate__interswitch__GetBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetBillers * SOAP_FMAC2 soap_instantiate__interswitch__GetBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetUserResponse -#define SOAP_TYPE_interswitch__interswitch__GetUserResponse (88) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetUserResponse(struct soap*, const char*, int, const _interswitch__GetUserResponse *, const char*); -SOAP_FMAC3 _interswitch__GetUserResponse * SOAP_FMAC4 soap_in__interswitch__GetUserResponse(struct soap*, const char*, _interswitch__GetUserResponse *, const char*); - -#define soap_write__interswitch__GetUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetUserResponse * SOAP_FMAC4 soap_get__interswitch__GetUserResponse(struct soap*, _interswitch__GetUserResponse *, const char*, const char*); - -#define soap_new__interswitch__GetUserResponse(soap, n) soap_instantiate__interswitch__GetUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetUser -#define SOAP_TYPE_interswitch__interswitch__GetUser (87) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetUser(struct soap*, const char*, int, const _interswitch__GetUser *, const char*); -SOAP_FMAC3 _interswitch__GetUser * SOAP_FMAC4 soap_in__interswitch__GetUser(struct soap*, const char*, _interswitch__GetUser *, const char*); - -#define soap_write__interswitch__GetUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetUser * SOAP_FMAC4 soap_get__interswitch__GetUser(struct soap*, _interswitch__GetUser *, const char*, const char*); - -#define soap_new__interswitch__GetUser(soap, n) soap_instantiate__interswitch__GetUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetUser * SOAP_FMAC2 soap_instantiate__interswitch__GetUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse (86) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, const char*, int, const _interswitch__AuthenticateUserSecurityTokenResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, const char*, _interswitch__AuthenticateUserSecurityTokenResponse *, const char*); - -#define soap_write__interswitch__AuthenticateUserSecurityTokenResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateUserSecurityTokenResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateUserSecurityTokenResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, _interswitch__AuthenticateUserSecurityTokenResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateUserSecurityTokenResponse(soap, n) soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateUserSecurityTokenResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateUserSecurityTokenResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken (85) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, int, const _interswitch__AuthenticateUserSecurityToken *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, _interswitch__AuthenticateUserSecurityToken *, const char*); - -#define soap_write__interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserSecurityToken(struct soap*, _interswitch__AuthenticateUserSecurityToken *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateUserSecurityToken(soap, n) soap_instantiate__interswitch__AuthenticateUserSecurityToken(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateUserSecurityToken(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateUserSecurityToken * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserSecurityToken(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserSecurityToken(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse (84) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUserResponse(struct soap*, const char*, int, const _interswitch__AuthenticateUserResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateUserResponse * SOAP_FMAC4 soap_in__interswitch__AuthenticateUserResponse(struct soap*, const char*, _interswitch__AuthenticateUserResponse *, const char*); - -#define soap_write__interswitch__AuthenticateUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse * SOAP_FMAC4 soap_get__interswitch__AuthenticateUserResponse(struct soap*, _interswitch__AuthenticateUserResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateUserResponse(soap, n) soap_instantiate__interswitch__AuthenticateUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUser (83) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthenticateUser(struct soap*, const char*, int, const _interswitch__AuthenticateUser *, const char*); -SOAP_FMAC3 _interswitch__AuthenticateUser * SOAP_FMAC4 soap_in__interswitch__AuthenticateUser(struct soap*, const char*, _interswitch__AuthenticateUser *, const char*); - -#define soap_write__interswitch__AuthenticateUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthenticateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUser * SOAP_FMAC4 soap_get__interswitch__AuthenticateUser(struct soap*, _interswitch__AuthenticateUser *, const char*, const char*); - -#define soap_new__interswitch__AuthenticateUser(soap, n) soap_instantiate__interswitch__AuthenticateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthenticateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthenticateUser * SOAP_FMAC2 soap_instantiate__interswitch__AuthenticateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthenticateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse -#define SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse (82) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResetPasswordResponse(struct soap*, const char*, int, const _interswitch__ResetPasswordResponse *, const char*); -SOAP_FMAC3 _interswitch__ResetPasswordResponse * SOAP_FMAC4 soap_in__interswitch__ResetPasswordResponse(struct soap*, const char*, _interswitch__ResetPasswordResponse *, const char*); - -#define soap_write__interswitch__ResetPasswordResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ResetPasswordResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ResetPasswordResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResetPasswordResponse * SOAP_FMAC4 soap_get__interswitch__ResetPasswordResponse(struct soap*, _interswitch__ResetPasswordResponse *, const char*, const char*); - -#define soap_new__interswitch__ResetPasswordResponse(soap, n) soap_instantiate__interswitch__ResetPasswordResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ResetPasswordResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ResetPasswordResponse * SOAP_FMAC2 soap_instantiate__interswitch__ResetPasswordResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResetPasswordResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ResetPassword -#define SOAP_TYPE_interswitch__interswitch__ResetPassword (81) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ResetPassword(struct soap*, const char*, int, const _interswitch__ResetPassword *, const char*); -SOAP_FMAC3 _interswitch__ResetPassword * SOAP_FMAC4 soap_in__interswitch__ResetPassword(struct soap*, const char*, _interswitch__ResetPassword *, const char*); - -#define soap_write__interswitch__ResetPassword(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ResetPassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResetPassword * SOAP_FMAC4 soap_get__interswitch__ResetPassword(struct soap*, _interswitch__ResetPassword *, const char*, const char*); - -#define soap_new__interswitch__ResetPassword(soap, n) soap_instantiate__interswitch__ResetPassword(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ResetPassword(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ResetPassword * SOAP_FMAC2 soap_instantiate__interswitch__ResetPassword(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ResetPassword(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse -#define SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse (80) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ChangePasswordResponse(struct soap*, const char*, int, const _interswitch__ChangePasswordResponse *, const char*); -SOAP_FMAC3 _interswitch__ChangePasswordResponse * SOAP_FMAC4 soap_in__interswitch__ChangePasswordResponse(struct soap*, const char*, _interswitch__ChangePasswordResponse *, const char*); - -#define soap_write__interswitch__ChangePasswordResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ChangePasswordResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ChangePasswordResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ChangePasswordResponse * SOAP_FMAC4 soap_get__interswitch__ChangePasswordResponse(struct soap*, _interswitch__ChangePasswordResponse *, const char*, const char*); - -#define soap_new__interswitch__ChangePasswordResponse(soap, n) soap_instantiate__interswitch__ChangePasswordResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ChangePasswordResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ChangePasswordResponse * SOAP_FMAC2 soap_instantiate__interswitch__ChangePasswordResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ChangePasswordResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ChangePassword -#define SOAP_TYPE_interswitch__interswitch__ChangePassword (79) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ChangePassword(struct soap*, const char*, int, const _interswitch__ChangePassword *, const char*); -SOAP_FMAC3 _interswitch__ChangePassword * SOAP_FMAC4 soap_in__interswitch__ChangePassword(struct soap*, const char*, _interswitch__ChangePassword *, const char*); - -#define soap_write__interswitch__ChangePassword(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ChangePassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ChangePassword * SOAP_FMAC4 soap_get__interswitch__ChangePassword(struct soap*, _interswitch__ChangePassword *, const char*, const char*); - -#define soap_new__interswitch__ChangePassword(soap, n) soap_instantiate__interswitch__ChangePassword(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ChangePassword(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ChangePassword * SOAP_FMAC2 soap_instantiate__interswitch__ChangePassword(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ChangePassword(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__UpdateUserResponse -#define SOAP_TYPE_interswitch__interswitch__UpdateUserResponse (78) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__UpdateUserResponse(struct soap*, const char*, int, const _interswitch__UpdateUserResponse *, const char*); -SOAP_FMAC3 _interswitch__UpdateUserResponse * SOAP_FMAC4 soap_in__interswitch__UpdateUserResponse(struct soap*, const char*, _interswitch__UpdateUserResponse *, const char*); - -#define soap_write__interswitch__UpdateUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__UpdateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__UpdateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__UpdateUserResponse * SOAP_FMAC4 soap_get__interswitch__UpdateUserResponse(struct soap*, _interswitch__UpdateUserResponse *, const char*, const char*); - -#define soap_new__interswitch__UpdateUserResponse(soap, n) soap_instantiate__interswitch__UpdateUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__UpdateUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__UpdateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__UpdateUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__UpdateUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__UpdateUser -#define SOAP_TYPE_interswitch__interswitch__UpdateUser (77) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__UpdateUser(struct soap*, const char*, int, const _interswitch__UpdateUser *, const char*); -SOAP_FMAC3 _interswitch__UpdateUser * SOAP_FMAC4 soap_in__interswitch__UpdateUser(struct soap*, const char*, _interswitch__UpdateUser *, const char*); - -#define soap_write__interswitch__UpdateUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__UpdateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__UpdateUser * SOAP_FMAC4 soap_get__interswitch__UpdateUser(struct soap*, _interswitch__UpdateUser *, const char*, const char*); - -#define soap_new__interswitch__UpdateUser(soap, n) soap_instantiate__interswitch__UpdateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__UpdateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__UpdateUser * SOAP_FMAC2 soap_instantiate__interswitch__UpdateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__UpdateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ActivateUserResponse -#define SOAP_TYPE_interswitch__interswitch__ActivateUserResponse (76) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ActivateUserResponse(struct soap*, const char*, int, const _interswitch__ActivateUserResponse *, const char*); -SOAP_FMAC3 _interswitch__ActivateUserResponse * SOAP_FMAC4 soap_in__interswitch__ActivateUserResponse(struct soap*, const char*, _interswitch__ActivateUserResponse *, const char*); - -#define soap_write__interswitch__ActivateUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ActivateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ActivateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ActivateUserResponse * SOAP_FMAC4 soap_get__interswitch__ActivateUserResponse(struct soap*, _interswitch__ActivateUserResponse *, const char*, const char*); - -#define soap_new__interswitch__ActivateUserResponse(soap, n) soap_instantiate__interswitch__ActivateUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ActivateUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ActivateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__ActivateUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ActivateUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ActivateUser -#define SOAP_TYPE_interswitch__interswitch__ActivateUser (75) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ActivateUser(struct soap*, const char*, int, const _interswitch__ActivateUser *, const char*); -SOAP_FMAC3 _interswitch__ActivateUser * SOAP_FMAC4 soap_in__interswitch__ActivateUser(struct soap*, const char*, _interswitch__ActivateUser *, const char*); - -#define soap_write__interswitch__ActivateUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ActivateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ActivateUser * SOAP_FMAC4 soap_get__interswitch__ActivateUser(struct soap*, _interswitch__ActivateUser *, const char*, const char*); - -#define soap_new__interswitch__ActivateUser(soap, n) soap_instantiate__interswitch__ActivateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ActivateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ActivateUser * SOAP_FMAC2 soap_instantiate__interswitch__ActivateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ActivateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateUserResponse -#define SOAP_TYPE_interswitch__interswitch__CreateUserResponse (74) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateUserResponse(struct soap*, const char*, int, const _interswitch__CreateUserResponse *, const char*); -SOAP_FMAC3 _interswitch__CreateUserResponse * SOAP_FMAC4 soap_in__interswitch__CreateUserResponse(struct soap*, const char*, _interswitch__CreateUserResponse *, const char*); - -#define soap_write__interswitch__CreateUserResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CreateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CreateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateUserResponse * SOAP_FMAC4 soap_get__interswitch__CreateUserResponse(struct soap*, _interswitch__CreateUserResponse *, const char*, const char*); - -#define soap_new__interswitch__CreateUserResponse(soap, n) soap_instantiate__interswitch__CreateUserResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CreateUserResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CreateUserResponse * SOAP_FMAC2 soap_instantiate__interswitch__CreateUserResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateUserResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateUser -#define SOAP_TYPE_interswitch__interswitch__CreateUser (73) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CreateUser(struct soap*, const char*, int, const _interswitch__CreateUser *, const char*); -SOAP_FMAC3 _interswitch__CreateUser * SOAP_FMAC4 soap_in__interswitch__CreateUser(struct soap*, const char*, _interswitch__CreateUser *, const char*); - -#define soap_write__interswitch__CreateUser(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CreateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateUser * SOAP_FMAC4 soap_get__interswitch__CreateUser(struct soap*, _interswitch__CreateUser *, const char*, const char*); - -#define soap_new__interswitch__CreateUser(soap, n) soap_instantiate__interswitch__CreateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CreateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CreateUser * SOAP_FMAC2 soap_instantiate__interswitch__CreateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CreateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse -#define SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse (72) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetSystemSettingsResponse(struct soap*, const char*, int, const _interswitch__GetSystemSettingsResponse *, const char*); -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse * SOAP_FMAC4 soap_in__interswitch__GetSystemSettingsResponse(struct soap*, const char*, _interswitch__GetSystemSettingsResponse *, const char*); - -#define soap_write__interswitch__GetSystemSettingsResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetSystemSettingsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetSystemSettingsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse * SOAP_FMAC4 soap_get__interswitch__GetSystemSettingsResponse(struct soap*, _interswitch__GetSystemSettingsResponse *, const char*, const char*); - -#define soap_new__interswitch__GetSystemSettingsResponse(soap, n) soap_instantiate__interswitch__GetSystemSettingsResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetSystemSettingsResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetSystemSettingsResponse * SOAP_FMAC2 soap_instantiate__interswitch__GetSystemSettingsResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetSystemSettingsResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch__interswitch__GetSystemSettings (71) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__GetSystemSettings(struct soap*, const char*, int, const _interswitch__GetSystemSettings *, const char*); -SOAP_FMAC3 _interswitch__GetSystemSettings * SOAP_FMAC4 soap_in__interswitch__GetSystemSettings(struct soap*, const char*, _interswitch__GetSystemSettings *, const char*); - -#define soap_write__interswitch__GetSystemSettings(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__GetSystemSettings(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetSystemSettings * SOAP_FMAC4 soap_get__interswitch__GetSystemSettings(struct soap*, _interswitch__GetSystemSettings *, const char*, const char*); - -#define soap_new__interswitch__GetSystemSettings(soap, n) soap_instantiate__interswitch__GetSystemSettings(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__GetSystemSettings(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__GetSystemSettings * SOAP_FMAC2 soap_instantiate__interswitch__GetSystemSettings(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__GetSystemSettings(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse -#define SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse (70) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransactionResponse(struct soap*, const char*, int, const _interswitch__QueryTransactionResponse *, const char*); -SOAP_FMAC3 _interswitch__QueryTransactionResponse * SOAP_FMAC4 soap_in__interswitch__QueryTransactionResponse(struct soap*, const char*, _interswitch__QueryTransactionResponse *, const char*); - -#define soap_write__interswitch__QueryTransactionResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__QueryTransactionResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__QueryTransactionResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransactionResponse * SOAP_FMAC4 soap_get__interswitch__QueryTransactionResponse(struct soap*, _interswitch__QueryTransactionResponse *, const char*, const char*); - -#define soap_new__interswitch__QueryTransactionResponse(soap, n) soap_instantiate__interswitch__QueryTransactionResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__QueryTransactionResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__QueryTransactionResponse * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransactionResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransactionResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransaction -#define SOAP_TYPE_interswitch__interswitch__QueryTransaction (69) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransaction(struct soap*, const char*, int, const _interswitch__QueryTransaction *, const char*); -SOAP_FMAC3 _interswitch__QueryTransaction * SOAP_FMAC4 soap_in__interswitch__QueryTransaction(struct soap*, const char*, _interswitch__QueryTransaction *, const char*); - -#define soap_write__interswitch__QueryTransaction(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__QueryTransaction(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransaction * SOAP_FMAC4 soap_get__interswitch__QueryTransaction(struct soap*, _interswitch__QueryTransaction *, const char*, const char*); - -#define soap_new__interswitch__QueryTransaction(soap, n) soap_instantiate__interswitch__QueryTransaction(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__QueryTransaction(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__QueryTransaction * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransaction(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransaction(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__StatusCheckResponse -#define SOAP_TYPE_interswitch__interswitch__StatusCheckResponse (68) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__StatusCheckResponse(struct soap*, const char*, int, const _interswitch__StatusCheckResponse *, const char*); -SOAP_FMAC3 _interswitch__StatusCheckResponse * SOAP_FMAC4 soap_in__interswitch__StatusCheckResponse(struct soap*, const char*, _interswitch__StatusCheckResponse *, const char*); - -#define soap_write__interswitch__StatusCheckResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__StatusCheckResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__StatusCheckResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__StatusCheckResponse * SOAP_FMAC4 soap_get__interswitch__StatusCheckResponse(struct soap*, _interswitch__StatusCheckResponse *, const char*, const char*); - -#define soap_new__interswitch__StatusCheckResponse(soap, n) soap_instantiate__interswitch__StatusCheckResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__StatusCheckResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__StatusCheckResponse * SOAP_FMAC2 soap_instantiate__interswitch__StatusCheckResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__StatusCheckResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__StatusCheck -#define SOAP_TYPE_interswitch__interswitch__StatusCheck (67) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__StatusCheck(struct soap*, const char*, int, const _interswitch__StatusCheck *, const char*); -SOAP_FMAC3 _interswitch__StatusCheck * SOAP_FMAC4 soap_in__interswitch__StatusCheck(struct soap*, const char*, _interswitch__StatusCheck *, const char*); - -#define soap_write__interswitch__StatusCheck(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__StatusCheck(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__StatusCheck * SOAP_FMAC4 soap_get__interswitch__StatusCheck(struct soap*, _interswitch__StatusCheck *, const char*, const char*); - -#define soap_new__interswitch__StatusCheck(soap, n) soap_instantiate__interswitch__StatusCheck(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__StatusCheck(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__StatusCheck * SOAP_FMAC2 soap_instantiate__interswitch__StatusCheck(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__StatusCheck(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse (66) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ReverseCashOutResponse(struct soap*, const char*, int, const _interswitch__ReverseCashOutResponse *, const char*); -SOAP_FMAC3 _interswitch__ReverseCashOutResponse * SOAP_FMAC4 soap_in__interswitch__ReverseCashOutResponse(struct soap*, const char*, _interswitch__ReverseCashOutResponse *, const char*); - -#define soap_write__interswitch__ReverseCashOutResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ReverseCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ReverseCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse * SOAP_FMAC4 soap_get__interswitch__ReverseCashOutResponse(struct soap*, _interswitch__ReverseCashOutResponse *, const char*, const char*); - -#define soap_new__interswitch__ReverseCashOutResponse(soap, n) soap_instantiate__interswitch__ReverseCashOutResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ReverseCashOutResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ReverseCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__ReverseCashOutResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ReverseCashOutResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch__interswitch__ReverseCashOut (65) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ReverseCashOut(struct soap*, const char*, int, const _interswitch__ReverseCashOut *, const char*); -SOAP_FMAC3 _interswitch__ReverseCashOut * SOAP_FMAC4 soap_in__interswitch__ReverseCashOut(struct soap*, const char*, _interswitch__ReverseCashOut *, const char*); - -#define soap_write__interswitch__ReverseCashOut(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ReverseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ReverseCashOut * SOAP_FMAC4 soap_get__interswitch__ReverseCashOut(struct soap*, _interswitch__ReverseCashOut *, const char*, const char*); - -#define soap_new__interswitch__ReverseCashOut(soap, n) soap_instantiate__interswitch__ReverseCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ReverseCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ReverseCashOut * SOAP_FMAC2 soap_instantiate__interswitch__ReverseCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ReverseCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse (64) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseAccountCashOutResponse(struct soap*, const char*, int, const _interswitch__AuthoriseAccountCashOutResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC4 soap_in__interswitch__AuthoriseAccountCashOutResponse(struct soap*, const char*, _interswitch__AuthoriseAccountCashOutResponse *, const char*); - -#define soap_write__interswitch__AuthoriseAccountCashOutResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthoriseAccountCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthoriseAccountCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC4 soap_get__interswitch__AuthoriseAccountCashOutResponse(struct soap*, _interswitch__AuthoriseAccountCashOutResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthoriseAccountCashOutResponse(soap, n) soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthoriseAccountCashOutResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthoriseAccountCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseAccountCashOutResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseAccountCashOutResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut (63) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseAccountCashOut(struct soap*, const char*, int, const _interswitch__AuthoriseAccountCashOut *, const char*); -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_in__interswitch__AuthoriseAccountCashOut(struct soap*, const char*, _interswitch__AuthoriseAccountCashOut *, const char*); - -#define soap_write__interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_get__interswitch__AuthoriseAccountCashOut(struct soap*, _interswitch__AuthoriseAccountCashOut *, const char*, const char*); - -#define soap_new__interswitch__AuthoriseAccountCashOut(soap, n) soap_instantiate__interswitch__AuthoriseAccountCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthoriseAccountCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthoriseAccountCashOut * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseAccountCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseAccountCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse (62) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseCashOutResponse(struct soap*, const char*, int, const _interswitch__AuthoriseCashOutResponse *, const char*); -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC4 soap_in__interswitch__AuthoriseCashOutResponse(struct soap*, const char*, _interswitch__AuthoriseCashOutResponse *, const char*); - -#define soap_write__interswitch__AuthoriseCashOutResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthoriseCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthoriseCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC4 soap_get__interswitch__AuthoriseCashOutResponse(struct soap*, _interswitch__AuthoriseCashOutResponse *, const char*, const char*); - -#define soap_new__interswitch__AuthoriseCashOutResponse(soap, n) soap_instantiate__interswitch__AuthoriseCashOutResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthoriseCashOutResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthoriseCashOutResponse * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseCashOutResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseCashOutResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut (61) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__AuthoriseCashOut(struct soap*, const char*, int, const _interswitch__AuthoriseCashOut *, const char*); -SOAP_FMAC3 _interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_in__interswitch__AuthoriseCashOut(struct soap*, const char*, _interswitch__AuthoriseCashOut *, const char*); - -#define soap_write__interswitch__AuthoriseCashOut(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__AuthoriseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_get__interswitch__AuthoriseCashOut(struct soap*, _interswitch__AuthoriseCashOut *, const char*, const char*); - -#define soap_new__interswitch__AuthoriseCashOut(soap, n) soap_instantiate__interswitch__AuthoriseCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__AuthoriseCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__AuthoriseCashOut * SOAP_FMAC2 soap_instantiate__interswitch__AuthoriseCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__AuthoriseCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransferResponse -#define SOAP_TYPE_interswitch__interswitch__QueryTransferResponse (60) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransferResponse(struct soap*, const char*, int, const _interswitch__QueryTransferResponse *, const char*); -SOAP_FMAC3 _interswitch__QueryTransferResponse * SOAP_FMAC4 soap_in__interswitch__QueryTransferResponse(struct soap*, const char*, _interswitch__QueryTransferResponse *, const char*); - -#define soap_write__interswitch__QueryTransferResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__QueryTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__QueryTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransferResponse * SOAP_FMAC4 soap_get__interswitch__QueryTransferResponse(struct soap*, _interswitch__QueryTransferResponse *, const char*, const char*); - -#define soap_new__interswitch__QueryTransferResponse(soap, n) soap_instantiate__interswitch__QueryTransferResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__QueryTransferResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__QueryTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransferResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransferResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransfer -#define SOAP_TYPE_interswitch__interswitch__QueryTransfer (59) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__QueryTransfer(struct soap*, const char*, int, const _interswitch__QueryTransfer *, const char*); -SOAP_FMAC3 _interswitch__QueryTransfer * SOAP_FMAC4 soap_in__interswitch__QueryTransfer(struct soap*, const char*, _interswitch__QueryTransfer *, const char*); - -#define soap_write__interswitch__QueryTransfer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__QueryTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransfer * SOAP_FMAC4 soap_get__interswitch__QueryTransfer(struct soap*, _interswitch__QueryTransfer *, const char*, const char*); - -#define soap_new__interswitch__QueryTransfer(soap, n) soap_instantiate__interswitch__QueryTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__QueryTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__QueryTransfer * SOAP_FMAC2 soap_instantiate__interswitch__QueryTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__QueryTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse -#define SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse (58) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendSessionKeyResponse(struct soap*, const char*, int, const _interswitch__SendSessionKeyResponse *, const char*); -SOAP_FMAC3 _interswitch__SendSessionKeyResponse * SOAP_FMAC4 soap_in__interswitch__SendSessionKeyResponse(struct soap*, const char*, _interswitch__SendSessionKeyResponse *, const char*); - -#define soap_write__interswitch__SendSessionKeyResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendSessionKeyResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendSessionKeyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse * SOAP_FMAC4 soap_get__interswitch__SendSessionKeyResponse(struct soap*, _interswitch__SendSessionKeyResponse *, const char*, const char*); - -#define soap_new__interswitch__SendSessionKeyResponse(soap, n) soap_instantiate__interswitch__SendSessionKeyResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendSessionKeyResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendSessionKeyResponse * SOAP_FMAC2 soap_instantiate__interswitch__SendSessionKeyResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendSessionKeyResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__SendSessionKey -#define SOAP_TYPE_interswitch__interswitch__SendSessionKey (57) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__SendSessionKey(struct soap*, const char*, int, const _interswitch__SendSessionKey *, const char*); -SOAP_FMAC3 _interswitch__SendSessionKey * SOAP_FMAC4 soap_in__interswitch__SendSessionKey(struct soap*, const char*, _interswitch__SendSessionKey *, const char*); - -#define soap_write__interswitch__SendSessionKey(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__SendSessionKey(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendSessionKey * SOAP_FMAC4 soap_get__interswitch__SendSessionKey(struct soap*, _interswitch__SendSessionKey *, const char*, const char*); - -#define soap_new__interswitch__SendSessionKey(soap, n) soap_instantiate__interswitch__SendSessionKey(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__SendSessionKey(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__SendSessionKey * SOAP_FMAC2 soap_instantiate__interswitch__SendSessionKey(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__SendSessionKey(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CancelTransferResponse -#define SOAP_TYPE_interswitch__interswitch__CancelTransferResponse (56) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CancelTransferResponse(struct soap*, const char*, int, const _interswitch__CancelTransferResponse *, const char*); -SOAP_FMAC3 _interswitch__CancelTransferResponse * SOAP_FMAC4 soap_in__interswitch__CancelTransferResponse(struct soap*, const char*, _interswitch__CancelTransferResponse *, const char*); - -#define soap_write__interswitch__CancelTransferResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CancelTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CancelTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CancelTransferResponse * SOAP_FMAC4 soap_get__interswitch__CancelTransferResponse(struct soap*, _interswitch__CancelTransferResponse *, const char*, const char*); - -#define soap_new__interswitch__CancelTransferResponse(soap, n) soap_instantiate__interswitch__CancelTransferResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CancelTransferResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CancelTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__CancelTransferResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CancelTransferResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__CancelTransfer -#define SOAP_TYPE_interswitch__interswitch__CancelTransfer (55) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__CancelTransfer(struct soap*, const char*, int, const _interswitch__CancelTransfer *, const char*); -SOAP_FMAC3 _interswitch__CancelTransfer * SOAP_FMAC4 soap_in__interswitch__CancelTransfer(struct soap*, const char*, _interswitch__CancelTransfer *, const char*); - -#define soap_write__interswitch__CancelTransfer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__CancelTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CancelTransfer * SOAP_FMAC4 soap_get__interswitch__CancelTransfer(struct soap*, _interswitch__CancelTransfer *, const char*, const char*); - -#define soap_new__interswitch__CancelTransfer(soap, n) soap_instantiate__interswitch__CancelTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__CancelTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__CancelTransfer * SOAP_FMAC2 soap_instantiate__interswitch__CancelTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__CancelTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoTransferResponse -#define SOAP_TYPE_interswitch__interswitch__DoTransferResponse (54) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoTransferResponse(struct soap*, const char*, int, const _interswitch__DoTransferResponse *, const char*); -SOAP_FMAC3 _interswitch__DoTransferResponse * SOAP_FMAC4 soap_in__interswitch__DoTransferResponse(struct soap*, const char*, _interswitch__DoTransferResponse *, const char*); - -#define soap_write__interswitch__DoTransferResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoTransferResponse * SOAP_FMAC4 soap_get__interswitch__DoTransferResponse(struct soap*, _interswitch__DoTransferResponse *, const char*, const char*); - -#define soap_new__interswitch__DoTransferResponse(soap, n) soap_instantiate__interswitch__DoTransferResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoTransferResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoTransferResponse * SOAP_FMAC2 soap_instantiate__interswitch__DoTransferResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoTransferResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__DoTransfer -#define SOAP_TYPE_interswitch__interswitch__DoTransfer (53) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__DoTransfer(struct soap*, const char*, int, const _interswitch__DoTransfer *, const char*); -SOAP_FMAC3 _interswitch__DoTransfer * SOAP_FMAC4 soap_in__interswitch__DoTransfer(struct soap*, const char*, _interswitch__DoTransfer *, const char*); - -#define soap_write__interswitch__DoTransfer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__DoTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoTransfer * SOAP_FMAC4 soap_get__interswitch__DoTransfer(struct soap*, _interswitch__DoTransfer *, const char*, const char*); - -#define soap_new__interswitch__DoTransfer(soap, n) soap_instantiate__interswitch__DoTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__DoTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__DoTransfer * SOAP_FMAC2 soap_instantiate__interswitch__DoTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__DoTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse (52) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ValidateCustomerResponse(struct soap*, const char*, int, const _interswitch__ValidateCustomerResponse *, const char*); -SOAP_FMAC3 _interswitch__ValidateCustomerResponse * SOAP_FMAC4 soap_in__interswitch__ValidateCustomerResponse(struct soap*, const char*, _interswitch__ValidateCustomerResponse *, const char*); - -#define soap_write__interswitch__ValidateCustomerResponse(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ValidateCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ValidateCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse * SOAP_FMAC4 soap_get__interswitch__ValidateCustomerResponse(struct soap*, _interswitch__ValidateCustomerResponse *, const char*, const char*); - -#define soap_new__interswitch__ValidateCustomerResponse(soap, n) soap_instantiate__interswitch__ValidateCustomerResponse(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ValidateCustomerResponse(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ValidateCustomerResponse * SOAP_FMAC2 soap_instantiate__interswitch__ValidateCustomerResponse(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ValidateCustomerResponse(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch__interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch__interswitch__ValidateCustomer (51) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__interswitch__ValidateCustomer(struct soap*, const char*, int, const _interswitch__ValidateCustomer *, const char*); -SOAP_FMAC3 _interswitch__ValidateCustomer * SOAP_FMAC4 soap_in__interswitch__ValidateCustomer(struct soap*, const char*, _interswitch__ValidateCustomer *, const char*); - -#define soap_write__interswitch__ValidateCustomer(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read__interswitch__ValidateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ValidateCustomer * SOAP_FMAC4 soap_get__interswitch__ValidateCustomer(struct soap*, _interswitch__ValidateCustomer *, const char*, const char*); - -#define soap_new__interswitch__ValidateCustomer(soap, n) soap_instantiate__interswitch__ValidateCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete__interswitch__ValidateCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 _interswitch__ValidateCustomer * SOAP_FMAC2 soap_instantiate__interswitch__ValidateCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy__interswitch__ValidateCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedShort -#define SOAP_TYPE_interswitch_xsd__unsignedShort (49) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedShort(struct soap*, const char*, int, const xsd__unsignedShort *, const char*); -SOAP_FMAC3 xsd__unsignedShort * SOAP_FMAC4 soap_in_xsd__unsignedShort(struct soap*, const char*, xsd__unsignedShort *, const char*); - -#define soap_write_xsd__unsignedShort(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__unsignedShort(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedShort(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__unsignedShort * SOAP_FMAC4 soap_get_xsd__unsignedShort(struct soap*, xsd__unsignedShort *, const char*, const char*); - -#define soap_new_xsd__unsignedShort(soap, n) soap_instantiate_xsd__unsignedShort(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__unsignedShort(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__unsignedShort * SOAP_FMAC2 soap_instantiate_xsd__unsignedShort(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedShort(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedLong -#define SOAP_TYPE_interswitch_xsd__unsignedLong (47) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedLong(struct soap*, const char*, int, const xsd__unsignedLong *, const char*); -SOAP_FMAC3 xsd__unsignedLong * SOAP_FMAC4 soap_in_xsd__unsignedLong(struct soap*, const char*, xsd__unsignedLong *, const char*); - -#define soap_write_xsd__unsignedLong(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__unsignedLong(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedLong(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__unsignedLong * SOAP_FMAC4 soap_get_xsd__unsignedLong(struct soap*, xsd__unsignedLong *, const char*, const char*); - -#define soap_new_xsd__unsignedLong(soap, n) soap_instantiate_xsd__unsignedLong(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__unsignedLong(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__unsignedLong * SOAP_FMAC2 soap_instantiate_xsd__unsignedLong(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedLong(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedInt -#define SOAP_TYPE_interswitch_xsd__unsignedInt (46) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedInt(struct soap*, const char*, int, const xsd__unsignedInt *, const char*); -SOAP_FMAC3 xsd__unsignedInt * SOAP_FMAC4 soap_in_xsd__unsignedInt(struct soap*, const char*, xsd__unsignedInt *, const char*); - -#define soap_write_xsd__unsignedInt(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__unsignedInt(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedInt(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__unsignedInt * SOAP_FMAC4 soap_get_xsd__unsignedInt(struct soap*, xsd__unsignedInt *, const char*, const char*); - -#define soap_new_xsd__unsignedInt(soap, n) soap_instantiate_xsd__unsignedInt(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__unsignedInt(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__unsignedInt * SOAP_FMAC2 soap_instantiate_xsd__unsignedInt(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedInt(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedByte_ -#define SOAP_TYPE_interswitch_xsd__unsignedByte_ (45) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__unsignedByte_(struct soap*, const char*, int, const xsd__unsignedByte_ *, const char*); -SOAP_FMAC3 xsd__unsignedByte_ * SOAP_FMAC4 soap_in_xsd__unsignedByte_(struct soap*, const char*, xsd__unsignedByte_ *, const char*); - -#define soap_write_xsd__unsignedByte_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__unsignedByte_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__unsignedByte_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__unsignedByte_ * SOAP_FMAC4 soap_get_xsd__unsignedByte_(struct soap*, xsd__unsignedByte_ *, const char*, const char*); - -#define soap_new_xsd__unsignedByte_(soap, n) soap_instantiate_xsd__unsignedByte_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__unsignedByte_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__unsignedByte_ * SOAP_FMAC2 soap_instantiate_xsd__unsignedByte_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__unsignedByte_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__string -#define SOAP_TYPE_interswitch_xsd__string (43) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__string(struct soap*, const char*, int, const xsd__string *, const char*); -SOAP_FMAC3 xsd__string * SOAP_FMAC4 soap_in_xsd__string(struct soap*, const char*, xsd__string *, const char*); - -#define soap_write_xsd__string(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__string(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__string(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__string * SOAP_FMAC4 soap_get_xsd__string(struct soap*, xsd__string *, const char*, const char*); - -#define soap_new_xsd__string(soap, n) soap_instantiate_xsd__string(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__string(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__string * SOAP_FMAC2 soap_instantiate_xsd__string(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__string(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__short -#define SOAP_TYPE_interswitch_xsd__short (41) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__short(struct soap*, const char*, int, const xsd__short *, const char*); -SOAP_FMAC3 xsd__short * SOAP_FMAC4 soap_in_xsd__short(struct soap*, const char*, xsd__short *, const char*); - -#define soap_write_xsd__short(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__short(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__short(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__short * SOAP_FMAC4 soap_get_xsd__short(struct soap*, xsd__short *, const char*, const char*); - -#define soap_new_xsd__short(soap, n) soap_instantiate_xsd__short(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__short(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__short * SOAP_FMAC2 soap_instantiate_xsd__short(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__short(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__long -#define SOAP_TYPE_interswitch_xsd__long (39) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__long(struct soap*, const char*, int, const xsd__long *, const char*); -SOAP_FMAC3 xsd__long * SOAP_FMAC4 soap_in_xsd__long(struct soap*, const char*, xsd__long *, const char*); - -#define soap_write_xsd__long(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__long(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__long(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__long * SOAP_FMAC4 soap_get_xsd__long(struct soap*, xsd__long *, const char*, const char*); - -#define soap_new_xsd__long(soap, n) soap_instantiate_xsd__long(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__long(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__long * SOAP_FMAC2 soap_instantiate_xsd__long(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__long(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__int -#define SOAP_TYPE_interswitch_xsd__int (38) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__int(struct soap*, const char*, int, const xsd__int *, const char*); -SOAP_FMAC3 xsd__int * SOAP_FMAC4 soap_in_xsd__int(struct soap*, const char*, xsd__int *, const char*); - -#define soap_write_xsd__int(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__int(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__int(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__int * SOAP_FMAC4 soap_get_xsd__int(struct soap*, xsd__int *, const char*, const char*); - -#define soap_new_xsd__int(soap, n) soap_instantiate_xsd__int(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__int(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__int * SOAP_FMAC2 soap_instantiate_xsd__int(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__int(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__float -#define SOAP_TYPE_interswitch_xsd__float (36) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__float(struct soap*, const char*, int, const xsd__float *, const char*); -SOAP_FMAC3 xsd__float * SOAP_FMAC4 soap_in_xsd__float(struct soap*, const char*, xsd__float *, const char*); - -#define soap_write_xsd__float(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__float(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__float(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__float * SOAP_FMAC4 soap_get_xsd__float(struct soap*, xsd__float *, const char*, const char*); - -#define soap_new_xsd__float(soap, n) soap_instantiate_xsd__float(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__float(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__float * SOAP_FMAC2 soap_instantiate_xsd__float(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__float(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__duration_ -#define SOAP_TYPE_interswitch_xsd__duration_ (35) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration_(struct soap*, const char*, int, const xsd__duration_ *, const char*); -SOAP_FMAC3 xsd__duration_ * SOAP_FMAC4 soap_in_xsd__duration_(struct soap*, const char*, xsd__duration_ *, const char*); - -#define soap_write_xsd__duration_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__duration_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__duration_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__duration_ * SOAP_FMAC4 soap_get_xsd__duration_(struct soap*, xsd__duration_ *, const char*, const char*); - -#define soap_new_xsd__duration_(soap, n) soap_instantiate_xsd__duration_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__duration_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__duration_ * SOAP_FMAC2 soap_instantiate_xsd__duration_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__duration_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__duration -#define SOAP_TYPE_interswitch_xsd__duration (34) -#endif - -#define soap_default_xsd__duration(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__duration(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__duration(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__duration(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__duration(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__duration(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__duration(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__duration(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__duration(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__duration(soap, n) soap_instantiate_xsd__duration(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__duration(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__duration soap_instantiate_std__string - - -#define soap_copy_xsd__duration soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_xsd__double -#define SOAP_TYPE_interswitch_xsd__double (32) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__double(struct soap*, const char*, int, const xsd__double *, const char*); -SOAP_FMAC3 xsd__double * SOAP_FMAC4 soap_in_xsd__double(struct soap*, const char*, xsd__double *, const char*); - -#define soap_write_xsd__double(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__double(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__double(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__double * SOAP_FMAC4 soap_get_xsd__double(struct soap*, xsd__double *, const char*, const char*); - -#define soap_new_xsd__double(soap, n) soap_instantiate_xsd__double(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__double(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__double * SOAP_FMAC2 soap_instantiate_xsd__double(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__double(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__decimal_ -#define SOAP_TYPE_interswitch_xsd__decimal_ (31) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__decimal_(struct soap*, const char*, int, const xsd__decimal_ *, const char*); -SOAP_FMAC3 xsd__decimal_ * SOAP_FMAC4 soap_in_xsd__decimal_(struct soap*, const char*, xsd__decimal_ *, const char*); - -#define soap_write_xsd__decimal_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__decimal_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__decimal_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__decimal_ * SOAP_FMAC4 soap_get_xsd__decimal_(struct soap*, xsd__decimal_ *, const char*, const char*); - -#define soap_new_xsd__decimal_(soap, n) soap_instantiate_xsd__decimal_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__decimal_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__decimal_ * SOAP_FMAC2 soap_instantiate_xsd__decimal_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__decimal_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__decimal -#define SOAP_TYPE_interswitch_xsd__decimal (30) -#endif - -#define soap_default_xsd__decimal(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__decimal(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__decimal(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__decimal(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__decimal(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__decimal(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__decimal(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__decimal(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__decimal(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__decimal(soap, n) soap_instantiate_xsd__decimal(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__decimal(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__decimal soap_instantiate_std__string - - -#define soap_copy_xsd__decimal soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_xsd__dateTime -#define SOAP_TYPE_interswitch_xsd__dateTime (28) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__dateTime(struct soap*, const char*, int, const xsd__dateTime *, const char*); -SOAP_FMAC3 xsd__dateTime * SOAP_FMAC4 soap_in_xsd__dateTime(struct soap*, const char*, xsd__dateTime *, const char*); - -#define soap_write_xsd__dateTime(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__dateTime(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__dateTime(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__dateTime * SOAP_FMAC4 soap_get_xsd__dateTime(struct soap*, xsd__dateTime *, const char*, const char*); - -#define soap_new_xsd__dateTime(soap, n) soap_instantiate_xsd__dateTime(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__dateTime(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__dateTime * SOAP_FMAC2 soap_instantiate_xsd__dateTime(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__dateTime(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__byte_ -#define SOAP_TYPE_interswitch_xsd__byte_ (27) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__byte_(struct soap*, const char*, int, const xsd__byte_ *, const char*); -SOAP_FMAC3 xsd__byte_ * SOAP_FMAC4 soap_in_xsd__byte_(struct soap*, const char*, xsd__byte_ *, const char*); - -#define soap_write_xsd__byte_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__byte_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__byte_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__byte_ * SOAP_FMAC4 soap_get_xsd__byte_(struct soap*, xsd__byte_ *, const char*, const char*); - -#define soap_new_xsd__byte_(soap, n) soap_instantiate_xsd__byte_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__byte_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__byte_ * SOAP_FMAC2 soap_instantiate_xsd__byte_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__byte_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__boolean -#define SOAP_TYPE_interswitch_xsd__boolean (24) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__boolean(struct soap*, const char*, int, const xsd__boolean *, const char*); -SOAP_FMAC3 xsd__boolean * SOAP_FMAC4 soap_in_xsd__boolean(struct soap*, const char*, xsd__boolean *, const char*); - -#define soap_write_xsd__boolean(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__boolean(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__boolean(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__boolean * SOAP_FMAC4 soap_get_xsd__boolean(struct soap*, xsd__boolean *, const char*, const char*); - -#define soap_new_xsd__boolean(soap, n) soap_instantiate_xsd__boolean(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__boolean(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__boolean * SOAP_FMAC2 soap_instantiate_xsd__boolean(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__boolean(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__base64Binary_ -#define SOAP_TYPE_interswitch_xsd__base64Binary_ (23) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__base64Binary_(struct soap*, const char*, int, const xsd__base64Binary_ *, const char*); -SOAP_FMAC3 xsd__base64Binary_ * SOAP_FMAC4 soap_in_xsd__base64Binary_(struct soap*, const char*, xsd__base64Binary_ *, const char*); - -#define soap_write_xsd__base64Binary_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__base64Binary_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__base64Binary_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__base64Binary_ * SOAP_FMAC4 soap_get_xsd__base64Binary_(struct soap*, xsd__base64Binary_ *, const char*, const char*); - -#define soap_new_xsd__base64Binary_(soap, n) soap_instantiate_xsd__base64Binary_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__base64Binary_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__base64Binary_ * SOAP_FMAC2 soap_instantiate_xsd__base64Binary_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__base64Binary_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__base64Binary -#define SOAP_TYPE_interswitch_xsd__base64Binary (19) -#endif -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__base64Binary(struct soap*, const char*, int, const xsd__base64Binary *, const char*); -SOAP_FMAC3 xsd__base64Binary * SOAP_FMAC4 soap_in_xsd__base64Binary(struct soap*, const char*, xsd__base64Binary *, const char*); - -#define soap_write_xsd__base64Binary(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__base64Binary(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__base64Binary(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__base64Binary * SOAP_FMAC4 soap_get_xsd__base64Binary(struct soap*, xsd__base64Binary *, const char*, const char*); - -#define soap_new_xsd__base64Binary(soap, n) soap_instantiate_xsd__base64Binary(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__base64Binary(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__base64Binary * SOAP_FMAC2 soap_instantiate_xsd__base64Binary(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__base64Binary(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__anyURI_ -#define SOAP_TYPE_interswitch_xsd__anyURI_ (18) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyURI_(struct soap*, const char*, int, const xsd__anyURI_ *, const char*); -SOAP_FMAC3 xsd__anyURI_ * SOAP_FMAC4 soap_in_xsd__anyURI_(struct soap*, const char*, xsd__anyURI_ *, const char*); - -#define soap_write_xsd__anyURI_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__anyURI_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__anyURI_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__anyURI_ * SOAP_FMAC4 soap_get_xsd__anyURI_(struct soap*, xsd__anyURI_ *, const char*, const char*); - -#define soap_new_xsd__anyURI_(soap, n) soap_instantiate_xsd__anyURI_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__anyURI_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__anyURI_ * SOAP_FMAC2 soap_instantiate_xsd__anyURI_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__anyURI_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__anyURI -#define SOAP_TYPE_interswitch_xsd__anyURI (17) -#endif - -#define soap_default_xsd__anyURI(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__anyURI(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyURI(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__anyURI(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__anyURI(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__anyURI(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__anyURI(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__anyURI(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__anyURI(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__anyURI(soap, n) soap_instantiate_xsd__anyURI(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__anyURI(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__anyURI soap_instantiate_std__string - - -#define soap_copy_xsd__anyURI soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_xsd__QName_ -#define SOAP_TYPE_interswitch_xsd__QName_ (16) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__QName_(struct soap*, const char*, int, const xsd__QName_ *, const char*); -SOAP_FMAC3 xsd__QName_ * SOAP_FMAC4 soap_in_xsd__QName_(struct soap*, const char*, xsd__QName_ *, const char*); - -#define soap_write_xsd__QName_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__QName_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__QName_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__QName_ * SOAP_FMAC4 soap_get_xsd__QName_(struct soap*, xsd__QName_ *, const char*, const char*); - -#define soap_new_xsd__QName_(soap, n) soap_instantiate_xsd__QName_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__QName_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__QName_ * SOAP_FMAC2 soap_instantiate_xsd__QName_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__QName_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__QName -#define SOAP_TYPE_interswitch_xsd__QName (15) -#endif - -#define soap_default_xsd__QName(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__QName(soap, a) soap_serialize_std__string(soap, a) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__QName(struct soap*, const char*, int, const xsd__QName *, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__QName(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__QName(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__QName(struct soap*, const xsd__QName *, const char*, const char*); - -#define soap_read_xsd__QName(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__QName(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__QName * SOAP_FMAC4 soap_get_xsd__QName(struct soap*, xsd__QName *, const char*, const char*); - -#define soap_new_xsd__QName(soap, n) soap_instantiate_xsd__QName(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__QName(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__QName * SOAP_FMAC2 soap_instantiate_xsd__QName(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__QName(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__IDREF_ -#define SOAP_TYPE_interswitch_xsd__IDREF_ (14) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__IDREF_(struct soap*, const char*, int, const xsd__IDREF_ *, const char*); -SOAP_FMAC3 xsd__IDREF_ * SOAP_FMAC4 soap_in_xsd__IDREF_(struct soap*, const char*, xsd__IDREF_ *, const char*); - -#define soap_write_xsd__IDREF_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__IDREF_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__IDREF_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__IDREF_ * SOAP_FMAC4 soap_get_xsd__IDREF_(struct soap*, xsd__IDREF_ *, const char*, const char*); - -#define soap_new_xsd__IDREF_(soap, n) soap_instantiate_xsd__IDREF_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__IDREF_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__IDREF_ * SOAP_FMAC2 soap_instantiate_xsd__IDREF_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__IDREF_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__IDREF -#define SOAP_TYPE_interswitch_xsd__IDREF (13) -#endif - -#define soap_default_xsd__IDREF(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__IDREF(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__IDREF(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__IDREF(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__IDREF(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__IDREF(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__IDREF(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__IDREF(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__IDREF(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__IDREF(soap, n) soap_instantiate_xsd__IDREF(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__IDREF(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__IDREF soap_instantiate_std__string - - -#define soap_copy_xsd__IDREF soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_xsd__ID_ -#define SOAP_TYPE_interswitch_xsd__ID_ (12) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__ID_(struct soap*, const char*, int, const xsd__ID_ *, const char*); -SOAP_FMAC3 xsd__ID_ * SOAP_FMAC4 soap_in_xsd__ID_(struct soap*, const char*, xsd__ID_ *, const char*); - -#define soap_write_xsd__ID_(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__ID_(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__ID_(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__ID_ * SOAP_FMAC4 soap_get_xsd__ID_(struct soap*, xsd__ID_ *, const char*, const char*); - -#define soap_new_xsd__ID_(soap, n) soap_instantiate_xsd__ID_(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__ID_(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__ID_ * SOAP_FMAC2 soap_instantiate_xsd__ID_(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__ID_(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__ID -#define SOAP_TYPE_interswitch_xsd__ID (11) -#endif - -#define soap_default_xsd__ID(soap, a) soap_default_std__string(soap, a) - - -#define soap_serialize_xsd__ID(soap, a) soap_serialize_std__string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__ID(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_xsd__ID(struct soap*, const char*, std::string*, const char*); - -#define soap_write_xsd__ID(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_xsd__ID(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_xsd__ID(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__ID(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_xsd__ID(struct soap*, std::string *, const char*, const char*); - -#define soap_new_xsd__ID(soap, n) soap_instantiate_xsd__ID(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__ID(soap, p) soap_delete(soap, p) - - -#define soap_instantiate_xsd__ID soap_instantiate_std__string - - -#define soap_copy_xsd__ID soap_copy_std__string - -#ifndef SOAP_TYPE_interswitch_std__string -#define SOAP_TYPE_interswitch_std__string (10) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_std__string(struct soap*, std::string *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_std__string(struct soap*, const std::string *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_std__string(struct soap*, const char*, int, const std::string*, const char*); -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_in_std__string(struct soap*, const char*, std::string*, const char*); - -#define soap_write_std__string(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_std__string(struct soap*, const std::string *, const char*, const char*); - -#define soap_read_std__string(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_std__string(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string * SOAP_FMAC4 soap_get_std__string(struct soap*, std::string *, const char*, const char*); - -#define soap_new_std__string(soap, n) soap_instantiate_std__string(soap, n, NULL, NULL, NULL) - - -#define soap_delete_std__string(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 std::string * SOAP_FMAC2 soap_instantiate_std__string(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_std__string(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch_xsd__anyType -#define SOAP_TYPE_interswitch_xsd__anyType (8) -#endif - -SOAP_FMAC3 int SOAP_FMAC4 soap_out_xsd__anyType(struct soap*, const char*, int, const xsd__anyType *, const char*); -SOAP_FMAC3 xsd__anyType * SOAP_FMAC4 soap_in_xsd__anyType(struct soap*, const char*, xsd__anyType *, const char*); - -#define soap_write_xsd__anyType(soap, data) ( soap_begin_send(soap) || ((data)->soap_serialize(soap), 0) || (data)->soap_put(soap, NULL, NULL) || soap_end_send(soap) ) - - -#define soap_read_xsd__anyType(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_xsd__anyType(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 xsd__anyType * SOAP_FMAC4 soap_get_xsd__anyType(struct soap*, xsd__anyType *, const char*, const char*); - -#define soap_new_xsd__anyType(soap, n) soap_instantiate_xsd__anyType(soap, n, NULL, NULL, NULL) - - -#define soap_delete_xsd__anyType(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 xsd__anyType * SOAP_FMAC2 soap_instantiate_xsd__anyType(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_xsd__anyType(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Fault -#define SOAP_TYPE_interswitch_SOAP_ENV__Fault (299) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*); - -#define soap_write_SOAP_ENV__Fault(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Fault(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*); - -#define soap_read_SOAP_ENV__Fault(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*); - -#define soap_new_SOAP_ENV__Fault(soap, n) soap_instantiate_SOAP_ENV__Fault(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Fault(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Fault * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Fault(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Fault(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Reason -#define SOAP_TYPE_interswitch_SOAP_ENV__Reason (298) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*); - -#define soap_write_SOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Reason(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*); - -#define soap_read_SOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*); - -#define soap_new_SOAP_ENV__Reason(soap, n) soap_instantiate_SOAP_ENV__Reason(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Reason(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Reason * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Reason(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Reason(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Detail -#define SOAP_TYPE_interswitch_SOAP_ENV__Detail (295) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*); - -#define soap_write_SOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Detail(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*); - -#define soap_read_SOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*); - -#define soap_new_SOAP_ENV__Detail(soap, n) soap_instantiate_SOAP_ENV__Detail(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Detail(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Detail * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Detail(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Detail(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Code -#define SOAP_TYPE_interswitch_SOAP_ENV__Code (293) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*); - -#define soap_write_SOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Code(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*); - -#define soap_read_SOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*); - -#define soap_new_SOAP_ENV__Code(soap, n) soap_instantiate_SOAP_ENV__Code(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Code(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Code * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Code(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Code(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Header -#define SOAP_TYPE_interswitch_SOAP_ENV__Header (292) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*); -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*); - -#define soap_write_SOAP_ENV__Header(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_SOAP_ENV__Header(soap, data), 0) || interswitch::soap_put_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*); - -#define soap_read_SOAP_ENV__Header(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*); - -#define soap_new_SOAP_ENV__Header(soap, n) soap_instantiate_SOAP_ENV__Header(soap, n, NULL, NULL, NULL) - - -#define soap_delete_SOAP_ENV__Header(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct SOAP_ENV__Header * SOAP_FMAC2 soap_instantiate_SOAP_ENV__Header(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy_SOAP_ENV__Header(struct soap*, int, int, void*, size_t, const void*, size_t); - -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__VerifyBiller -#define SOAP_TYPE_interswitch___interswitch__VerifyBiller (291) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__VerifyBiller(struct soap*, struct __interswitch__VerifyBiller *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__VerifyBiller(struct soap*, const struct __interswitch__VerifyBiller *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__VerifyBiller(struct soap*, const char*, int, const struct __interswitch__VerifyBiller *, const char*); -SOAP_FMAC3 struct __interswitch__VerifyBiller * SOAP_FMAC4 soap_in___interswitch__VerifyBiller(struct soap*, const char*, struct __interswitch__VerifyBiller *, const char*); - -#define soap_write___interswitch__VerifyBiller(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__VerifyBiller(soap, data), 0) || interswitch::soap_put___interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__VerifyBiller(struct soap*, const struct __interswitch__VerifyBiller *, const char*, const char*); - -#define soap_read___interswitch__VerifyBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__VerifyBiller * SOAP_FMAC4 soap_get___interswitch__VerifyBiller(struct soap*, struct __interswitch__VerifyBiller *, const char*, const char*); - -#define soap_new___interswitch__VerifyBiller(soap, n) soap_instantiate___interswitch__VerifyBiller(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__VerifyBiller(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__VerifyBiller * SOAP_FMAC2 soap_instantiate___interswitch__VerifyBiller(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__VerifyBiller(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__CreateBiller -#define SOAP_TYPE_interswitch___interswitch__CreateBiller (287) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CreateBiller(struct soap*, struct __interswitch__CreateBiller *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CreateBiller(struct soap*, const struct __interswitch__CreateBiller *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CreateBiller(struct soap*, const char*, int, const struct __interswitch__CreateBiller *, const char*); -SOAP_FMAC3 struct __interswitch__CreateBiller * SOAP_FMAC4 soap_in___interswitch__CreateBiller(struct soap*, const char*, struct __interswitch__CreateBiller *, const char*); - -#define soap_write___interswitch__CreateBiller(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__CreateBiller(soap, data), 0) || interswitch::soap_put___interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CreateBiller(struct soap*, const struct __interswitch__CreateBiller *, const char*, const char*); - -#define soap_read___interswitch__CreateBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__CreateBiller * SOAP_FMAC4 soap_get___interswitch__CreateBiller(struct soap*, struct __interswitch__CreateBiller *, const char*, const char*); - -#define soap_new___interswitch__CreateBiller(soap, n) soap_instantiate___interswitch__CreateBiller(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__CreateBiller(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__CreateBiller * SOAP_FMAC2 soap_instantiate___interswitch__CreateBiller(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CreateBiller(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch___interswitch__DoCustomProcessing (283) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoCustomProcessing(struct soap*, struct __interswitch__DoCustomProcessing *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoCustomProcessing(struct soap*, const struct __interswitch__DoCustomProcessing *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoCustomProcessing(struct soap*, const char*, int, const struct __interswitch__DoCustomProcessing *, const char*); -SOAP_FMAC3 struct __interswitch__DoCustomProcessing * SOAP_FMAC4 soap_in___interswitch__DoCustomProcessing(struct soap*, const char*, struct __interswitch__DoCustomProcessing *, const char*); - -#define soap_write___interswitch__DoCustomProcessing(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__DoCustomProcessing(soap, data), 0) || interswitch::soap_put___interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoCustomProcessing(struct soap*, const struct __interswitch__DoCustomProcessing *, const char*, const char*); - -#define soap_read___interswitch__DoCustomProcessing(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__DoCustomProcessing * SOAP_FMAC4 soap_get___interswitch__DoCustomProcessing(struct soap*, struct __interswitch__DoCustomProcessing *, const char*, const char*); - -#define soap_new___interswitch__DoCustomProcessing(soap, n) soap_instantiate___interswitch__DoCustomProcessing(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__DoCustomProcessing(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__DoCustomProcessing * SOAP_FMAC2 soap_instantiate___interswitch__DoCustomProcessing(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoCustomProcessing(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch___interswitch__ResendActivationToken (279) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ResendActivationToken(struct soap*, struct __interswitch__ResendActivationToken *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ResendActivationToken(struct soap*, const struct __interswitch__ResendActivationToken *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ResendActivationToken(struct soap*, const char*, int, const struct __interswitch__ResendActivationToken *, const char*); -SOAP_FMAC3 struct __interswitch__ResendActivationToken * SOAP_FMAC4 soap_in___interswitch__ResendActivationToken(struct soap*, const char*, struct __interswitch__ResendActivationToken *, const char*); - -#define soap_write___interswitch__ResendActivationToken(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ResendActivationToken(soap, data), 0) || interswitch::soap_put___interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ResendActivationToken(struct soap*, const struct __interswitch__ResendActivationToken *, const char*, const char*); - -#define soap_read___interswitch__ResendActivationToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ResendActivationToken * SOAP_FMAC4 soap_get___interswitch__ResendActivationToken(struct soap*, struct __interswitch__ResendActivationToken *, const char*, const char*); - -#define soap_new___interswitch__ResendActivationToken(soap, n) soap_instantiate___interswitch__ResendActivationToken(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ResendActivationToken(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ResendActivationToken * SOAP_FMAC2 soap_instantiate___interswitch__ResendActivationToken(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ResendActivationToken(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount (275) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__EditCustomerBillerAccount(struct soap*, struct __interswitch__EditCustomerBillerAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__EditCustomerBillerAccount(struct soap*, const struct __interswitch__EditCustomerBillerAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__EditCustomerBillerAccount(struct soap*, const char*, int, const struct __interswitch__EditCustomerBillerAccount *, const char*); -SOAP_FMAC3 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_in___interswitch__EditCustomerBillerAccount(struct soap*, const char*, struct __interswitch__EditCustomerBillerAccount *, const char*); - -#define soap_write___interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__EditCustomerBillerAccount(soap, data), 0) || interswitch::soap_put___interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__EditCustomerBillerAccount(struct soap*, const struct __interswitch__EditCustomerBillerAccount *, const char*, const char*); - -#define soap_read___interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC4 soap_get___interswitch__EditCustomerBillerAccount(struct soap*, struct __interswitch__EditCustomerBillerAccount *, const char*, const char*); - -#define soap_new___interswitch__EditCustomerBillerAccount(soap, n) soap_instantiate___interswitch__EditCustomerBillerAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__EditCustomerBillerAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__EditCustomerBillerAccount * SOAP_FMAC2 soap_instantiate___interswitch__EditCustomerBillerAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__EditCustomerBillerAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount (271) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillersCollectionsAccount(struct soap*, struct __interswitch__GetBillersCollectionsAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillersCollectionsAccount(struct soap*, const struct __interswitch__GetBillersCollectionsAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillersCollectionsAccount(struct soap*, const char*, int, const struct __interswitch__GetBillersCollectionsAccount *, const char*); -SOAP_FMAC3 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_in___interswitch__GetBillersCollectionsAccount(struct soap*, const char*, struct __interswitch__GetBillersCollectionsAccount *, const char*); - -#define soap_write___interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetBillersCollectionsAccount(soap, data), 0) || interswitch::soap_put___interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillersCollectionsAccount(struct soap*, const struct __interswitch__GetBillersCollectionsAccount *, const char*, const char*); - -#define soap_read___interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC4 soap_get___interswitch__GetBillersCollectionsAccount(struct soap*, struct __interswitch__GetBillersCollectionsAccount *, const char*, const char*); - -#define soap_new___interswitch__GetBillersCollectionsAccount(soap, n) soap_instantiate___interswitch__GetBillersCollectionsAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetBillersCollectionsAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetBillersCollectionsAccount * SOAP_FMAC2 soap_instantiate___interswitch__GetBillersCollectionsAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillersCollectionsAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount (267) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCollectionsAccount(struct soap*, struct __interswitch__GetCollectionsAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCollectionsAccount(struct soap*, const struct __interswitch__GetCollectionsAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCollectionsAccount(struct soap*, const char*, int, const struct __interswitch__GetCollectionsAccount *, const char*); -SOAP_FMAC3 struct __interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_in___interswitch__GetCollectionsAccount(struct soap*, const char*, struct __interswitch__GetCollectionsAccount *, const char*); - -#define soap_write___interswitch__GetCollectionsAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetCollectionsAccount(soap, data), 0) || interswitch::soap_put___interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCollectionsAccount(struct soap*, const struct __interswitch__GetCollectionsAccount *, const char*, const char*); - -#define soap_read___interswitch__GetCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetCollectionsAccount * SOAP_FMAC4 soap_get___interswitch__GetCollectionsAccount(struct soap*, struct __interswitch__GetCollectionsAccount *, const char*, const char*); - -#define soap_new___interswitch__GetCollectionsAccount(soap, n) soap_instantiate___interswitch__GetCollectionsAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetCollectionsAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetCollectionsAccount * SOAP_FMAC2 soap_instantiate___interswitch__GetCollectionsAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCollectionsAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch___interswitch__AddBillerCustomer (263) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AddBillerCustomer(struct soap*, struct __interswitch__AddBillerCustomer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AddBillerCustomer(struct soap*, const struct __interswitch__AddBillerCustomer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AddBillerCustomer(struct soap*, const char*, int, const struct __interswitch__AddBillerCustomer *, const char*); -SOAP_FMAC3 struct __interswitch__AddBillerCustomer * SOAP_FMAC4 soap_in___interswitch__AddBillerCustomer(struct soap*, const char*, struct __interswitch__AddBillerCustomer *, const char*); - -#define soap_write___interswitch__AddBillerCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AddBillerCustomer(soap, data), 0) || interswitch::soap_put___interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AddBillerCustomer(struct soap*, const struct __interswitch__AddBillerCustomer *, const char*, const char*); - -#define soap_read___interswitch__AddBillerCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AddBillerCustomer * SOAP_FMAC4 soap_get___interswitch__AddBillerCustomer(struct soap*, struct __interswitch__AddBillerCustomer *, const char*, const char*); - -#define soap_new___interswitch__AddBillerCustomer(soap, n) soap_instantiate___interswitch__AddBillerCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AddBillerCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AddBillerCustomer * SOAP_FMAC2 soap_instantiate___interswitch__AddBillerCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AddBillerCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch___interswitch__GetCustomerPayments (259) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCustomerPayments(struct soap*, struct __interswitch__GetCustomerPayments *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCustomerPayments(struct soap*, const struct __interswitch__GetCustomerPayments *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCustomerPayments(struct soap*, const char*, int, const struct __interswitch__GetCustomerPayments *, const char*); -SOAP_FMAC3 struct __interswitch__GetCustomerPayments * SOAP_FMAC4 soap_in___interswitch__GetCustomerPayments(struct soap*, const char*, struct __interswitch__GetCustomerPayments *, const char*); - -#define soap_write___interswitch__GetCustomerPayments(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetCustomerPayments(soap, data), 0) || interswitch::soap_put___interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCustomerPayments(struct soap*, const struct __interswitch__GetCustomerPayments *, const char*, const char*); - -#define soap_read___interswitch__GetCustomerPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetCustomerPayments * SOAP_FMAC4 soap_get___interswitch__GetCustomerPayments(struct soap*, struct __interswitch__GetCustomerPayments *, const char*, const char*); - -#define soap_new___interswitch__GetCustomerPayments(soap, n) soap_instantiate___interswitch__GetCustomerPayments(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetCustomerPayments(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetCustomerPayments * SOAP_FMAC2 soap_instantiate___interswitch__GetCustomerPayments(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCustomerPayments(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts (255) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetCustomerBillerAccounts(struct soap*, struct __interswitch__GetCustomerBillerAccounts *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetCustomerBillerAccounts(struct soap*, const struct __interswitch__GetCustomerBillerAccounts *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetCustomerBillerAccounts(struct soap*, const char*, int, const struct __interswitch__GetCustomerBillerAccounts *, const char*); -SOAP_FMAC3 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_in___interswitch__GetCustomerBillerAccounts(struct soap*, const char*, struct __interswitch__GetCustomerBillerAccounts *, const char*); - -#define soap_write___interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetCustomerBillerAccounts(soap, data), 0) || interswitch::soap_put___interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetCustomerBillerAccounts(struct soap*, const struct __interswitch__GetCustomerBillerAccounts *, const char*, const char*); - -#define soap_read___interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC4 soap_get___interswitch__GetCustomerBillerAccounts(struct soap*, struct __interswitch__GetCustomerBillerAccounts *, const char*, const char*); - -#define soap_new___interswitch__GetCustomerBillerAccounts(soap, n) soap_instantiate___interswitch__GetCustomerBillerAccounts(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetCustomerBillerAccounts(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetCustomerBillerAccounts * SOAP_FMAC2 soap_instantiate___interswitch__GetCustomerBillerAccounts(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetCustomerBillerAccounts(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount (251) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AddCustomerBillerAccount(struct soap*, struct __interswitch__AddCustomerBillerAccount *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AddCustomerBillerAccount(struct soap*, const struct __interswitch__AddCustomerBillerAccount *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AddCustomerBillerAccount(struct soap*, const char*, int, const struct __interswitch__AddCustomerBillerAccount *, const char*); -SOAP_FMAC3 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_in___interswitch__AddCustomerBillerAccount(struct soap*, const char*, struct __interswitch__AddCustomerBillerAccount *, const char*); - -#define soap_write___interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AddCustomerBillerAccount(soap, data), 0) || interswitch::soap_put___interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AddCustomerBillerAccount(struct soap*, const struct __interswitch__AddCustomerBillerAccount *, const char*, const char*); - -#define soap_read___interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC4 soap_get___interswitch__AddCustomerBillerAccount(struct soap*, struct __interswitch__AddCustomerBillerAccount *, const char*, const char*); - -#define soap_new___interswitch__AddCustomerBillerAccount(soap, n) soap_instantiate___interswitch__AddCustomerBillerAccount(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AddCustomerBillerAccount(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AddCustomerBillerAccount * SOAP_FMAC2 soap_instantiate___interswitch__AddCustomerBillerAccount(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AddCustomerBillerAccount(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__SendPayments -#define SOAP_TYPE_interswitch___interswitch__SendPayments (247) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendPayments(struct soap*, struct __interswitch__SendPayments *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendPayments(struct soap*, const struct __interswitch__SendPayments *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendPayments(struct soap*, const char*, int, const struct __interswitch__SendPayments *, const char*); -SOAP_FMAC3 struct __interswitch__SendPayments * SOAP_FMAC4 soap_in___interswitch__SendPayments(struct soap*, const char*, struct __interswitch__SendPayments *, const char*); - -#define soap_write___interswitch__SendPayments(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__SendPayments(soap, data), 0) || interswitch::soap_put___interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendPayments(struct soap*, const struct __interswitch__SendPayments *, const char*, const char*); - -#define soap_read___interswitch__SendPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__SendPayments * SOAP_FMAC4 soap_get___interswitch__SendPayments(struct soap*, struct __interswitch__SendPayments *, const char*, const char*); - -#define soap_new___interswitch__SendPayments(soap, n) soap_instantiate___interswitch__SendPayments(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__SendPayments(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__SendPayments * SOAP_FMAC2 soap_instantiate___interswitch__SendPayments(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendPayments(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice (243) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendBillPaymentAdvice(struct soap*, struct __interswitch__SendBillPaymentAdvice *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendBillPaymentAdvice(struct soap*, const struct __interswitch__SendBillPaymentAdvice *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendBillPaymentAdvice(struct soap*, const char*, int, const struct __interswitch__SendBillPaymentAdvice *, const char*); -SOAP_FMAC3 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_in___interswitch__SendBillPaymentAdvice(struct soap*, const char*, struct __interswitch__SendBillPaymentAdvice *, const char*); - -#define soap_write___interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__SendBillPaymentAdvice(soap, data), 0) || interswitch::soap_put___interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendBillPaymentAdvice(struct soap*, const struct __interswitch__SendBillPaymentAdvice *, const char*, const char*); - -#define soap_read___interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC4 soap_get___interswitch__SendBillPaymentAdvice(struct soap*, struct __interswitch__SendBillPaymentAdvice *, const char*, const char*); - -#define soap_new___interswitch__SendBillPaymentAdvice(soap, n) soap_instantiate___interswitch__SendBillPaymentAdvice(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__SendBillPaymentAdvice(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__SendBillPaymentAdvice * SOAP_FMAC2 soap_instantiate___interswitch__SendBillPaymentAdvice(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendBillPaymentAdvice(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer (239) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateCustomer(struct soap*, struct __interswitch__AuthenticateCustomer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateCustomer(struct soap*, const struct __interswitch__AuthenticateCustomer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateCustomer(struct soap*, const char*, int, const struct __interswitch__AuthenticateCustomer *, const char*); -SOAP_FMAC3 struct __interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_in___interswitch__AuthenticateCustomer(struct soap*, const char*, struct __interswitch__AuthenticateCustomer *, const char*); - -#define soap_write___interswitch__AuthenticateCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthenticateCustomer(soap, data), 0) || interswitch::soap_put___interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateCustomer(struct soap*, const struct __interswitch__AuthenticateCustomer *, const char*, const char*); - -#define soap_read___interswitch__AuthenticateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthenticateCustomer * SOAP_FMAC4 soap_get___interswitch__AuthenticateCustomer(struct soap*, struct __interswitch__AuthenticateCustomer *, const char*, const char*); - -#define soap_new___interswitch__AuthenticateCustomer(soap, n) soap_instantiate___interswitch__AuthenticateCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthenticateCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthenticateCustomer * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry (235) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoBillPaymentInquiry(struct soap*, struct __interswitch__DoBillPaymentInquiry *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoBillPaymentInquiry(struct soap*, const struct __interswitch__DoBillPaymentInquiry *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoBillPaymentInquiry(struct soap*, const char*, int, const struct __interswitch__DoBillPaymentInquiry *, const char*); -SOAP_FMAC3 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_in___interswitch__DoBillPaymentInquiry(struct soap*, const char*, struct __interswitch__DoBillPaymentInquiry *, const char*); - -#define soap_write___interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__DoBillPaymentInquiry(soap, data), 0) || interswitch::soap_put___interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoBillPaymentInquiry(struct soap*, const struct __interswitch__DoBillPaymentInquiry *, const char*, const char*); - -#define soap_read___interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC4 soap_get___interswitch__DoBillPaymentInquiry(struct soap*, struct __interswitch__DoBillPaymentInquiry *, const char*, const char*); - -#define soap_new___interswitch__DoBillPaymentInquiry(soap, n) soap_instantiate___interswitch__DoBillPaymentInquiry(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__DoBillPaymentInquiry(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__DoBillPaymentInquiry * SOAP_FMAC2 soap_instantiate___interswitch__DoBillPaymentInquiry(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoBillPaymentInquiry(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch___interswitch__GetBillerCategories (231) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillerCategories(struct soap*, struct __interswitch__GetBillerCategories *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillerCategories(struct soap*, const struct __interswitch__GetBillerCategories *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillerCategories(struct soap*, const char*, int, const struct __interswitch__GetBillerCategories *, const char*); -SOAP_FMAC3 struct __interswitch__GetBillerCategories * SOAP_FMAC4 soap_in___interswitch__GetBillerCategories(struct soap*, const char*, struct __interswitch__GetBillerCategories *, const char*); - -#define soap_write___interswitch__GetBillerCategories(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetBillerCategories(soap, data), 0) || interswitch::soap_put___interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillerCategories(struct soap*, const struct __interswitch__GetBillerCategories *, const char*, const char*); - -#define soap_read___interswitch__GetBillerCategories(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetBillerCategories * SOAP_FMAC4 soap_get___interswitch__GetBillerCategories(struct soap*, struct __interswitch__GetBillerCategories *, const char*, const char*); - -#define soap_new___interswitch__GetBillerCategories(soap, n) soap_instantiate___interswitch__GetBillerCategories(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetBillerCategories(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetBillerCategories * SOAP_FMAC2 soap_instantiate___interswitch__GetBillerCategories(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillerCategories(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems (227) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillerPaymentItems(struct soap*, struct __interswitch__GetBillerPaymentItems *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillerPaymentItems(struct soap*, const struct __interswitch__GetBillerPaymentItems *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillerPaymentItems(struct soap*, const char*, int, const struct __interswitch__GetBillerPaymentItems *, const char*); -SOAP_FMAC3 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_in___interswitch__GetBillerPaymentItems(struct soap*, const char*, struct __interswitch__GetBillerPaymentItems *, const char*); - -#define soap_write___interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetBillerPaymentItems(soap, data), 0) || interswitch::soap_put___interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillerPaymentItems(struct soap*, const struct __interswitch__GetBillerPaymentItems *, const char*, const char*); - -#define soap_read___interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC4 soap_get___interswitch__GetBillerPaymentItems(struct soap*, struct __interswitch__GetBillerPaymentItems *, const char*, const char*); - -#define soap_new___interswitch__GetBillerPaymentItems(soap, n) soap_instantiate___interswitch__GetBillerPaymentItems(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetBillerPaymentItems(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetBillerPaymentItems * SOAP_FMAC2 soap_instantiate___interswitch__GetBillerPaymentItems(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillerPaymentItems(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers (223) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetFeaturedBillers(struct soap*, struct __interswitch__GetFeaturedBillers *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetFeaturedBillers(struct soap*, const struct __interswitch__GetFeaturedBillers *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetFeaturedBillers(struct soap*, const char*, int, const struct __interswitch__GetFeaturedBillers *, const char*); -SOAP_FMAC3 struct __interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_in___interswitch__GetFeaturedBillers(struct soap*, const char*, struct __interswitch__GetFeaturedBillers *, const char*); - -#define soap_write___interswitch__GetFeaturedBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetFeaturedBillers(soap, data), 0) || interswitch::soap_put___interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetFeaturedBillers(struct soap*, const struct __interswitch__GetFeaturedBillers *, const char*, const char*); - -#define soap_read___interswitch__GetFeaturedBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetFeaturedBillers * SOAP_FMAC4 soap_get___interswitch__GetFeaturedBillers(struct soap*, struct __interswitch__GetFeaturedBillers *, const char*, const char*); - -#define soap_new___interswitch__GetFeaturedBillers(soap, n) soap_instantiate___interswitch__GetFeaturedBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetFeaturedBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetFeaturedBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetFeaturedBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetFeaturedBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch___interswitch__GetLatestBillers (219) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetLatestBillers(struct soap*, struct __interswitch__GetLatestBillers *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetLatestBillers(struct soap*, const struct __interswitch__GetLatestBillers *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetLatestBillers(struct soap*, const char*, int, const struct __interswitch__GetLatestBillers *, const char*); -SOAP_FMAC3 struct __interswitch__GetLatestBillers * SOAP_FMAC4 soap_in___interswitch__GetLatestBillers(struct soap*, const char*, struct __interswitch__GetLatestBillers *, const char*); - -#define soap_write___interswitch__GetLatestBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetLatestBillers(soap, data), 0) || interswitch::soap_put___interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetLatestBillers(struct soap*, const struct __interswitch__GetLatestBillers *, const char*, const char*); - -#define soap_read___interswitch__GetLatestBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetLatestBillers * SOAP_FMAC4 soap_get___interswitch__GetLatestBillers(struct soap*, struct __interswitch__GetLatestBillers *, const char*, const char*); - -#define soap_new___interswitch__GetLatestBillers(soap, n) soap_instantiate___interswitch__GetLatestBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetLatestBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetLatestBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetLatestBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetLatestBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillers -#define SOAP_TYPE_interswitch___interswitch__GetBillers (215) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetBillers(struct soap*, struct __interswitch__GetBillers *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetBillers(struct soap*, const struct __interswitch__GetBillers *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetBillers(struct soap*, const char*, int, const struct __interswitch__GetBillers *, const char*); -SOAP_FMAC3 struct __interswitch__GetBillers * SOAP_FMAC4 soap_in___interswitch__GetBillers(struct soap*, const char*, struct __interswitch__GetBillers *, const char*); - -#define soap_write___interswitch__GetBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetBillers(soap, data), 0) || interswitch::soap_put___interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetBillers(struct soap*, const struct __interswitch__GetBillers *, const char*, const char*); - -#define soap_read___interswitch__GetBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetBillers * SOAP_FMAC4 soap_get___interswitch__GetBillers(struct soap*, struct __interswitch__GetBillers *, const char*, const char*); - -#define soap_new___interswitch__GetBillers(soap, n) soap_instantiate___interswitch__GetBillers(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetBillers(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetBillers * SOAP_FMAC2 soap_instantiate___interswitch__GetBillers(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetBillers(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetUser -#define SOAP_TYPE_interswitch___interswitch__GetUser (211) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetUser(struct soap*, struct __interswitch__GetUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetUser(struct soap*, const struct __interswitch__GetUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetUser(struct soap*, const char*, int, const struct __interswitch__GetUser *, const char*); -SOAP_FMAC3 struct __interswitch__GetUser * SOAP_FMAC4 soap_in___interswitch__GetUser(struct soap*, const char*, struct __interswitch__GetUser *, const char*); - -#define soap_write___interswitch__GetUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetUser(soap, data), 0) || interswitch::soap_put___interswitch__GetUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetUser(struct soap*, const struct __interswitch__GetUser *, const char*, const char*); - -#define soap_read___interswitch__GetUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetUser * SOAP_FMAC4 soap_get___interswitch__GetUser(struct soap*, struct __interswitch__GetUser *, const char*, const char*); - -#define soap_new___interswitch__GetUser(soap, n) soap_instantiate___interswitch__GetUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetUser * SOAP_FMAC2 soap_instantiate___interswitch__GetUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken (207) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateUserSecurityToken(struct soap*, struct __interswitch__AuthenticateUserSecurityToken *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateUserSecurityToken(struct soap*, const struct __interswitch__AuthenticateUserSecurityToken *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, int, const struct __interswitch__AuthenticateUserSecurityToken *, const char*); -SOAP_FMAC3 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_in___interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, struct __interswitch__AuthenticateUserSecurityToken *, const char*); - -#define soap_write___interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthenticateUserSecurityToken(soap, data), 0) || interswitch::soap_put___interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateUserSecurityToken(struct soap*, const struct __interswitch__AuthenticateUserSecurityToken *, const char*, const char*); - -#define soap_read___interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC4 soap_get___interswitch__AuthenticateUserSecurityToken(struct soap*, struct __interswitch__AuthenticateUserSecurityToken *, const char*, const char*); - -#define soap_new___interswitch__AuthenticateUserSecurityToken(soap, n) soap_instantiate___interswitch__AuthenticateUserSecurityToken(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthenticateUserSecurityToken(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthenticateUserSecurityToken * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateUserSecurityToken(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateUserSecurityToken(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch___interswitch__AuthenticateUser (203) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthenticateUser(struct soap*, struct __interswitch__AuthenticateUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthenticateUser(struct soap*, const struct __interswitch__AuthenticateUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthenticateUser(struct soap*, const char*, int, const struct __interswitch__AuthenticateUser *, const char*); -SOAP_FMAC3 struct __interswitch__AuthenticateUser * SOAP_FMAC4 soap_in___interswitch__AuthenticateUser(struct soap*, const char*, struct __interswitch__AuthenticateUser *, const char*); - -#define soap_write___interswitch__AuthenticateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthenticateUser(soap, data), 0) || interswitch::soap_put___interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthenticateUser(struct soap*, const struct __interswitch__AuthenticateUser *, const char*, const char*); - -#define soap_read___interswitch__AuthenticateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthenticateUser * SOAP_FMAC4 soap_get___interswitch__AuthenticateUser(struct soap*, struct __interswitch__AuthenticateUser *, const char*, const char*); - -#define soap_new___interswitch__AuthenticateUser(soap, n) soap_instantiate___interswitch__AuthenticateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthenticateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthenticateUser * SOAP_FMAC2 soap_instantiate___interswitch__AuthenticateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthenticateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ResetPassword -#define SOAP_TYPE_interswitch___interswitch__ResetPassword (199) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ResetPassword(struct soap*, struct __interswitch__ResetPassword *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ResetPassword(struct soap*, const struct __interswitch__ResetPassword *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ResetPassword(struct soap*, const char*, int, const struct __interswitch__ResetPassword *, const char*); -SOAP_FMAC3 struct __interswitch__ResetPassword * SOAP_FMAC4 soap_in___interswitch__ResetPassword(struct soap*, const char*, struct __interswitch__ResetPassword *, const char*); - -#define soap_write___interswitch__ResetPassword(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ResetPassword(soap, data), 0) || interswitch::soap_put___interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ResetPassword(struct soap*, const struct __interswitch__ResetPassword *, const char*, const char*); - -#define soap_read___interswitch__ResetPassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ResetPassword * SOAP_FMAC4 soap_get___interswitch__ResetPassword(struct soap*, struct __interswitch__ResetPassword *, const char*, const char*); - -#define soap_new___interswitch__ResetPassword(soap, n) soap_instantiate___interswitch__ResetPassword(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ResetPassword(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ResetPassword * SOAP_FMAC2 soap_instantiate___interswitch__ResetPassword(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ResetPassword(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ChangePassword -#define SOAP_TYPE_interswitch___interswitch__ChangePassword (195) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ChangePassword(struct soap*, struct __interswitch__ChangePassword *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ChangePassword(struct soap*, const struct __interswitch__ChangePassword *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ChangePassword(struct soap*, const char*, int, const struct __interswitch__ChangePassword *, const char*); -SOAP_FMAC3 struct __interswitch__ChangePassword * SOAP_FMAC4 soap_in___interswitch__ChangePassword(struct soap*, const char*, struct __interswitch__ChangePassword *, const char*); - -#define soap_write___interswitch__ChangePassword(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ChangePassword(soap, data), 0) || interswitch::soap_put___interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ChangePassword(struct soap*, const struct __interswitch__ChangePassword *, const char*, const char*); - -#define soap_read___interswitch__ChangePassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ChangePassword * SOAP_FMAC4 soap_get___interswitch__ChangePassword(struct soap*, struct __interswitch__ChangePassword *, const char*, const char*); - -#define soap_new___interswitch__ChangePassword(soap, n) soap_instantiate___interswitch__ChangePassword(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ChangePassword(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ChangePassword * SOAP_FMAC2 soap_instantiate___interswitch__ChangePassword(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ChangePassword(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__UpdateUser -#define SOAP_TYPE_interswitch___interswitch__UpdateUser (191) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__UpdateUser(struct soap*, struct __interswitch__UpdateUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__UpdateUser(struct soap*, const struct __interswitch__UpdateUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__UpdateUser(struct soap*, const char*, int, const struct __interswitch__UpdateUser *, const char*); -SOAP_FMAC3 struct __interswitch__UpdateUser * SOAP_FMAC4 soap_in___interswitch__UpdateUser(struct soap*, const char*, struct __interswitch__UpdateUser *, const char*); - -#define soap_write___interswitch__UpdateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__UpdateUser(soap, data), 0) || interswitch::soap_put___interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__UpdateUser(struct soap*, const struct __interswitch__UpdateUser *, const char*, const char*); - -#define soap_read___interswitch__UpdateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__UpdateUser * SOAP_FMAC4 soap_get___interswitch__UpdateUser(struct soap*, struct __interswitch__UpdateUser *, const char*, const char*); - -#define soap_new___interswitch__UpdateUser(soap, n) soap_instantiate___interswitch__UpdateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__UpdateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__UpdateUser * SOAP_FMAC2 soap_instantiate___interswitch__UpdateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__UpdateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ActivateUser -#define SOAP_TYPE_interswitch___interswitch__ActivateUser (187) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ActivateUser(struct soap*, struct __interswitch__ActivateUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ActivateUser(struct soap*, const struct __interswitch__ActivateUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ActivateUser(struct soap*, const char*, int, const struct __interswitch__ActivateUser *, const char*); -SOAP_FMAC3 struct __interswitch__ActivateUser * SOAP_FMAC4 soap_in___interswitch__ActivateUser(struct soap*, const char*, struct __interswitch__ActivateUser *, const char*); - -#define soap_write___interswitch__ActivateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ActivateUser(soap, data), 0) || interswitch::soap_put___interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ActivateUser(struct soap*, const struct __interswitch__ActivateUser *, const char*, const char*); - -#define soap_read___interswitch__ActivateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ActivateUser * SOAP_FMAC4 soap_get___interswitch__ActivateUser(struct soap*, struct __interswitch__ActivateUser *, const char*, const char*); - -#define soap_new___interswitch__ActivateUser(soap, n) soap_instantiate___interswitch__ActivateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ActivateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ActivateUser * SOAP_FMAC2 soap_instantiate___interswitch__ActivateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ActivateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__CreateUser -#define SOAP_TYPE_interswitch___interswitch__CreateUser (183) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CreateUser(struct soap*, struct __interswitch__CreateUser *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CreateUser(struct soap*, const struct __interswitch__CreateUser *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CreateUser(struct soap*, const char*, int, const struct __interswitch__CreateUser *, const char*); -SOAP_FMAC3 struct __interswitch__CreateUser * SOAP_FMAC4 soap_in___interswitch__CreateUser(struct soap*, const char*, struct __interswitch__CreateUser *, const char*); - -#define soap_write___interswitch__CreateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__CreateUser(soap, data), 0) || interswitch::soap_put___interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CreateUser(struct soap*, const struct __interswitch__CreateUser *, const char*, const char*); - -#define soap_read___interswitch__CreateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__CreateUser * SOAP_FMAC4 soap_get___interswitch__CreateUser(struct soap*, struct __interswitch__CreateUser *, const char*, const char*); - -#define soap_new___interswitch__CreateUser(soap, n) soap_instantiate___interswitch__CreateUser(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__CreateUser(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__CreateUser * SOAP_FMAC2 soap_instantiate___interswitch__CreateUser(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CreateUser(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch___interswitch__GetSystemSettings (179) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__GetSystemSettings(struct soap*, struct __interswitch__GetSystemSettings *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__GetSystemSettings(struct soap*, const struct __interswitch__GetSystemSettings *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__GetSystemSettings(struct soap*, const char*, int, const struct __interswitch__GetSystemSettings *, const char*); -SOAP_FMAC3 struct __interswitch__GetSystemSettings * SOAP_FMAC4 soap_in___interswitch__GetSystemSettings(struct soap*, const char*, struct __interswitch__GetSystemSettings *, const char*); - -#define soap_write___interswitch__GetSystemSettings(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__GetSystemSettings(soap, data), 0) || interswitch::soap_put___interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__GetSystemSettings(struct soap*, const struct __interswitch__GetSystemSettings *, const char*, const char*); - -#define soap_read___interswitch__GetSystemSettings(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__GetSystemSettings * SOAP_FMAC4 soap_get___interswitch__GetSystemSettings(struct soap*, struct __interswitch__GetSystemSettings *, const char*, const char*); - -#define soap_new___interswitch__GetSystemSettings(soap, n) soap_instantiate___interswitch__GetSystemSettings(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__GetSystemSettings(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__GetSystemSettings * SOAP_FMAC2 soap_instantiate___interswitch__GetSystemSettings(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__GetSystemSettings(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__QueryTransaction -#define SOAP_TYPE_interswitch___interswitch__QueryTransaction (175) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__QueryTransaction(struct soap*, struct __interswitch__QueryTransaction *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__QueryTransaction(struct soap*, const struct __interswitch__QueryTransaction *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__QueryTransaction(struct soap*, const char*, int, const struct __interswitch__QueryTransaction *, const char*); -SOAP_FMAC3 struct __interswitch__QueryTransaction * SOAP_FMAC4 soap_in___interswitch__QueryTransaction(struct soap*, const char*, struct __interswitch__QueryTransaction *, const char*); - -#define soap_write___interswitch__QueryTransaction(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__QueryTransaction(soap, data), 0) || interswitch::soap_put___interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__QueryTransaction(struct soap*, const struct __interswitch__QueryTransaction *, const char*, const char*); - -#define soap_read___interswitch__QueryTransaction(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__QueryTransaction * SOAP_FMAC4 soap_get___interswitch__QueryTransaction(struct soap*, struct __interswitch__QueryTransaction *, const char*, const char*); - -#define soap_new___interswitch__QueryTransaction(soap, n) soap_instantiate___interswitch__QueryTransaction(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__QueryTransaction(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__QueryTransaction * SOAP_FMAC2 soap_instantiate___interswitch__QueryTransaction(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__QueryTransaction(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__StatusCheck -#define SOAP_TYPE_interswitch___interswitch__StatusCheck (171) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__StatusCheck(struct soap*, struct __interswitch__StatusCheck *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__StatusCheck(struct soap*, const struct __interswitch__StatusCheck *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__StatusCheck(struct soap*, const char*, int, const struct __interswitch__StatusCheck *, const char*); -SOAP_FMAC3 struct __interswitch__StatusCheck * SOAP_FMAC4 soap_in___interswitch__StatusCheck(struct soap*, const char*, struct __interswitch__StatusCheck *, const char*); - -#define soap_write___interswitch__StatusCheck(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__StatusCheck(soap, data), 0) || interswitch::soap_put___interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__StatusCheck(struct soap*, const struct __interswitch__StatusCheck *, const char*, const char*); - -#define soap_read___interswitch__StatusCheck(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__StatusCheck * SOAP_FMAC4 soap_get___interswitch__StatusCheck(struct soap*, struct __interswitch__StatusCheck *, const char*, const char*); - -#define soap_new___interswitch__StatusCheck(soap, n) soap_instantiate___interswitch__StatusCheck(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__StatusCheck(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__StatusCheck * SOAP_FMAC2 soap_instantiate___interswitch__StatusCheck(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__StatusCheck(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch___interswitch__ReverseCashOut (167) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ReverseCashOut(struct soap*, struct __interswitch__ReverseCashOut *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ReverseCashOut(struct soap*, const struct __interswitch__ReverseCashOut *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ReverseCashOut(struct soap*, const char*, int, const struct __interswitch__ReverseCashOut *, const char*); -SOAP_FMAC3 struct __interswitch__ReverseCashOut * SOAP_FMAC4 soap_in___interswitch__ReverseCashOut(struct soap*, const char*, struct __interswitch__ReverseCashOut *, const char*); - -#define soap_write___interswitch__ReverseCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ReverseCashOut(soap, data), 0) || interswitch::soap_put___interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ReverseCashOut(struct soap*, const struct __interswitch__ReverseCashOut *, const char*, const char*); - -#define soap_read___interswitch__ReverseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ReverseCashOut * SOAP_FMAC4 soap_get___interswitch__ReverseCashOut(struct soap*, struct __interswitch__ReverseCashOut *, const char*, const char*); - -#define soap_new___interswitch__ReverseCashOut(soap, n) soap_instantiate___interswitch__ReverseCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ReverseCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ReverseCashOut * SOAP_FMAC2 soap_instantiate___interswitch__ReverseCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ReverseCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut (163) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthoriseAccountCashOut(struct soap*, struct __interswitch__AuthoriseAccountCashOut *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthoriseAccountCashOut(struct soap*, const struct __interswitch__AuthoriseAccountCashOut *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthoriseAccountCashOut(struct soap*, const char*, int, const struct __interswitch__AuthoriseAccountCashOut *, const char*); -SOAP_FMAC3 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_in___interswitch__AuthoriseAccountCashOut(struct soap*, const char*, struct __interswitch__AuthoriseAccountCashOut *, const char*); - -#define soap_write___interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthoriseAccountCashOut(soap, data), 0) || interswitch::soap_put___interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthoriseAccountCashOut(struct soap*, const struct __interswitch__AuthoriseAccountCashOut *, const char*, const char*); - -#define soap_read___interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC4 soap_get___interswitch__AuthoriseAccountCashOut(struct soap*, struct __interswitch__AuthoriseAccountCashOut *, const char*, const char*); - -#define soap_new___interswitch__AuthoriseAccountCashOut(soap, n) soap_instantiate___interswitch__AuthoriseAccountCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthoriseAccountCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthoriseAccountCashOut * SOAP_FMAC2 soap_instantiate___interswitch__AuthoriseAccountCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthoriseAccountCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut (159) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__AuthoriseCashOut(struct soap*, struct __interswitch__AuthoriseCashOut *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__AuthoriseCashOut(struct soap*, const struct __interswitch__AuthoriseCashOut *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__AuthoriseCashOut(struct soap*, const char*, int, const struct __interswitch__AuthoriseCashOut *, const char*); -SOAP_FMAC3 struct __interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_in___interswitch__AuthoriseCashOut(struct soap*, const char*, struct __interswitch__AuthoriseCashOut *, const char*); - -#define soap_write___interswitch__AuthoriseCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__AuthoriseCashOut(soap, data), 0) || interswitch::soap_put___interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__AuthoriseCashOut(struct soap*, const struct __interswitch__AuthoriseCashOut *, const char*, const char*); - -#define soap_read___interswitch__AuthoriseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__AuthoriseCashOut * SOAP_FMAC4 soap_get___interswitch__AuthoriseCashOut(struct soap*, struct __interswitch__AuthoriseCashOut *, const char*, const char*); - -#define soap_new___interswitch__AuthoriseCashOut(soap, n) soap_instantiate___interswitch__AuthoriseCashOut(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__AuthoriseCashOut(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__AuthoriseCashOut * SOAP_FMAC2 soap_instantiate___interswitch__AuthoriseCashOut(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__AuthoriseCashOut(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__QueryTransfer -#define SOAP_TYPE_interswitch___interswitch__QueryTransfer (155) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__QueryTransfer(struct soap*, struct __interswitch__QueryTransfer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__QueryTransfer(struct soap*, const struct __interswitch__QueryTransfer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__QueryTransfer(struct soap*, const char*, int, const struct __interswitch__QueryTransfer *, const char*); -SOAP_FMAC3 struct __interswitch__QueryTransfer * SOAP_FMAC4 soap_in___interswitch__QueryTransfer(struct soap*, const char*, struct __interswitch__QueryTransfer *, const char*); - -#define soap_write___interswitch__QueryTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__QueryTransfer(soap, data), 0) || interswitch::soap_put___interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__QueryTransfer(struct soap*, const struct __interswitch__QueryTransfer *, const char*, const char*); - -#define soap_read___interswitch__QueryTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__QueryTransfer * SOAP_FMAC4 soap_get___interswitch__QueryTransfer(struct soap*, struct __interswitch__QueryTransfer *, const char*, const char*); - -#define soap_new___interswitch__QueryTransfer(soap, n) soap_instantiate___interswitch__QueryTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__QueryTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__QueryTransfer * SOAP_FMAC2 soap_instantiate___interswitch__QueryTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__QueryTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__SendSessionKey -#define SOAP_TYPE_interswitch___interswitch__SendSessionKey (151) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__SendSessionKey(struct soap*, struct __interswitch__SendSessionKey *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__SendSessionKey(struct soap*, const struct __interswitch__SendSessionKey *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__SendSessionKey(struct soap*, const char*, int, const struct __interswitch__SendSessionKey *, const char*); -SOAP_FMAC3 struct __interswitch__SendSessionKey * SOAP_FMAC4 soap_in___interswitch__SendSessionKey(struct soap*, const char*, struct __interswitch__SendSessionKey *, const char*); - -#define soap_write___interswitch__SendSessionKey(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__SendSessionKey(soap, data), 0) || interswitch::soap_put___interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__SendSessionKey(struct soap*, const struct __interswitch__SendSessionKey *, const char*, const char*); - -#define soap_read___interswitch__SendSessionKey(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__SendSessionKey * SOAP_FMAC4 soap_get___interswitch__SendSessionKey(struct soap*, struct __interswitch__SendSessionKey *, const char*, const char*); - -#define soap_new___interswitch__SendSessionKey(soap, n) soap_instantiate___interswitch__SendSessionKey(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__SendSessionKey(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__SendSessionKey * SOAP_FMAC2 soap_instantiate___interswitch__SendSessionKey(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__SendSessionKey(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__CancelTransfer -#define SOAP_TYPE_interswitch___interswitch__CancelTransfer (147) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__CancelTransfer(struct soap*, struct __interswitch__CancelTransfer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__CancelTransfer(struct soap*, const struct __interswitch__CancelTransfer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__CancelTransfer(struct soap*, const char*, int, const struct __interswitch__CancelTransfer *, const char*); -SOAP_FMAC3 struct __interswitch__CancelTransfer * SOAP_FMAC4 soap_in___interswitch__CancelTransfer(struct soap*, const char*, struct __interswitch__CancelTransfer *, const char*); - -#define soap_write___interswitch__CancelTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__CancelTransfer(soap, data), 0) || interswitch::soap_put___interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__CancelTransfer(struct soap*, const struct __interswitch__CancelTransfer *, const char*, const char*); - -#define soap_read___interswitch__CancelTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__CancelTransfer * SOAP_FMAC4 soap_get___interswitch__CancelTransfer(struct soap*, struct __interswitch__CancelTransfer *, const char*, const char*); - -#define soap_new___interswitch__CancelTransfer(soap, n) soap_instantiate___interswitch__CancelTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__CancelTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__CancelTransfer * SOAP_FMAC2 soap_instantiate___interswitch__CancelTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__CancelTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__DoTransfer -#define SOAP_TYPE_interswitch___interswitch__DoTransfer (143) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__DoTransfer(struct soap*, struct __interswitch__DoTransfer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__DoTransfer(struct soap*, const struct __interswitch__DoTransfer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__DoTransfer(struct soap*, const char*, int, const struct __interswitch__DoTransfer *, const char*); -SOAP_FMAC3 struct __interswitch__DoTransfer * SOAP_FMAC4 soap_in___interswitch__DoTransfer(struct soap*, const char*, struct __interswitch__DoTransfer *, const char*); - -#define soap_write___interswitch__DoTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__DoTransfer(soap, data), 0) || interswitch::soap_put___interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__DoTransfer(struct soap*, const struct __interswitch__DoTransfer *, const char*, const char*); - -#define soap_read___interswitch__DoTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__DoTransfer * SOAP_FMAC4 soap_get___interswitch__DoTransfer(struct soap*, struct __interswitch__DoTransfer *, const char*, const char*); - -#define soap_new___interswitch__DoTransfer(soap, n) soap_instantiate___interswitch__DoTransfer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__DoTransfer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__DoTransfer * SOAP_FMAC2 soap_instantiate___interswitch__DoTransfer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__DoTransfer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef SOAP_TYPE_interswitch___interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch___interswitch__ValidateCustomer (139) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default___interswitch__ValidateCustomer(struct soap*, struct __interswitch__ValidateCustomer *); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize___interswitch__ValidateCustomer(struct soap*, const struct __interswitch__ValidateCustomer *); -SOAP_FMAC3 int SOAP_FMAC4 soap_out___interswitch__ValidateCustomer(struct soap*, const char*, int, const struct __interswitch__ValidateCustomer *, const char*); -SOAP_FMAC3 struct __interswitch__ValidateCustomer * SOAP_FMAC4 soap_in___interswitch__ValidateCustomer(struct soap*, const char*, struct __interswitch__ValidateCustomer *, const char*); - -#define soap_write___interswitch__ValidateCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize___interswitch__ValidateCustomer(soap, data), 0) || interswitch::soap_put___interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - - -SOAP_FMAC3 int SOAP_FMAC4 soap_put___interswitch__ValidateCustomer(struct soap*, const struct __interswitch__ValidateCustomer *, const char*, const char*); - -#define soap_read___interswitch__ValidateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get___interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct __interswitch__ValidateCustomer * SOAP_FMAC4 soap_get___interswitch__ValidateCustomer(struct soap*, struct __interswitch__ValidateCustomer *, const char*, const char*); - -#define soap_new___interswitch__ValidateCustomer(soap, n) soap_instantiate___interswitch__ValidateCustomer(soap, n, NULL, NULL, NULL) - - -#define soap_delete___interswitch__ValidateCustomer(soap, p) soap_delete(soap, p) - -SOAP_FMAC1 struct __interswitch__ValidateCustomer * SOAP_FMAC2 soap_instantiate___interswitch__ValidateCustomer(struct soap*, int, const char*, const char*, size_t*); -SOAP_FMAC3 void SOAP_FMAC4 soap_copy___interswitch__ValidateCustomer(struct soap*, int, int, void*, size_t, const void*, size_t); - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_PointerToSOAP_ENV__Reason -#define SOAP_TYPE_interswitch_PointerToSOAP_ENV__Reason (301) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*); - -#define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerToSOAP_ENV__Reason(soap, data), 0) || interswitch::soap_put_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*); - -#define soap_read_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_PointerToSOAP_ENV__Detail -#define SOAP_TYPE_interswitch_PointerToSOAP_ENV__Detail (300) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*); - -#define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerToSOAP_ENV__Detail(soap, data), 0) || interswitch::soap_put_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*); - -#define soap_read_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*); - -#endif - -#ifndef WITH_NOGLOBAL - -#ifndef SOAP_TYPE_interswitch_PointerToSOAP_ENV__Code -#define SOAP_TYPE_interswitch_PointerToSOAP_ENV__Code (294) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *); -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*); - -#define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerToSOAP_ENV__Code(soap, data), 0) || interswitch::soap_put_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*); - -#define soap_read_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*); - -#endif - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBillerResponse (289) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__VerifyBillerResponse(struct soap*, _interswitch__VerifyBillerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__VerifyBillerResponse(struct soap*, const char *, int, _interswitch__VerifyBillerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__VerifyBillerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__VerifyBillerResponse(struct soap*, const char*, _interswitch__VerifyBillerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__VerifyBillerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__VerifyBillerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__VerifyBillerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__VerifyBillerResponse(struct soap*, _interswitch__VerifyBillerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__VerifyBillerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__VerifyBillerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__VerifyBillerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__VerifyBillerResponse(struct soap*, _interswitch__VerifyBillerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller -#define SOAP_TYPE_interswitch_PointerTo_interswitch__VerifyBiller (288) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__VerifyBiller(struct soap*, _interswitch__VerifyBiller *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__VerifyBiller(struct soap*, const char *, int, _interswitch__VerifyBiller *const*, const char *); -SOAP_FMAC3 _interswitch__VerifyBiller ** SOAP_FMAC4 soap_in_PointerTo_interswitch__VerifyBiller(struct soap*, const char*, _interswitch__VerifyBiller **, const char*); - -#define soap_write_PointerTo_interswitch__VerifyBiller(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__VerifyBiller(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__VerifyBiller(struct soap*, _interswitch__VerifyBiller *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__VerifyBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__VerifyBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__VerifyBiller ** SOAP_FMAC4 soap_get_PointerTo_interswitch__VerifyBiller(struct soap*, _interswitch__VerifyBiller **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBillerResponse (285) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateBillerResponse(struct soap*, _interswitch__CreateBillerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateBillerResponse(struct soap*, const char *, int, _interswitch__CreateBillerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__CreateBillerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateBillerResponse(struct soap*, const char*, _interswitch__CreateBillerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__CreateBillerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CreateBillerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CreateBillerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateBillerResponse(struct soap*, _interswitch__CreateBillerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CreateBillerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CreateBillerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateBillerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateBillerResponse(struct soap*, _interswitch__CreateBillerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CreateBiller (284) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateBiller(struct soap*, _interswitch__CreateBiller *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateBiller(struct soap*, const char *, int, _interswitch__CreateBiller *const*, const char *); -SOAP_FMAC3 _interswitch__CreateBiller ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateBiller(struct soap*, const char*, _interswitch__CreateBiller **, const char*); - -#define soap_write_PointerTo_interswitch__CreateBiller(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CreateBiller(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateBiller(struct soap*, _interswitch__CreateBiller *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CreateBiller(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CreateBiller(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateBiller ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateBiller(struct soap*, _interswitch__CreateBiller **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessingResponse (281) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, _interswitch__DoCustomProcessingResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, const char *, int, _interswitch__DoCustomProcessingResponse *const*, const char *); -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, const char*, _interswitch__DoCustomProcessingResponse **, const char*); - -#define soap_write_PointerTo_interswitch__DoCustomProcessingResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoCustomProcessingResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoCustomProcessingResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, _interswitch__DoCustomProcessingResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoCustomProcessingResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoCustomProcessingResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoCustomProcessingResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoCustomProcessingResponse(struct soap*, _interswitch__DoCustomProcessingResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoCustomProcessing (280) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoCustomProcessing(struct soap*, _interswitch__DoCustomProcessing *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoCustomProcessing(struct soap*, const char *, int, _interswitch__DoCustomProcessing *const*, const char *); -SOAP_FMAC3 _interswitch__DoCustomProcessing ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoCustomProcessing(struct soap*, const char*, _interswitch__DoCustomProcessing **, const char*); - -#define soap_write_PointerTo_interswitch__DoCustomProcessing(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoCustomProcessing(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoCustomProcessing(struct soap*, _interswitch__DoCustomProcessing *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoCustomProcessing(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoCustomProcessing(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoCustomProcessing ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoCustomProcessing(struct soap*, _interswitch__DoCustomProcessing **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationTokenResponse (277) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, _interswitch__ResendActivationTokenResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, const char *, int, _interswitch__ResendActivationTokenResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, const char*, _interswitch__ResendActivationTokenResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ResendActivationTokenResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ResendActivationTokenResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ResendActivationTokenResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, _interswitch__ResendActivationTokenResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ResendActivationTokenResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ResendActivationTokenResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResendActivationTokenResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResendActivationTokenResponse(struct soap*, _interswitch__ResendActivationTokenResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ResendActivationToken (276) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResendActivationToken(struct soap*, _interswitch__ResendActivationToken *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResendActivationToken(struct soap*, const char *, int, _interswitch__ResendActivationToken *const*, const char *); -SOAP_FMAC3 _interswitch__ResendActivationToken ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResendActivationToken(struct soap*, const char*, _interswitch__ResendActivationToken **, const char*); - -#define soap_write_PointerTo_interswitch__ResendActivationToken(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ResendActivationToken(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResendActivationToken(struct soap*, _interswitch__ResendActivationToken *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ResendActivationToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ResendActivationToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResendActivationToken ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResendActivationToken(struct soap*, _interswitch__ResendActivationToken **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccountResponse (273) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, _interswitch__EditCustomerBillerAccountResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, const char *, int, _interswitch__EditCustomerBillerAccountResponse *const*, const char *); -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, const char*, _interswitch__EditCustomerBillerAccountResponse **, const char*); - -#define soap_write_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, _interswitch__EditCustomerBillerAccountResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__EditCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__EditCustomerBillerAccountResponse(struct soap*, _interswitch__EditCustomerBillerAccountResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch_PointerTo_interswitch__EditCustomerBillerAccount (272) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, _interswitch__EditCustomerBillerAccount *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, const char *, int, _interswitch__EditCustomerBillerAccount *const*, const char *); -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, const char*, _interswitch__EditCustomerBillerAccount **, const char*); - -#define soap_write_PointerTo_interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__EditCustomerBillerAccount(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, _interswitch__EditCustomerBillerAccount *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__EditCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__EditCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__EditCustomerBillerAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__EditCustomerBillerAccount(struct soap*, _interswitch__EditCustomerBillerAccount **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccountResponse (269) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, _interswitch__GetBillersCollectionsAccountResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, const char *, int, _interswitch__GetBillersCollectionsAccountResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, const char*, _interswitch__GetBillersCollectionsAccountResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, _interswitch__GetBillersCollectionsAccountResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillersCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersCollectionsAccountResponse(struct soap*, _interswitch__GetBillersCollectionsAccountResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersCollectionsAccount (268) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, _interswitch__GetBillersCollectionsAccount *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, const char *, int, _interswitch__GetBillersCollectionsAccount *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, const char*, _interswitch__GetBillersCollectionsAccount **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, _interswitch__GetBillersCollectionsAccount *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillersCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersCollectionsAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersCollectionsAccount(struct soap*, _interswitch__GetBillersCollectionsAccount **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccountResponse (265) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, _interswitch__GetCollectionsAccountResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, const char *, int, _interswitch__GetCollectionsAccountResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, const char*, _interswitch__GetCollectionsAccountResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, _interswitch__GetCollectionsAccountResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCollectionsAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCollectionsAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCollectionsAccountResponse(struct soap*, _interswitch__GetCollectionsAccountResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCollectionsAccount (264) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCollectionsAccount(struct soap*, _interswitch__GetCollectionsAccount *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCollectionsAccount(struct soap*, const char *, int, _interswitch__GetCollectionsAccount *const*, const char *); -SOAP_FMAC3 _interswitch__GetCollectionsAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCollectionsAccount(struct soap*, const char*, _interswitch__GetCollectionsAccount **, const char*); - -#define soap_write_PointerTo_interswitch__GetCollectionsAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCollectionsAccount(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCollectionsAccount(struct soap*, _interswitch__GetCollectionsAccount *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCollectionsAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCollectionsAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCollectionsAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCollectionsAccount(struct soap*, _interswitch__GetCollectionsAccount **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomerResponse (261) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, _interswitch__AddBillerCustomerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, const char *, int, _interswitch__AddBillerCustomerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, const char*, _interswitch__AddBillerCustomerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AddBillerCustomerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AddBillerCustomerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AddBillerCustomerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, _interswitch__AddBillerCustomerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AddBillerCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AddBillerCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddBillerCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddBillerCustomerResponse(struct soap*, _interswitch__AddBillerCustomerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AddBillerCustomer (260) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddBillerCustomer(struct soap*, _interswitch__AddBillerCustomer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddBillerCustomer(struct soap*, const char *, int, _interswitch__AddBillerCustomer *const*, const char *); -SOAP_FMAC3 _interswitch__AddBillerCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddBillerCustomer(struct soap*, const char*, _interswitch__AddBillerCustomer **, const char*); - -#define soap_write_PointerTo_interswitch__AddBillerCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AddBillerCustomer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddBillerCustomer(struct soap*, _interswitch__AddBillerCustomer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AddBillerCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AddBillerCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddBillerCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddBillerCustomer(struct soap*, _interswitch__AddBillerCustomer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPaymentsResponse (257) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, _interswitch__GetCustomerPaymentsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, const char *, int, _interswitch__GetCustomerPaymentsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, const char*, _interswitch__GetCustomerPaymentsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, _interswitch__GetCustomerPaymentsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCustomerPaymentsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerPaymentsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerPaymentsResponse(struct soap*, _interswitch__GetCustomerPaymentsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerPayments (256) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerPayments(struct soap*, _interswitch__GetCustomerPayments *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerPayments(struct soap*, const char *, int, _interswitch__GetCustomerPayments *const*, const char *); -SOAP_FMAC3 _interswitch__GetCustomerPayments ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerPayments(struct soap*, const char*, _interswitch__GetCustomerPayments **, const char*); - -#define soap_write_PointerTo_interswitch__GetCustomerPayments(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCustomerPayments(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerPayments(struct soap*, _interswitch__GetCustomerPayments *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCustomerPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCustomerPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerPayments ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerPayments(struct soap*, _interswitch__GetCustomerPayments **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccountsResponse (253) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, _interswitch__GetCustomerBillerAccountsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, const char *, int, _interswitch__GetCustomerBillerAccountsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, const char*, _interswitch__GetCustomerBillerAccountsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, _interswitch__GetCustomerBillerAccountsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCustomerBillerAccountsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccountsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerBillerAccountsResponse(struct soap*, _interswitch__GetCustomerBillerAccountsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetCustomerBillerAccounts (252) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, _interswitch__GetCustomerBillerAccounts *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, const char *, int, _interswitch__GetCustomerBillerAccounts *const*, const char *); -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, const char*, _interswitch__GetCustomerBillerAccounts **, const char*); - -#define soap_write_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, _interswitch__GetCustomerBillerAccounts *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetCustomerBillerAccounts(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetCustomerBillerAccounts ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetCustomerBillerAccounts(struct soap*, _interswitch__GetCustomerBillerAccounts **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccountResponse (249) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, _interswitch__AddCustomerBillerAccountResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, const char *, int, _interswitch__AddCustomerBillerAccountResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, const char*, _interswitch__AddCustomerBillerAccountResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, _interswitch__AddCustomerBillerAccountResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AddCustomerBillerAccountResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccountResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddCustomerBillerAccountResponse(struct soap*, _interswitch__AddCustomerBillerAccountResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AddCustomerBillerAccount (248) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, _interswitch__AddCustomerBillerAccount *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, const char *, int, _interswitch__AddCustomerBillerAccount *const*, const char *); -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, const char*, _interswitch__AddCustomerBillerAccount **, const char*); - -#define soap_write_PointerTo_interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AddCustomerBillerAccount(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, _interswitch__AddCustomerBillerAccount *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AddCustomerBillerAccount(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AddCustomerBillerAccount(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AddCustomerBillerAccount ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AddCustomerBillerAccount(struct soap*, _interswitch__AddCustomerBillerAccount **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendPaymentsResponse (245) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendPaymentsResponse(struct soap*, _interswitch__SendPaymentsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendPaymentsResponse(struct soap*, const char *, int, _interswitch__SendPaymentsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__SendPaymentsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendPaymentsResponse(struct soap*, const char*, _interswitch__SendPaymentsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__SendPaymentsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendPaymentsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendPaymentsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendPaymentsResponse(struct soap*, _interswitch__SendPaymentsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendPaymentsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendPaymentsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendPaymentsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendPaymentsResponse(struct soap*, _interswitch__SendPaymentsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendPayments (244) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendPayments(struct soap*, _interswitch__SendPayments *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendPayments(struct soap*, const char *, int, _interswitch__SendPayments *const*, const char *); -SOAP_FMAC3 _interswitch__SendPayments ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendPayments(struct soap*, const char*, _interswitch__SendPayments **, const char*); - -#define soap_write_PointerTo_interswitch__SendPayments(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendPayments(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendPayments(struct soap*, _interswitch__SendPayments *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendPayments(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendPayments(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendPayments ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendPayments(struct soap*, _interswitch__SendPayments **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdviceResponse (241) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, _interswitch__SendBillPaymentAdviceResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, const char *, int, _interswitch__SendBillPaymentAdviceResponse *const*, const char *); -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, const char*, _interswitch__SendBillPaymentAdviceResponse **, const char*); - -#define soap_write_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, _interswitch__SendBillPaymentAdviceResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendBillPaymentAdviceResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendBillPaymentAdviceResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendBillPaymentAdviceResponse(struct soap*, _interswitch__SendBillPaymentAdviceResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendBillPaymentAdvice (240) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, _interswitch__SendBillPaymentAdvice *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, const char *, int, _interswitch__SendBillPaymentAdvice *const*, const char *); -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, const char*, _interswitch__SendBillPaymentAdvice **, const char*); - -#define soap_write_PointerTo_interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendBillPaymentAdvice(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, _interswitch__SendBillPaymentAdvice *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendBillPaymentAdvice(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendBillPaymentAdvice(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendBillPaymentAdvice ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendBillPaymentAdvice(struct soap*, _interswitch__SendBillPaymentAdvice **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomerResponse (237) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, _interswitch__AuthenticateCustomerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, const char *, int, _interswitch__AuthenticateCustomerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, const char*, _interswitch__AuthenticateCustomerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, _interswitch__AuthenticateCustomerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateCustomerResponse(struct soap*, _interswitch__AuthenticateCustomerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateCustomer (236) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateCustomer(struct soap*, _interswitch__AuthenticateCustomer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateCustomer(struct soap*, const char *, int, _interswitch__AuthenticateCustomer *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateCustomer(struct soap*, const char*, _interswitch__AuthenticateCustomer **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateCustomer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateCustomer(struct soap*, _interswitch__AuthenticateCustomer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateCustomer(struct soap*, _interswitch__AuthenticateCustomer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiryResponse (233) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, _interswitch__DoBillPaymentInquiryResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, const char *, int, _interswitch__DoBillPaymentInquiryResponse *const*, const char *); -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, const char*, _interswitch__DoBillPaymentInquiryResponse **, const char*); - -#define soap_write_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, _interswitch__DoBillPaymentInquiryResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoBillPaymentInquiryResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiryResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoBillPaymentInquiryResponse(struct soap*, _interswitch__DoBillPaymentInquiryResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoBillPaymentInquiry (232) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, _interswitch__DoBillPaymentInquiry *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, const char *, int, _interswitch__DoBillPaymentInquiry *const*, const char *); -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, const char*, _interswitch__DoBillPaymentInquiry **, const char*); - -#define soap_write_PointerTo_interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoBillPaymentInquiry(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, _interswitch__DoBillPaymentInquiry *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoBillPaymentInquiry(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoBillPaymentInquiry(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoBillPaymentInquiry ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoBillPaymentInquiry(struct soap*, _interswitch__DoBillPaymentInquiry **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategoriesResponse (229) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, _interswitch__GetBillerCategoriesResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, const char *, int, _interswitch__GetBillerCategoriesResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, const char*, _interswitch__GetBillerCategoriesResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, _interswitch__GetBillerCategoriesResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillerCategoriesResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerCategoriesResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerCategoriesResponse(struct soap*, _interswitch__GetBillerCategoriesResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerCategories (228) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerCategories(struct soap*, _interswitch__GetBillerCategories *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerCategories(struct soap*, const char *, int, _interswitch__GetBillerCategories *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillerCategories ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerCategories(struct soap*, const char*, _interswitch__GetBillerCategories **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillerCategories(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillerCategories(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerCategories(struct soap*, _interswitch__GetBillerCategories *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillerCategories(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillerCategories(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerCategories ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerCategories(struct soap*, _interswitch__GetBillerCategories **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItemsResponse (225) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, _interswitch__GetBillerPaymentItemsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, const char *, int, _interswitch__GetBillerPaymentItemsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, const char*, _interswitch__GetBillerPaymentItemsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, _interswitch__GetBillerPaymentItemsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillerPaymentItemsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerPaymentItemsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerPaymentItemsResponse(struct soap*, _interswitch__GetBillerPaymentItemsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillerPaymentItems (224) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, _interswitch__GetBillerPaymentItems *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, const char *, int, _interswitch__GetBillerPaymentItems *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillerPaymentItems ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, const char*, _interswitch__GetBillerPaymentItems **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillerPaymentItems(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, _interswitch__GetBillerPaymentItems *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillerPaymentItems(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillerPaymentItems(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillerPaymentItems ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillerPaymentItems(struct soap*, _interswitch__GetBillerPaymentItems **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillersResponse (221) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, _interswitch__GetFeaturedBillersResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, const char *, int, _interswitch__GetFeaturedBillersResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, const char*, _interswitch__GetFeaturedBillersResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, _interswitch__GetFeaturedBillersResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetFeaturedBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetFeaturedBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetFeaturedBillersResponse(struct soap*, _interswitch__GetFeaturedBillersResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetFeaturedBillers (220) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetFeaturedBillers(struct soap*, _interswitch__GetFeaturedBillers *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetFeaturedBillers(struct soap*, const char *, int, _interswitch__GetFeaturedBillers *const*, const char *); -SOAP_FMAC3 _interswitch__GetFeaturedBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetFeaturedBillers(struct soap*, const char*, _interswitch__GetFeaturedBillers **, const char*); - -#define soap_write_PointerTo_interswitch__GetFeaturedBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetFeaturedBillers(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetFeaturedBillers(struct soap*, _interswitch__GetFeaturedBillers *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetFeaturedBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetFeaturedBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetFeaturedBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetFeaturedBillers(struct soap*, _interswitch__GetFeaturedBillers **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillersResponse (217) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, _interswitch__GetLatestBillersResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, const char *, int, _interswitch__GetLatestBillersResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetLatestBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, const char*, _interswitch__GetLatestBillersResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetLatestBillersResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetLatestBillersResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetLatestBillersResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, _interswitch__GetLatestBillersResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetLatestBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetLatestBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetLatestBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetLatestBillersResponse(struct soap*, _interswitch__GetLatestBillersResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetLatestBillers (216) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetLatestBillers(struct soap*, _interswitch__GetLatestBillers *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetLatestBillers(struct soap*, const char *, int, _interswitch__GetLatestBillers *const*, const char *); -SOAP_FMAC3 _interswitch__GetLatestBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetLatestBillers(struct soap*, const char*, _interswitch__GetLatestBillers **, const char*); - -#define soap_write_PointerTo_interswitch__GetLatestBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetLatestBillers(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetLatestBillers(struct soap*, _interswitch__GetLatestBillers *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetLatestBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetLatestBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetLatestBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetLatestBillers(struct soap*, _interswitch__GetLatestBillers **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillersResponse (213) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillersResponse(struct soap*, _interswitch__GetBillersResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillersResponse(struct soap*, const char *, int, _interswitch__GetBillersResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillersResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillersResponse(struct soap*, const char*, _interswitch__GetBillersResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillersResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillersResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillersResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillersResponse(struct soap*, _interswitch__GetBillersResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillersResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillersResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillersResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillersResponse(struct soap*, _interswitch__GetBillersResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetBillers (212) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetBillers(struct soap*, _interswitch__GetBillers *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetBillers(struct soap*, const char *, int, _interswitch__GetBillers *const*, const char *); -SOAP_FMAC3 _interswitch__GetBillers ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetBillers(struct soap*, const char*, _interswitch__GetBillers **, const char*); - -#define soap_write_PointerTo_interswitch__GetBillers(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetBillers(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetBillers(struct soap*, _interswitch__GetBillers *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetBillers(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetBillers(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetBillers ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetBillers(struct soap*, _interswitch__GetBillers **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetUserResponse (209) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetUserResponse(struct soap*, _interswitch__GetUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetUserResponse(struct soap*, const char *, int, _interswitch__GetUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetUserResponse(struct soap*, const char*, _interswitch__GetUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetUserResponse(struct soap*, _interswitch__GetUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetUserResponse(struct soap*, _interswitch__GetUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetUser (208) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetUser(struct soap*, _interswitch__GetUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetUser(struct soap*, const char *, int, _interswitch__GetUser *const*, const char *); -SOAP_FMAC3 _interswitch__GetUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetUser(struct soap*, const char*, _interswitch__GetUser **, const char*); - -#define soap_write_PointerTo_interswitch__GetUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetUser(struct soap*, _interswitch__GetUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetUser(struct soap*, _interswitch__GetUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse (205) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, _interswitch__AuthenticateUserSecurityTokenResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, const char *, int, _interswitch__AuthenticateUserSecurityTokenResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, const char*, _interswitch__AuthenticateUserSecurityTokenResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, _interswitch__AuthenticateUserSecurityTokenResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityTokenResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserSecurityTokenResponse(struct soap*, _interswitch__AuthenticateUserSecurityTokenResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserSecurityToken (204) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, _interswitch__AuthenticateUserSecurityToken *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, const char *, int, _interswitch__AuthenticateUserSecurityToken *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, const char*, _interswitch__AuthenticateUserSecurityToken **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, _interswitch__AuthenticateUserSecurityToken *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateUserSecurityToken(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserSecurityToken ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserSecurityToken(struct soap*, _interswitch__AuthenticateUserSecurityToken **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUserResponse (201) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, _interswitch__AuthenticateUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, const char *, int, _interswitch__AuthenticateUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, const char*, _interswitch__AuthenticateUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, _interswitch__AuthenticateUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUserResponse(struct soap*, _interswitch__AuthenticateUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthenticateUser (200) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthenticateUser(struct soap*, _interswitch__AuthenticateUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthenticateUser(struct soap*, const char *, int, _interswitch__AuthenticateUser *const*, const char *); -SOAP_FMAC3 _interswitch__AuthenticateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthenticateUser(struct soap*, const char*, _interswitch__AuthenticateUser **, const char*); - -#define soap_write_PointerTo_interswitch__AuthenticateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthenticateUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthenticateUser(struct soap*, _interswitch__AuthenticateUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthenticateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthenticateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthenticateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthenticateUser(struct soap*, _interswitch__AuthenticateUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPasswordResponse (197) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResetPasswordResponse(struct soap*, _interswitch__ResetPasswordResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResetPasswordResponse(struct soap*, const char *, int, _interswitch__ResetPasswordResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ResetPasswordResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResetPasswordResponse(struct soap*, const char*, _interswitch__ResetPasswordResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ResetPasswordResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ResetPasswordResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ResetPasswordResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResetPasswordResponse(struct soap*, _interswitch__ResetPasswordResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ResetPasswordResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ResetPasswordResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResetPasswordResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResetPasswordResponse(struct soap*, _interswitch__ResetPasswordResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ResetPassword (196) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ResetPassword(struct soap*, _interswitch__ResetPassword *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ResetPassword(struct soap*, const char *, int, _interswitch__ResetPassword *const*, const char *); -SOAP_FMAC3 _interswitch__ResetPassword ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ResetPassword(struct soap*, const char*, _interswitch__ResetPassword **, const char*); - -#define soap_write_PointerTo_interswitch__ResetPassword(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ResetPassword(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ResetPassword(struct soap*, _interswitch__ResetPassword *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ResetPassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ResetPassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ResetPassword ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ResetPassword(struct soap*, _interswitch__ResetPassword **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePasswordResponse (193) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ChangePasswordResponse(struct soap*, _interswitch__ChangePasswordResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ChangePasswordResponse(struct soap*, const char *, int, _interswitch__ChangePasswordResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ChangePasswordResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ChangePasswordResponse(struct soap*, const char*, _interswitch__ChangePasswordResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ChangePasswordResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ChangePasswordResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ChangePasswordResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ChangePasswordResponse(struct soap*, _interswitch__ChangePasswordResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ChangePasswordResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ChangePasswordResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ChangePasswordResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ChangePasswordResponse(struct soap*, _interswitch__ChangePasswordResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ChangePassword (192) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ChangePassword(struct soap*, _interswitch__ChangePassword *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ChangePassword(struct soap*, const char *, int, _interswitch__ChangePassword *const*, const char *); -SOAP_FMAC3 _interswitch__ChangePassword ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ChangePassword(struct soap*, const char*, _interswitch__ChangePassword **, const char*); - -#define soap_write_PointerTo_interswitch__ChangePassword(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ChangePassword(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ChangePassword(struct soap*, _interswitch__ChangePassword *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ChangePassword(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ChangePassword(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ChangePassword ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ChangePassword(struct soap*, _interswitch__ChangePassword **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUserResponse (189) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__UpdateUserResponse(struct soap*, _interswitch__UpdateUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__UpdateUserResponse(struct soap*, const char *, int, _interswitch__UpdateUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__UpdateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__UpdateUserResponse(struct soap*, const char*, _interswitch__UpdateUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__UpdateUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__UpdateUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__UpdateUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__UpdateUserResponse(struct soap*, _interswitch__UpdateUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__UpdateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__UpdateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__UpdateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__UpdateUserResponse(struct soap*, _interswitch__UpdateUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__UpdateUser (188) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__UpdateUser(struct soap*, _interswitch__UpdateUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__UpdateUser(struct soap*, const char *, int, _interswitch__UpdateUser *const*, const char *); -SOAP_FMAC3 _interswitch__UpdateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__UpdateUser(struct soap*, const char*, _interswitch__UpdateUser **, const char*); - -#define soap_write_PointerTo_interswitch__UpdateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__UpdateUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__UpdateUser(struct soap*, _interswitch__UpdateUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__UpdateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__UpdateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__UpdateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__UpdateUser(struct soap*, _interswitch__UpdateUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUserResponse (185) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ActivateUserResponse(struct soap*, _interswitch__ActivateUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ActivateUserResponse(struct soap*, const char *, int, _interswitch__ActivateUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ActivateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ActivateUserResponse(struct soap*, const char*, _interswitch__ActivateUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ActivateUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ActivateUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ActivateUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ActivateUserResponse(struct soap*, _interswitch__ActivateUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ActivateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ActivateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ActivateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ActivateUserResponse(struct soap*, _interswitch__ActivateUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ActivateUser (184) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ActivateUser(struct soap*, _interswitch__ActivateUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ActivateUser(struct soap*, const char *, int, _interswitch__ActivateUser *const*, const char *); -SOAP_FMAC3 _interswitch__ActivateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ActivateUser(struct soap*, const char*, _interswitch__ActivateUser **, const char*); - -#define soap_write_PointerTo_interswitch__ActivateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ActivateUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ActivateUser(struct soap*, _interswitch__ActivateUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ActivateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ActivateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ActivateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ActivateUser(struct soap*, _interswitch__ActivateUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUserResponse (181) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateUserResponse(struct soap*, _interswitch__CreateUserResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateUserResponse(struct soap*, const char *, int, _interswitch__CreateUserResponse *const*, const char *); -SOAP_FMAC3 _interswitch__CreateUserResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateUserResponse(struct soap*, const char*, _interswitch__CreateUserResponse **, const char*); - -#define soap_write_PointerTo_interswitch__CreateUserResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CreateUserResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CreateUserResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateUserResponse(struct soap*, _interswitch__CreateUserResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CreateUserResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CreateUserResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateUserResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateUserResponse(struct soap*, _interswitch__CreateUserResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CreateUser (180) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CreateUser(struct soap*, _interswitch__CreateUser *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CreateUser(struct soap*, const char *, int, _interswitch__CreateUser *const*, const char *); -SOAP_FMAC3 _interswitch__CreateUser ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CreateUser(struct soap*, const char*, _interswitch__CreateUser **, const char*); - -#define soap_write_PointerTo_interswitch__CreateUser(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CreateUser(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CreateUser(struct soap*, _interswitch__CreateUser *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CreateUser(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CreateUser(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CreateUser ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CreateUser(struct soap*, _interswitch__CreateUser **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettingsResponse (177) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, _interswitch__GetSystemSettingsResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, const char *, int, _interswitch__GetSystemSettingsResponse *const*, const char *); -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, const char*, _interswitch__GetSystemSettingsResponse **, const char*); - -#define soap_write_PointerTo_interswitch__GetSystemSettingsResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetSystemSettingsResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetSystemSettingsResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, _interswitch__GetSystemSettingsResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetSystemSettingsResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetSystemSettingsResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetSystemSettingsResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetSystemSettingsResponse(struct soap*, _interswitch__GetSystemSettingsResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch_PointerTo_interswitch__GetSystemSettings (176) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__GetSystemSettings(struct soap*, _interswitch__GetSystemSettings *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__GetSystemSettings(struct soap*, const char *, int, _interswitch__GetSystemSettings *const*, const char *); -SOAP_FMAC3 _interswitch__GetSystemSettings ** SOAP_FMAC4 soap_in_PointerTo_interswitch__GetSystemSettings(struct soap*, const char*, _interswitch__GetSystemSettings **, const char*); - -#define soap_write_PointerTo_interswitch__GetSystemSettings(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__GetSystemSettings(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__GetSystemSettings(struct soap*, _interswitch__GetSystemSettings *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__GetSystemSettings(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__GetSystemSettings(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__GetSystemSettings ** SOAP_FMAC4 soap_get_PointerTo_interswitch__GetSystemSettings(struct soap*, _interswitch__GetSystemSettings **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransactionResponse (173) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransactionResponse(struct soap*, _interswitch__QueryTransactionResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransactionResponse(struct soap*, const char *, int, _interswitch__QueryTransactionResponse *const*, const char *); -SOAP_FMAC3 _interswitch__QueryTransactionResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransactionResponse(struct soap*, const char*, _interswitch__QueryTransactionResponse **, const char*); - -#define soap_write_PointerTo_interswitch__QueryTransactionResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__QueryTransactionResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__QueryTransactionResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransactionResponse(struct soap*, _interswitch__QueryTransactionResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__QueryTransactionResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__QueryTransactionResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransactionResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransactionResponse(struct soap*, _interswitch__QueryTransactionResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction -#define SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransaction (172) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransaction(struct soap*, _interswitch__QueryTransaction *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransaction(struct soap*, const char *, int, _interswitch__QueryTransaction *const*, const char *); -SOAP_FMAC3 _interswitch__QueryTransaction ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransaction(struct soap*, const char*, _interswitch__QueryTransaction **, const char*); - -#define soap_write_PointerTo_interswitch__QueryTransaction(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__QueryTransaction(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransaction(struct soap*, _interswitch__QueryTransaction *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__QueryTransaction(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__QueryTransaction(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransaction ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransaction(struct soap*, _interswitch__QueryTransaction **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheckResponse (169) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__StatusCheckResponse(struct soap*, _interswitch__StatusCheckResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__StatusCheckResponse(struct soap*, const char *, int, _interswitch__StatusCheckResponse *const*, const char *); -SOAP_FMAC3 _interswitch__StatusCheckResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__StatusCheckResponse(struct soap*, const char*, _interswitch__StatusCheckResponse **, const char*); - -#define soap_write_PointerTo_interswitch__StatusCheckResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__StatusCheckResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__StatusCheckResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__StatusCheckResponse(struct soap*, _interswitch__StatusCheckResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__StatusCheckResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__StatusCheckResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__StatusCheckResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__StatusCheckResponse(struct soap*, _interswitch__StatusCheckResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck -#define SOAP_TYPE_interswitch_PointerTo_interswitch__StatusCheck (168) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__StatusCheck(struct soap*, _interswitch__StatusCheck *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__StatusCheck(struct soap*, const char *, int, _interswitch__StatusCheck *const*, const char *); -SOAP_FMAC3 _interswitch__StatusCheck ** SOAP_FMAC4 soap_in_PointerTo_interswitch__StatusCheck(struct soap*, const char*, _interswitch__StatusCheck **, const char*); - -#define soap_write_PointerTo_interswitch__StatusCheck(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__StatusCheck(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__StatusCheck(struct soap*, _interswitch__StatusCheck *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__StatusCheck(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__StatusCheck(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__StatusCheck ** SOAP_FMAC4 soap_get_PointerTo_interswitch__StatusCheck(struct soap*, _interswitch__StatusCheck **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOutResponse (165) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, _interswitch__ReverseCashOutResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, const char *, int, _interswitch__ReverseCashOutResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ReverseCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, const char*, _interswitch__ReverseCashOutResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ReverseCashOutResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ReverseCashOutResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ReverseCashOutResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, _interswitch__ReverseCashOutResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ReverseCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ReverseCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ReverseCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ReverseCashOutResponse(struct soap*, _interswitch__ReverseCashOutResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ReverseCashOut (164) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ReverseCashOut(struct soap*, _interswitch__ReverseCashOut *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ReverseCashOut(struct soap*, const char *, int, _interswitch__ReverseCashOut *const*, const char *); -SOAP_FMAC3 _interswitch__ReverseCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ReverseCashOut(struct soap*, const char*, _interswitch__ReverseCashOut **, const char*); - -#define soap_write_PointerTo_interswitch__ReverseCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ReverseCashOut(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ReverseCashOut(struct soap*, _interswitch__ReverseCashOut *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ReverseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ReverseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ReverseCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ReverseCashOut(struct soap*, _interswitch__ReverseCashOut **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOutResponse (161) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, _interswitch__AuthoriseAccountCashOutResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, const char *, int, _interswitch__AuthoriseAccountCashOutResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, const char*, _interswitch__AuthoriseAccountCashOutResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, _interswitch__AuthoriseAccountCashOutResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthoriseAccountCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseAccountCashOutResponse(struct soap*, _interswitch__AuthoriseAccountCashOutResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseAccountCashOut (160) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, _interswitch__AuthoriseAccountCashOut *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, const char *, int, _interswitch__AuthoriseAccountCashOut *const*, const char *); -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, const char*, _interswitch__AuthoriseAccountCashOut **, const char*); - -#define soap_write_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, _interswitch__AuthoriseAccountCashOut *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthoriseAccountCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseAccountCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseAccountCashOut(struct soap*, _interswitch__AuthoriseAccountCashOut **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOutResponse (157) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, _interswitch__AuthoriseCashOutResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, const char *, int, _interswitch__AuthoriseCashOutResponse *const*, const char *); -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, const char*, _interswitch__AuthoriseCashOutResponse **, const char*); - -#define soap_write_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, _interswitch__AuthoriseCashOutResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthoriseCashOutResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseCashOutResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseCashOutResponse(struct soap*, _interswitch__AuthoriseCashOutResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch_PointerTo_interswitch__AuthoriseCashOut (156) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__AuthoriseCashOut(struct soap*, _interswitch__AuthoriseCashOut *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__AuthoriseCashOut(struct soap*, const char *, int, _interswitch__AuthoriseCashOut *const*, const char *); -SOAP_FMAC3 _interswitch__AuthoriseCashOut ** SOAP_FMAC4 soap_in_PointerTo_interswitch__AuthoriseCashOut(struct soap*, const char*, _interswitch__AuthoriseCashOut **, const char*); - -#define soap_write_PointerTo_interswitch__AuthoriseCashOut(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__AuthoriseCashOut(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__AuthoriseCashOut(struct soap*, _interswitch__AuthoriseCashOut *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__AuthoriseCashOut(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__AuthoriseCashOut(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__AuthoriseCashOut ** SOAP_FMAC4 soap_get_PointerTo_interswitch__AuthoriseCashOut(struct soap*, _interswitch__AuthoriseCashOut **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransferResponse (153) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransferResponse(struct soap*, _interswitch__QueryTransferResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransferResponse(struct soap*, const char *, int, _interswitch__QueryTransferResponse *const*, const char *); -SOAP_FMAC3 _interswitch__QueryTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransferResponse(struct soap*, const char*, _interswitch__QueryTransferResponse **, const char*); - -#define soap_write_PointerTo_interswitch__QueryTransferResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__QueryTransferResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__QueryTransferResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransferResponse(struct soap*, _interswitch__QueryTransferResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__QueryTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__QueryTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransferResponse(struct soap*, _interswitch__QueryTransferResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__QueryTransfer (152) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__QueryTransfer(struct soap*, _interswitch__QueryTransfer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__QueryTransfer(struct soap*, const char *, int, _interswitch__QueryTransfer *const*, const char *); -SOAP_FMAC3 _interswitch__QueryTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__QueryTransfer(struct soap*, const char*, _interswitch__QueryTransfer **, const char*); - -#define soap_write_PointerTo_interswitch__QueryTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__QueryTransfer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__QueryTransfer(struct soap*, _interswitch__QueryTransfer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__QueryTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__QueryTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__QueryTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__QueryTransfer(struct soap*, _interswitch__QueryTransfer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKeyResponse (149) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, _interswitch__SendSessionKeyResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, const char *, int, _interswitch__SendSessionKeyResponse *const*, const char *); -SOAP_FMAC3 _interswitch__SendSessionKeyResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, const char*, _interswitch__SendSessionKeyResponse **, const char*); - -#define soap_write_PointerTo_interswitch__SendSessionKeyResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendSessionKeyResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendSessionKeyResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, _interswitch__SendSessionKeyResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendSessionKeyResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendSessionKeyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendSessionKeyResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendSessionKeyResponse(struct soap*, _interswitch__SendSessionKeyResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey -#define SOAP_TYPE_interswitch_PointerTo_interswitch__SendSessionKey (148) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__SendSessionKey(struct soap*, _interswitch__SendSessionKey *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__SendSessionKey(struct soap*, const char *, int, _interswitch__SendSessionKey *const*, const char *); -SOAP_FMAC3 _interswitch__SendSessionKey ** SOAP_FMAC4 soap_in_PointerTo_interswitch__SendSessionKey(struct soap*, const char*, _interswitch__SendSessionKey **, const char*); - -#define soap_write_PointerTo_interswitch__SendSessionKey(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__SendSessionKey(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__SendSessionKey(struct soap*, _interswitch__SendSessionKey *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__SendSessionKey(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__SendSessionKey(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__SendSessionKey ** SOAP_FMAC4 soap_get_PointerTo_interswitch__SendSessionKey(struct soap*, _interswitch__SendSessionKey **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransferResponse (145) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CancelTransferResponse(struct soap*, _interswitch__CancelTransferResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CancelTransferResponse(struct soap*, const char *, int, _interswitch__CancelTransferResponse *const*, const char *); -SOAP_FMAC3 _interswitch__CancelTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CancelTransferResponse(struct soap*, const char*, _interswitch__CancelTransferResponse **, const char*); - -#define soap_write_PointerTo_interswitch__CancelTransferResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CancelTransferResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CancelTransferResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CancelTransferResponse(struct soap*, _interswitch__CancelTransferResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CancelTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CancelTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CancelTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CancelTransferResponse(struct soap*, _interswitch__CancelTransferResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__CancelTransfer (144) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__CancelTransfer(struct soap*, _interswitch__CancelTransfer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__CancelTransfer(struct soap*, const char *, int, _interswitch__CancelTransfer *const*, const char *); -SOAP_FMAC3 _interswitch__CancelTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__CancelTransfer(struct soap*, const char*, _interswitch__CancelTransfer **, const char*); - -#define soap_write_PointerTo_interswitch__CancelTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__CancelTransfer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__CancelTransfer(struct soap*, _interswitch__CancelTransfer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__CancelTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__CancelTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__CancelTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__CancelTransfer(struct soap*, _interswitch__CancelTransfer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransferResponse (141) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoTransferResponse(struct soap*, _interswitch__DoTransferResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoTransferResponse(struct soap*, const char *, int, _interswitch__DoTransferResponse *const*, const char *); -SOAP_FMAC3 _interswitch__DoTransferResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoTransferResponse(struct soap*, const char*, _interswitch__DoTransferResponse **, const char*); - -#define soap_write_PointerTo_interswitch__DoTransferResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoTransferResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoTransferResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoTransferResponse(struct soap*, _interswitch__DoTransferResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoTransferResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoTransferResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoTransferResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoTransferResponse(struct soap*, _interswitch__DoTransferResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__DoTransfer (140) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__DoTransfer(struct soap*, _interswitch__DoTransfer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__DoTransfer(struct soap*, const char *, int, _interswitch__DoTransfer *const*, const char *); -SOAP_FMAC3 _interswitch__DoTransfer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__DoTransfer(struct soap*, const char*, _interswitch__DoTransfer **, const char*); - -#define soap_write_PointerTo_interswitch__DoTransfer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__DoTransfer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__DoTransfer(struct soap*, _interswitch__DoTransfer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__DoTransfer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__DoTransfer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__DoTransfer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__DoTransfer(struct soap*, _interswitch__DoTransfer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomerResponse (137) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, _interswitch__ValidateCustomerResponse *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, const char *, int, _interswitch__ValidateCustomerResponse *const*, const char *); -SOAP_FMAC3 _interswitch__ValidateCustomerResponse ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, const char*, _interswitch__ValidateCustomerResponse **, const char*); - -#define soap_write_PointerTo_interswitch__ValidateCustomerResponse(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ValidateCustomerResponse(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ValidateCustomerResponse(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, _interswitch__ValidateCustomerResponse *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ValidateCustomerResponse(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ValidateCustomerResponse(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ValidateCustomerResponse ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ValidateCustomerResponse(struct soap*, _interswitch__ValidateCustomerResponse **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch_PointerTo_interswitch__ValidateCustomer (136) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTo_interswitch__ValidateCustomer(struct soap*, _interswitch__ValidateCustomer *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTo_interswitch__ValidateCustomer(struct soap*, const char *, int, _interswitch__ValidateCustomer *const*, const char *); -SOAP_FMAC3 _interswitch__ValidateCustomer ** SOAP_FMAC4 soap_in_PointerTo_interswitch__ValidateCustomer(struct soap*, const char*, _interswitch__ValidateCustomer **, const char*); - -#define soap_write_PointerTo_interswitch__ValidateCustomer(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTo_interswitch__ValidateCustomer(soap, data), 0) || interswitch::soap_put_PointerTo_interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTo_interswitch__ValidateCustomer(struct soap*, _interswitch__ValidateCustomer *const*, const char*, const char*); - -#define soap_read_PointerTo_interswitch__ValidateCustomer(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTo_interswitch__ValidateCustomer(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 _interswitch__ValidateCustomer ** SOAP_FMAC4 soap_get_PointerTo_interswitch__ValidateCustomer(struct soap*, _interswitch__ValidateCustomer **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTostd__string -#define SOAP_TYPE_interswitch_PointerTostd__string (135) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTostd__string(struct soap*, std::string *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTostd__string(struct soap*, const char *, int, std::string *const*, const char *); -SOAP_FMAC3 std::string ** SOAP_FMAC4 soap_in_PointerTostd__string(struct soap*, const char*, std::string **, const char*); - -#define soap_write_PointerTostd__string(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTostd__string(soap, data), 0) || interswitch::soap_put_PointerTostd__string(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTostd__string(struct soap*, std::string *const*, const char*, const char*); - -#define soap_read_PointerTostd__string(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTostd__string(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 std::string ** SOAP_FMAC4 soap_get_PointerTostd__string(struct soap*, std::string **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_PointerTounsignedByte -#define SOAP_TYPE_interswitch_PointerTounsignedByte (22) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTounsignedByte(struct soap*, unsigned char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTounsignedByte(struct soap*, const char *, int, unsigned char *const*, const char *); -SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_in_PointerTounsignedByte(struct soap*, const char*, unsigned char **, const char*); - -#define soap_write_PointerTounsignedByte(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_PointerTounsignedByte(soap, data), 0) || interswitch::soap_put_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTounsignedByte(struct soap*, unsigned char *const*, const char*, const char*); - -#define soap_read_PointerTounsignedByte(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_PointerTounsignedByte(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 unsigned char ** SOAP_FMAC4 soap_get_PointerTounsignedByte(struct soap*, unsigned char **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch__QName -#define SOAP_TYPE_interswitch__QName (5) -#endif - -#define soap_default__QName(soap, a) soap_default_string(soap, a) - - -#define soap_serialize__QName(soap, a) soap_serialize_string(soap, a) - -SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*); - -#define soap_write__QName(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize__QName(soap, data), 0) || interswitch::soap_put__QName(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*); - -#define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*); - -#ifndef SOAP_TYPE_interswitch_string -#define SOAP_TYPE_interswitch_string (4) -#endif -SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **); -SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*); -SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*); -SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*); - -#define soap_write_string(soap, data) ( soap_begin_send(soap) || (interswitch::soap_serialize_string(soap, data), 0) || interswitch::soap_put_string(soap, data, NULL, NULL) || soap_end_send(soap) ) - -SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*); - -#define soap_read_string(soap, data) ( soap_begin_recv(soap) || !interswitch::soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap) ) - -SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*); - -} // namespace interswitch - - -#endif - -/* End of interswitchH.h */ diff --git a/coregrade/src/shared_tool/soap/interswitchStub.h b/coregrade/src/shared_tool/soap/interswitchStub.h deleted file mode 100644 index ebd31b9..0000000 --- a/coregrade/src/shared_tool/soap/interswitchStub.h +++ /dev/null @@ -1,2730 +0,0 @@ -/* interswitchStub.h - Generated by gSOAP 2.7.16 from QuickTellerService.h - Copyright(C) 2000-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. - This part of the software is released under one of the following licenses: - GPL, the gSOAP public license, or Genivia's license for commercial use. -*/ - -#ifndef interswitchStub_H -#define interswitchStub_H -#include -#define SOAP_NAMESPACE_OF_interswitch "http://services.interswitchng.com/quicktellerservice/" -#define SOAP_NAMESPACE_OF_interswitch2 "http://schemas.microsoft.com/2003/10/Serialization/" -#ifndef WITH_NONAMESPACES -#define WITH_NONAMESPACES -#endif -#ifndef WITH_NOGLOBAL -#define WITH_NOGLOBAL -#endif -#include "stdsoap2.h" - -namespace interswitch { - -/******************************************************************************\ - * * - * Enumerations * - * * -\******************************************************************************/ - - -/******************************************************************************\ - * * - * Types with Custom Serializers * - * * -\******************************************************************************/ - -#ifndef SOAP_TYPE_interswitch_xsd__QName -#define SOAP_TYPE_interswitch_xsd__QName (15) -typedef std::string xsd__QName; -#endif - - -/******************************************************************************\ - * * - * Classes and Structs * - * * -\******************************************************************************/ - - -#if 0 /* volatile type: do not redeclare here */ - -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__anyType -#define SOAP_TYPE_interswitch_xsd__anyType (8) -/* Primitive xsd:anyType schema type: */ -class SOAP_CMAC xsd__anyType -{ -public: - char *__item; - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 8; } /* = unique id SOAP_TYPE_interswitch_xsd__anyType */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__anyType(): __item(NULL), soap(NULL) { xsd__anyType::soap_default(NULL); } - virtual ~xsd__anyType() { } -}; -#endif - -#if 0 /* volatile type: do not redeclare here */ - -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__ID_ -#define SOAP_TYPE_interswitch_xsd__ID_ (12) -/* Primitive xsd:ID schema type: */ -class SOAP_CMAC xsd__ID_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 12; } /* = unique id SOAP_TYPE_interswitch_xsd__ID_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__ID_() { xsd__ID_::soap_default(NULL); } - virtual ~xsd__ID_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__IDREF_ -#define SOAP_TYPE_interswitch_xsd__IDREF_ (14) -/* Primitive xsd:IDREF schema type: */ -class SOAP_CMAC xsd__IDREF_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 14; } /* = unique id SOAP_TYPE_interswitch_xsd__IDREF_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__IDREF_() { xsd__IDREF_::soap_default(NULL); } - virtual ~xsd__IDREF_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__QName_ -#define SOAP_TYPE_interswitch_xsd__QName_ (16) -/* Primitive xsd:QName schema type: */ -class SOAP_CMAC xsd__QName_ : public xsd__anyType -{ -public: - xsd__QName __item; -public: - virtual int soap_type() const { return 16; } /* = unique id SOAP_TYPE_interswitch_xsd__QName_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__QName_() { xsd__QName_::soap_default(NULL); } - virtual ~xsd__QName_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__anyURI_ -#define SOAP_TYPE_interswitch_xsd__anyURI_ (18) -/* Primitive xsd:anyURI schema type: */ -class SOAP_CMAC xsd__anyURI_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 18; } /* = unique id SOAP_TYPE_interswitch_xsd__anyURI_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__anyURI_() { xsd__anyURI_::soap_default(NULL); } - virtual ~xsd__anyURI_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__base64Binary -#define SOAP_TYPE_interswitch_xsd__base64Binary (19) -/* Base64 schema type: */ -class SOAP_CMAC xsd__base64Binary -{ -public: - unsigned char *__ptr; - int __size; - char *id; /* optional element of type xsd:string */ - char *type; /* optional element of type xsd:string */ - char *options; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 19; } /* = unique id SOAP_TYPE_interswitch_xsd__base64Binary */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__base64Binary(): __ptr(NULL), id(NULL), type(NULL), options(NULL), soap(NULL) { xsd__base64Binary::soap_default(NULL); } - virtual ~xsd__base64Binary() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__base64Binary_ -#define SOAP_TYPE_interswitch_xsd__base64Binary_ (23) -/* Primitive xsd:base64Binary schema type: */ -class SOAP_CMAC xsd__base64Binary_ : public xsd__anyType -{ -public: - xsd__base64Binary __item; -public: - virtual int soap_type() const { return 23; } /* = unique id SOAP_TYPE_interswitch_xsd__base64Binary_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__base64Binary_() { xsd__base64Binary_::soap_default(NULL); } - virtual ~xsd__base64Binary_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__boolean -#define SOAP_TYPE_interswitch_xsd__boolean (24) -/* Primitive xsd:boolean schema type: */ -class SOAP_CMAC xsd__boolean : public xsd__anyType -{ -public: - bool __item; -public: - virtual int soap_type() const { return 24; } /* = unique id SOAP_TYPE_interswitch_xsd__boolean */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__boolean() { xsd__boolean::soap_default(NULL); } - virtual ~xsd__boolean() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__byte_ -#define SOAP_TYPE_interswitch_xsd__byte_ (27) -/* Primitive xsd:byte schema type: */ -class SOAP_CMAC xsd__byte_ : public xsd__anyType -{ -public: - char __item; -public: - virtual int soap_type() const { return 27; } /* = unique id SOAP_TYPE_interswitch_xsd__byte_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__byte_() { xsd__byte_::soap_default(NULL); } - virtual ~xsd__byte_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__dateTime -#define SOAP_TYPE_interswitch_xsd__dateTime (28) -/* Primitive xsd:dateTime schema type: */ -class SOAP_CMAC xsd__dateTime : public xsd__anyType -{ -public: - time_t __item; -public: - virtual int soap_type() const { return 28; } /* = unique id SOAP_TYPE_interswitch_xsd__dateTime */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__dateTime() { xsd__dateTime::soap_default(NULL); } - virtual ~xsd__dateTime() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__decimal_ -#define SOAP_TYPE_interswitch_xsd__decimal_ (31) -/* Primitive xsd:decimal schema type: */ -class SOAP_CMAC xsd__decimal_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 31; } /* = unique id SOAP_TYPE_interswitch_xsd__decimal_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__decimal_() { xsd__decimal_::soap_default(NULL); } - virtual ~xsd__decimal_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__double -#define SOAP_TYPE_interswitch_xsd__double (32) -/* Primitive xsd:double schema type: */ -class SOAP_CMAC xsd__double : public xsd__anyType -{ -public: - double __item; -public: - virtual int soap_type() const { return 32; } /* = unique id SOAP_TYPE_interswitch_xsd__double */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__double() { xsd__double::soap_default(NULL); } - virtual ~xsd__double() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__duration_ -#define SOAP_TYPE_interswitch_xsd__duration_ (35) -/* Primitive xsd:duration schema type: */ -class SOAP_CMAC xsd__duration_ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 35; } /* = unique id SOAP_TYPE_interswitch_xsd__duration_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__duration_() { xsd__duration_::soap_default(NULL); } - virtual ~xsd__duration_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__float -#define SOAP_TYPE_interswitch_xsd__float (36) -/* Primitive xsd:float schema type: */ -class SOAP_CMAC xsd__float : public xsd__anyType -{ -public: - float __item; -public: - virtual int soap_type() const { return 36; } /* = unique id SOAP_TYPE_interswitch_xsd__float */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__float() { xsd__float::soap_default(NULL); } - virtual ~xsd__float() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__int -#define SOAP_TYPE_interswitch_xsd__int (38) -/* Primitive xsd:int schema type: */ -class SOAP_CMAC xsd__int : public xsd__anyType -{ -public: - int __item; -public: - virtual int soap_type() const { return 38; } /* = unique id SOAP_TYPE_interswitch_xsd__int */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__int() { xsd__int::soap_default(NULL); } - virtual ~xsd__int() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__long -#define SOAP_TYPE_interswitch_xsd__long (39) -/* Primitive xsd:long schema type: */ -class SOAP_CMAC xsd__long : public xsd__anyType -{ -public: - LONG64 __item; -public: - virtual int soap_type() const { return 39; } /* = unique id SOAP_TYPE_interswitch_xsd__long */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__long() { xsd__long::soap_default(NULL); } - virtual ~xsd__long() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__short -#define SOAP_TYPE_interswitch_xsd__short (41) -/* Primitive xsd:short schema type: */ -class SOAP_CMAC xsd__short : public xsd__anyType -{ -public: - short __item; -public: - virtual int soap_type() const { return 41; } /* = unique id SOAP_TYPE_interswitch_xsd__short */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__short() { xsd__short::soap_default(NULL); } - virtual ~xsd__short() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__string -#define SOAP_TYPE_interswitch_xsd__string (43) -/* Primitive xsd:string schema type: */ -class SOAP_CMAC xsd__string : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 43; } /* = unique id SOAP_TYPE_interswitch_xsd__string */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__string() { xsd__string::soap_default(NULL); } - virtual ~xsd__string() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedByte_ -#define SOAP_TYPE_interswitch_xsd__unsignedByte_ (45) -/* Primitive xsd:unsignedByte schema type: */ -class SOAP_CMAC xsd__unsignedByte_ : public xsd__anyType -{ -public: - unsigned char __item; -public: - virtual int soap_type() const { return 45; } /* = unique id SOAP_TYPE_interswitch_xsd__unsignedByte_ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__unsignedByte_() { xsd__unsignedByte_::soap_default(NULL); } - virtual ~xsd__unsignedByte_() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedInt -#define SOAP_TYPE_interswitch_xsd__unsignedInt (46) -/* Primitive xsd:unsignedInt schema type: */ -class SOAP_CMAC xsd__unsignedInt : public xsd__anyType -{ -public: - unsigned int __item; -public: - virtual int soap_type() const { return 46; } /* = unique id SOAP_TYPE_interswitch_xsd__unsignedInt */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__unsignedInt() { xsd__unsignedInt::soap_default(NULL); } - virtual ~xsd__unsignedInt() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedLong -#define SOAP_TYPE_interswitch_xsd__unsignedLong (47) -/* Primitive xsd:unsignedLong schema type: */ -class SOAP_CMAC xsd__unsignedLong : public xsd__anyType -{ -public: - ULONG64 __item; -public: - virtual int soap_type() const { return 47; } /* = unique id SOAP_TYPE_interswitch_xsd__unsignedLong */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__unsignedLong() { xsd__unsignedLong::soap_default(NULL); } - virtual ~xsd__unsignedLong() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedShort -#define SOAP_TYPE_interswitch_xsd__unsignedShort (49) -/* Primitive xsd:unsignedShort schema type: */ -class SOAP_CMAC xsd__unsignedShort : public xsd__anyType -{ -public: - unsigned short __item; -public: - virtual int soap_type() const { return 49; } /* = unique id SOAP_TYPE_interswitch_xsd__unsignedShort */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - xsd__unsignedShort() { xsd__unsignedShort::soap_default(NULL); } - virtual ~xsd__unsignedShort() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__char__ -#define SOAP_TYPE_interswitch_interswitch2__char__ (130) -/* Primitive interswitch2:char schema type: */ -class SOAP_CMAC interswitch2__char__ : public xsd__anyType -{ -public: - int __item; -public: - virtual int soap_type() const { return 130; } /* = unique id SOAP_TYPE_interswitch_interswitch2__char__ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - interswitch2__char__() { interswitch2__char__::soap_default(NULL); } - virtual ~interswitch2__char__() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__duration__ -#define SOAP_TYPE_interswitch_interswitch2__duration__ (132) -/* Primitive interswitch2:duration schema type: */ -class SOAP_CMAC interswitch2__duration__ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 132; } /* = unique id SOAP_TYPE_interswitch_interswitch2__duration__ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - interswitch2__duration__() { interswitch2__duration__::soap_default(NULL); } - virtual ~interswitch2__duration__() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__guid__ -#define SOAP_TYPE_interswitch_interswitch2__guid__ (134) -/* Primitive interswitch2:guid schema type: */ -class SOAP_CMAC interswitch2__guid__ : public xsd__anyType -{ -public: - std::string __item; -public: - virtual int soap_type() const { return 134; } /* = unique id SOAP_TYPE_interswitch_interswitch2__guid__ */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - interswitch2__guid__() { interswitch2__guid__::soap_default(NULL); } - virtual ~interswitch2__guid__() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch__interswitch__ValidateCustomer (51) -/* interswitch:ValidateCustomer */ -class SOAP_CMAC _interswitch__ValidateCustomer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 51; } /* = unique id SOAP_TYPE_interswitch__interswitch__ValidateCustomer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ValidateCustomer(): xmlParams(NULL), soap(NULL) { _interswitch__ValidateCustomer::soap_default(NULL); } - virtual ~_interswitch__ValidateCustomer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse (52) -/* interswitch:ValidateCustomerResponse */ -class SOAP_CMAC _interswitch__ValidateCustomerResponse -{ -public: - std::string *ValidateCustomerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 52; } /* = unique id SOAP_TYPE_interswitch__interswitch__ValidateCustomerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ValidateCustomerResponse(): ValidateCustomerResult(NULL), soap(NULL) { _interswitch__ValidateCustomerResponse::soap_default(NULL); } - virtual ~_interswitch__ValidateCustomerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoTransfer -#define SOAP_TYPE_interswitch__interswitch__DoTransfer (53) -/* interswitch:DoTransfer */ -class SOAP_CMAC _interswitch__DoTransfer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 53; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoTransfer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoTransfer(): xmlParams(NULL), soap(NULL) { _interswitch__DoTransfer::soap_default(NULL); } - virtual ~_interswitch__DoTransfer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoTransferResponse -#define SOAP_TYPE_interswitch__interswitch__DoTransferResponse (54) -/* interswitch:DoTransferResponse */ -class SOAP_CMAC _interswitch__DoTransferResponse -{ -public: - std::string *DoTransferResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 54; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoTransferResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoTransferResponse(): DoTransferResult(NULL), soap(NULL) { _interswitch__DoTransferResponse::soap_default(NULL); } - virtual ~_interswitch__DoTransferResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CancelTransfer -#define SOAP_TYPE_interswitch__interswitch__CancelTransfer (55) -/* interswitch:CancelTransfer */ -class SOAP_CMAC _interswitch__CancelTransfer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 55; } /* = unique id SOAP_TYPE_interswitch__interswitch__CancelTransfer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CancelTransfer(): xmlParams(NULL), soap(NULL) { _interswitch__CancelTransfer::soap_default(NULL); } - virtual ~_interswitch__CancelTransfer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CancelTransferResponse -#define SOAP_TYPE_interswitch__interswitch__CancelTransferResponse (56) -/* interswitch:CancelTransferResponse */ -class SOAP_CMAC _interswitch__CancelTransferResponse -{ -public: - std::string *CancelTransferResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 56; } /* = unique id SOAP_TYPE_interswitch__interswitch__CancelTransferResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CancelTransferResponse(): CancelTransferResult(NULL), soap(NULL) { _interswitch__CancelTransferResponse::soap_default(NULL); } - virtual ~_interswitch__CancelTransferResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendSessionKey -#define SOAP_TYPE_interswitch__interswitch__SendSessionKey (57) -/* interswitch:SendSessionKey */ -class SOAP_CMAC _interswitch__SendSessionKey -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 57; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendSessionKey */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendSessionKey(): xmlParams(NULL), soap(NULL) { _interswitch__SendSessionKey::soap_default(NULL); } - virtual ~_interswitch__SendSessionKey() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse -#define SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse (58) -/* interswitch:SendSessionKeyResponse */ -class SOAP_CMAC _interswitch__SendSessionKeyResponse -{ -public: - std::string *SendSessionKeyResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 58; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendSessionKeyResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendSessionKeyResponse(): SendSessionKeyResult(NULL), soap(NULL) { _interswitch__SendSessionKeyResponse::soap_default(NULL); } - virtual ~_interswitch__SendSessionKeyResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransfer -#define SOAP_TYPE_interswitch__interswitch__QueryTransfer (59) -/* interswitch:QueryTransfer */ -class SOAP_CMAC _interswitch__QueryTransfer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 59; } /* = unique id SOAP_TYPE_interswitch__interswitch__QueryTransfer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__QueryTransfer(): xmlParams(NULL), soap(NULL) { _interswitch__QueryTransfer::soap_default(NULL); } - virtual ~_interswitch__QueryTransfer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransferResponse -#define SOAP_TYPE_interswitch__interswitch__QueryTransferResponse (60) -/* interswitch:QueryTransferResponse */ -class SOAP_CMAC _interswitch__QueryTransferResponse -{ -public: - std::string *QueryTransferResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 60; } /* = unique id SOAP_TYPE_interswitch__interswitch__QueryTransferResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__QueryTransferResponse(): QueryTransferResult(NULL), soap(NULL) { _interswitch__QueryTransferResponse::soap_default(NULL); } - virtual ~_interswitch__QueryTransferResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut (61) -/* interswitch:AuthoriseCashOut */ -class SOAP_CMAC _interswitch__AuthoriseCashOut -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 61; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthoriseCashOut */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthoriseCashOut(): xmlParams(NULL), soap(NULL) { _interswitch__AuthoriseCashOut::soap_default(NULL); } - virtual ~_interswitch__AuthoriseCashOut() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse (62) -/* interswitch:AuthoriseCashOutResponse */ -class SOAP_CMAC _interswitch__AuthoriseCashOutResponse -{ -public: - std::string *AuthoriseCashOutResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 62; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthoriseCashOutResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthoriseCashOutResponse(): AuthoriseCashOutResult(NULL), soap(NULL) { _interswitch__AuthoriseCashOutResponse::soap_default(NULL); } - virtual ~_interswitch__AuthoriseCashOutResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut (63) -/* interswitch:AuthoriseAccountCashOut */ -class SOAP_CMAC _interswitch__AuthoriseAccountCashOut -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 63; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOut */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthoriseAccountCashOut(): xmlParams(NULL), soap(NULL) { _interswitch__AuthoriseAccountCashOut::soap_default(NULL); } - virtual ~_interswitch__AuthoriseAccountCashOut() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse (64) -/* interswitch:AuthoriseAccountCashOutResponse */ -class SOAP_CMAC _interswitch__AuthoriseAccountCashOutResponse -{ -public: - std::string *AuthoriseAccountCashOutResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 64; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthoriseAccountCashOutResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthoriseAccountCashOutResponse(): AuthoriseAccountCashOutResult(NULL), soap(NULL) { _interswitch__AuthoriseAccountCashOutResponse::soap_default(NULL); } - virtual ~_interswitch__AuthoriseAccountCashOutResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch__interswitch__ReverseCashOut (65) -/* interswitch:ReverseCashOut */ -class SOAP_CMAC _interswitch__ReverseCashOut -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 65; } /* = unique id SOAP_TYPE_interswitch__interswitch__ReverseCashOut */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ReverseCashOut(): xmlParams(NULL), soap(NULL) { _interswitch__ReverseCashOut::soap_default(NULL); } - virtual ~_interswitch__ReverseCashOut() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse -#define SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse (66) -/* interswitch:ReverseCashOutResponse */ -class SOAP_CMAC _interswitch__ReverseCashOutResponse -{ -public: - std::string *ReverseCashOutResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 66; } /* = unique id SOAP_TYPE_interswitch__interswitch__ReverseCashOutResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ReverseCashOutResponse(): ReverseCashOutResult(NULL), soap(NULL) { _interswitch__ReverseCashOutResponse::soap_default(NULL); } - virtual ~_interswitch__ReverseCashOutResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__StatusCheck -#define SOAP_TYPE_interswitch__interswitch__StatusCheck (67) -/* interswitch:StatusCheck */ -class SOAP_CMAC _interswitch__StatusCheck -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 67; } /* = unique id SOAP_TYPE_interswitch__interswitch__StatusCheck */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__StatusCheck(): soap(NULL) { _interswitch__StatusCheck::soap_default(NULL); } - virtual ~_interswitch__StatusCheck() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__StatusCheckResponse -#define SOAP_TYPE_interswitch__interswitch__StatusCheckResponse (68) -/* interswitch:StatusCheckResponse */ -class SOAP_CMAC _interswitch__StatusCheckResponse -{ -public: - std::string *StatusCheckResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 68; } /* = unique id SOAP_TYPE_interswitch__interswitch__StatusCheckResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__StatusCheckResponse(): StatusCheckResult(NULL), soap(NULL) { _interswitch__StatusCheckResponse::soap_default(NULL); } - virtual ~_interswitch__StatusCheckResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransaction -#define SOAP_TYPE_interswitch__interswitch__QueryTransaction (69) -/* interswitch:QueryTransaction */ -class SOAP_CMAC _interswitch__QueryTransaction -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 69; } /* = unique id SOAP_TYPE_interswitch__interswitch__QueryTransaction */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__QueryTransaction(): xmlParams(NULL), soap(NULL) { _interswitch__QueryTransaction::soap_default(NULL); } - virtual ~_interswitch__QueryTransaction() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse -#define SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse (70) -/* interswitch:QueryTransactionResponse */ -class SOAP_CMAC _interswitch__QueryTransactionResponse -{ -public: - std::string *QueryTransactionResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 70; } /* = unique id SOAP_TYPE_interswitch__interswitch__QueryTransactionResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__QueryTransactionResponse(): QueryTransactionResult(NULL), soap(NULL) { _interswitch__QueryTransactionResponse::soap_default(NULL); } - virtual ~_interswitch__QueryTransactionResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch__interswitch__GetSystemSettings (71) -/* interswitch:GetSystemSettings */ -class SOAP_CMAC _interswitch__GetSystemSettings -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 71; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetSystemSettings */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetSystemSettings(): xmlParams(NULL), soap(NULL) { _interswitch__GetSystemSettings::soap_default(NULL); } - virtual ~_interswitch__GetSystemSettings() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse -#define SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse (72) -/* interswitch:GetSystemSettingsResponse */ -class SOAP_CMAC _interswitch__GetSystemSettingsResponse -{ -public: - std::string *GetSystemSettingsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 72; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetSystemSettingsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetSystemSettingsResponse(): GetSystemSettingsResult(NULL), soap(NULL) { _interswitch__GetSystemSettingsResponse::soap_default(NULL); } - virtual ~_interswitch__GetSystemSettingsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateUser -#define SOAP_TYPE_interswitch__interswitch__CreateUser (73) -/* interswitch:CreateUser */ -class SOAP_CMAC _interswitch__CreateUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 73; } /* = unique id SOAP_TYPE_interswitch__interswitch__CreateUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CreateUser(): xmlParams(NULL), soap(NULL) { _interswitch__CreateUser::soap_default(NULL); } - virtual ~_interswitch__CreateUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateUserResponse -#define SOAP_TYPE_interswitch__interswitch__CreateUserResponse (74) -/* interswitch:CreateUserResponse */ -class SOAP_CMAC _interswitch__CreateUserResponse -{ -public: - std::string *CreateUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 74; } /* = unique id SOAP_TYPE_interswitch__interswitch__CreateUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CreateUserResponse(): CreateUserResult(NULL), soap(NULL) { _interswitch__CreateUserResponse::soap_default(NULL); } - virtual ~_interswitch__CreateUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ActivateUser -#define SOAP_TYPE_interswitch__interswitch__ActivateUser (75) -/* interswitch:ActivateUser */ -class SOAP_CMAC _interswitch__ActivateUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 75; } /* = unique id SOAP_TYPE_interswitch__interswitch__ActivateUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ActivateUser(): xmlParams(NULL), soap(NULL) { _interswitch__ActivateUser::soap_default(NULL); } - virtual ~_interswitch__ActivateUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ActivateUserResponse -#define SOAP_TYPE_interswitch__interswitch__ActivateUserResponse (76) -/* interswitch:ActivateUserResponse */ -class SOAP_CMAC _interswitch__ActivateUserResponse -{ -public: - std::string *ActivateUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 76; } /* = unique id SOAP_TYPE_interswitch__interswitch__ActivateUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ActivateUserResponse(): ActivateUserResult(NULL), soap(NULL) { _interswitch__ActivateUserResponse::soap_default(NULL); } - virtual ~_interswitch__ActivateUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__UpdateUser -#define SOAP_TYPE_interswitch__interswitch__UpdateUser (77) -/* interswitch:UpdateUser */ -class SOAP_CMAC _interswitch__UpdateUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 77; } /* = unique id SOAP_TYPE_interswitch__interswitch__UpdateUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__UpdateUser(): xmlParams(NULL), soap(NULL) { _interswitch__UpdateUser::soap_default(NULL); } - virtual ~_interswitch__UpdateUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__UpdateUserResponse -#define SOAP_TYPE_interswitch__interswitch__UpdateUserResponse (78) -/* interswitch:UpdateUserResponse */ -class SOAP_CMAC _interswitch__UpdateUserResponse -{ -public: - std::string *UpdateUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 78; } /* = unique id SOAP_TYPE_interswitch__interswitch__UpdateUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__UpdateUserResponse(): UpdateUserResult(NULL), soap(NULL) { _interswitch__UpdateUserResponse::soap_default(NULL); } - virtual ~_interswitch__UpdateUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ChangePassword -#define SOAP_TYPE_interswitch__interswitch__ChangePassword (79) -/* interswitch:ChangePassword */ -class SOAP_CMAC _interswitch__ChangePassword -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 79; } /* = unique id SOAP_TYPE_interswitch__interswitch__ChangePassword */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ChangePassword(): xmlParams(NULL), soap(NULL) { _interswitch__ChangePassword::soap_default(NULL); } - virtual ~_interswitch__ChangePassword() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse -#define SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse (80) -/* interswitch:ChangePasswordResponse */ -class SOAP_CMAC _interswitch__ChangePasswordResponse -{ -public: - std::string *ChangePasswordResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 80; } /* = unique id SOAP_TYPE_interswitch__interswitch__ChangePasswordResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ChangePasswordResponse(): ChangePasswordResult(NULL), soap(NULL) { _interswitch__ChangePasswordResponse::soap_default(NULL); } - virtual ~_interswitch__ChangePasswordResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ResetPassword -#define SOAP_TYPE_interswitch__interswitch__ResetPassword (81) -/* interswitch:ResetPassword */ -class SOAP_CMAC _interswitch__ResetPassword -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 81; } /* = unique id SOAP_TYPE_interswitch__interswitch__ResetPassword */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ResetPassword(): xmlParams(NULL), soap(NULL) { _interswitch__ResetPassword::soap_default(NULL); } - virtual ~_interswitch__ResetPassword() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse -#define SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse (82) -/* interswitch:ResetPasswordResponse */ -class SOAP_CMAC _interswitch__ResetPasswordResponse -{ -public: - std::string *ResetPasswordResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 82; } /* = unique id SOAP_TYPE_interswitch__interswitch__ResetPasswordResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ResetPasswordResponse(): ResetPasswordResult(NULL), soap(NULL) { _interswitch__ResetPasswordResponse::soap_default(NULL); } - virtual ~_interswitch__ResetPasswordResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUser (83) -/* interswitch:AuthenticateUser */ -class SOAP_CMAC _interswitch__AuthenticateUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 83; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateUser(): xmlParams(NULL), soap(NULL) { _interswitch__AuthenticateUser::soap_default(NULL); } - virtual ~_interswitch__AuthenticateUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse (84) -/* interswitch:AuthenticateUserResponse */ -class SOAP_CMAC _interswitch__AuthenticateUserResponse -{ -public: - std::string *AuthenticateUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 84; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateUserResponse(): AuthenticateUserResult(NULL), soap(NULL) { _interswitch__AuthenticateUserResponse::soap_default(NULL); } - virtual ~_interswitch__AuthenticateUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken (85) -/* interswitch:AuthenticateUserSecurityToken */ -class SOAP_CMAC _interswitch__AuthenticateUserSecurityToken -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 85; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityToken */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateUserSecurityToken(): xmlParams(NULL), soap(NULL) { _interswitch__AuthenticateUserSecurityToken::soap_default(NULL); } - virtual ~_interswitch__AuthenticateUserSecurityToken() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse (86) -/* interswitch:AuthenticateUserSecurityTokenResponse */ -class SOAP_CMAC _interswitch__AuthenticateUserSecurityTokenResponse -{ -public: - std::string *AuthenticateUserSecurityTokenResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 86; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateUserSecurityTokenResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateUserSecurityTokenResponse(): AuthenticateUserSecurityTokenResult(NULL), soap(NULL) { _interswitch__AuthenticateUserSecurityTokenResponse::soap_default(NULL); } - virtual ~_interswitch__AuthenticateUserSecurityTokenResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetUser -#define SOAP_TYPE_interswitch__interswitch__GetUser (87) -/* interswitch:GetUser */ -class SOAP_CMAC _interswitch__GetUser -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 87; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetUser */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetUser(): xmlParams(NULL), soap(NULL) { _interswitch__GetUser::soap_default(NULL); } - virtual ~_interswitch__GetUser() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetUserResponse -#define SOAP_TYPE_interswitch__interswitch__GetUserResponse (88) -/* interswitch:GetUserResponse */ -class SOAP_CMAC _interswitch__GetUserResponse -{ -public: - std::string *GetUserResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 88; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetUserResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetUserResponse(): GetUserResult(NULL), soap(NULL) { _interswitch__GetUserResponse::soap_default(NULL); } - virtual ~_interswitch__GetUserResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillers -#define SOAP_TYPE_interswitch__interswitch__GetBillers (89) -/* interswitch:GetBillers */ -class SOAP_CMAC _interswitch__GetBillers -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 89; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillers */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillers(): xmlParams(NULL), soap(NULL) { _interswitch__GetBillers::soap_default(NULL); } - virtual ~_interswitch__GetBillers() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillersResponse (90) -/* interswitch:GetBillersResponse */ -class SOAP_CMAC _interswitch__GetBillersResponse -{ -public: - std::string *GetBillersResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 90; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillersResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillersResponse(): GetBillersResult(NULL), soap(NULL) { _interswitch__GetBillersResponse::soap_default(NULL); } - virtual ~_interswitch__GetBillersResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch__interswitch__GetLatestBillers (91) -/* interswitch:GetLatestBillers */ -class SOAP_CMAC _interswitch__GetLatestBillers -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 91; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetLatestBillers */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetLatestBillers(): soap(NULL) { _interswitch__GetLatestBillers::soap_default(NULL); } - virtual ~_interswitch__GetLatestBillers() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse (92) -/* interswitch:GetLatestBillersResponse */ -class SOAP_CMAC _interswitch__GetLatestBillersResponse -{ -public: - std::string *GetLatestBillersResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 92; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetLatestBillersResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetLatestBillersResponse(): GetLatestBillersResult(NULL), soap(NULL) { _interswitch__GetLatestBillersResponse::soap_default(NULL); } - virtual ~_interswitch__GetLatestBillersResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers (93) -/* interswitch:GetFeaturedBillers */ -class SOAP_CMAC _interswitch__GetFeaturedBillers -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 93; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetFeaturedBillers */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetFeaturedBillers(): xmlParams(NULL), soap(NULL) { _interswitch__GetFeaturedBillers::soap_default(NULL); } - virtual ~_interswitch__GetFeaturedBillers() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse -#define SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse (94) -/* interswitch:GetFeaturedBillersResponse */ -class SOAP_CMAC _interswitch__GetFeaturedBillersResponse -{ -public: - std::string *GetFeaturedBillersResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 94; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetFeaturedBillersResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetFeaturedBillersResponse(): GetFeaturedBillersResult(NULL), soap(NULL) { _interswitch__GetFeaturedBillersResponse::soap_default(NULL); } - virtual ~_interswitch__GetFeaturedBillersResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems (95) -/* interswitch:GetBillerPaymentItems */ -class SOAP_CMAC _interswitch__GetBillerPaymentItems -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 95; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItems */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillerPaymentItems(): xmlParams(NULL), soap(NULL) { _interswitch__GetBillerPaymentItems::soap_default(NULL); } - virtual ~_interswitch__GetBillerPaymentItems() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse (96) -/* interswitch:GetBillerPaymentItemsResponse */ -class SOAP_CMAC _interswitch__GetBillerPaymentItemsResponse -{ -public: - std::string *GetBillerPaymentItemsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 96; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillerPaymentItemsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillerPaymentItemsResponse(): GetBillerPaymentItemsResult(NULL), soap(NULL) { _interswitch__GetBillerPaymentItemsResponse::soap_default(NULL); } - virtual ~_interswitch__GetBillerPaymentItemsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch__interswitch__GetBillerCategories (97) -/* interswitch:GetBillerCategories */ -class SOAP_CMAC _interswitch__GetBillerCategories -{ -public: - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 97; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillerCategories */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillerCategories(): soap(NULL) { _interswitch__GetBillerCategories::soap_default(NULL); } - virtual ~_interswitch__GetBillerCategories() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse (98) -/* interswitch:GetBillerCategoriesResponse */ -class SOAP_CMAC _interswitch__GetBillerCategoriesResponse -{ -public: - std::string *GetBillerCategoriesResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 98; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillerCategoriesResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillerCategoriesResponse(): GetBillerCategoriesResult(NULL), soap(NULL) { _interswitch__GetBillerCategoriesResponse::soap_default(NULL); } - virtual ~_interswitch__GetBillerCategoriesResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry (99) -/* interswitch:DoBillPaymentInquiry */ -class SOAP_CMAC _interswitch__DoBillPaymentInquiry -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 99; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiry */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoBillPaymentInquiry(): xmlParams(NULL), soap(NULL) { _interswitch__DoBillPaymentInquiry::soap_default(NULL); } - virtual ~_interswitch__DoBillPaymentInquiry() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse -#define SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse (100) -/* interswitch:DoBillPaymentInquiryResponse */ -class SOAP_CMAC _interswitch__DoBillPaymentInquiryResponse -{ -public: - std::string *DoBillPaymentInquiryResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 100; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoBillPaymentInquiryResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoBillPaymentInquiryResponse(): DoBillPaymentInquiryResult(NULL), soap(NULL) { _interswitch__DoBillPaymentInquiryResponse::soap_default(NULL); } - virtual ~_interswitch__DoBillPaymentInquiryResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer (101) -/* interswitch:AuthenticateCustomer */ -class SOAP_CMAC _interswitch__AuthenticateCustomer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 101; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateCustomer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateCustomer(): xmlParams(NULL), soap(NULL) { _interswitch__AuthenticateCustomer::soap_default(NULL); } - virtual ~_interswitch__AuthenticateCustomer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse (102) -/* interswitch:AuthenticateCustomerResponse */ -class SOAP_CMAC _interswitch__AuthenticateCustomerResponse -{ -public: - std::string *AuthenticateCustomerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 102; } /* = unique id SOAP_TYPE_interswitch__interswitch__AuthenticateCustomerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AuthenticateCustomerResponse(): AuthenticateCustomerResult(NULL), soap(NULL) { _interswitch__AuthenticateCustomerResponse::soap_default(NULL); } - virtual ~_interswitch__AuthenticateCustomerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice (103) -/* interswitch:SendBillPaymentAdvice */ -class SOAP_CMAC _interswitch__SendBillPaymentAdvice -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 103; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdvice */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendBillPaymentAdvice(): xmlParams(NULL), soap(NULL) { _interswitch__SendBillPaymentAdvice::soap_default(NULL); } - virtual ~_interswitch__SendBillPaymentAdvice() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse -#define SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse (104) -/* interswitch:SendBillPaymentAdviceResponse */ -class SOAP_CMAC _interswitch__SendBillPaymentAdviceResponse -{ -public: - std::string *SendBillPaymentAdviceResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 104; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendBillPaymentAdviceResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendBillPaymentAdviceResponse(): SendBillPaymentAdviceResult(NULL), soap(NULL) { _interswitch__SendBillPaymentAdviceResponse::soap_default(NULL); } - virtual ~_interswitch__SendBillPaymentAdviceResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendPayments -#define SOAP_TYPE_interswitch__interswitch__SendPayments (105) -/* interswitch:SendPayments */ -class SOAP_CMAC _interswitch__SendPayments -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 105; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendPayments */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendPayments(): xmlParams(NULL), soap(NULL) { _interswitch__SendPayments::soap_default(NULL); } - virtual ~_interswitch__SendPayments() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse -#define SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse (106) -/* interswitch:SendPaymentsResponse */ -class SOAP_CMAC _interswitch__SendPaymentsResponse -{ -public: - std::string *SendPaymentsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 106; } /* = unique id SOAP_TYPE_interswitch__interswitch__SendPaymentsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__SendPaymentsResponse(): SendPaymentsResult(NULL), soap(NULL) { _interswitch__SendPaymentsResponse::soap_default(NULL); } - virtual ~_interswitch__SendPaymentsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount (107) -/* interswitch:AddCustomerBillerAccount */ -class SOAP_CMAC _interswitch__AddCustomerBillerAccount -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 107; } /* = unique id SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccount */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AddCustomerBillerAccount(): xmlParams(NULL), soap(NULL) { _interswitch__AddCustomerBillerAccount::soap_default(NULL); } - virtual ~_interswitch__AddCustomerBillerAccount() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse (108) -/* interswitch:AddCustomerBillerAccountResponse */ -class SOAP_CMAC _interswitch__AddCustomerBillerAccountResponse -{ -public: - std::string *AddCustomerBillerAccountResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 108; } /* = unique id SOAP_TYPE_interswitch__interswitch__AddCustomerBillerAccountResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AddCustomerBillerAccountResponse(): AddCustomerBillerAccountResult(NULL), soap(NULL) { _interswitch__AddCustomerBillerAccountResponse::soap_default(NULL); } - virtual ~_interswitch__AddCustomerBillerAccountResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts (109) -/* interswitch:GetCustomerBillerAccounts */ -class SOAP_CMAC _interswitch__GetCustomerBillerAccounts -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 109; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccounts */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCustomerBillerAccounts(): xmlParams(NULL), soap(NULL) { _interswitch__GetCustomerBillerAccounts::soap_default(NULL); } - virtual ~_interswitch__GetCustomerBillerAccounts() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse -#define SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse (110) -/* interswitch:GetCustomerBillerAccountsResponse */ -class SOAP_CMAC _interswitch__GetCustomerBillerAccountsResponse -{ -public: - std::string *GetCustomerBillerAccountsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 110; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCustomerBillerAccountsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCustomerBillerAccountsResponse(): GetCustomerBillerAccountsResult(NULL), soap(NULL) { _interswitch__GetCustomerBillerAccountsResponse::soap_default(NULL); } - virtual ~_interswitch__GetCustomerBillerAccountsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch__interswitch__GetCustomerPayments (111) -/* interswitch:GetCustomerPayments */ -class SOAP_CMAC _interswitch__GetCustomerPayments -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 111; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCustomerPayments */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCustomerPayments(): xmlParams(NULL), soap(NULL) { _interswitch__GetCustomerPayments::soap_default(NULL); } - virtual ~_interswitch__GetCustomerPayments() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse -#define SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse (112) -/* interswitch:GetCustomerPaymentsResponse */ -class SOAP_CMAC _interswitch__GetCustomerPaymentsResponse -{ -public: - std::string *GetCustomerPaymentsResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 112; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCustomerPaymentsResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCustomerPaymentsResponse(): GetCustomerPaymentsResult(NULL), soap(NULL) { _interswitch__GetCustomerPaymentsResponse::soap_default(NULL); } - virtual ~_interswitch__GetCustomerPaymentsResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch__interswitch__AddBillerCustomer (113) -/* interswitch:AddBillerCustomer */ -class SOAP_CMAC _interswitch__AddBillerCustomer -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 113; } /* = unique id SOAP_TYPE_interswitch__interswitch__AddBillerCustomer */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AddBillerCustomer(): xmlParams(NULL), soap(NULL) { _interswitch__AddBillerCustomer::soap_default(NULL); } - virtual ~_interswitch__AddBillerCustomer() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse -#define SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse (114) -/* interswitch:AddBillerCustomerResponse */ -class SOAP_CMAC _interswitch__AddBillerCustomerResponse -{ -public: - std::string *AddBillerCustomerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 114; } /* = unique id SOAP_TYPE_interswitch__interswitch__AddBillerCustomerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__AddBillerCustomerResponse(): AddBillerCustomerResult(NULL), soap(NULL) { _interswitch__AddBillerCustomerResponse::soap_default(NULL); } - virtual ~_interswitch__AddBillerCustomerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount (115) -/* interswitch:GetCollectionsAccount */ -class SOAP_CMAC _interswitch__GetCollectionsAccount -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 115; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCollectionsAccount */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCollectionsAccount(): xmlParams(NULL), soap(NULL) { _interswitch__GetCollectionsAccount::soap_default(NULL); } - virtual ~_interswitch__GetCollectionsAccount() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse -#define SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse (116) -/* interswitch:GetCollectionsAccountResponse */ -class SOAP_CMAC _interswitch__GetCollectionsAccountResponse -{ -public: - std::string *GetCollectionsAccountResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 116; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetCollectionsAccountResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetCollectionsAccountResponse(): GetCollectionsAccountResult(NULL), soap(NULL) { _interswitch__GetCollectionsAccountResponse::soap_default(NULL); } - virtual ~_interswitch__GetCollectionsAccountResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount (117) -/* interswitch:GetBillersCollectionsAccount */ -class SOAP_CMAC _interswitch__GetBillersCollectionsAccount -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 117; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccount */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillersCollectionsAccount(): xmlParams(NULL), soap(NULL) { _interswitch__GetBillersCollectionsAccount::soap_default(NULL); } - virtual ~_interswitch__GetBillersCollectionsAccount() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse -#define SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse (118) -/* interswitch:GetBillersCollectionsAccountResponse */ -class SOAP_CMAC _interswitch__GetBillersCollectionsAccountResponse -{ -public: - std::string *GetBillersCollectionsAccountResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 118; } /* = unique id SOAP_TYPE_interswitch__interswitch__GetBillersCollectionsAccountResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__GetBillersCollectionsAccountResponse(): GetBillersCollectionsAccountResult(NULL), soap(NULL) { _interswitch__GetBillersCollectionsAccountResponse::soap_default(NULL); } - virtual ~_interswitch__GetBillersCollectionsAccountResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount (119) -/* interswitch:EditCustomerBillerAccount */ -class SOAP_CMAC _interswitch__EditCustomerBillerAccount -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 119; } /* = unique id SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccount */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__EditCustomerBillerAccount(): xmlParams(NULL), soap(NULL) { _interswitch__EditCustomerBillerAccount::soap_default(NULL); } - virtual ~_interswitch__EditCustomerBillerAccount() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse -#define SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse (120) -/* interswitch:EditCustomerBillerAccountResponse */ -class SOAP_CMAC _interswitch__EditCustomerBillerAccountResponse -{ -public: - std::string *EditCustomerBillerAccountResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 120; } /* = unique id SOAP_TYPE_interswitch__interswitch__EditCustomerBillerAccountResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__EditCustomerBillerAccountResponse(): EditCustomerBillerAccountResult(NULL), soap(NULL) { _interswitch__EditCustomerBillerAccountResponse::soap_default(NULL); } - virtual ~_interswitch__EditCustomerBillerAccountResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch__interswitch__ResendActivationToken (121) -/* interswitch:ResendActivationToken */ -class SOAP_CMAC _interswitch__ResendActivationToken -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 121; } /* = unique id SOAP_TYPE_interswitch__interswitch__ResendActivationToken */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ResendActivationToken(): xmlParams(NULL), soap(NULL) { _interswitch__ResendActivationToken::soap_default(NULL); } - virtual ~_interswitch__ResendActivationToken() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse -#define SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse (122) -/* interswitch:ResendActivationTokenResponse */ -class SOAP_CMAC _interswitch__ResendActivationTokenResponse -{ -public: - std::string *ResendActivationTokenResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 122; } /* = unique id SOAP_TYPE_interswitch__interswitch__ResendActivationTokenResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__ResendActivationTokenResponse(): ResendActivationTokenResult(NULL), soap(NULL) { _interswitch__ResendActivationTokenResponse::soap_default(NULL); } - virtual ~_interswitch__ResendActivationTokenResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch__interswitch__DoCustomProcessing (123) -/* interswitch:DoCustomProcessing */ -class SOAP_CMAC _interswitch__DoCustomProcessing -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 123; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoCustomProcessing */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoCustomProcessing(): xmlParams(NULL), soap(NULL) { _interswitch__DoCustomProcessing::soap_default(NULL); } - virtual ~_interswitch__DoCustomProcessing() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse -#define SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse (124) -/* interswitch:DoCustomProcessingResponse */ -class SOAP_CMAC _interswitch__DoCustomProcessingResponse -{ -public: - std::string *DoCustomProcessingResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 124; } /* = unique id SOAP_TYPE_interswitch__interswitch__DoCustomProcessingResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__DoCustomProcessingResponse(): DoCustomProcessingResult(NULL), soap(NULL) { _interswitch__DoCustomProcessingResponse::soap_default(NULL); } - virtual ~_interswitch__DoCustomProcessingResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateBiller -#define SOAP_TYPE_interswitch__interswitch__CreateBiller (125) -/* interswitch:CreateBiller */ -class SOAP_CMAC _interswitch__CreateBiller -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 125; } /* = unique id SOAP_TYPE_interswitch__interswitch__CreateBiller */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CreateBiller(): xmlParams(NULL), soap(NULL) { _interswitch__CreateBiller::soap_default(NULL); } - virtual ~_interswitch__CreateBiller() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__CreateBillerResponse -#define SOAP_TYPE_interswitch__interswitch__CreateBillerResponse (126) -/* interswitch:CreateBillerResponse */ -class SOAP_CMAC _interswitch__CreateBillerResponse -{ -public: - std::string *CreateBillerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 126; } /* = unique id SOAP_TYPE_interswitch__interswitch__CreateBillerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__CreateBillerResponse(): CreateBillerResult(NULL), soap(NULL) { _interswitch__CreateBillerResponse::soap_default(NULL); } - virtual ~_interswitch__CreateBillerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__VerifyBiller -#define SOAP_TYPE_interswitch__interswitch__VerifyBiller (127) -/* interswitch:VerifyBiller */ -class SOAP_CMAC _interswitch__VerifyBiller -{ -public: - std::string *xmlParams; /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 127; } /* = unique id SOAP_TYPE_interswitch__interswitch__VerifyBiller */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__VerifyBiller(): xmlParams(NULL), soap(NULL) { _interswitch__VerifyBiller::soap_default(NULL); } - virtual ~_interswitch__VerifyBiller() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse -#define SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse (128) -/* interswitch:VerifyBillerResponse */ -class SOAP_CMAC _interswitch__VerifyBillerResponse -{ -public: - std::string *VerifyBillerResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */ - struct soap *soap; /* transient */ -public: - virtual int soap_type() const { return 128; } /* = unique id SOAP_TYPE_interswitch__interswitch__VerifyBillerResponse */ - virtual void soap_default(struct soap*); - virtual void soap_serialize(struct soap*) const; - virtual int soap_put(struct soap*, const char*, const char*) const; - virtual int soap_out(struct soap*, const char*, int, const char*) const; - virtual void *soap_get(struct soap*, const char*, const char*); - virtual void *soap_in(struct soap*, const char*, const char*); - _interswitch__VerifyBillerResponse(): VerifyBillerResult(NULL), soap(NULL) { _interswitch__VerifyBillerResponse::soap_default(NULL); } - virtual ~_interswitch__VerifyBillerResponse() { } -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ValidateCustomer -#define SOAP_TYPE_interswitch___interswitch__ValidateCustomer (139) -/* Operation wrapper: */ -struct __interswitch__ValidateCustomer -{ -public: - _interswitch__ValidateCustomer *interswitch__ValidateCustomer; /* optional element of type interswitch:ValidateCustomer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__DoTransfer -#define SOAP_TYPE_interswitch___interswitch__DoTransfer (143) -/* Operation wrapper: */ -struct __interswitch__DoTransfer -{ -public: - _interswitch__DoTransfer *interswitch__DoTransfer; /* optional element of type interswitch:DoTransfer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__CancelTransfer -#define SOAP_TYPE_interswitch___interswitch__CancelTransfer (147) -/* Operation wrapper: */ -struct __interswitch__CancelTransfer -{ -public: - _interswitch__CancelTransfer *interswitch__CancelTransfer; /* optional element of type interswitch:CancelTransfer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__SendSessionKey -#define SOAP_TYPE_interswitch___interswitch__SendSessionKey (151) -/* Operation wrapper: */ -struct __interswitch__SendSessionKey -{ -public: - _interswitch__SendSessionKey *interswitch__SendSessionKey; /* optional element of type interswitch:SendSessionKey */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__QueryTransfer -#define SOAP_TYPE_interswitch___interswitch__QueryTransfer (155) -/* Operation wrapper: */ -struct __interswitch__QueryTransfer -{ -public: - _interswitch__QueryTransfer *interswitch__QueryTransfer; /* optional element of type interswitch:QueryTransfer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut -#define SOAP_TYPE_interswitch___interswitch__AuthoriseCashOut (159) -/* Operation wrapper: */ -struct __interswitch__AuthoriseCashOut -{ -public: - _interswitch__AuthoriseCashOut *interswitch__AuthoriseCashOut; /* optional element of type interswitch:AuthoriseCashOut */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut -#define SOAP_TYPE_interswitch___interswitch__AuthoriseAccountCashOut (163) -/* Operation wrapper: */ -struct __interswitch__AuthoriseAccountCashOut -{ -public: - _interswitch__AuthoriseAccountCashOut *interswitch__AuthoriseAccountCashOut; /* optional element of type interswitch:AuthoriseAccountCashOut */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ReverseCashOut -#define SOAP_TYPE_interswitch___interswitch__ReverseCashOut (167) -/* Operation wrapper: */ -struct __interswitch__ReverseCashOut -{ -public: - _interswitch__ReverseCashOut *interswitch__ReverseCashOut; /* optional element of type interswitch:ReverseCashOut */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__StatusCheck -#define SOAP_TYPE_interswitch___interswitch__StatusCheck (171) -/* Operation wrapper: */ -struct __interswitch__StatusCheck -{ -public: - _interswitch__StatusCheck *interswitch__StatusCheck; /* optional element of type interswitch:StatusCheck */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__QueryTransaction -#define SOAP_TYPE_interswitch___interswitch__QueryTransaction (175) -/* Operation wrapper: */ -struct __interswitch__QueryTransaction -{ -public: - _interswitch__QueryTransaction *interswitch__QueryTransaction; /* optional element of type interswitch:QueryTransaction */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetSystemSettings -#define SOAP_TYPE_interswitch___interswitch__GetSystemSettings (179) -/* Operation wrapper: */ -struct __interswitch__GetSystemSettings -{ -public: - _interswitch__GetSystemSettings *interswitch__GetSystemSettings; /* optional element of type interswitch:GetSystemSettings */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__CreateUser -#define SOAP_TYPE_interswitch___interswitch__CreateUser (183) -/* Operation wrapper: */ -struct __interswitch__CreateUser -{ -public: - _interswitch__CreateUser *interswitch__CreateUser; /* optional element of type interswitch:CreateUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ActivateUser -#define SOAP_TYPE_interswitch___interswitch__ActivateUser (187) -/* Operation wrapper: */ -struct __interswitch__ActivateUser -{ -public: - _interswitch__ActivateUser *interswitch__ActivateUser; /* optional element of type interswitch:ActivateUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__UpdateUser -#define SOAP_TYPE_interswitch___interswitch__UpdateUser (191) -/* Operation wrapper: */ -struct __interswitch__UpdateUser -{ -public: - _interswitch__UpdateUser *interswitch__UpdateUser; /* optional element of type interswitch:UpdateUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ChangePassword -#define SOAP_TYPE_interswitch___interswitch__ChangePassword (195) -/* Operation wrapper: */ -struct __interswitch__ChangePassword -{ -public: - _interswitch__ChangePassword *interswitch__ChangePassword; /* optional element of type interswitch:ChangePassword */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ResetPassword -#define SOAP_TYPE_interswitch___interswitch__ResetPassword (199) -/* Operation wrapper: */ -struct __interswitch__ResetPassword -{ -public: - _interswitch__ResetPassword *interswitch__ResetPassword; /* optional element of type interswitch:ResetPassword */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateUser -#define SOAP_TYPE_interswitch___interswitch__AuthenticateUser (203) -/* Operation wrapper: */ -struct __interswitch__AuthenticateUser -{ -public: - _interswitch__AuthenticateUser *interswitch__AuthenticateUser; /* optional element of type interswitch:AuthenticateUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken -#define SOAP_TYPE_interswitch___interswitch__AuthenticateUserSecurityToken (207) -/* Operation wrapper: */ -struct __interswitch__AuthenticateUserSecurityToken -{ -public: - _interswitch__AuthenticateUserSecurityToken *interswitch__AuthenticateUserSecurityToken; /* optional element of type interswitch:AuthenticateUserSecurityToken */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetUser -#define SOAP_TYPE_interswitch___interswitch__GetUser (211) -/* Operation wrapper: */ -struct __interswitch__GetUser -{ -public: - _interswitch__GetUser *interswitch__GetUser; /* optional element of type interswitch:GetUser */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillers -#define SOAP_TYPE_interswitch___interswitch__GetBillers (215) -/* Operation wrapper: */ -struct __interswitch__GetBillers -{ -public: - _interswitch__GetBillers *interswitch__GetBillers; /* optional element of type interswitch:GetBillers */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetLatestBillers -#define SOAP_TYPE_interswitch___interswitch__GetLatestBillers (219) -/* Operation wrapper: */ -struct __interswitch__GetLatestBillers -{ -public: - _interswitch__GetLatestBillers *interswitch__GetLatestBillers; /* optional element of type interswitch:GetLatestBillers */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers -#define SOAP_TYPE_interswitch___interswitch__GetFeaturedBillers (223) -/* Operation wrapper: */ -struct __interswitch__GetFeaturedBillers -{ -public: - _interswitch__GetFeaturedBillers *interswitch__GetFeaturedBillers; /* optional element of type interswitch:GetFeaturedBillers */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems -#define SOAP_TYPE_interswitch___interswitch__GetBillerPaymentItems (227) -/* Operation wrapper: */ -struct __interswitch__GetBillerPaymentItems -{ -public: - _interswitch__GetBillerPaymentItems *interswitch__GetBillerPaymentItems; /* optional element of type interswitch:GetBillerPaymentItems */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillerCategories -#define SOAP_TYPE_interswitch___interswitch__GetBillerCategories (231) -/* Operation wrapper: */ -struct __interswitch__GetBillerCategories -{ -public: - _interswitch__GetBillerCategories *interswitch__GetBillerCategories; /* optional element of type interswitch:GetBillerCategories */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry -#define SOAP_TYPE_interswitch___interswitch__DoBillPaymentInquiry (235) -/* Operation wrapper: */ -struct __interswitch__DoBillPaymentInquiry -{ -public: - _interswitch__DoBillPaymentInquiry *interswitch__DoBillPaymentInquiry; /* optional element of type interswitch:DoBillPaymentInquiry */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer -#define SOAP_TYPE_interswitch___interswitch__AuthenticateCustomer (239) -/* Operation wrapper: */ -struct __interswitch__AuthenticateCustomer -{ -public: - _interswitch__AuthenticateCustomer *interswitch__AuthenticateCustomer; /* optional element of type interswitch:AuthenticateCustomer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice -#define SOAP_TYPE_interswitch___interswitch__SendBillPaymentAdvice (243) -/* Operation wrapper: */ -struct __interswitch__SendBillPaymentAdvice -{ -public: - _interswitch__SendBillPaymentAdvice *interswitch__SendBillPaymentAdvice; /* optional element of type interswitch:SendBillPaymentAdvice */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__SendPayments -#define SOAP_TYPE_interswitch___interswitch__SendPayments (247) -/* Operation wrapper: */ -struct __interswitch__SendPayments -{ -public: - _interswitch__SendPayments *interswitch__SendPayments; /* optional element of type interswitch:SendPayments */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount -#define SOAP_TYPE_interswitch___interswitch__AddCustomerBillerAccount (251) -/* Operation wrapper: */ -struct __interswitch__AddCustomerBillerAccount -{ -public: - _interswitch__AddCustomerBillerAccount *interswitch__AddCustomerBillerAccount; /* optional element of type interswitch:AddCustomerBillerAccount */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts -#define SOAP_TYPE_interswitch___interswitch__GetCustomerBillerAccounts (255) -/* Operation wrapper: */ -struct __interswitch__GetCustomerBillerAccounts -{ -public: - _interswitch__GetCustomerBillerAccounts *interswitch__GetCustomerBillerAccounts; /* optional element of type interswitch:GetCustomerBillerAccounts */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCustomerPayments -#define SOAP_TYPE_interswitch___interswitch__GetCustomerPayments (259) -/* Operation wrapper: */ -struct __interswitch__GetCustomerPayments -{ -public: - _interswitch__GetCustomerPayments *interswitch__GetCustomerPayments; /* optional element of type interswitch:GetCustomerPayments */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__AddBillerCustomer -#define SOAP_TYPE_interswitch___interswitch__AddBillerCustomer (263) -/* Operation wrapper: */ -struct __interswitch__AddBillerCustomer -{ -public: - _interswitch__AddBillerCustomer *interswitch__AddBillerCustomer; /* optional element of type interswitch:AddBillerCustomer */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount -#define SOAP_TYPE_interswitch___interswitch__GetCollectionsAccount (267) -/* Operation wrapper: */ -struct __interswitch__GetCollectionsAccount -{ -public: - _interswitch__GetCollectionsAccount *interswitch__GetCollectionsAccount; /* optional element of type interswitch:GetCollectionsAccount */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount -#define SOAP_TYPE_interswitch___interswitch__GetBillersCollectionsAccount (271) -/* Operation wrapper: */ -struct __interswitch__GetBillersCollectionsAccount -{ -public: - _interswitch__GetBillersCollectionsAccount *interswitch__GetBillersCollectionsAccount; /* optional element of type interswitch:GetBillersCollectionsAccount */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount -#define SOAP_TYPE_interswitch___interswitch__EditCustomerBillerAccount (275) -/* Operation wrapper: */ -struct __interswitch__EditCustomerBillerAccount -{ -public: - _interswitch__EditCustomerBillerAccount *interswitch__EditCustomerBillerAccount; /* optional element of type interswitch:EditCustomerBillerAccount */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__ResendActivationToken -#define SOAP_TYPE_interswitch___interswitch__ResendActivationToken (279) -/* Operation wrapper: */ -struct __interswitch__ResendActivationToken -{ -public: - _interswitch__ResendActivationToken *interswitch__ResendActivationToken; /* optional element of type interswitch:ResendActivationToken */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__DoCustomProcessing -#define SOAP_TYPE_interswitch___interswitch__DoCustomProcessing (283) -/* Operation wrapper: */ -struct __interswitch__DoCustomProcessing -{ -public: - _interswitch__DoCustomProcessing *interswitch__DoCustomProcessing; /* optional element of type interswitch:DoCustomProcessing */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__CreateBiller -#define SOAP_TYPE_interswitch___interswitch__CreateBiller (287) -/* Operation wrapper: */ -struct __interswitch__CreateBiller -{ -public: - _interswitch__CreateBiller *interswitch__CreateBiller; /* optional element of type interswitch:CreateBiller */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch___interswitch__VerifyBiller -#define SOAP_TYPE_interswitch___interswitch__VerifyBiller (291) -/* Operation wrapper: */ -struct __interswitch__VerifyBiller -{ -public: - _interswitch__VerifyBiller *interswitch__VerifyBiller; /* optional element of type interswitch:VerifyBiller */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Header -#define SOAP_TYPE_interswitch_SOAP_ENV__Header (292) -/* SOAP Header: */ -struct SOAP_ENV__Header -{ -#ifdef WITH_NOEMPTYSTRUCT -private: - char dummy; /* dummy member to enable compilation */ -#endif -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Code -#define SOAP_TYPE_interswitch_SOAP_ENV__Code (293) -/* SOAP Fault Code: */ -struct SOAP_ENV__Code -{ -public: - char *SOAP_ENV__Value; /* optional element of type xsd:QName */ - struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Detail -#define SOAP_TYPE_interswitch_SOAP_ENV__Detail (295) -/* SOAP-ENV:Detail */ -struct SOAP_ENV__Detail -{ -public: - int __type; /* any type of element (defined below) */ - void *fault; /* transient */ - char *__any; -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Reason -#define SOAP_TYPE_interswitch_SOAP_ENV__Reason (298) -/* SOAP-ENV:Reason */ -struct SOAP_ENV__Reason -{ -public: - char *SOAP_ENV__Text; /* optional element of type xsd:string */ -}; -#endif - -#ifndef SOAP_TYPE_interswitch_SOAP_ENV__Fault -#define SOAP_TYPE_interswitch_SOAP_ENV__Fault (299) -/* SOAP Fault: */ -struct SOAP_ENV__Fault -{ -public: - char *faultcode; /* optional element of type xsd:QName */ - char *faultstring; /* optional element of type xsd:string */ - char *faultactor; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */ - struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */ - struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */ - char *SOAP_ENV__Node; /* optional element of type xsd:string */ - char *SOAP_ENV__Role; /* optional element of type xsd:string */ - struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */ -}; -#endif - -/******************************************************************************\ - * * - * Typedefs * - * * -\******************************************************************************/ - -#ifndef SOAP_TYPE_interswitch__QName -#define SOAP_TYPE_interswitch__QName (5) -typedef char *_QName; -#endif - -#ifndef SOAP_TYPE_interswitch__XML -#define SOAP_TYPE_interswitch__XML (6) -typedef char *_XML; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__ID -#define SOAP_TYPE_interswitch_xsd__ID (11) -typedef std::string xsd__ID; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__IDREF -#define SOAP_TYPE_interswitch_xsd__IDREF (13) -typedef std::string xsd__IDREF; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__anyURI -#define SOAP_TYPE_interswitch_xsd__anyURI (17) -typedef std::string xsd__anyURI; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__byte -#define SOAP_TYPE_interswitch_xsd__byte (26) -typedef char xsd__byte; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__decimal -#define SOAP_TYPE_interswitch_xsd__decimal (30) -typedef std::string xsd__decimal; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__duration -#define SOAP_TYPE_interswitch_xsd__duration (34) -typedef std::string xsd__duration; -#endif - -#ifndef SOAP_TYPE_interswitch_xsd__unsignedByte -#define SOAP_TYPE_interswitch_xsd__unsignedByte (44) -typedef unsigned char xsd__unsignedByte; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__char -#define SOAP_TYPE_interswitch_interswitch2__char (129) -typedef int interswitch2__char; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__duration -#define SOAP_TYPE_interswitch_interswitch2__duration (131) -typedef std::string interswitch2__duration; -#endif - -#ifndef SOAP_TYPE_interswitch_interswitch2__guid -#define SOAP_TYPE_interswitch_interswitch2__guid (133) -typedef std::string interswitch2__guid; -#endif - - -/******************************************************************************\ - * * - * Externals * - * * -\******************************************************************************/ - - -} // namespace interswitch - - -#endif - -/* End of interswitchStub.h */ diff --git a/coregrade/src/shared_tool/soapTest/build.sh b/coregrade/src/shared_tool/soapTest/build.sh deleted file mode 100755 index 7a6402d..0000000 --- a/coregrade/src/shared_tool/soapTest/build.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash -# -touch env.h -soapcpp2 -penv env.h -#wsdl2h -ninterswitch -Ninterswitch -qinterswitch -o QuickTellerService.h https://stageserv.interswitchng.com/uat_quicktellerservice/quickteller.svc?wsdl -#soapcpp2 -n -pinterswitch -qinterswitch -1 -C -i -I/usr/share/gsoap/import/ QuickTellerService.h -LIST="XmlElements.cc XmlParser.cc sha512.cc safestring.cc vars.cc" -echo "*** Compiling SOAP Proxy ***" -for i in $LIST -do - echo "*** Building $i" - g++ -DTEST -Wno-deprecated -I../../include -I../../core -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c ../../core/$i -o `echo $i|sed 's/.cc/.o/'` -done -LIST="interswitch.cc interswitchC.cc interswitchBasicHttpBinding_USCOREQuickTellerServiceProxy.cc" -echo "*** Compiling SOAP Proxy ***" -for i in $LIST -do - echo "*** Building $i" - g++ -DTEST -Wno-deprecated -I../../include -I../../core -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c ../$i -o `echo $i|sed 's/.cc/.o/'` -done -#g++ -DWITH_NONAMESPACES -g -O2 -c stdsoap2.cpp -o stdsoap2.o -g++ -g -O2 -c envC.cpp -o envC.o -g++ -g -O2 -c namespaces.cc -o namespaces.o -echo "*** Linking ***" -g++ -lstdc++ -lgsoapssl++ -lssl -lz -L/usr/lib64 *.o -o test -# -DWITH_NONAMESPACES \ No newline at end of file diff --git a/coregrade/src/shared_tool/soapTest/namespaces.cc b/coregrade/src/shared_tool/soapTest/namespaces.cc deleted file mode 100644 index 74cc239..0000000 --- a/coregrade/src/shared_tool/soapTest/namespaces.cc +++ /dev/null @@ -1,4 +0,0 @@ -#include -extern "C" { -SOAP_NMAC struct Namespace namespaces[] = { { NULL, NULL} }; -} diff --git a/coregrade/src/shared_tool/storeface.cc b/coregrade/src/shared_tool/storeface.cc deleted file mode 100644 index f2d478a..0000000 --- a/coregrade/src/shared_tool/storeface.cc +++ /dev/null @@ -1,124 +0,0 @@ -#include -#include - -#include "cfg.h" -#include "clog.h" -#include "coregrade_api.h" -#include "input.h" -#include "paylid.h" -#include "storeface.h" - -//*****************************************************************************/ -long paylid_getAccountBalance(CVars in, CVars &out) -{ - logfmt( logINFO, "long paylid_getAccountBalance(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - const int statusSize = 1024; - char status[statusSize]; - - memset(status,32,statusSize-1);status[statusSize] = '\0'; // Prepare/Clean-up status - long result = 0L; - - result = storeface_getAccountBalance( - CfgReadChar("paylid.soap_endpoint"), - CfgReadChar("paylid.terminal_id"), - CfgReadChar("paylid.master_key"), - status); - - logfmt(FLOG_MAX, "CHECK INTERRA FUND result= %lu ",result); - - if (result==10000L) { - long balance = atol(status); - logfmt (FLOG_MAX, "********** AVAL BALANCE=>%ld", balance); - ret = PHP_API_OK; - } else { - // we failed to get amount status - out["status"] = status; - } - } catch (bad_parameter) { - out["status"] = "Bad parameter"; - ret = PHP_API_BAD_PARAM; - } catch (...) { - out["status"] = "Unhandled exception in paylid_getAccountBalance"; - ret = PHP_API_BAD_PARAM; - } - logfmt( logINFO, "/long paylid_getAccountBalance(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ -long paylid_transferFund(CVars in, CVars &out) -{ - logfmt( logINFO, "long paylid_transferFund(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { -// long storeface_transferFund(const char *endpoint, const char *tid, const char *toDestination, const char *key, char *status); - } catch (bad_parameter) { - out["status"] = "Bad parameter"; - ret = PHP_API_BAD_PARAM; - } catch (...) { - out["status"] = "Unhandled exception in paylid_transferFund"; - ret = PHP_API_BAD_PARAM; - } - logfmt( logINFO, "/long paylid_transferFund(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ -long paylid_checkTransferStatus(CVars in, CVars &out) -{ - logfmt( logINFO, "long paylid_checkTransferStatus(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { -// long storeface_checkTransferStatus(const char *endpoint, const char *tid, const char *transactionRef, const char *key, char *status); - } catch (bad_parameter) { - out["status"] = "Bad parameter"; - ret = PHP_API_BAD_PARAM; - } catch (...) { - out["status"] = "Unhandled exception in paylid_checkTransferStatus"; - ret = PHP_API_BAD_PARAM; - } - logfmt( logINFO, "/long paylid_checkTransferStatus(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ -long paylid_directAirTimeTopUp(CVars in, CVars &out) -{ - logfmt( logINFO, "long paylid_directAirTimeTopUp(CVars in, CVars &out)"); - long ret = PHP_API_BAD_PARAM; - try { - const int statusSize = 1024; - char status[statusSize]; - - memset(status,32,statusSize-1);status[statusSize] = '\0'; // Prepare/Clean-up status - long result = 0L; - - // long storeface_directAirTimeTopUp(const char *endpoint, const char *tid, const char *topupData, const char *key, char *status, long &delivery_status); -/* - result = storeface_directAirTimeTopUp( - CfgReadChar("paylid.soap_endpoint"), - CfgReadChar("paylid.terminal_id"), - CfgReadChar("paylid.master_key"), -...data here... - status, -...address of delivery status...); -*/ - logfmt(FLOG_MAX, "CHECK INTERRA FUND result= %lu ",result); - - } catch (bad_parameter) { - out["status"] = "Bad parameter"; - ret = PHP_API_BAD_PARAM; - } catch (...) { - out["status"] = "Unhandled exception in paylid_directAirTimeTopUp"; - ret = PHP_API_BAD_PARAM; - } - logfmt( logINFO, "/long paylid_directAirTimeTopUp(CVars in, CVars &out)"); - return ret; -} - -//*****************************************************************************/ -/* -vi:ts=2 -*/ diff --git a/coregrade/src/shared_tool/topups.cc b/coregrade/src/shared_tool/topups.cc deleted file mode 100644 index 85ea1ba..0000000 --- a/coregrade/src/shared_tool/topups.cc +++ /dev/null @@ -1,252 +0,0 @@ -// Topup management toosl -#include "clog.h" -#include "cgi.h" -#include "input.h" -#include "coregrade_api.h" -#include "topups.h" -#include "email.h" -#include "safestring.h" -#include -#include "pgsql.h" -#include "pgsql_wrapper.h" - -#include - -#include "interswitch_sendmoney.h" -#include "account.h" -#include "storeface.h" - -long CreateBulkTopupBatch(CVars in, CVars &out) { - long ret = 0; - REQ_STRING(in, "batch_name", 1, 50, "(.*)"); - REQ_LONG(in, "customer_id", 1, -1); - CVars cust; - cust["customer_id"] = in["customer_id"]; - cust["customer_id"].set_valid(true); - cust["batch_name"] = in["batch_name"]; - cust["batch_name"].set_valid(true); - - out["bulk_id"] = insert_db_record(DBS_VALID, "bulktopup_batch", "bulktopup_batch_id_seq", cust); - if (out["bulk_id"].Long() > 0) { - ret = out["bulk_id"].Long(); - } - - return ret; -} - -long AddBulkTopupBatchItem(CVars in, CVars &out) { - long ret = 0; - - - REQ_STRING(in, "topup_name", 1, 50, "(.*)"); - REQ_STRING(in, "topup_number", 1, 15, "(.*)"); - REQ_STRING(in, "topup_network", 1, 15, "(.*)"); - REQ_LONG(in, "topup_amount", 1, -1); - REQ_LONG(in, "customer_id", 1, -1); - REQ_LONG(in, "bulk_id", 1, -1); - - CVars cust; - cust["topup_name"] = in["topup_name"]; - cust["topup_name"].set_valid(true); - cust["topup_number"] = in["topup_number"]; - cust["topup_number"].set_valid(true); - cust["topup_network"] = in["topup_network"]; - cust["topup_network"].set_valid(true); - cust["topup_amount"] = in["topup_amount"]; - cust["topup_amount"].set_valid(true); - cust["customer_id"] = in["customer_id"]; - cust["customer_id"].set_valid(true); - cust["bulk_id"] = in["bulk_id"]; - cust["bulk_id"].set_valid(true); - - out["bulk_item_id"] = insert_db_record(DBS_VALID, "bulktopup_batch_items", "bulktopup_batch_items_id_seq", cust); - if (out["bulk_item_id"].Long() > 0) { - ret = out["bulk_item_id"].Long(); - } - return ret; -} - -long UpdateBulkTopupItem(CVars in, CVars &out) { - long ret = 0; - REQ_LONG(in, "bulk_id", 1, -1); - REQ_LONG(in, "customer_id", 1, -1); - if (load_db_record(out, "SELECT id FROM bulktopup_batch WHERE id= %lu AND status <> 5 AND completed IS NULL", in["bulk_id"].Long())) { - pgsql_exec("UPDATE bulktopup_batch SET status = 2 WHERE completed IS NULL AND status <> 5 AND id=%lu AND customer_id = %lu", in["bulk_id"].Long(), in["customer_id"].Long()); - ret = in["bulk_id"].Long(); - } - - return ret; -} - -long DeliverBulkTopupItem(CVars in, CVars &out) { - CVars xx; - CVars yy; - long ret = 0; - REQ_LONG(in, "bulk_id", 1, -1); - REQ_LONG(in, "item_id", 1, -1); - REQ_STRING(in, "payment_code", 1, 50, "(.*)"); - - if (load_db_record(out, "SELECT gid AS paymentitemid FROM interswitch_biller_payment_items WHERE paymentcode = '%lu'", in["payment_code"].Long())) { - in["paymentitemid"] = out["paymentitemid"]; - xx["paymentitemid"] = out["paymentitemid"]; - in["paymentitemid"].set_valid(true); - xx["paymentitemid"].set_valid(true); - } else { - return 0; - } - - if (load_db_record(out, "SELECT * FROM bulktopup_batch WHERE id= %lu AND status <> 5 AND completed IS NULL", in["bulk_id"].Long())) { - if (load_db_record(yy, "SELECT * FROM bulktopup_batch_items WHERE id= %lu AND status <> 5 AND completed IS NULL", in["item_id"].Long())) { - xx["customer_id"] = out["customer_id"]; - xx["customer_id"].set_valid(true); - xx["amount"] = yy["topup_amount"]; - xx["amount"].set_valid(true); - xx["recipient_no"] = yy["topup_number"]; - xx["topup_number"].set_valid(true); - xx["bulk_topup_item_id"] = yy["id"]; - xx["bulk_topup_item_id"].set_valid(true); - // pgsql_exec( "UPDATE bulktopup_batch SET status = 2 WHERE completed IS NULL AND status <> 5 AND id=%lu AND customer_id = %lu",in["bulk_id"].Long(),in["customer_id"].Long()); - xx["trans_not_id"] = CreateTopupOrder(xx, out); - - if (xx["trans_not_id"].Long() > 0) { - - pgsql_exec("UPDATE bulktopup_batch_items SET order_id = '%s', payment_code = '%s' WHERE id = %lu", out["orderid"].c_str(), in["payment_code"].c_str(), in["item_id"].Long()); - xx["customermobile"] = xx["recipient_no"]; - xx["customermobile"].set_valid(true); - xx["customerid"] = xx["customer_id"]; - xx["customerid"].set_valid(true); // bad but true - xx["orderid"] = out["orderid"]; - xx["orderid"].set_valid(true); - xx["order_id"] = out["orderid"]; - xx["order_id"].set_valid(true); - xx["trans_not_id"].set_valid(true); - xx["payment_code"] = in["payment_code"]; - xx["payment_code"].set_valid(true); - - if (DeliverTopOrderByBalance(xx, out) == 100) { - pgsql_exec("UPDATE bulktopup_batch_items SET completed=now(),status=5 WHERE id = %lu", in["item_id"].Long()); - } - } - - ret = in["bulk_id"].Long(); - } - - } - return ret; -} - -long DeliverTopOrderByBalance(CVars in, CVars &out) { - long retval = 0; - long process_status = 0; - // in["amount"] - arrives as niara - send cents/kobo to interswitch - - out["route_id"] = "0"; - out["route_etisalat"] = "0"; - if (load_db_record(out, "SELECT id AS route_id FROM airtime_route WHERE payment_code ='%s'", in["payment_code"].c_str())) { - out["route_etisalat"] = "1"; - } else { - } - - - - if (in["pmode"].Long() == PAY_MODE_BALANCE) // paying with balance - { - if (load_db_record(out, "SELECT * FROM customer WHERE id = %lu", in["customer_id"].Long())) { - long amount_in_cents = in["amount"].Long()*100; - - if (out["balance"].Long() < amount_in_cents) { - out["status"] = "Insufficient Balance for Purchase"; - out["status_code"] = "F0004"; - } else { - in["amount"] = amount_in_cents; - in["amount"].set_valid(true); - //-------------------------------------------------- - pgsql_exec("UPDATE customer SET balance = balance - %lu WHERE id=%lu ", amount_in_cents, in["customer_id"].Long()); - //-------------------------------------------------- - //retval = INTW_sendBillPaymentAdvice( in, out ); - if (out["route_etisalat"].Long() > 0 && out["route_id"].Long() > 0) { - retval = DeliverMobilseEtisalat(in, out); - out["ResponseCode"] = retval; - } - else { - retval = INTW_sendBillPaymentAdvice(in, out); - } - - if (out["ResponseCode"].Long() == 90000L) { - process_status = 100; // completed - out["status"] = "Completed"; - out["status_code"] = "A0001"; - pgsql_exec("UPDATE trans_notification SET completed = now() WHERE id=%lu AND customer_id = %lu ", in["trans_not_id"].Long(), in["customer_id"].Long()); - out["email_alert"] = "I am sending Email of Success"; - //CustomerAirSale( in); - VirtualAirSaleAlert(out); - } else { - //-------------------------------------------------- - pgsql_exec("UPDATE customer SET balance = balance + %lu WHERE id=%lu ", amount_in_cents, in["customer_id"].Long()); - //-------------------------------------------------- - VirtualAirSaleAlert(out); - out["email_alert"] = "I am sending Email of Failure"; - - out["status"] = "Unable to deliver topup"; - out["status_code"] = "F0005"; - - } - } - } else { // customer not found - out["status"] = "Account not found"; - out["status_code"] = "F0003"; - } - } - - - return process_status; -} - -long CreateTopupOrder(CVars in, CVars &out) { - CVars cust; - CVars xx; - char xtid[12]; - int r; - long ret = 0; - - REQ_LONG(in, "amount", 1, -1); - REQ_STRING(in, "recipient_no", 1, 15, "(.*)"); - REQ_LONG(in, "customer_id", 1, -1); - - - - srand(time(NULL)); - r = abs(rand()*10000000); - - cust["orderid"] = r; - in["orderid"] = r; - - in["orderid"].set_valid(true); - - cust["amount"] = in["amount"]; - cust["amount"].set_valid(true); - cust["description"] = in["description"]; - cust["description"].set_valid(true); - cust["customer_id"] = in["customer_id"]; - cust["customer_id"].set_valid(true); - cust["recipient_no"] = in["recipient_no"]; - cust["recipient_no"].set_valid(true); - - cust["orderid"].set_valid(true); - out = in; - - out["order_id"] = insert_db_record(DBS_VALID, "trans_notification", "trans_notification_id_seq", cust); - - - if (out["order_id"].Long() > 0) { - - sprintf(xtid, "9%011lu", out["order_id"].Long()); - xx["orderid"] = xtid; - pgsql_exec("UPDATE trans_notification SET orderid ='%s' WHERE id=%lu AND customer_id = %lu ", xtid, out["order_id"].Long(), in["customer_id"].Long()); - out["orderid"] = xtid; - ret = out["order_id"].Long(); - } else { - out["orderid"] = ""; - } - return ret; -}