26 SOAP_FMAC3
int SOAP_FMAC4
soap_putelement(
struct soap*,
const void*,
const char*,
int,
int);
29 SOAP_FMAC3
const char ** SOAP_FMAC4
soap_faultcode(
struct soap *soap);
31 #ifndef SOAP_TYPE_byte_DEFINED 32 #define SOAP_TYPE_byte_DEFINED 34 SOAP_FMAC3
int SOAP_FMAC4
soap_out_byte(
struct soap*,
const char*,
int,
const char *,
const char*);
35 SOAP_FMAC3
char * SOAP_FMAC4
soap_in_byte(
struct soap*,
const char*,
char *,
const char*);
36 SOAP_FMAC3
int SOAP_FMAC4
soap_put_byte(
struct soap*,
const char *,
const char*,
const char*);
38 #ifndef soap_write_byte 39 #define soap_write_byte(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_byte(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error ) 42 SOAP_FMAC3
char * SOAP_FMAC4
soap_get_byte(
struct soap*,
char *,
const char*,
const char*);
44 #ifndef soap_read_byte 45 #define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !soap_get_byte(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 50 #ifndef SOAP_TYPE_int_DEFINED 51 #define SOAP_TYPE_int_DEFINED 53 SOAP_FMAC3
int SOAP_FMAC4
soap_out_int(
struct soap*,
const char*,
int,
const int *,
const char*);
54 SOAP_FMAC3
int * SOAP_FMAC4
soap_in_int(
struct soap*,
const char*,
int *,
const char*);
55 SOAP_FMAC3
int SOAP_FMAC4
soap_put_int(
struct soap*,
const int *,
const char*,
const char*);
57 #ifndef soap_write_int 58 #define soap_write_int(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_int(soap, data, "int", NULL) || soap_end_send(soap), (soap)->error ) 61 SOAP_FMAC3
int * SOAP_FMAC4
soap_get_int(
struct soap*,
int *,
const char*,
const char*);
64 #define soap_read_int(soap, data) ( soap_begin_recv(soap) || !soap_get_int(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 69 #ifndef SOAP_TYPE_dateTime_DEFINED 70 #define SOAP_TYPE_dateTime_DEFINED 72 SOAP_FMAC3
int SOAP_FMAC4
soap_out_dateTime(
struct soap*,
const char*,
int,
const time_t *,
const char*);
73 SOAP_FMAC3 time_t * SOAP_FMAC4
soap_in_dateTime(
struct soap*,
const char*, time_t *,
const char*);
74 SOAP_FMAC3
int SOAP_FMAC4
soap_put_dateTime(
struct soap*,
const time_t *,
const char*,
const char*);
76 #ifndef soap_write_dateTime 77 #define soap_write_dateTime(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_dateTime(soap, data, "dateTime", NULL) || soap_end_send(soap), (soap)->error ) 80 SOAP_FMAC3 time_t * SOAP_FMAC4
soap_get_dateTime(
struct soap*, time_t *,
const char*,
const char*);
82 #ifndef soap_read_dateTime 83 #define soap_read_dateTime(soap, data) ( soap_begin_recv(soap) || !soap_get_dateTime(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 90 #ifndef SOAP_TYPE_SOAP_ENV__Fault_DEFINED 91 #define SOAP_TYPE_SOAP_ENV__Fault_DEFINED 98 #ifndef soap_write_SOAP_ENV__Fault 99 #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 ) 104 #ifndef soap_read_SOAP_ENV__Fault 105 #define soap_read_SOAP_ENV__Fault(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Fault(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Fault(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 112 #ifndef WITH_NOGLOBAL 114 #ifndef SOAP_TYPE_SOAP_ENV__Reason_DEFINED 115 #define SOAP_TYPE_SOAP_ENV__Reason_DEFINED 122 #ifndef soap_write_SOAP_ENV__Reason 123 #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 ) 128 #ifndef soap_read_SOAP_ENV__Reason 129 #define soap_read_SOAP_ENV__Reason(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Reason(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Reason(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 136 #ifndef WITH_NOGLOBAL 138 #ifndef SOAP_TYPE_SOAP_ENV__Detail_DEFINED 139 #define SOAP_TYPE_SOAP_ENV__Detail_DEFINED 146 #ifndef soap_write_SOAP_ENV__Detail 147 #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 ) 152 #ifndef soap_read_SOAP_ENV__Detail 153 #define soap_read_SOAP_ENV__Detail(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Detail(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Detail(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 160 #ifndef WITH_NOGLOBAL 162 #ifndef SOAP_TYPE_SOAP_ENV__Code_DEFINED 163 #define SOAP_TYPE_SOAP_ENV__Code_DEFINED 170 #ifndef soap_write_SOAP_ENV__Code 171 #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 ) 176 #ifndef soap_read_SOAP_ENV__Code 177 #define soap_read_SOAP_ENV__Code(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Code(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Code(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 184 #ifndef WITH_NOGLOBAL 186 #ifndef SOAP_TYPE_SOAP_ENV__Header_DEFINED 187 #define SOAP_TYPE_SOAP_ENV__Header_DEFINED 194 #ifndef soap_write_SOAP_ENV__Header 195 #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 ) 200 #ifndef soap_read_SOAP_ENV__Header 201 #define soap_read_SOAP_ENV__Header(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Header(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Header(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 208 #ifndef SOAP_TYPE_ns__destroy_DEFINED 209 #define SOAP_TYPE_ns__destroy_DEFINED 216 #ifndef soap_write_ns__destroy 217 #define soap_write_ns__destroy(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__destroy(soap, data), 0) || soap_put_ns__destroy(soap, data, "ns:destroy", NULL) || soap_end_send(soap), (soap)->error ) 222 #ifndef soap_read_ns__destroy 223 #define soap_read_ns__destroy(soap, data) ( ((data) ? (soap_default_ns__destroy(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__destroy(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 228 #ifndef SOAP_TYPE_ns__destroyResponse_DEFINED 229 #define SOAP_TYPE_ns__destroyResponse_DEFINED 236 #ifndef soap_write_ns__destroyResponse 237 #define soap_write_ns__destroyResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__destroyResponse(soap, data), 0) || soap_put_ns__destroyResponse(soap, data, "ns:destroyResponse", NULL) || soap_end_send(soap), (soap)->error ) 242 #ifndef soap_read_ns__destroyResponse 243 #define soap_read_ns__destroyResponse(soap, data) ( ((data) ? (soap_default_ns__destroyResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__destroyResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 248 #ifndef SOAP_TYPE_ns__getTerminationTime_DEFINED 249 #define SOAP_TYPE_ns__getTerminationTime_DEFINED 256 #ifndef soap_write_ns__getTerminationTime 257 #define soap_write_ns__getTerminationTime(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getTerminationTime(soap, data), 0) || soap_put_ns__getTerminationTime(soap, data, "ns:getTerminationTime", NULL) || soap_end_send(soap), (soap)->error ) 262 #ifndef soap_read_ns__getTerminationTime 263 #define soap_read_ns__getTerminationTime(soap, data) ( ((data) ? (soap_default_ns__getTerminationTime(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getTerminationTime(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 268 #ifndef SOAP_TYPE_ns__getTerminationTimeResponse_DEFINED 269 #define SOAP_TYPE_ns__getTerminationTimeResponse_DEFINED 276 #ifndef soap_write_ns__getTerminationTimeResponse 277 #define soap_write_ns__getTerminationTimeResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getTerminationTimeResponse(soap, data), 0) || soap_put_ns__getTerminationTimeResponse(soap, data, "ns:getTerminationTimeResponse", NULL) || soap_end_send(soap), (soap)->error ) 282 #ifndef soap_read_ns__getTerminationTimeResponse 283 #define soap_read_ns__getTerminationTimeResponse(soap, data) ( ((data) ? (soap_default_ns__getTerminationTimeResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getTerminationTimeResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 288 #ifndef SOAP_TYPE_ns__putProxy_DEFINED 289 #define SOAP_TYPE_ns__putProxy_DEFINED 296 #ifndef soap_write_ns__putProxy 297 #define soap_write_ns__putProxy(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__putProxy(soap, data), 0) || soap_put_ns__putProxy(soap, data, "ns:putProxy", NULL) || soap_end_send(soap), (soap)->error ) 302 #ifndef soap_read_ns__putProxy 303 #define soap_read_ns__putProxy(soap, data) ( ((data) ? (soap_default_ns__putProxy(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__putProxy(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 308 #ifndef SOAP_TYPE_ns__putProxyResponse_DEFINED 309 #define SOAP_TYPE_ns__putProxyResponse_DEFINED 316 #ifndef soap_write_ns__putProxyResponse 317 #define soap_write_ns__putProxyResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__putProxyResponse(soap, data), 0) || soap_put_ns__putProxyResponse(soap, data, "ns:putProxyResponse", NULL) || soap_end_send(soap), (soap)->error ) 322 #ifndef soap_read_ns__putProxyResponse 323 #define soap_read_ns__putProxyResponse(soap, data) ( ((data) ? (soap_default_ns__putProxyResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__putProxyResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 328 #ifndef SOAP_TYPE_ns__renewProxyReq_DEFINED 329 #define SOAP_TYPE_ns__renewProxyReq_DEFINED 336 #ifndef soap_write_ns__renewProxyReq 337 #define soap_write_ns__renewProxyReq(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__renewProxyReq(soap, data), 0) || soap_put_ns__renewProxyReq(soap, data, "ns:renewProxyReq", NULL) || soap_end_send(soap), (soap)->error ) 342 #ifndef soap_read_ns__renewProxyReq 343 #define soap_read_ns__renewProxyReq(soap, data) ( ((data) ? (soap_default_ns__renewProxyReq(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__renewProxyReq(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 348 #ifndef SOAP_TYPE_ns__renewProxyReqResponse_DEFINED 349 #define SOAP_TYPE_ns__renewProxyReqResponse_DEFINED 356 #ifndef soap_write_ns__renewProxyReqResponse 357 #define soap_write_ns__renewProxyReqResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__renewProxyReqResponse(soap, data), 0) || soap_put_ns__renewProxyReqResponse(soap, data, "ns:renewProxyReqResponse", NULL) || soap_end_send(soap), (soap)->error ) 362 #ifndef soap_read_ns__renewProxyReqResponse 363 #define soap_read_ns__renewProxyReqResponse(soap, data) ( ((data) ? (soap_default_ns__renewProxyReqResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__renewProxyReqResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 368 #ifndef SOAP_TYPE_ns__getNewProxyReq_DEFINED 369 #define SOAP_TYPE_ns__getNewProxyReq_DEFINED 376 #ifndef soap_write_ns__getNewProxyReq 377 #define soap_write_ns__getNewProxyReq(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getNewProxyReq(soap, data), 0) || soap_put_ns__getNewProxyReq(soap, data, "ns:getNewProxyReq", NULL) || soap_end_send(soap), (soap)->error ) 382 #ifndef soap_read_ns__getNewProxyReq 383 #define soap_read_ns__getNewProxyReq(soap, data) ( ((data) ? (soap_default_ns__getNewProxyReq(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getNewProxyReq(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 388 #ifndef SOAP_TYPE_ns__getNewProxyReqResponse_DEFINED 389 #define SOAP_TYPE_ns__getNewProxyReqResponse_DEFINED 396 #ifndef soap_write_ns__getNewProxyReqResponse 397 #define soap_write_ns__getNewProxyReqResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getNewProxyReqResponse(soap, data), 0) || soap_put_ns__getNewProxyReqResponse(soap, data, "ns:getNewProxyReqResponse", NULL) || soap_end_send(soap), (soap)->error ) 402 #ifndef soap_read_ns__getNewProxyReqResponse 403 #define soap_read_ns__getNewProxyReqResponse(soap, data) ( ((data) ? (soap_default_ns__getNewProxyReqResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getNewProxyReqResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 408 #ifndef SOAP_TYPE_ns__getProxyReq_DEFINED 409 #define SOAP_TYPE_ns__getProxyReq_DEFINED 416 #ifndef soap_write_ns__getProxyReq 417 #define soap_write_ns__getProxyReq(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getProxyReq(soap, data), 0) || soap_put_ns__getProxyReq(soap, data, "ns:getProxyReq", NULL) || soap_end_send(soap), (soap)->error ) 422 #ifndef soap_read_ns__getProxyReq 423 #define soap_read_ns__getProxyReq(soap, data) ( ((data) ? (soap_default_ns__getProxyReq(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getProxyReq(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 428 #ifndef SOAP_TYPE_ns__getProxyReqResponse_DEFINED 429 #define SOAP_TYPE_ns__getProxyReqResponse_DEFINED 436 #ifndef soap_write_ns__getProxyReqResponse 437 #define soap_write_ns__getProxyReqResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getProxyReqResponse(soap, data), 0) || soap_put_ns__getProxyReqResponse(soap, data, "ns:getProxyReqResponse", NULL) || soap_end_send(soap), (soap)->error ) 442 #ifndef soap_read_ns__getProxyReqResponse 443 #define soap_read_ns__getProxyReqResponse(soap, data) ( ((data) ? (soap_default_ns__getProxyReqResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getProxyReqResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 448 #ifndef SOAP_TYPE__DelegationException_DEFINED 449 #define SOAP_TYPE__DelegationException_DEFINED 456 #ifndef soap_write__DelegationException 457 #define soap_write__DelegationException(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize__DelegationException(soap, data), 0) || soap_put__DelegationException(soap, data, "DelegationException", NULL) || soap_end_send(soap), (soap)->error ) 462 #ifndef soap_read__DelegationException 463 #define soap_read__DelegationException(soap, data) ( ((data) ? (soap_default__DelegationException(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get__DelegationException(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 468 #ifndef SOAP_TYPE_ns__NewProxyReq_DEFINED 469 #define SOAP_TYPE_ns__NewProxyReq_DEFINED 476 #ifndef soap_write_ns__NewProxyReq 477 #define soap_write_ns__NewProxyReq(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__NewProxyReq(soap, data), 0) || soap_put_ns__NewProxyReq(soap, data, "ns:NewProxyReq", NULL) || soap_end_send(soap), (soap)->error ) 482 #ifndef soap_read_ns__NewProxyReq 483 #define soap_read_ns__NewProxyReq(soap, data) ( ((data) ? (soap_default_ns__NewProxyReq(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__NewProxyReq(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 488 #ifndef SOAP_TYPE_ns__DelegationExceptionType_DEFINED 489 #define SOAP_TYPE_ns__DelegationExceptionType_DEFINED 496 #ifndef soap_write_ns__DelegationExceptionType 497 #define soap_write_ns__DelegationExceptionType(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__DelegationExceptionType(soap, data), 0) || soap_put_ns__DelegationExceptionType(soap, data, "ns:DelegationExceptionType", NULL) || soap_end_send(soap), (soap)->error ) 502 #ifndef soap_read_ns__DelegationExceptionType 503 #define soap_read_ns__DelegationExceptionType(soap, data) ( ((data) ? (soap_default_ns__DelegationExceptionType(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__DelegationExceptionType(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 508 #ifndef WITH_NOGLOBAL 510 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason_DEFINED 511 #define SOAP_TYPE_PointerToSOAP_ENV__Reason_DEFINED 521 #ifndef WITH_NOGLOBAL 523 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail_DEFINED 524 #define SOAP_TYPE_PointerToSOAP_ENV__Detail_DEFINED 534 #ifndef WITH_NOGLOBAL 536 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Code_DEFINED 537 #define SOAP_TYPE_PointerToSOAP_ENV__Code_DEFINED 547 #ifndef SOAP_TYPE_PointerTons__destroyResponse_DEFINED 548 #define SOAP_TYPE_PointerTons__destroyResponse_DEFINED 556 #ifndef SOAP_TYPE_PointerTons__getTerminationTimeResponse_DEFINED 557 #define SOAP_TYPE_PointerTons__getTerminationTimeResponse_DEFINED 565 #ifndef SOAP_TYPE_PointerTons__putProxyResponse_DEFINED 566 #define SOAP_TYPE_PointerTons__putProxyResponse_DEFINED 574 #ifndef SOAP_TYPE_PointerTons__renewProxyReqResponse_DEFINED 575 #define SOAP_TYPE_PointerTons__renewProxyReqResponse_DEFINED 583 #ifndef SOAP_TYPE_PointerTons__getNewProxyReqResponse_DEFINED 584 #define SOAP_TYPE_PointerTons__getNewProxyReqResponse_DEFINED 592 #ifndef SOAP_TYPE_PointerTons__NewProxyReq_DEFINED 593 #define SOAP_TYPE_PointerTons__NewProxyReq_DEFINED 601 #ifndef SOAP_TYPE_PointerTons__getProxyReqResponse_DEFINED 602 #define SOAP_TYPE_PointerTons__getProxyReqResponse_DEFINED 610 #ifndef SOAP_TYPE_PointerTons__DelegationExceptionType_DEFINED 611 #define SOAP_TYPE_PointerTons__DelegationExceptionType_DEFINED 619 #ifndef SOAP_TYPE__XML_DEFINED 620 #define SOAP_TYPE__XML_DEFINED 623 #ifndef SOAP_TYPE__QName_DEFINED 624 #define SOAP_TYPE__QName_DEFINED 627 SOAP_FMAC3
int SOAP_FMAC4
soap_out__QName(
struct soap*,
const char*,
int,
char*
const*,
const char*);
628 SOAP_FMAC3
char * * SOAP_FMAC4
soap_in__QName(
struct soap*,
const char*,
char **,
const char*);
629 SOAP_FMAC3
int SOAP_FMAC4
soap_put__QName(
struct soap*,
char *
const*,
const char*,
const char*);
631 #ifndef soap_write__QName 632 #define soap_write__QName(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put__QName(soap, data, "QName", NULL) || soap_end_send(soap), (soap)->error ) 635 SOAP_FMAC3
char ** SOAP_FMAC4
soap_get__QName(
struct soap*,
char **,
const char*,
const char*);
637 #ifndef soap_read__QName 638 #define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !soap_get__QName(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) 643 #ifndef SOAP_TYPE_string_DEFINED 644 #define SOAP_TYPE_string_DEFINED 647 SOAP_FMAC3
int SOAP_FMAC4
soap_out_string(
struct soap*,
const char*,
int,
char*
const*,
const char*);
648 SOAP_FMAC3
char * * SOAP_FMAC4
soap_in_string(
struct soap*,
const char*,
char **,
const char*);
649 SOAP_FMAC3
int SOAP_FMAC4
soap_put_string(
struct soap*,
char *
const*,
const char*,
const char*);
651 #ifndef soap_write_string 652 #define soap_write_string(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_string(soap, data, "string", NULL) || soap_end_send(soap), (soap)->error ) 655 SOAP_FMAC3
char ** SOAP_FMAC4
soap_get_string(
struct soap*,
char **,
const char*,
const char*);
657 #ifndef soap_read_string 658 #define soap_read_string(soap, data) ( soap_begin_recv(soap) || !soap_get_string(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error ) SOAP_FMAC3 struct SOAP_ENV__Reason *SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *, const char *, const char *)
Definition: soapC.c:883
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__NewProxyReq(struct soap *, const struct ns__NewProxyReq *, const char *, const char *)
Definition: soapC.c:2172
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *)
Definition: soapC.c:895
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTime(struct soap *, struct ns__getTerminationTime *)
Definition: soapC.c:1280
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroy(struct soap *, struct ns__destroy *)
Definition: soapC.c:1140
SOAP_FMAC3 char **SOAP_FMAC4 soap_in__QName(struct soap *, const char *, char **, const char *)
Definition: soapC.c:2894
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReq(struct soap *, struct ns__getNewProxyReq *)
Definition: soapC.c:1737
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *)
Definition: soapC.c:983
SOAP_FMAC3 struct SOAP_ENV__Reason **SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason **, const char *, const char *)
Definition: soapC.c:2310
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReq(struct soap *, const struct ns__getNewProxyReq *)
Definition: soapC.c:1742
SOAP_FMAC3 const char **SOAP_FMAC4 soap_faultcode(struct soap *soap)
Definition: soapC.c:99
SOAP_FMAC3 struct SOAP_ENV__Reason **SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap *, const char *, struct SOAP_ENV__Reason **, const char *)
Definition: soapC.c:2281
SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap *, char *)
Definition: soapC.c:544
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_get_dateTime(struct soap *, time_t *, const char *, const char *)
Definition: soapC.c:644
SOAP_FMAC3 int SOAP_FMAC4 soap_put__DelegationException(struct soap *, const struct _DelegationException *, const char *, const char *)
Definition: soapC.c:2087
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap *, const char *, int, const struct SOAP_ENV__Code *, const char *)
Definition: soapC.c:999
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__NewProxyReq(struct soap *, struct ns__NewProxyReq *)
Definition: soapC.c:2102
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 soap_in_ns__destroy(struct soap *, const char *, struct ns__destroy *, const char *)
Definition: soapC.c:1164
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap *, char *const *)
Definition: soapC.c:2925
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxyResponse(struct soap *, struct ns__putProxyResponse *)
Definition: soapC.c:1522
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse *const *)
Definition: soapC.c:2547
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxy(struct soap *, const struct ns__putProxy *)
Definition: soapC.c:1444
SOAP_FMAC3 struct ns__destroyResponse **SOAP_FMAC4 soap_get_PointerTons__destroyResponse(struct soap *, struct ns__destroyResponse **, const char *, const char *)
Definition: soapC.c:2485
SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap *, const char *, int, char *const *, const char *)
Definition: soapC.c:2889
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *const *, const char *, const char *)
Definition: soapC.c:2361
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *const *, const char *, const char *)
Definition: soapC.c:2640
SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap *, const char *, const char *, const char *)
Definition: soapC.c:565
SOAP_FMAC3 int *SOAP_FMAC4 soap_in_int(struct soap *, const char *, int *, const char *)
Definition: soapC.c:595
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTime(struct soap *, const struct ns__getTerminationTime *)
Definition: soapC.c:1286
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap *, const struct SOAP_ENV__Header *)
Definition: soapC.c:1078
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse *const *, const char *, const char *)
Definition: soapC.c:2586
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReq(struct soap *, const struct ns__getProxyReq *, const char *, const char *)
Definition: soapC.c:1937
Definition: soapStub.h:132
SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *, const void *, const char *, int, int)
Definition: soapC.c:395
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroyResponse(struct soap *, const struct ns__destroyResponse *, const char *, const char *)
Definition: soapC.c:1265
SOAP_FMAC3 char *SOAP_FMAC4 soap_get_byte(struct soap *, char *, const char *, const char *)
Definition: soapC.c:572
SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException(struct soap *, struct _DelegationException *)
Definition: soapC.c:2027
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTime(struct soap *, const struct ns__getTerminationTime *, const char *, const char *)
Definition: soapC.c:1340
Definition: soapStub.h:121
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReqResponse(struct soap *, const struct ns__getNewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1862
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReq(struct soap *, const struct ns__getProxyReq *)
Definition: soapC.c:1883
SOAP_FMAC3 struct SOAP_ENV__Code **SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap *, const char *, struct SOAP_ENV__Code **, const char *)
Definition: soapC.c:2400
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap *, const struct SOAP_ENV__Reason *)
Definition: soapC.c:820
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroy(struct soap *, const struct ns__destroy *, const char *, const char *)
Definition: soapC.c:1200
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxy(struct soap *, struct ns__putProxy *)
Definition: soapC.c:1437
SOAP_FMAC3 struct ns__getTerminationTimeResponse **SOAP_FMAC4 soap_in_PointerTons__getTerminationTimeResponse(struct soap *, const char *, struct ns__getTerminationTimeResponse **, const char *)
Definition: soapC.c:2510
SOAP_FMAC3 int SOAP_FMAC4 soap_put_dateTime(struct soap *, const time_t *, const char *, const char *)
Definition: soapC.c:637
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *)
Definition: soapC.c:1952
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *)
Definition: soapC.c:814
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *const *)
Definition: soapC.c:2264
SOAP_FMAC3 void SOAP_FMAC4 soap_default_dateTime(struct soap *, time_t *)
Definition: soapC.c:616
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *const *)
Definition: soapC.c:2380
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap *, const char *, struct SOAP_ENV__Header *, const char *)
Definition: soapC.c:1093
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 soap_get_ns__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1869
SOAP_FMAC3 struct ns__getProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse **, const char *, const char *)
Definition: soapC.c:2809
SOAP_FMAC3 struct SOAP_ENV__Reason *SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap *, const char *, struct SOAP_ENV__Reason *, const char *)
Definition: soapC.c:840
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 soap_get_ns__putProxyResponse(struct soap *, struct ns__putProxyResponse *, const char *, const char *)
Definition: soapC.c:1579
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getTerminationTimeResponse(struct soap *, const char *, int, struct ns__getTerminationTimeResponse *const *, const char *)
Definition: soapC.c:2502
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *const *, const char *, const char *)
Definition: soapC.c:2422
SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap *, const void *, int)
Definition: soapC.c:460
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 soap_in_ns__destroyResponse(struct soap *, const char *, struct ns__destroyResponse *, const char *)
Definition: soapC.c:1235
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getProxyReqResponse(struct soap *, const char *, int, struct ns__getProxyReqResponse *const *, const char *)
Definition: soapC.c:2772
SOAP_FMAC3 struct ns__NewProxyReq **SOAP_FMAC4 soap_in_PointerTons__NewProxyReq(struct soap *, const char *, struct ns__NewProxyReq **, const char *)
Definition: soapC.c:2726
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 soap_get_ns__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *, const char *, const char *)
Definition: soapC.c:2019
SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap *, char *const *, const char *, const char *)
Definition: soapC.c:2944
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *const *)
Definition: soapC.c:2655
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap *, const struct SOAP_ENV__Code *, const char *, const char *)
Definition: soapC.c:1054
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReqResponse(struct soap *, const char *, int, const struct ns__renewProxyReqResponse *, const char *)
Definition: soapC.c:1676
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 soap_get_ns__renewProxyReq(struct soap *, struct ns__renewProxyReq *, const char *, const char *)
Definition: soapC.c:1654
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__DelegationExceptionType(struct soap *, const struct ns__DelegationExceptionType *, const char *, const char *)
Definition: soapC.c:2247
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *, const char *, const char *)
Definition: soapC.c:1061
SOAP_FMAC3 struct ns__DelegationExceptionType **SOAP_FMAC4 soap_in_PointerTons__DelegationExceptionType(struct soap *, const char *, struct ns__DelegationExceptionType **, const char *)
Definition: soapC.c:2834
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 soap_get_ns__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1729
SOAP_FMAC3 struct ns__DelegationExceptionType **SOAP_FMAC4 soap_get_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType **, const char *, const char *)
Definition: soapC.c:2863
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__destroyResponse(struct soap *, const char *, int, struct ns__destroyResponse *const *, const char *)
Definition: soapC.c:2448
SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap *)
Definition: soapC.c:169
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap *, const char *, int, const struct SOAP_ENV__Fault *, const char *)
Definition: soapC.c:684
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap *, const struct SOAP_ENV__Reason *, const char *, const char *)
Definition: soapC.c:876
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 soap_in__DelegationException(struct soap *, const char *, struct _DelegationException *, const char *)
Definition: soapC.c:2051
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxyResponse(struct soap *, const char *, int, const struct ns__putProxyResponse *, const char *)
Definition: soapC.c:1534
Definition: soapStub.h:142
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *, const char *, const char *)
Definition: soapC.c:971
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *const *)
Definition: soapC.c:2763
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroy(struct soap *, const struct ns__destroy *)
Definition: soapC.c:1146
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap *, struct SOAP_ENV__Header *, const char *, const char *)
Definition: soapC.c:1130
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap *, const char *, int, struct SOAP_ENV__Detail *const *, const char *)
Definition: soapC.c:2331
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap *, struct SOAP_ENV__Header *)
Definition: soapC.c:1073
SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap *, char **)
Definition: soapC.c:2915
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap *, const char *, int, struct SOAP_ENV__Code *const *, const char *)
Definition: soapC.c:2389
Definition: soapStub.h:175
Definition: soapStub.h:163
Definition: soapStub.h:101
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 soap_get__DelegationException(struct soap *, struct _DelegationException *, const char *, const char *)
Definition: soapC.c:2094
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap *, const char *, int, const struct SOAP_ENV__Header *, const char *)
Definition: soapC.c:1085
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 soap_get_ns__getProxyReq(struct soap *, struct ns__getProxyReq *, const char *, const char *)
Definition: soapC.c:1944
SOAP_FMAC3 int *SOAP_FMAC4 soap_get_int(struct soap *, int *, const char *, const char *)
Definition: soapC.c:608
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 soap_get_ns__NewProxyReq(struct soap *, struct ns__NewProxyReq *, const char *, const char *)
Definition: soapC.c:2179
SOAP_FMAC3 struct ns__putProxyResponse **SOAP_FMAC4 soap_in_PointerTons__putProxyResponse(struct soap *, const char *, struct ns__putProxyResponse **, const char *)
Definition: soapC.c:2564
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxy(struct soap *, const struct ns__putProxy *, const char *, const char *)
Definition: soapC.c:1507
Definition: soapStub.h:195
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReq(struct soap *, const struct ns__renewProxyReq *, const char *, const char *)
Definition: soapC.c:1647
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *const *)
Definition: soapC.c:2322
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReq(struct soap *, const char *, int, const struct ns__getProxyReq *, const char *)
Definition: soapC.c:1891
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 soap_get_ns__getNewProxyReq(struct soap *, struct ns__getNewProxyReq *, const char *, const char *)
Definition: soapC.c:1794
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReqResponse(struct soap *, const char *, int, const struct ns__getNewProxyReqResponse *, const char *)
Definition: soapC.c:1816
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroyResponse(struct soap *, const char *, int, const struct ns__destroyResponse *, const char *)
Definition: soapC.c:1227
SOAP_FMAC3 char **SOAP_FMAC4 soap_get__QName(struct soap *, char **, const char *, const char *)
Definition: soapC.c:2907
SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap *, int *)
Definition: soapC.c:184
SOAP_FMAC3 char **SOAP_FMAC4 soap_in_string(struct soap *, const char *, char **, const char *)
Definition: soapC.c:2938
SOAP_FMAC3 struct ns__getProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__getProxyReqResponse(struct soap *, const char *, struct ns__getProxyReqResponse **, const char *)
Definition: soapC.c:2780
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *const *, const char *, const char *)
Definition: soapC.c:2694
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReqResponse(struct soap *, const struct ns__getProxyReqResponse *)
Definition: soapC.c:1958
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxyResponse(struct soap *, const struct ns__putProxyResponse *)
Definition: soapC.c:1527
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 soap_in_ns__getProxyReq(struct soap *, const char *, struct ns__getProxyReq *, const char *)
Definition: soapC.c:1901
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 soap_in_ns__getTerminationTimeResponse(struct soap *, const char *, struct ns__getTerminationTimeResponse *, const char *)
Definition: soapC.c:1378
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReq(struct soap *, const char *, int, const struct ns__renewProxyReq *, const char *)
Definition: soapC.c:1601
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 soap_in_ns__renewProxyReqResponse(struct soap *, const char *, struct ns__renewProxyReqResponse *, const char *)
Definition: soapC.c:1686
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReqResponse(struct soap *, const char *, int, const struct ns__getProxyReqResponse *, const char *)
Definition: soapC.c:1966
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroyResponse(struct soap *, struct ns__destroyResponse *)
Definition: soapC.c:1215
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReqResponse(struct soap *, const struct ns__renewProxyReqResponse *)
Definition: soapC.c:1668
SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap *, int *)
Definition: soapC.c:580
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq *const *, const char *, const char *)
Definition: soapC.c:2748
SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap *, char *const *, const char *, const char *)
Definition: soapC.c:2900
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReq(struct soap *, const struct ns__renewProxyReq *)
Definition: soapC.c:1593
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__renewProxyReqResponse(struct soap *, const char *, int, struct ns__renewProxyReqResponse *const *, const char *)
Definition: soapC.c:2610
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap *, const char *, int, struct SOAP_ENV__Reason *const *, const char *)
Definition: soapC.c:2273
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap *, const char *, int, const struct SOAP_ENV__Detail *, const char *)
Definition: soapC.c:911
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap *, const char *, int, const struct SOAP_ENV__Reason *, const char *)
Definition: soapC.c:828
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *, const struct SOAP_ENV__Code *)
Definition: soapC.c:990
Definition: soapStub.h:272
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 soap_in_ns__DelegationExceptionType(struct soap *, const char *, struct ns__DelegationExceptionType *, const char *)
Definition: soapC.c:2211
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *)
Definition: soapC.c:1355
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReq(struct soap *, struct ns__getProxyReq *)
Definition: soapC.c:1877
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq *const *)
Definition: soapC.c:2709
Definition: soapStub.h:91
Definition: soapStub.h:111
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__putProxyResponse(struct soap *, const char *, int, struct ns__putProxyResponse *const *, const char *)
Definition: soapC.c:2556
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 soap_in_ns__renewProxyReq(struct soap *, const char *, struct ns__renewProxyReq *, const char *)
Definition: soapC.c:1611
SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap *)
Definition: soapC.c:353
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReq(struct soap *, struct ns__renewProxyReq *)
Definition: soapC.c:1587
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 soap_get_ns__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *, const char *, const char *)
Definition: soapC.c:1429
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap *, char *const *)
Definition: soapC.c:2881
SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap *, const int *, const char *, const char *)
Definition: soapC.c:601
SOAP_FMAC3 struct ns__getNewProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse **, const char *, const char *)
Definition: soapC.c:2701
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__DelegationException(struct soap *, const struct _DelegationException *)
Definition: soapC.c:2033
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__destroyResponse(struct soap *, struct ns__destroyResponse *const *)
Definition: soapC.c:2439
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__NewProxyReq(struct soap *, const struct ns__NewProxyReq *)
Definition: soapC.c:2109
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 soap_in_ns__getTerminationTime(struct soap *, const char *, struct ns__getTerminationTime *, const char *)
Definition: soapC.c:1304
SOAP_FMAC3 struct SOAP_ENV__Detail **SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap *, const char *, struct SOAP_ENV__Detail **, const char *)
Definition: soapC.c:2339
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *)
Definition: soapC.c:1662
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 soap_in_ns__NewProxyReq(struct soap *, const char *, struct ns__NewProxyReq *, const char *)
Definition: soapC.c:2130
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *const *, const char *, const char *)
Definition: soapC.c:2856
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *const *, const char *, const char *)
Definition: soapC.c:2532
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap *, const char *, struct SOAP_ENV__Detail *, const char *)
Definition: soapC.c:922
SOAP_FMAC3 struct ns__renewProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse **, const char *, const char *)
Definition: soapC.c:2647
SOAP_FMAC3 struct SOAP_ENV__Code **SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code **, const char *, const char *)
Definition: soapC.c:2429
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 soap_in_ns__putProxyResponse(struct soap *, const char *, struct ns__putProxyResponse *, const char *)
Definition: soapC.c:1542
SOAP_FMAC3 struct ns__getTerminationTimeResponse **SOAP_FMAC4 soap_get_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse **, const char *, const char *)
Definition: soapC.c:2539
Definition: soapStub.h:260
Definition: delegation.h:14
SOAP_FMAC3 char **SOAP_FMAC4 soap_get_string(struct soap *, char **, const char *, const char *)
Definition: soapC.c:2951
SOAP_FMAC3 char *SOAP_FMAC4 soap_in_byte(struct soap *, const char *, char *, const char *)
Definition: soapC.c:559
Definition: delegation.h:3
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 soap_get_ns__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *, const char *, const char *)
Definition: soapC.c:2254
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap *, const struct SOAP_ENV__Detail *)
Definition: soapC.c:903
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroy(struct soap *, const char *, int, const struct ns__destroy *, const char *)
Definition: soapC.c:1154
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReq(struct soap *, const struct ns__getNewProxyReq *, const char *, const char *)
Definition: soapC.c:1787
Definition: soapStub.h:185
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_in_dateTime(struct soap *, const char *, time_t *, const char *)
Definition: soapC.c:631
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__NewProxyReq(struct soap *, const char *, int, struct ns__NewProxyReq *const *, const char *)
Definition: soapC.c:2718
SOAP_FMAC3 struct ns__renewProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__renewProxyReqResponse(struct soap *, const char *, struct ns__renewProxyReqResponse **, const char *)
Definition: soapC.c:2618
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap *, const char *, struct SOAP_ENV__Code *, const char *)
Definition: soapC.c:1012
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTimeResponse(struct soap *, const struct ns__getTerminationTimeResponse *, const char *, const char *)
Definition: soapC.c:1422
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap *, const struct SOAP_ENV__Fault *)
Definition: soapC.c:668
SOAP_FMAC3 struct ns__getNewProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__getNewProxyReqResponse(struct soap *, const char *, struct ns__getNewProxyReqResponse **, const char *)
Definition: soapC.c:2672
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *const *)
Definition: soapC.c:2601
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *const *, const char *, const char *)
Definition: soapC.c:2303
SOAP_FMAC3 struct ns__NewProxyReq **SOAP_FMAC4 soap_get_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq **, const char *, const char *)
Definition: soapC.c:2755
SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap *, const char *, int, const char *, const char *)
Definition: soapC.c:554
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap *, struct SOAP_ENV__Fault *, const char *, const char *)
Definition: soapC.c:802
SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap *)
Definition: soapC.c:382
Definition: delegation.h:8
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *const *)
Definition: soapC.c:2817
SOAP_FMAC3 int SOAP_FMAC4 soap_out__DelegationException(struct soap *, const char *, int, const struct _DelegationException *, const char *)
Definition: soapC.c:2041
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap *, const struct SOAP_ENV__Detail *, const char *, const char *)
Definition: soapC.c:964
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap *, const char *, struct SOAP_ENV__Fault *, const char *)
Definition: soapC.c:711
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 soap_get_ns__destroy(struct soap *, struct ns__destroy *, const char *, const char *)
Definition: soapC.c:1207
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxyResponse(struct soap *, const struct ns__putProxyResponse *, const char *, const char *)
Definition: soapC.c:1572
Definition: soapStub.h:206
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *const *, const char *, const char *)
Definition: soapC.c:2802
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTime(struct soap *, const char *, int, const struct ns__getTerminationTime *, const char *)
Definition: soapC.c:1294
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__NewProxyReq(struct soap *, const char *, int, const struct ns__NewProxyReq *, const char *)
Definition: soapC.c:2118
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap *, struct SOAP_ENV__Fault *)
Definition: soapC.c:654
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *const *)
Definition: soapC.c:2493
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 soap_get_ns__getTerminationTime(struct soap *, struct ns__getTerminationTime *, const char *, const char *)
Definition: soapC.c:1347
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReqResponse(struct soap *, const struct ns__getNewProxyReqResponse *)
Definition: soapC.c:1808
SOAP_FMAC3 void SOAP_FMAC4 soap_default__QName(struct soap *, char **)
Definition: soapC.c:2871
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReqResponse(struct soap *, const struct ns__renewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1722
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__DelegationExceptionType(struct soap *, const struct ns__DelegationExceptionType *)
Definition: soapC.c:2193
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTimeResponse(struct soap *, const struct ns__getTerminationTimeResponse *)
Definition: soapC.c:1361
SOAP_FMAC3 struct ns__destroyResponse **SOAP_FMAC4 soap_in_PointerTons__destroyResponse(struct soap *, const char *, struct ns__destroyResponse **, const char *)
Definition: soapC.c:2456
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 soap_get_ns__destroyResponse(struct soap *, struct ns__destroyResponse *, const char *, const char *)
Definition: soapC.c:1272
SOAP_FMAC3 struct SOAP_ENV__Detail **SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail **, const char *, const char *)
Definition: soapC.c:2368
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__DelegationExceptionType(struct soap *, const char *, int, const struct ns__DelegationExceptionType *, const char *)
Definition: soapC.c:2201
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReqResponse(struct soap *, const struct ns__getProxyReqResponse *, const char *, const char *)
Definition: soapC.c:2012
SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap *, const char *, int, char *const *, const char *)
Definition: soapC.c:2933
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 soap_in_ns__putProxy(struct soap *, const char *, struct ns__putProxy *, const char *)
Definition: soapC.c:1465
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *)
Definition: soapC.c:2187
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 soap_in_ns__getProxyReqResponse(struct soap *, const char *, struct ns__getProxyReqResponse *, const char *)
Definition: soapC.c:1976
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroyResponse(struct soap *, const struct ns__destroyResponse *)
Definition: soapC.c:1220
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 soap_in_ns__getNewProxyReqResponse(struct soap *, const char *, struct ns__getNewProxyReqResponse *, const char *)
Definition: soapC.c:1826
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *)
Definition: soapC.c:1802
Definition: soapStub.h:231
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getNewProxyReqResponse(struct soap *, const char *, int, struct ns__getNewProxyReqResponse *const *, const char *)
Definition: soapC.c:2664
Definition: soapStub.h:245
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap *, const struct SOAP_ENV__Fault *, const char *, const char *)
Definition: soapC.c:795
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 soap_get_ns__putProxy(struct soap *, struct ns__putProxy *, const char *, const char *)
Definition: soapC.c:1514
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__DelegationExceptionType(struct soap *, const char *, int, struct ns__DelegationExceptionType *const *, const char *)
Definition: soapC.c:2826
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReq(struct soap *, const char *, int, const struct ns__getNewProxyReq *, const char *)
Definition: soapC.c:1749
SOAP_FMAC3 struct ns__putProxyResponse **SOAP_FMAC4 soap_get_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse **, const char *, const char *)
Definition: soapC.c:2593
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 soap_in_ns__getNewProxyReq(struct soap *, const char *, struct ns__getNewProxyReq *, const char *)
Definition: soapC.c:1757
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap *, const struct SOAP_ENV__Header *, const char *, const char *)
Definition: soapC.c:1123
SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap *, const char *, int, const int *, const char *)
Definition: soapC.c:590
Definition: soapStub.h:152
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__destroyResponse(struct soap *, struct ns__destroyResponse *const *, const char *, const char *)
Definition: soapC.c:2478
SOAP_FMAC3 int SOAP_FMAC4 soap_out_dateTime(struct soap *, const char *, int, const time_t *, const char *)
Definition: soapC.c:626
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxy(struct soap *, const char *, int, const struct ns__putProxy *, const char *)
Definition: soapC.c:1453
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTimeResponse(struct soap *, const char *, int, const struct ns__getTerminationTimeResponse *, const char *)
Definition: soapC.c:1368