soapH.h
Go to the documentation of this file.
1
/* soapH.h
2
Generated by gSOAP 2.8.12 from delegation.h
3
4
Copyright(C) 2000-2012, Robert van Engelen, Genivia Inc. All Rights Reserved.
5
The generated code is released under one of the following licenses:
6
1) GPL or 2) Genivia's license for commercial use.
7
This program is released under the GPL with the additional exemption that
8
compiling, linking, and/or using OpenSSL is allowed.
9
*/
10
11
#ifndef soapH_H
12
#define soapH_H
13
#include "
soapStub.h
"
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
#ifndef WITH_NOIDREF
18
SOAP_FMAC3
void
SOAP_FMAC4
soap_markelement
(
struct
soap*,
const
void
*,
int
);
19
SOAP_FMAC3
int
SOAP_FMAC4
soap_putelement
(
struct
soap*,
const
void
*,
const
char
*,
int
,
int
);
20
SOAP_FMAC3
void
*SOAP_FMAC4
soap_getelement
(
struct
soap*,
int
*);
21
SOAP_FMAC3
int
SOAP_FMAC4
soap_putindependent
(
struct
soap*);
22
SOAP_FMAC3
int
SOAP_FMAC4
soap_getindependent
(
struct
soap*);
23
#endif
24
SOAP_FMAC3
int
SOAP_FMAC4
soap_ignore_element
(
struct
soap*);
25
26
SOAP_FMAC3
const
char
** SOAP_FMAC4
soap_faultcode
(
struct
soap *soap);
27
28
#ifndef SOAP_TYPE_byte
29
#define SOAP_TYPE_byte (3)
30
#endif
31
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_byte
(
struct
soap*,
char
*);
32
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_byte
(
struct
soap*,
const
char
*,
int
,
const
char
*,
const
char
*);
33
SOAP_FMAC3
char
* SOAP_FMAC4
soap_in_byte
(
struct
soap*,
const
char
*,
char
*,
const
char
*);
34
35
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_byte
(
struct
soap*,
const
char
*,
const
char
*,
const
char
*);
36
37
#ifndef soap_write_byte
38
#define soap_write_byte(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_byte(soap, data, "byte", NULL) || soap_end_send(soap) )
39
#endif
40
41
SOAP_FMAC3
char
* SOAP_FMAC4
soap_get_byte
(
struct
soap*,
char
*,
const
char
*,
const
char
*);
42
43
#ifndef soap_read_byte
44
#define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap) )
45
#endif
46
47
48
#ifndef SOAP_TYPE_int
49
#define SOAP_TYPE_int (1)
50
#endif
51
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_int
(
struct
soap*,
int
*);
52
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_int
(
struct
soap*,
const
char
*,
int
,
const
int
*,
const
char
*);
53
SOAP_FMAC3
int
* SOAP_FMAC4
soap_in_int
(
struct
soap*,
const
char
*,
int
*,
const
char
*);
54
55
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_int
(
struct
soap*,
const
int
*,
const
char
*,
const
char
*);
56
57
#ifndef soap_write_int
58
#define soap_write_int(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_int(soap, data, "int", NULL) || soap_end_send(soap) )
59
#endif
60
61
SOAP_FMAC3
int
* SOAP_FMAC4
soap_get_int
(
struct
soap*,
int
*,
const
char
*,
const
char
*);
62
63
#ifndef soap_read_int
64
#define soap_read_int(soap, data) ( soap_begin_recv(soap) || !soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap) )
65
#endif
66
67
68
#ifndef SOAP_TYPE_time
69
#define SOAP_TYPE_time (29)
70
#endif
71
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_time
(
struct
soap*, time_t *);
72
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_time
(
struct
soap*,
const
char
*,
int
,
const
time_t *,
const
char
*);
73
SOAP_FMAC3 time_t * SOAP_FMAC4
soap_in_time
(
struct
soap*,
const
char
*, time_t *,
const
char
*);
74
75
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_time
(
struct
soap*,
const
time_t *,
const
char
*,
const
char
*);
76
77
#ifndef soap_write_time
78
#define soap_write_time(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_time(soap, data, "dateTime", NULL) || soap_end_send(soap) )
79
#endif
80
81
SOAP_FMAC3 time_t * SOAP_FMAC4
soap_get_time
(
struct
soap*, time_t *,
const
char
*,
const
char
*);
82
83
#ifndef soap_read_time
84
#define soap_read_time(soap, data) ( soap_begin_recv(soap) || !soap_get_time(soap, data, NULL, NULL) || soap_end_recv(soap) )
85
#endif
86
87
88
#ifndef WITH_NOGLOBAL
89
90
#ifndef SOAP_TYPE_SOAP_ENV__Fault
91
#define SOAP_TYPE_SOAP_ENV__Fault (44)
92
#endif
93
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_SOAP_ENV__Fault
(
struct
soap*,
struct
SOAP_ENV__Fault
*);
94
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_SOAP_ENV__Fault
(
struct
soap*,
const
struct
SOAP_ENV__Fault
*);
95
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_SOAP_ENV__Fault
(
struct
soap*,
const
char
*,
int
,
const
struct
SOAP_ENV__Fault
*,
const
char
*);
96
SOAP_FMAC3
struct
SOAP_ENV__Fault
* SOAP_FMAC4
soap_in_SOAP_ENV__Fault
(
struct
soap*,
const
char
*,
struct
SOAP_ENV__Fault
*,
const
char
*);
97
98
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_SOAP_ENV__Fault
(
struct
soap*,
const
struct
SOAP_ENV__Fault
*,
const
char
*,
const
char
*);
99
100
#ifndef soap_write_SOAP_ENV__Fault
101
#define soap_write_SOAP_ENV__Fault(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_SOAP_ENV__Fault(soap, data, "SOAP-ENV:Fault", NULL) || soap_end_send(soap) )
102
#endif
103
104
SOAP_FMAC3
struct
SOAP_ENV__Fault
* SOAP_FMAC4
soap_get_SOAP_ENV__Fault
(
struct
soap*,
struct
SOAP_ENV__Fault
*,
const
char
*,
const
char
*);
105
106
#ifndef soap_read_SOAP_ENV__Fault
107
#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) )
108
#endif
109
110
111
#endif
112
113
#ifndef WITH_NOGLOBAL
114
115
#ifndef SOAP_TYPE_SOAP_ENV__Reason
116
#define SOAP_TYPE_SOAP_ENV__Reason (43)
117
#endif
118
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_SOAP_ENV__Reason
(
struct
soap*,
struct
SOAP_ENV__Reason
*);
119
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_SOAP_ENV__Reason
(
struct
soap*,
const
struct
SOAP_ENV__Reason
*);
120
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_SOAP_ENV__Reason
(
struct
soap*,
const
char
*,
int
,
const
struct
SOAP_ENV__Reason
*,
const
char
*);
121
SOAP_FMAC3
struct
SOAP_ENV__Reason
* SOAP_FMAC4
soap_in_SOAP_ENV__Reason
(
struct
soap*,
const
char
*,
struct
SOAP_ENV__Reason
*,
const
char
*);
122
123
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_SOAP_ENV__Reason
(
struct
soap*,
const
struct
SOAP_ENV__Reason
*,
const
char
*,
const
char
*);
124
125
#ifndef soap_write_SOAP_ENV__Reason
126
#define soap_write_SOAP_ENV__Reason(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_SOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap) )
127
#endif
128
129
SOAP_FMAC3
struct
SOAP_ENV__Reason
* SOAP_FMAC4
soap_get_SOAP_ENV__Reason
(
struct
soap*,
struct
SOAP_ENV__Reason
*,
const
char
*,
const
char
*);
130
131
#ifndef soap_read_SOAP_ENV__Reason
132
#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) )
133
#endif
134
135
136
#endif
137
138
#ifndef WITH_NOGLOBAL
139
140
#ifndef SOAP_TYPE_SOAP_ENV__Detail
141
#define SOAP_TYPE_SOAP_ENV__Detail (40)
142
#endif
143
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_SOAP_ENV__Detail
(
struct
soap*,
struct
SOAP_ENV__Detail
*);
144
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_SOAP_ENV__Detail
(
struct
soap*,
const
struct
SOAP_ENV__Detail
*);
145
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_SOAP_ENV__Detail
(
struct
soap*,
const
char
*,
int
,
const
struct
SOAP_ENV__Detail
*,
const
char
*);
146
SOAP_FMAC3
struct
SOAP_ENV__Detail
* SOAP_FMAC4
soap_in_SOAP_ENV__Detail
(
struct
soap*,
const
char
*,
struct
SOAP_ENV__Detail
*,
const
char
*);
147
148
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_SOAP_ENV__Detail
(
struct
soap*,
const
struct
SOAP_ENV__Detail
*,
const
char
*,
const
char
*);
149
150
#ifndef soap_write_SOAP_ENV__Detail
151
#define soap_write_SOAP_ENV__Detail(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_SOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap) )
152
#endif
153
154
SOAP_FMAC3
struct
SOAP_ENV__Detail
* SOAP_FMAC4
soap_get_SOAP_ENV__Detail
(
struct
soap*,
struct
SOAP_ENV__Detail
*,
const
char
*,
const
char
*);
155
156
#ifndef soap_read_SOAP_ENV__Detail
157
#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) )
158
#endif
159
160
161
#endif
162
163
#ifndef WITH_NOGLOBAL
164
165
#ifndef SOAP_TYPE_SOAP_ENV__Code
166
#define SOAP_TYPE_SOAP_ENV__Code (38)
167
#endif
168
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_SOAP_ENV__Code
(
struct
soap*,
struct
SOAP_ENV__Code
*);
169
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_SOAP_ENV__Code
(
struct
soap*,
const
struct
SOAP_ENV__Code
*);
170
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_SOAP_ENV__Code
(
struct
soap*,
const
char
*,
int
,
const
struct
SOAP_ENV__Code
*,
const
char
*);
171
SOAP_FMAC3
struct
SOAP_ENV__Code
* SOAP_FMAC4
soap_in_SOAP_ENV__Code
(
struct
soap*,
const
char
*,
struct
SOAP_ENV__Code
*,
const
char
*);
172
173
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_SOAP_ENV__Code
(
struct
soap*,
const
struct
SOAP_ENV__Code
*,
const
char
*,
const
char
*);
174
175
#ifndef soap_write_SOAP_ENV__Code
176
#define soap_write_SOAP_ENV__Code(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_SOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap) )
177
#endif
178
179
SOAP_FMAC3
struct
SOAP_ENV__Code
* SOAP_FMAC4
soap_get_SOAP_ENV__Code
(
struct
soap*,
struct
SOAP_ENV__Code
*,
const
char
*,
const
char
*);
180
181
#ifndef soap_read_SOAP_ENV__Code
182
#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) )
183
#endif
184
185
186
#endif
187
188
#ifndef WITH_NOGLOBAL
189
190
#ifndef SOAP_TYPE_SOAP_ENV__Header
191
#define SOAP_TYPE_SOAP_ENV__Header (37)
192
#endif
193
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_SOAP_ENV__Header
(
struct
soap*,
struct
SOAP_ENV__Header
*);
194
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_SOAP_ENV__Header
(
struct
soap*,
const
struct
SOAP_ENV__Header
*);
195
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_SOAP_ENV__Header
(
struct
soap*,
const
char
*,
int
,
const
struct
SOAP_ENV__Header
*,
const
char
*);
196
SOAP_FMAC3
struct
SOAP_ENV__Header
* SOAP_FMAC4
soap_in_SOAP_ENV__Header
(
struct
soap*,
const
char
*,
struct
SOAP_ENV__Header
*,
const
char
*);
197
198
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_SOAP_ENV__Header
(
struct
soap*,
const
struct
SOAP_ENV__Header
*,
const
char
*,
const
char
*);
199
200
#ifndef soap_write_SOAP_ENV__Header
201
#define soap_write_SOAP_ENV__Header(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_SOAP_ENV__Header(soap, data, "SOAP-ENV:Header", NULL) || soap_end_send(soap) )
202
#endif
203
204
SOAP_FMAC3
struct
SOAP_ENV__Header
* SOAP_FMAC4
soap_get_SOAP_ENV__Header
(
struct
soap*,
struct
SOAP_ENV__Header
*,
const
char
*,
const
char
*);
205
206
#ifndef soap_read_SOAP_ENV__Header
207
#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) )
208
#endif
209
210
211
#endif
212
213
#ifndef SOAP_TYPE_ns__destroy
214
#define SOAP_TYPE_ns__destroy (36)
215
#endif
216
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__destroy
(
struct
soap*,
struct
ns__destroy
*);
217
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__destroy
(
struct
soap*,
const
struct
ns__destroy
*);
218
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__destroy
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__destroy
*,
const
char
*);
219
SOAP_FMAC3
struct
ns__destroy
* SOAP_FMAC4
soap_in_ns__destroy
(
struct
soap*,
const
char
*,
struct
ns__destroy
*,
const
char
*);
220
221
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__destroy
(
struct
soap*,
const
struct
ns__destroy
*,
const
char
*,
const
char
*);
222
223
#ifndef soap_write_ns__destroy
224
#define soap_write_ns__destroy(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__destroy(soap, data, "ns:destroy", NULL) || soap_end_send(soap) )
225
#endif
226
227
SOAP_FMAC3
struct
ns__destroy
* SOAP_FMAC4
soap_get_ns__destroy
(
struct
soap*,
struct
ns__destroy
*,
const
char
*,
const
char
*);
228
229
#ifndef soap_read_ns__destroy
230
#define soap_read_ns__destroy(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__destroy(soap, data, NULL, NULL) || soap_end_recv(soap) )
231
#endif
232
233
234
#ifndef SOAP_TYPE_ns__destroyResponse
235
#define SOAP_TYPE_ns__destroyResponse (33)
236
#endif
237
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__destroyResponse
(
struct
soap*,
struct
ns__destroyResponse
*);
238
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__destroyResponse
(
struct
soap*,
const
struct
ns__destroyResponse
*);
239
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__destroyResponse
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__destroyResponse
*,
const
char
*);
240
SOAP_FMAC3
struct
ns__destroyResponse
* SOAP_FMAC4
soap_in_ns__destroyResponse
(
struct
soap*,
const
char
*,
struct
ns__destroyResponse
*,
const
char
*);
241
242
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__destroyResponse
(
struct
soap*,
const
struct
ns__destroyResponse
*,
const
char
*,
const
char
*);
243
244
#ifndef soap_write_ns__destroyResponse
245
#define soap_write_ns__destroyResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__destroyResponse(soap, data, "ns:destroyResponse", NULL) || soap_end_send(soap) )
246
#endif
247
248
SOAP_FMAC3
struct
ns__destroyResponse
* SOAP_FMAC4
soap_get_ns__destroyResponse
(
struct
soap*,
struct
ns__destroyResponse
*,
const
char
*,
const
char
*);
249
250
#ifndef soap_read_ns__destroyResponse
251
#define soap_read_ns__destroyResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__destroyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
252
#endif
253
254
255
#ifndef SOAP_TYPE_ns__getTerminationTime
256
#define SOAP_TYPE_ns__getTerminationTime (32)
257
#endif
258
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__getTerminationTime
(
struct
soap*,
struct
ns__getTerminationTime
*);
259
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__getTerminationTime
(
struct
soap*,
const
struct
ns__getTerminationTime
*);
260
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__getTerminationTime
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__getTerminationTime
*,
const
char
*);
261
SOAP_FMAC3
struct
ns__getTerminationTime
* SOAP_FMAC4
soap_in_ns__getTerminationTime
(
struct
soap*,
const
char
*,
struct
ns__getTerminationTime
*,
const
char
*);
262
263
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__getTerminationTime
(
struct
soap*,
const
struct
ns__getTerminationTime
*,
const
char
*,
const
char
*);
264
265
#ifndef soap_write_ns__getTerminationTime
266
#define soap_write_ns__getTerminationTime(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__getTerminationTime(soap, data, "ns:getTerminationTime", NULL) || soap_end_send(soap) )
267
#endif
268
269
SOAP_FMAC3
struct
ns__getTerminationTime
* SOAP_FMAC4
soap_get_ns__getTerminationTime
(
struct
soap*,
struct
ns__getTerminationTime
*,
const
char
*,
const
char
*);
270
271
#ifndef soap_read_ns__getTerminationTime
272
#define soap_read_ns__getTerminationTime(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getTerminationTime(soap, data, NULL, NULL) || soap_end_recv(soap) )
273
#endif
274
275
276
#ifndef SOAP_TYPE_ns__getTerminationTimeResponse
277
#define SOAP_TYPE_ns__getTerminationTimeResponse (28)
278
#endif
279
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__getTerminationTimeResponse
(
struct
soap*,
struct
ns__getTerminationTimeResponse
*);
280
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__getTerminationTimeResponse
(
struct
soap*,
const
struct
ns__getTerminationTimeResponse
*);
281
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__getTerminationTimeResponse
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__getTerminationTimeResponse
*,
const
char
*);
282
SOAP_FMAC3
struct
ns__getTerminationTimeResponse
* SOAP_FMAC4
soap_in_ns__getTerminationTimeResponse
(
struct
soap*,
const
char
*,
struct
ns__getTerminationTimeResponse
*,
const
char
*);
283
284
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__getTerminationTimeResponse
(
struct
soap*,
const
struct
ns__getTerminationTimeResponse
*,
const
char
*,
const
char
*);
285
286
#ifndef soap_write_ns__getTerminationTimeResponse
287
#define soap_write_ns__getTerminationTimeResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__getTerminationTimeResponse(soap, data, "ns:getTerminationTimeResponse", NULL) || soap_end_send(soap) )
288
#endif
289
290
SOAP_FMAC3
struct
ns__getTerminationTimeResponse
* SOAP_FMAC4
soap_get_ns__getTerminationTimeResponse
(
struct
soap*,
struct
ns__getTerminationTimeResponse
*,
const
char
*,
const
char
*);
291
292
#ifndef soap_read_ns__getTerminationTimeResponse
293
#define soap_read_ns__getTerminationTimeResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getTerminationTimeResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
294
#endif
295
296
297
#ifndef SOAP_TYPE_ns__putProxy
298
#define SOAP_TYPE_ns__putProxy (27)
299
#endif
300
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__putProxy
(
struct
soap*,
struct
ns__putProxy
*);
301
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__putProxy
(
struct
soap*,
const
struct
ns__putProxy
*);
302
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__putProxy
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__putProxy
*,
const
char
*);
303
SOAP_FMAC3
struct
ns__putProxy
* SOAP_FMAC4
soap_in_ns__putProxy
(
struct
soap*,
const
char
*,
struct
ns__putProxy
*,
const
char
*);
304
305
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__putProxy
(
struct
soap*,
const
struct
ns__putProxy
*,
const
char
*,
const
char
*);
306
307
#ifndef soap_write_ns__putProxy
308
#define soap_write_ns__putProxy(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__putProxy(soap, data, "ns:putProxy", NULL) || soap_end_send(soap) )
309
#endif
310
311
SOAP_FMAC3
struct
ns__putProxy
* SOAP_FMAC4
soap_get_ns__putProxy
(
struct
soap*,
struct
ns__putProxy
*,
const
char
*,
const
char
*);
312
313
#ifndef soap_read_ns__putProxy
314
#define soap_read_ns__putProxy(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__putProxy(soap, data, NULL, NULL) || soap_end_recv(soap) )
315
#endif
316
317
318
#ifndef SOAP_TYPE_ns__putProxyResponse
319
#define SOAP_TYPE_ns__putProxyResponse (24)
320
#endif
321
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__putProxyResponse
(
struct
soap*,
struct
ns__putProxyResponse
*);
322
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__putProxyResponse
(
struct
soap*,
const
struct
ns__putProxyResponse
*);
323
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__putProxyResponse
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__putProxyResponse
*,
const
char
*);
324
SOAP_FMAC3
struct
ns__putProxyResponse
* SOAP_FMAC4
soap_in_ns__putProxyResponse
(
struct
soap*,
const
char
*,
struct
ns__putProxyResponse
*,
const
char
*);
325
326
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__putProxyResponse
(
struct
soap*,
const
struct
ns__putProxyResponse
*,
const
char
*,
const
char
*);
327
328
#ifndef soap_write_ns__putProxyResponse
329
#define soap_write_ns__putProxyResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__putProxyResponse(soap, data, "ns:putProxyResponse", NULL) || soap_end_send(soap) )
330
#endif
331
332
SOAP_FMAC3
struct
ns__putProxyResponse
* SOAP_FMAC4
soap_get_ns__putProxyResponse
(
struct
soap*,
struct
ns__putProxyResponse
*,
const
char
*,
const
char
*);
333
334
#ifndef soap_read_ns__putProxyResponse
335
#define soap_read_ns__putProxyResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__putProxyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
336
#endif
337
338
339
#ifndef SOAP_TYPE_ns__renewProxyReq
340
#define SOAP_TYPE_ns__renewProxyReq (23)
341
#endif
342
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__renewProxyReq
(
struct
soap*,
struct
ns__renewProxyReq
*);
343
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__renewProxyReq
(
struct
soap*,
const
struct
ns__renewProxyReq
*);
344
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__renewProxyReq
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__renewProxyReq
*,
const
char
*);
345
SOAP_FMAC3
struct
ns__renewProxyReq
* SOAP_FMAC4
soap_in_ns__renewProxyReq
(
struct
soap*,
const
char
*,
struct
ns__renewProxyReq
*,
const
char
*);
346
347
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__renewProxyReq
(
struct
soap*,
const
struct
ns__renewProxyReq
*,
const
char
*,
const
char
*);
348
349
#ifndef soap_write_ns__renewProxyReq
350
#define soap_write_ns__renewProxyReq(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__renewProxyReq(soap, data, "ns:renewProxyReq", NULL) || soap_end_send(soap) )
351
#endif
352
353
SOAP_FMAC3
struct
ns__renewProxyReq
* SOAP_FMAC4
soap_get_ns__renewProxyReq
(
struct
soap*,
struct
ns__renewProxyReq
*,
const
char
*,
const
char
*);
354
355
#ifndef soap_read_ns__renewProxyReq
356
#define soap_read_ns__renewProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__renewProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
357
#endif
358
359
360
#ifndef SOAP_TYPE_ns__renewProxyReqResponse
361
#define SOAP_TYPE_ns__renewProxyReqResponse (20)
362
#endif
363
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__renewProxyReqResponse
(
struct
soap*,
struct
ns__renewProxyReqResponse
*);
364
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__renewProxyReqResponse
(
struct
soap*,
const
struct
ns__renewProxyReqResponse
*);
365
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__renewProxyReqResponse
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__renewProxyReqResponse
*,
const
char
*);
366
SOAP_FMAC3
struct
ns__renewProxyReqResponse
* SOAP_FMAC4
soap_in_ns__renewProxyReqResponse
(
struct
soap*,
const
char
*,
struct
ns__renewProxyReqResponse
*,
const
char
*);
367
368
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__renewProxyReqResponse
(
struct
soap*,
const
struct
ns__renewProxyReqResponse
*,
const
char
*,
const
char
*);
369
370
#ifndef soap_write_ns__renewProxyReqResponse
371
#define soap_write_ns__renewProxyReqResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__renewProxyReqResponse(soap, data, "ns:renewProxyReqResponse", NULL) || soap_end_send(soap) )
372
#endif
373
374
SOAP_FMAC3
struct
ns__renewProxyReqResponse
* SOAP_FMAC4
soap_get_ns__renewProxyReqResponse
(
struct
soap*,
struct
ns__renewProxyReqResponse
*,
const
char
*,
const
char
*);
375
376
#ifndef soap_read_ns__renewProxyReqResponse
377
#define soap_read_ns__renewProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__renewProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
378
#endif
379
380
381
#ifndef SOAP_TYPE_ns__getNewProxyReq
382
#define SOAP_TYPE_ns__getNewProxyReq (19)
383
#endif
384
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__getNewProxyReq
(
struct
soap*,
struct
ns__getNewProxyReq
*);
385
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__getNewProxyReq
(
struct
soap*,
const
struct
ns__getNewProxyReq
*);
386
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__getNewProxyReq
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__getNewProxyReq
*,
const
char
*);
387
SOAP_FMAC3
struct
ns__getNewProxyReq
* SOAP_FMAC4
soap_in_ns__getNewProxyReq
(
struct
soap*,
const
char
*,
struct
ns__getNewProxyReq
*,
const
char
*);
388
389
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__getNewProxyReq
(
struct
soap*,
const
struct
ns__getNewProxyReq
*,
const
char
*,
const
char
*);
390
391
#ifndef soap_write_ns__getNewProxyReq
392
#define soap_write_ns__getNewProxyReq(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__getNewProxyReq(soap, data, "ns:getNewProxyReq", NULL) || soap_end_send(soap) )
393
#endif
394
395
SOAP_FMAC3
struct
ns__getNewProxyReq
* SOAP_FMAC4
soap_get_ns__getNewProxyReq
(
struct
soap*,
struct
ns__getNewProxyReq
*,
const
char
*,
const
char
*);
396
397
#ifndef soap_read_ns__getNewProxyReq
398
#define soap_read_ns__getNewProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getNewProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
399
#endif
400
401
402
#ifndef SOAP_TYPE_ns__getNewProxyReqResponse
403
#define SOAP_TYPE_ns__getNewProxyReqResponse (15)
404
#endif
405
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__getNewProxyReqResponse
(
struct
soap*,
struct
ns__getNewProxyReqResponse
*);
406
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__getNewProxyReqResponse
(
struct
soap*,
const
struct
ns__getNewProxyReqResponse
*);
407
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__getNewProxyReqResponse
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__getNewProxyReqResponse
*,
const
char
*);
408
SOAP_FMAC3
struct
ns__getNewProxyReqResponse
* SOAP_FMAC4
soap_in_ns__getNewProxyReqResponse
(
struct
soap*,
const
char
*,
struct
ns__getNewProxyReqResponse
*,
const
char
*);
409
410
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__getNewProxyReqResponse
(
struct
soap*,
const
struct
ns__getNewProxyReqResponse
*,
const
char
*,
const
char
*);
411
412
#ifndef soap_write_ns__getNewProxyReqResponse
413
#define soap_write_ns__getNewProxyReqResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__getNewProxyReqResponse(soap, data, "ns:getNewProxyReqResponse", NULL) || soap_end_send(soap) )
414
#endif
415
416
SOAP_FMAC3
struct
ns__getNewProxyReqResponse
* SOAP_FMAC4
soap_get_ns__getNewProxyReqResponse
(
struct
soap*,
struct
ns__getNewProxyReqResponse
*,
const
char
*,
const
char
*);
417
418
#ifndef soap_read_ns__getNewProxyReqResponse
419
#define soap_read_ns__getNewProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getNewProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
420
#endif
421
422
423
#ifndef SOAP_TYPE_ns__getProxyReq
424
#define SOAP_TYPE_ns__getProxyReq (14)
425
#endif
426
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__getProxyReq
(
struct
soap*,
struct
ns__getProxyReq
*);
427
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__getProxyReq
(
struct
soap*,
const
struct
ns__getProxyReq
*);
428
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__getProxyReq
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__getProxyReq
*,
const
char
*);
429
SOAP_FMAC3
struct
ns__getProxyReq
* SOAP_FMAC4
soap_in_ns__getProxyReq
(
struct
soap*,
const
char
*,
struct
ns__getProxyReq
*,
const
char
*);
430
431
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__getProxyReq
(
struct
soap*,
const
struct
ns__getProxyReq
*,
const
char
*,
const
char
*);
432
433
#ifndef soap_write_ns__getProxyReq
434
#define soap_write_ns__getProxyReq(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__getProxyReq(soap, data, "ns:getProxyReq", NULL) || soap_end_send(soap) )
435
#endif
436
437
SOAP_FMAC3
struct
ns__getProxyReq
* SOAP_FMAC4
soap_get_ns__getProxyReq
(
struct
soap*,
struct
ns__getProxyReq
*,
const
char
*,
const
char
*);
438
439
#ifndef soap_read_ns__getProxyReq
440
#define soap_read_ns__getProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
441
#endif
442
443
444
#ifndef SOAP_TYPE_ns__getProxyReqResponse
445
#define SOAP_TYPE_ns__getProxyReqResponse (11)
446
#endif
447
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__getProxyReqResponse
(
struct
soap*,
struct
ns__getProxyReqResponse
*);
448
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__getProxyReqResponse
(
struct
soap*,
const
struct
ns__getProxyReqResponse
*);
449
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__getProxyReqResponse
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__getProxyReqResponse
*,
const
char
*);
450
SOAP_FMAC3
struct
ns__getProxyReqResponse
* SOAP_FMAC4
soap_in_ns__getProxyReqResponse
(
struct
soap*,
const
char
*,
struct
ns__getProxyReqResponse
*,
const
char
*);
451
452
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__getProxyReqResponse
(
struct
soap*,
const
struct
ns__getProxyReqResponse
*,
const
char
*,
const
char
*);
453
454
#ifndef soap_write_ns__getProxyReqResponse
455
#define soap_write_ns__getProxyReqResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__getProxyReqResponse(soap, data, "ns:getProxyReqResponse", NULL) || soap_end_send(soap) )
456
#endif
457
458
SOAP_FMAC3
struct
ns__getProxyReqResponse
* SOAP_FMAC4
soap_get_ns__getProxyReqResponse
(
struct
soap*,
struct
ns__getProxyReqResponse
*,
const
char
*,
const
char
*);
459
460
#ifndef soap_read_ns__getProxyReqResponse
461
#define soap_read_ns__getProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
462
#endif
463
464
465
#ifndef SOAP_TYPE__DelegationException
466
#define SOAP_TYPE__DelegationException (9)
467
#endif
468
SOAP_FMAC3
void
SOAP_FMAC4
soap_default__DelegationException
(
struct
soap*,
struct
_DelegationException
*);
469
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize__DelegationException
(
struct
soap*,
const
struct
_DelegationException
*);
470
SOAP_FMAC3
int
SOAP_FMAC4
soap_out__DelegationException
(
struct
soap*,
const
char
*,
int
,
const
struct
_DelegationException
*,
const
char
*);
471
SOAP_FMAC3
struct
_DelegationException
* SOAP_FMAC4
soap_in__DelegationException
(
struct
soap*,
const
char
*,
struct
_DelegationException
*,
const
char
*);
472
473
SOAP_FMAC3
int
SOAP_FMAC4
soap_put__DelegationException
(
struct
soap*,
const
struct
_DelegationException
*,
const
char
*,
const
char
*);
474
475
#ifndef soap_write__DelegationException
476
#define soap_write__DelegationException(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put__DelegationException(soap, data, "DelegationException", NULL) || soap_end_send(soap) )
477
#endif
478
479
SOAP_FMAC3
struct
_DelegationException
* SOAP_FMAC4
soap_get__DelegationException
(
struct
soap*,
struct
_DelegationException
*,
const
char
*,
const
char
*);
480
481
#ifndef soap_read__DelegationException
482
#define soap_read__DelegationException(soap, data) ( soap_begin_recv(soap) || !soap_get__DelegationException(soap, data, NULL, NULL) || soap_end_recv(soap) )
483
#endif
484
485
486
#ifndef SOAP_TYPE_ns__NewProxyReq
487
#define SOAP_TYPE_ns__NewProxyReq (8)
488
#endif
489
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__NewProxyReq
(
struct
soap*,
struct
ns__NewProxyReq
*);
490
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__NewProxyReq
(
struct
soap*,
const
struct
ns__NewProxyReq
*);
491
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__NewProxyReq
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__NewProxyReq
*,
const
char
*);
492
SOAP_FMAC3
struct
ns__NewProxyReq
* SOAP_FMAC4
soap_in_ns__NewProxyReq
(
struct
soap*,
const
char
*,
struct
ns__NewProxyReq
*,
const
char
*);
493
494
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__NewProxyReq
(
struct
soap*,
const
struct
ns__NewProxyReq
*,
const
char
*,
const
char
*);
495
496
#ifndef soap_write_ns__NewProxyReq
497
#define soap_write_ns__NewProxyReq(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__NewProxyReq(soap, data, "ns:NewProxyReq", NULL) || soap_end_send(soap) )
498
#endif
499
500
SOAP_FMAC3
struct
ns__NewProxyReq
* SOAP_FMAC4
soap_get_ns__NewProxyReq
(
struct
soap*,
struct
ns__NewProxyReq
*,
const
char
*,
const
char
*);
501
502
#ifndef soap_read_ns__NewProxyReq
503
#define soap_read_ns__NewProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__NewProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
504
#endif
505
506
507
#ifndef SOAP_TYPE_ns__DelegationExceptionType
508
#define SOAP_TYPE_ns__DelegationExceptionType (7)
509
#endif
510
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_ns__DelegationExceptionType
(
struct
soap*,
struct
ns__DelegationExceptionType
*);
511
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_ns__DelegationExceptionType
(
struct
soap*,
const
struct
ns__DelegationExceptionType
*);
512
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_ns__DelegationExceptionType
(
struct
soap*,
const
char
*,
int
,
const
struct
ns__DelegationExceptionType
*,
const
char
*);
513
SOAP_FMAC3
struct
ns__DelegationExceptionType
* SOAP_FMAC4
soap_in_ns__DelegationExceptionType
(
struct
soap*,
const
char
*,
struct
ns__DelegationExceptionType
*,
const
char
*);
514
515
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_ns__DelegationExceptionType
(
struct
soap*,
const
struct
ns__DelegationExceptionType
*,
const
char
*,
const
char
*);
516
517
#ifndef soap_write_ns__DelegationExceptionType
518
#define soap_write_ns__DelegationExceptionType(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_ns__DelegationExceptionType(soap, data, "ns:DelegationExceptionType", NULL) || soap_end_send(soap) )
519
#endif
520
521
SOAP_FMAC3
struct
ns__DelegationExceptionType
* SOAP_FMAC4
soap_get_ns__DelegationExceptionType
(
struct
soap*,
struct
ns__DelegationExceptionType
*,
const
char
*,
const
char
*);
522
523
#ifndef soap_read_ns__DelegationExceptionType
524
#define soap_read_ns__DelegationExceptionType(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__DelegationExceptionType(soap, data, NULL, NULL) || soap_end_recv(soap) )
525
#endif
526
527
528
#ifndef WITH_NOGLOBAL
529
530
#ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason
531
#define SOAP_TYPE_PointerToSOAP_ENV__Reason (46)
532
#endif
533
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerToSOAP_ENV__Reason
(
struct
soap*,
struct
SOAP_ENV__Reason
*
const
*);
534
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerToSOAP_ENV__Reason
(
struct
soap*,
const
char
*,
int
,
struct
SOAP_ENV__Reason
*
const
*,
const
char
*);
535
SOAP_FMAC3
struct
SOAP_ENV__Reason
** SOAP_FMAC4
soap_in_PointerToSOAP_ENV__Reason
(
struct
soap*,
const
char
*,
struct
SOAP_ENV__Reason
**,
const
char
*);
536
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerToSOAP_ENV__Reason
(
struct
soap*,
struct
SOAP_ENV__Reason
*
const
*,
const
char
*,
const
char
*);
537
538
#ifndef soap_write_PointerToSOAP_ENV__Reason
539
#define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerToSOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap) )
540
#endif
541
542
SOAP_FMAC3
struct
SOAP_ENV__Reason
** SOAP_FMAC4
soap_get_PointerToSOAP_ENV__Reason
(
struct
soap*,
struct
SOAP_ENV__Reason
**,
const
char
*,
const
char
*);
543
544
#ifndef soap_read_PointerToSOAP_ENV__Reason
545
#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) )
546
#endif
547
548
549
#endif
550
551
#ifndef WITH_NOGLOBAL
552
553
#ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail
554
#define SOAP_TYPE_PointerToSOAP_ENV__Detail (45)
555
#endif
556
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerToSOAP_ENV__Detail
(
struct
soap*,
struct
SOAP_ENV__Detail
*
const
*);
557
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerToSOAP_ENV__Detail
(
struct
soap*,
const
char
*,
int
,
struct
SOAP_ENV__Detail
*
const
*,
const
char
*);
558
SOAP_FMAC3
struct
SOAP_ENV__Detail
** SOAP_FMAC4
soap_in_PointerToSOAP_ENV__Detail
(
struct
soap*,
const
char
*,
struct
SOAP_ENV__Detail
**,
const
char
*);
559
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerToSOAP_ENV__Detail
(
struct
soap*,
struct
SOAP_ENV__Detail
*
const
*,
const
char
*,
const
char
*);
560
561
#ifndef soap_write_PointerToSOAP_ENV__Detail
562
#define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerToSOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap) )
563
#endif
564
565
SOAP_FMAC3
struct
SOAP_ENV__Detail
** SOAP_FMAC4
soap_get_PointerToSOAP_ENV__Detail
(
struct
soap*,
struct
SOAP_ENV__Detail
**,
const
char
*,
const
char
*);
566
567
#ifndef soap_read_PointerToSOAP_ENV__Detail
568
#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) )
569
#endif
570
571
572
#endif
573
574
#ifndef WITH_NOGLOBAL
575
576
#ifndef SOAP_TYPE_PointerToSOAP_ENV__Code
577
#define SOAP_TYPE_PointerToSOAP_ENV__Code (39)
578
#endif
579
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerToSOAP_ENV__Code
(
struct
soap*,
struct
SOAP_ENV__Code
*
const
*);
580
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerToSOAP_ENV__Code
(
struct
soap*,
const
char
*,
int
,
struct
SOAP_ENV__Code
*
const
*,
const
char
*);
581
SOAP_FMAC3
struct
SOAP_ENV__Code
** SOAP_FMAC4
soap_in_PointerToSOAP_ENV__Code
(
struct
soap*,
const
char
*,
struct
SOAP_ENV__Code
**,
const
char
*);
582
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerToSOAP_ENV__Code
(
struct
soap*,
struct
SOAP_ENV__Code
*
const
*,
const
char
*,
const
char
*);
583
584
#ifndef soap_write_PointerToSOAP_ENV__Code
585
#define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerToSOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap) )
586
#endif
587
588
SOAP_FMAC3
struct
SOAP_ENV__Code
** SOAP_FMAC4
soap_get_PointerToSOAP_ENV__Code
(
struct
soap*,
struct
SOAP_ENV__Code
**,
const
char
*,
const
char
*);
589
590
#ifndef soap_read_PointerToSOAP_ENV__Code
591
#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) )
592
#endif
593
594
595
#endif
596
597
#ifndef SOAP_TYPE_PointerTons__destroyResponse
598
#define SOAP_TYPE_PointerTons__destroyResponse (34)
599
#endif
600
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerTons__destroyResponse
(
struct
soap*,
struct
ns__destroyResponse
*
const
*);
601
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerTons__destroyResponse
(
struct
soap*,
const
char
*,
int
,
struct
ns__destroyResponse
*
const
*,
const
char
*);
602
SOAP_FMAC3
struct
ns__destroyResponse
** SOAP_FMAC4
soap_in_PointerTons__destroyResponse
(
struct
soap*,
const
char
*,
struct
ns__destroyResponse
**,
const
char
*);
603
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerTons__destroyResponse
(
struct
soap*,
struct
ns__destroyResponse
*
const
*,
const
char
*,
const
char
*);
604
605
#ifndef soap_write_PointerTons__destroyResponse
606
#define soap_write_PointerTons__destroyResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerTons__destroyResponse(soap, data, "ns:destroyResponse", NULL) || soap_end_send(soap) )
607
#endif
608
609
SOAP_FMAC3
struct
ns__destroyResponse
** SOAP_FMAC4
soap_get_PointerTons__destroyResponse
(
struct
soap*,
struct
ns__destroyResponse
**,
const
char
*,
const
char
*);
610
611
#ifndef soap_read_PointerTons__destroyResponse
612
#define soap_read_PointerTons__destroyResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__destroyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
613
#endif
614
615
616
#ifndef SOAP_TYPE_PointerTons__getTerminationTimeResponse
617
#define SOAP_TYPE_PointerTons__getTerminationTimeResponse (30)
618
#endif
619
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerTons__getTerminationTimeResponse
(
struct
soap*,
struct
ns__getTerminationTimeResponse
*
const
*);
620
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerTons__getTerminationTimeResponse
(
struct
soap*,
const
char
*,
int
,
struct
ns__getTerminationTimeResponse
*
const
*,
const
char
*);
621
SOAP_FMAC3
struct
ns__getTerminationTimeResponse
** SOAP_FMAC4
soap_in_PointerTons__getTerminationTimeResponse
(
struct
soap*,
const
char
*,
struct
ns__getTerminationTimeResponse
**,
const
char
*);
622
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerTons__getTerminationTimeResponse
(
struct
soap*,
struct
ns__getTerminationTimeResponse
*
const
*,
const
char
*,
const
char
*);
623
624
#ifndef soap_write_PointerTons__getTerminationTimeResponse
625
#define soap_write_PointerTons__getTerminationTimeResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerTons__getTerminationTimeResponse(soap, data, "ns:getTerminationTimeResponse", NULL) || soap_end_send(soap) )
626
#endif
627
628
SOAP_FMAC3
struct
ns__getTerminationTimeResponse
** SOAP_FMAC4
soap_get_PointerTons__getTerminationTimeResponse
(
struct
soap*,
struct
ns__getTerminationTimeResponse
**,
const
char
*,
const
char
*);
629
630
#ifndef soap_read_PointerTons__getTerminationTimeResponse
631
#define soap_read_PointerTons__getTerminationTimeResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__getTerminationTimeResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
632
#endif
633
634
635
#ifndef SOAP_TYPE_PointerTons__putProxyResponse
636
#define SOAP_TYPE_PointerTons__putProxyResponse (25)
637
#endif
638
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerTons__putProxyResponse
(
struct
soap*,
struct
ns__putProxyResponse
*
const
*);
639
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerTons__putProxyResponse
(
struct
soap*,
const
char
*,
int
,
struct
ns__putProxyResponse
*
const
*,
const
char
*);
640
SOAP_FMAC3
struct
ns__putProxyResponse
** SOAP_FMAC4
soap_in_PointerTons__putProxyResponse
(
struct
soap*,
const
char
*,
struct
ns__putProxyResponse
**,
const
char
*);
641
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerTons__putProxyResponse
(
struct
soap*,
struct
ns__putProxyResponse
*
const
*,
const
char
*,
const
char
*);
642
643
#ifndef soap_write_PointerTons__putProxyResponse
644
#define soap_write_PointerTons__putProxyResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerTons__putProxyResponse(soap, data, "ns:putProxyResponse", NULL) || soap_end_send(soap) )
645
#endif
646
647
SOAP_FMAC3
struct
ns__putProxyResponse
** SOAP_FMAC4
soap_get_PointerTons__putProxyResponse
(
struct
soap*,
struct
ns__putProxyResponse
**,
const
char
*,
const
char
*);
648
649
#ifndef soap_read_PointerTons__putProxyResponse
650
#define soap_read_PointerTons__putProxyResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__putProxyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
651
#endif
652
653
654
#ifndef SOAP_TYPE_PointerTons__renewProxyReqResponse
655
#define SOAP_TYPE_PointerTons__renewProxyReqResponse (21)
656
#endif
657
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerTons__renewProxyReqResponse
(
struct
soap*,
struct
ns__renewProxyReqResponse
*
const
*);
658
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerTons__renewProxyReqResponse
(
struct
soap*,
const
char
*,
int
,
struct
ns__renewProxyReqResponse
*
const
*,
const
char
*);
659
SOAP_FMAC3
struct
ns__renewProxyReqResponse
** SOAP_FMAC4
soap_in_PointerTons__renewProxyReqResponse
(
struct
soap*,
const
char
*,
struct
ns__renewProxyReqResponse
**,
const
char
*);
660
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerTons__renewProxyReqResponse
(
struct
soap*,
struct
ns__renewProxyReqResponse
*
const
*,
const
char
*,
const
char
*);
661
662
#ifndef soap_write_PointerTons__renewProxyReqResponse
663
#define soap_write_PointerTons__renewProxyReqResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerTons__renewProxyReqResponse(soap, data, "ns:renewProxyReqResponse", NULL) || soap_end_send(soap) )
664
#endif
665
666
SOAP_FMAC3
struct
ns__renewProxyReqResponse
** SOAP_FMAC4
soap_get_PointerTons__renewProxyReqResponse
(
struct
soap*,
struct
ns__renewProxyReqResponse
**,
const
char
*,
const
char
*);
667
668
#ifndef soap_read_PointerTons__renewProxyReqResponse
669
#define soap_read_PointerTons__renewProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__renewProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
670
#endif
671
672
673
#ifndef SOAP_TYPE_PointerTons__getNewProxyReqResponse
674
#define SOAP_TYPE_PointerTons__getNewProxyReqResponse (17)
675
#endif
676
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerTons__getNewProxyReqResponse
(
struct
soap*,
struct
ns__getNewProxyReqResponse
*
const
*);
677
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerTons__getNewProxyReqResponse
(
struct
soap*,
const
char
*,
int
,
struct
ns__getNewProxyReqResponse
*
const
*,
const
char
*);
678
SOAP_FMAC3
struct
ns__getNewProxyReqResponse
** SOAP_FMAC4
soap_in_PointerTons__getNewProxyReqResponse
(
struct
soap*,
const
char
*,
struct
ns__getNewProxyReqResponse
**,
const
char
*);
679
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerTons__getNewProxyReqResponse
(
struct
soap*,
struct
ns__getNewProxyReqResponse
*
const
*,
const
char
*,
const
char
*);
680
681
#ifndef soap_write_PointerTons__getNewProxyReqResponse
682
#define soap_write_PointerTons__getNewProxyReqResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerTons__getNewProxyReqResponse(soap, data, "ns:getNewProxyReqResponse", NULL) || soap_end_send(soap) )
683
#endif
684
685
SOAP_FMAC3
struct
ns__getNewProxyReqResponse
** SOAP_FMAC4
soap_get_PointerTons__getNewProxyReqResponse
(
struct
soap*,
struct
ns__getNewProxyReqResponse
**,
const
char
*,
const
char
*);
686
687
#ifndef soap_read_PointerTons__getNewProxyReqResponse
688
#define soap_read_PointerTons__getNewProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__getNewProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
689
#endif
690
691
692
#ifndef SOAP_TYPE_PointerTons__NewProxyReq
693
#define SOAP_TYPE_PointerTons__NewProxyReq (16)
694
#endif
695
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerTons__NewProxyReq
(
struct
soap*,
struct
ns__NewProxyReq
*
const
*);
696
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerTons__NewProxyReq
(
struct
soap*,
const
char
*,
int
,
struct
ns__NewProxyReq
*
const
*,
const
char
*);
697
SOAP_FMAC3
struct
ns__NewProxyReq
** SOAP_FMAC4
soap_in_PointerTons__NewProxyReq
(
struct
soap*,
const
char
*,
struct
ns__NewProxyReq
**,
const
char
*);
698
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerTons__NewProxyReq
(
struct
soap*,
struct
ns__NewProxyReq
*
const
*,
const
char
*,
const
char
*);
699
700
#ifndef soap_write_PointerTons__NewProxyReq
701
#define soap_write_PointerTons__NewProxyReq(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerTons__NewProxyReq(soap, data, "ns:NewProxyReq", NULL) || soap_end_send(soap) )
702
#endif
703
704
SOAP_FMAC3
struct
ns__NewProxyReq
** SOAP_FMAC4
soap_get_PointerTons__NewProxyReq
(
struct
soap*,
struct
ns__NewProxyReq
**,
const
char
*,
const
char
*);
705
706
#ifndef soap_read_PointerTons__NewProxyReq
707
#define soap_read_PointerTons__NewProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__NewProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
708
#endif
709
710
711
#ifndef SOAP_TYPE_PointerTons__getProxyReqResponse
712
#define SOAP_TYPE_PointerTons__getProxyReqResponse (12)
713
#endif
714
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerTons__getProxyReqResponse
(
struct
soap*,
struct
ns__getProxyReqResponse
*
const
*);
715
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerTons__getProxyReqResponse
(
struct
soap*,
const
char
*,
int
,
struct
ns__getProxyReqResponse
*
const
*,
const
char
*);
716
SOAP_FMAC3
struct
ns__getProxyReqResponse
** SOAP_FMAC4
soap_in_PointerTons__getProxyReqResponse
(
struct
soap*,
const
char
*,
struct
ns__getProxyReqResponse
**,
const
char
*);
717
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerTons__getProxyReqResponse
(
struct
soap*,
struct
ns__getProxyReqResponse
*
const
*,
const
char
*,
const
char
*);
718
719
#ifndef soap_write_PointerTons__getProxyReqResponse
720
#define soap_write_PointerTons__getProxyReqResponse(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerTons__getProxyReqResponse(soap, data, "ns:getProxyReqResponse", NULL) || soap_end_send(soap) )
721
#endif
722
723
SOAP_FMAC3
struct
ns__getProxyReqResponse
** SOAP_FMAC4
soap_get_PointerTons__getProxyReqResponse
(
struct
soap*,
struct
ns__getProxyReqResponse
**,
const
char
*,
const
char
*);
724
725
#ifndef soap_read_PointerTons__getProxyReqResponse
726
#define soap_read_PointerTons__getProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__getProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
727
#endif
728
729
730
#ifndef SOAP_TYPE_PointerTons__DelegationExceptionType
731
#define SOAP_TYPE_PointerTons__DelegationExceptionType (10)
732
#endif
733
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_PointerTons__DelegationExceptionType
(
struct
soap*,
struct
ns__DelegationExceptionType
*
const
*);
734
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_PointerTons__DelegationExceptionType
(
struct
soap*,
const
char
*,
int
,
struct
ns__DelegationExceptionType
*
const
*,
const
char
*);
735
SOAP_FMAC3
struct
ns__DelegationExceptionType
** SOAP_FMAC4
soap_in_PointerTons__DelegationExceptionType
(
struct
soap*,
const
char
*,
struct
ns__DelegationExceptionType
**,
const
char
*);
736
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_PointerTons__DelegationExceptionType
(
struct
soap*,
struct
ns__DelegationExceptionType
*
const
*,
const
char
*,
const
char
*);
737
738
#ifndef soap_write_PointerTons__DelegationExceptionType
739
#define soap_write_PointerTons__DelegationExceptionType(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_PointerTons__DelegationExceptionType(soap, data, "ns:DelegationExceptionType", NULL) || soap_end_send(soap) )
740
#endif
741
742
SOAP_FMAC3
struct
ns__DelegationExceptionType
** SOAP_FMAC4
soap_get_PointerTons__DelegationExceptionType
(
struct
soap*,
struct
ns__DelegationExceptionType
**,
const
char
*,
const
char
*);
743
744
#ifndef soap_read_PointerTons__DelegationExceptionType
745
#define soap_read_PointerTons__DelegationExceptionType(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__DelegationExceptionType(soap, data, NULL, NULL) || soap_end_recv(soap) )
746
#endif
747
748
749
#ifndef SOAP_TYPE__QName
750
#define SOAP_TYPE__QName (5)
751
#endif
752
753
#define soap_default__QName(soap, a) soap_default_string(soap, a)
754
755
756
#define soap_serialize__QName(soap, a) soap_serialize_string(soap, a)
757
758
SOAP_FMAC3
int
SOAP_FMAC4
soap_out__QName
(
struct
soap*,
const
char
*,
int
,
char
*
const
*,
const
char
*);
759
SOAP_FMAC3
char
* * SOAP_FMAC4
soap_in__QName
(
struct
soap*,
const
char
*,
char
**,
const
char
*);
760
SOAP_FMAC3
int
SOAP_FMAC4
soap_put__QName
(
struct
soap*,
char
*
const
*,
const
char
*,
const
char
*);
761
762
#ifndef soap_write__QName
763
#define soap_write__QName(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put__QName(soap, data, "byte", NULL) || soap_end_send(soap) )
764
#endif
765
766
SOAP_FMAC3
char
** SOAP_FMAC4
soap_get__QName
(
struct
soap*,
char
**,
const
char
*,
const
char
*);
767
768
#ifndef soap_read__QName
769
#define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap) )
770
#endif
771
772
773
#ifndef SOAP_TYPE_string
774
#define SOAP_TYPE_string (4)
775
#endif
776
SOAP_FMAC3
void
SOAP_FMAC4
soap_default_string
(
struct
soap*,
char
**);
777
SOAP_FMAC3
void
SOAP_FMAC4
soap_serialize_string
(
struct
soap*,
char
*
const
*);
778
SOAP_FMAC3
int
SOAP_FMAC4
soap_out_string
(
struct
soap*,
const
char
*,
int
,
char
*
const
*,
const
char
*);
779
SOAP_FMAC3
char
* * SOAP_FMAC4
soap_in_string
(
struct
soap*,
const
char
*,
char
**,
const
char
*);
780
SOAP_FMAC3
int
SOAP_FMAC4
soap_put_string
(
struct
soap*,
char
*
const
*,
const
char
*,
const
char
*);
781
782
#ifndef soap_write_string
783
#define soap_write_string(soap, data) ( soap_set_omode(soap, SOAP_XML_TREE), soap_begin(soap), soap_begin_send(soap) || soap_put_string(soap, data, "byte", NULL) || soap_end_send(soap) )
784
#endif
785
786
SOAP_FMAC3
char
** SOAP_FMAC4
soap_get_string
(
struct
soap*,
char
**,
const
char
*,
const
char
*);
787
788
#ifndef soap_read_string
789
#define soap_read_string(soap, data) ( soap_begin_recv(soap) || !soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap) )
790
#endif
791
792
793
#ifdef __cplusplus
794
}
795
#endif
796
797
#endif
798
799
/* End of soapH.h */
Generated on Sat Aug 31 2013 05:08:42 by
1.8.4