soapH.h
Go to the documentation of this file.
1 /* soapH.h
2  Generated by gSOAP 2.8.60 for delegation.h
3 
4 gSOAP XML Web services tools
5 Copyright (C) 2000-2018, Robert van Engelen, Genivia Inc. All Rights Reserved.
6 The soapcpp2 tool and its generated software are released under the GPL.
7 This program is released under the GPL with the additional exemption that
8 compiling, linking, and/or using OpenSSL is allowed.
9 --------------------------------------------------------------------------------
10 A commercial use license is available from Genivia Inc., contact@genivia.com
11 --------------------------------------------------------------------------------
12 */
13 
14 #ifndef soapH_H
15 #define soapH_H
16 #include "soapStub.h"
17 #ifdef __cplusplus
18 extern "C" {
19 #endif
20 #ifndef WITH_NOIDREF
21 SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int);
22 SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*);
23 SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*);
24 #endif
25 SOAP_FMAC3 void * SOAP_FMAC4 soap_getelement(struct soap*, int*);
26 SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int);
27 SOAP_FMAC3 void * SOAP_FMAC4 soap_dupelement(struct soap*, const void*, int);
28 SOAP_FMAC3 void SOAP_FMAC4 soap_delelement(const void*, int);
29 SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*);
30 
31 SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap);
32 
33 #ifndef SOAP_TYPE_byte_DEFINED
34 #define SOAP_TYPE_byte_DEFINED
35 
36 #ifdef SOAP_DEFAULT_byte
37 #define soap_default_byte(soap, a) (*(a) = SOAP_DEFAULT_byte)
38 #else
39 #define soap_default_byte(soap, a) (*(a) = (char)0)
40 #endif
41 SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*);
42 SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*);
43 
44 SOAP_FMAC3 char * SOAP_FMAC4 soap_new_byte(struct soap *soap, int n);
45 SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*);
46 
47 #ifndef soap_write_byte
48 #define soap_write_byte(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_byte(soap, data, "byte", "") || soap_end_send(soap), (soap)->error )
49 #endif
50 
51 
52 #ifndef soap_PUT_byte
53 #define soap_PUT_byte(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put_byte(soap, data, "byte", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
54 #endif
55 
56 
57 #ifndef soap_POST_send_byte
58 #define soap_POST_send_byte(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put_byte(soap, data, "byte", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
59 #endif
60 
61 SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*);
62 
63 #ifndef soap_read_byte
64 #define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !soap_get_byte(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
65 #endif
66 
67 
68 #ifndef soap_GET_byte
69 #define soap_GET_byte(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_byte(soap, (data)), soap_closesock(soap) )
70 #endif
71 
72 
73 #ifndef soap_POST_recv_byte
74 #define soap_POST_recv_byte(soap, data) ( soap_read_byte(soap, (data)) || soap_closesock(soap), (soap)->error )
75 #endif
76 
77 #endif
78 
79 #ifndef SOAP_TYPE_int_DEFINED
80 #define SOAP_TYPE_int_DEFINED
81 
82 #ifdef SOAP_DEFAULT_int
83 #define soap_default_int(soap, a) (*(a) = SOAP_DEFAULT_int)
84 #else
85 #define soap_default_int(soap, a) (*(a) = (int)0)
86 #endif
87 SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*);
88 SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*);
89 
90 SOAP_FMAC3 int * SOAP_FMAC4 soap_new_int(struct soap *soap, int n);
91 SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*);
92 
93 #ifndef soap_write_int
94 #define soap_write_int(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_int(soap, data, "int", "") || soap_end_send(soap), (soap)->error )
95 #endif
96 
97 
98 #ifndef soap_PUT_int
99 #define soap_PUT_int(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put_int(soap, data, "int", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
100 #endif
101 
102 
103 #ifndef soap_POST_send_int
104 #define soap_POST_send_int(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put_int(soap, data, "int", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
105 #endif
106 
107 SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*);
108 
109 #ifndef soap_read_int
110 #define soap_read_int(soap, data) ( soap_begin_recv(soap) || !soap_get_int(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
111 #endif
112 
113 
114 #ifndef soap_GET_int
115 #define soap_GET_int(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_int(soap, (data)), soap_closesock(soap) )
116 #endif
117 
118 
119 #ifndef soap_POST_recv_int
120 #define soap_POST_recv_int(soap, data) ( soap_read_int(soap, (data)) || soap_closesock(soap), (soap)->error )
121 #endif
122 
123 #endif
124 
125 #ifndef SOAP_TYPE_dateTime_DEFINED
126 #define SOAP_TYPE_dateTime_DEFINED
127 
128 #ifdef SOAP_DEFAULT_dateTime
129 #define soap_default_dateTime(soap, a) (*(a) = SOAP_DEFAULT_dateTime)
130 #else
131 #define soap_default_dateTime(soap, a) (*(a) = (time_t)0)
132 #endif
133 SOAP_FMAC3 int SOAP_FMAC4 soap_out_dateTime(struct soap*, const char*, int, const time_t *, const char*);
134 SOAP_FMAC3 time_t * SOAP_FMAC4 soap_in_dateTime(struct soap*, const char*, time_t *, const char*);
135 
136 SOAP_FMAC3 time_t * SOAP_FMAC4 soap_new_dateTime(struct soap *soap, int n);
137 SOAP_FMAC3 int SOAP_FMAC4 soap_put_dateTime(struct soap*, const time_t *, const char*, const char*);
138 
139 #ifndef soap_write_dateTime
140 #define soap_write_dateTime(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_dateTime(soap, data, "dateTime", "") || soap_end_send(soap), (soap)->error )
141 #endif
142 
143 
144 #ifndef soap_PUT_dateTime
145 #define soap_PUT_dateTime(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put_dateTime(soap, data, "dateTime", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
146 #endif
147 
148 
149 #ifndef soap_POST_send_dateTime
150 #define soap_POST_send_dateTime(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put_dateTime(soap, data, "dateTime", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
151 #endif
152 
153 SOAP_FMAC3 time_t * SOAP_FMAC4 soap_get_dateTime(struct soap*, time_t *, const char*, const char*);
154 
155 #ifndef soap_read_dateTime
156 #define soap_read_dateTime(soap, data) ( soap_begin_recv(soap) || !soap_get_dateTime(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
157 #endif
158 
159 
160 #ifndef soap_GET_dateTime
161 #define soap_GET_dateTime(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_dateTime(soap, (data)), soap_closesock(soap) )
162 #endif
163 
164 
165 #ifndef soap_POST_recv_dateTime
166 #define soap_POST_recv_dateTime(soap, data) ( soap_read_dateTime(soap, (data)) || soap_closesock(soap), (soap)->error )
167 #endif
168 
169 #endif
170 
171 #ifndef WITH_NOGLOBAL
172 
173 #ifndef SOAP_TYPE_SOAP_ENV__Fault_DEFINED
174 #define SOAP_TYPE_SOAP_ENV__Fault_DEFINED
175 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *);
176 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *);
177 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*);
178 SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*);
179 
180 SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_new_SOAP_ENV__Fault(struct soap *soap, int n);
181 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*);
182 
183 #ifndef soap_write_SOAP_ENV__Fault
184 #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", "") || soap_end_send(soap), (soap)->error )
185 #endif
186 
187 
188 #ifndef soap_PUT_SOAP_ENV__Fault
189 #define soap_PUT_SOAP_ENV__Fault(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Fault(soap, data), 0) || soap_put_SOAP_ENV__Fault(soap, data, "SOAP-ENV:Fault", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
190 #endif
191 
192 
193 #ifndef soap_POST_send_SOAP_ENV__Fault
194 #define soap_POST_send_SOAP_ENV__Fault(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Fault(soap, data), 0) || soap_put_SOAP_ENV__Fault(soap, data, "SOAP-ENV:Fault", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
195 #endif
196 
197 SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*);
198 
199 #ifndef soap_read_SOAP_ENV__Fault
200 #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 )
201 #endif
202 
203 
204 #ifndef soap_GET_SOAP_ENV__Fault
205 #define soap_GET_SOAP_ENV__Fault(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_SOAP_ENV__Fault(soap, (data)), soap_closesock(soap) )
206 #endif
207 
208 
209 #ifndef soap_POST_recv_SOAP_ENV__Fault
210 #define soap_POST_recv_SOAP_ENV__Fault(soap, data) ( soap_read_SOAP_ENV__Fault(soap, (data)) || soap_closesock(soap), (soap)->error )
211 #endif
212 
213 #endif
214 
215 #endif
216 
217 #ifndef WITH_NOGLOBAL
218 
219 #ifndef SOAP_TYPE_SOAP_ENV__Reason_DEFINED
220 #define SOAP_TYPE_SOAP_ENV__Reason_DEFINED
221 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *);
222 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *);
223 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*);
224 SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*);
225 
226 SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_new_SOAP_ENV__Reason(struct soap *soap, int n);
227 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*);
228 
229 #ifndef soap_write_SOAP_ENV__Reason
230 #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", "") || soap_end_send(soap), (soap)->error )
231 #endif
232 
233 
234 #ifndef soap_PUT_SOAP_ENV__Reason
235 #define soap_PUT_SOAP_ENV__Reason(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Reason(soap, data), 0) || soap_put_SOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
236 #endif
237 
238 
239 #ifndef soap_POST_send_SOAP_ENV__Reason
240 #define soap_POST_send_SOAP_ENV__Reason(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Reason(soap, data), 0) || soap_put_SOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
241 #endif
242 
243 SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*);
244 
245 #ifndef soap_read_SOAP_ENV__Reason
246 #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 )
247 #endif
248 
249 
250 #ifndef soap_GET_SOAP_ENV__Reason
251 #define soap_GET_SOAP_ENV__Reason(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_SOAP_ENV__Reason(soap, (data)), soap_closesock(soap) )
252 #endif
253 
254 
255 #ifndef soap_POST_recv_SOAP_ENV__Reason
256 #define soap_POST_recv_SOAP_ENV__Reason(soap, data) ( soap_read_SOAP_ENV__Reason(soap, (data)) || soap_closesock(soap), (soap)->error )
257 #endif
258 
259 #endif
260 
261 #endif
262 
263 #ifndef WITH_NOGLOBAL
264 
265 #ifndef SOAP_TYPE_SOAP_ENV__Detail_DEFINED
266 #define SOAP_TYPE_SOAP_ENV__Detail_DEFINED
267 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *);
268 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *);
269 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*);
270 SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*);
271 
272 SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_new_SOAP_ENV__Detail(struct soap *soap, int n);
273 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*);
274 
275 #ifndef soap_write_SOAP_ENV__Detail
276 #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", "") || soap_end_send(soap), (soap)->error )
277 #endif
278 
279 
280 #ifndef soap_PUT_SOAP_ENV__Detail
281 #define soap_PUT_SOAP_ENV__Detail(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Detail(soap, data), 0) || soap_put_SOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
282 #endif
283 
284 
285 #ifndef soap_POST_send_SOAP_ENV__Detail
286 #define soap_POST_send_SOAP_ENV__Detail(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Detail(soap, data), 0) || soap_put_SOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
287 #endif
288 
289 SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*);
290 
291 #ifndef soap_read_SOAP_ENV__Detail
292 #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 )
293 #endif
294 
295 
296 #ifndef soap_GET_SOAP_ENV__Detail
297 #define soap_GET_SOAP_ENV__Detail(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_SOAP_ENV__Detail(soap, (data)), soap_closesock(soap) )
298 #endif
299 
300 
301 #ifndef soap_POST_recv_SOAP_ENV__Detail
302 #define soap_POST_recv_SOAP_ENV__Detail(soap, data) ( soap_read_SOAP_ENV__Detail(soap, (data)) || soap_closesock(soap), (soap)->error )
303 #endif
304 
305 #endif
306 
307 #endif
308 
309 #ifndef WITH_NOGLOBAL
310 
311 #ifndef SOAP_TYPE_SOAP_ENV__Code_DEFINED
312 #define SOAP_TYPE_SOAP_ENV__Code_DEFINED
313 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *);
314 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *);
315 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*);
316 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*);
317 
318 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_new_SOAP_ENV__Code(struct soap *soap, int n);
319 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*);
320 
321 #ifndef soap_write_SOAP_ENV__Code
322 #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", "") || soap_end_send(soap), (soap)->error )
323 #endif
324 
325 
326 #ifndef soap_PUT_SOAP_ENV__Code
327 #define soap_PUT_SOAP_ENV__Code(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Code(soap, data), 0) || soap_put_SOAP_ENV__Code(soap, data, "SOAP-ENV:Code", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
328 #endif
329 
330 
331 #ifndef soap_POST_send_SOAP_ENV__Code
332 #define soap_POST_send_SOAP_ENV__Code(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Code(soap, data), 0) || soap_put_SOAP_ENV__Code(soap, data, "SOAP-ENV:Code", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
333 #endif
334 
335 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*);
336 
337 #ifndef soap_read_SOAP_ENV__Code
338 #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 )
339 #endif
340 
341 
342 #ifndef soap_GET_SOAP_ENV__Code
343 #define soap_GET_SOAP_ENV__Code(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_SOAP_ENV__Code(soap, (data)), soap_closesock(soap) )
344 #endif
345 
346 
347 #ifndef soap_POST_recv_SOAP_ENV__Code
348 #define soap_POST_recv_SOAP_ENV__Code(soap, data) ( soap_read_SOAP_ENV__Code(soap, (data)) || soap_closesock(soap), (soap)->error )
349 #endif
350 
351 #endif
352 
353 #endif
354 
355 #ifndef WITH_NOGLOBAL
356 
357 #ifndef SOAP_TYPE_SOAP_ENV__Header_DEFINED
358 #define SOAP_TYPE_SOAP_ENV__Header_DEFINED
359 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *);
360 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *);
361 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*);
362 SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*);
363 
364 SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_new_SOAP_ENV__Header(struct soap *soap, int n);
365 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*);
366 
367 #ifndef soap_write_SOAP_ENV__Header
368 #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", "") || soap_end_send(soap), (soap)->error )
369 #endif
370 
371 
372 #ifndef soap_PUT_SOAP_ENV__Header
373 #define soap_PUT_SOAP_ENV__Header(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Header(soap, data), 0) || soap_put_SOAP_ENV__Header(soap, data, "SOAP-ENV:Header", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
374 #endif
375 
376 
377 #ifndef soap_POST_send_SOAP_ENV__Header
378 #define soap_POST_send_SOAP_ENV__Header(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_SOAP_ENV__Header(soap, data), 0) || soap_put_SOAP_ENV__Header(soap, data, "SOAP-ENV:Header", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
379 #endif
380 
381 SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*);
382 
383 #ifndef soap_read_SOAP_ENV__Header
384 #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 )
385 #endif
386 
387 
388 #ifndef soap_GET_SOAP_ENV__Header
389 #define soap_GET_SOAP_ENV__Header(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_SOAP_ENV__Header(soap, (data)), soap_closesock(soap) )
390 #endif
391 
392 
393 #ifndef soap_POST_recv_SOAP_ENV__Header
394 #define soap_POST_recv_SOAP_ENV__Header(soap, data) ( soap_read_SOAP_ENV__Header(soap, (data)) || soap_closesock(soap), (soap)->error )
395 #endif
396 
397 #endif
398 
399 #endif
400 
401 #ifndef SOAP_TYPE_ns__destroy_DEFINED
402 #define SOAP_TYPE_ns__destroy_DEFINED
403 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroy(struct soap*, struct ns__destroy *);
404 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroy(struct soap*, const struct ns__destroy *);
405 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroy(struct soap*, const char*, int, const struct ns__destroy *, const char*);
406 SOAP_FMAC3 struct ns__destroy * SOAP_FMAC4 soap_in_ns__destroy(struct soap*, const char*, struct ns__destroy *, const char*);
407 
408 SOAP_FMAC3 struct ns__destroy * SOAP_FMAC4 soap_new_ns__destroy(struct soap *soap, int n);
409 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroy(struct soap*, const struct ns__destroy *, const char*, const char*);
410 
411 #ifndef soap_write_ns__destroy
412 #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", "") || soap_end_send(soap), (soap)->error )
413 #endif
414 
415 
416 #ifndef soap_PUT_ns__destroy
417 #define soap_PUT_ns__destroy(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__destroy(soap, data), 0) || soap_put_ns__destroy(soap, data, "ns:destroy", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
418 #endif
419 
420 
421 #ifndef soap_POST_send_ns__destroy
422 #define soap_POST_send_ns__destroy(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__destroy(soap, data), 0) || soap_put_ns__destroy(soap, data, "ns:destroy", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
423 #endif
424 
425 SOAP_FMAC3 struct ns__destroy * SOAP_FMAC4 soap_get_ns__destroy(struct soap*, struct ns__destroy *, const char*, const char*);
426 
427 #ifndef soap_read_ns__destroy
428 #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 )
429 #endif
430 
431 
432 #ifndef soap_GET_ns__destroy
433 #define soap_GET_ns__destroy(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__destroy(soap, (data)), soap_closesock(soap) )
434 #endif
435 
436 
437 #ifndef soap_POST_recv_ns__destroy
438 #define soap_POST_recv_ns__destroy(soap, data) ( soap_read_ns__destroy(soap, (data)) || soap_closesock(soap), (soap)->error )
439 #endif
440 
441 #endif
442 
443 #ifndef SOAP_TYPE_ns__destroyResponse_DEFINED
444 #define SOAP_TYPE_ns__destroyResponse_DEFINED
445 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroyResponse(struct soap*, struct ns__destroyResponse *);
446 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroyResponse(struct soap*, const struct ns__destroyResponse *);
447 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroyResponse(struct soap*, const char*, int, const struct ns__destroyResponse *, const char*);
448 SOAP_FMAC3 struct ns__destroyResponse * SOAP_FMAC4 soap_in_ns__destroyResponse(struct soap*, const char*, struct ns__destroyResponse *, const char*);
449 
450 SOAP_FMAC3 struct ns__destroyResponse * SOAP_FMAC4 soap_new_ns__destroyResponse(struct soap *soap, int n);
451 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroyResponse(struct soap*, const struct ns__destroyResponse *, const char*, const char*);
452 
453 #ifndef soap_write_ns__destroyResponse
454 #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", "") || soap_end_send(soap), (soap)->error )
455 #endif
456 
457 
458 #ifndef soap_PUT_ns__destroyResponse
459 #define soap_PUT_ns__destroyResponse(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__destroyResponse(soap, data), 0) || soap_put_ns__destroyResponse(soap, data, "ns:destroyResponse", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
460 #endif
461 
462 
463 #ifndef soap_POST_send_ns__destroyResponse
464 #define soap_POST_send_ns__destroyResponse(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__destroyResponse(soap, data), 0) || soap_put_ns__destroyResponse(soap, data, "ns:destroyResponse", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
465 #endif
466 
467 SOAP_FMAC3 struct ns__destroyResponse * SOAP_FMAC4 soap_get_ns__destroyResponse(struct soap*, struct ns__destroyResponse *, const char*, const char*);
468 
469 #ifndef soap_read_ns__destroyResponse
470 #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 )
471 #endif
472 
473 
474 #ifndef soap_GET_ns__destroyResponse
475 #define soap_GET_ns__destroyResponse(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__destroyResponse(soap, (data)), soap_closesock(soap) )
476 #endif
477 
478 
479 #ifndef soap_POST_recv_ns__destroyResponse
480 #define soap_POST_recv_ns__destroyResponse(soap, data) ( soap_read_ns__destroyResponse(soap, (data)) || soap_closesock(soap), (soap)->error )
481 #endif
482 
483 #endif
484 
485 #ifndef SOAP_TYPE_ns__getTerminationTime_DEFINED
486 #define SOAP_TYPE_ns__getTerminationTime_DEFINED
487 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTime(struct soap*, struct ns__getTerminationTime *);
488 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTime(struct soap*, const struct ns__getTerminationTime *);
489 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTime(struct soap*, const char*, int, const struct ns__getTerminationTime *, const char*);
490 SOAP_FMAC3 struct ns__getTerminationTime * SOAP_FMAC4 soap_in_ns__getTerminationTime(struct soap*, const char*, struct ns__getTerminationTime *, const char*);
491 
492 SOAP_FMAC3 struct ns__getTerminationTime * SOAP_FMAC4 soap_new_ns__getTerminationTime(struct soap *soap, int n);
493 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTime(struct soap*, const struct ns__getTerminationTime *, const char*, const char*);
494 
495 #ifndef soap_write_ns__getTerminationTime
496 #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", "") || soap_end_send(soap), (soap)->error )
497 #endif
498 
499 
500 #ifndef soap_PUT_ns__getTerminationTime
501 #define soap_PUT_ns__getTerminationTime(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getTerminationTime(soap, data), 0) || soap_put_ns__getTerminationTime(soap, data, "ns:getTerminationTime", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
502 #endif
503 
504 
505 #ifndef soap_POST_send_ns__getTerminationTime
506 #define soap_POST_send_ns__getTerminationTime(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getTerminationTime(soap, data), 0) || soap_put_ns__getTerminationTime(soap, data, "ns:getTerminationTime", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
507 #endif
508 
509 SOAP_FMAC3 struct ns__getTerminationTime * SOAP_FMAC4 soap_get_ns__getTerminationTime(struct soap*, struct ns__getTerminationTime *, const char*, const char*);
510 
511 #ifndef soap_read_ns__getTerminationTime
512 #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 )
513 #endif
514 
515 
516 #ifndef soap_GET_ns__getTerminationTime
517 #define soap_GET_ns__getTerminationTime(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__getTerminationTime(soap, (data)), soap_closesock(soap) )
518 #endif
519 
520 
521 #ifndef soap_POST_recv_ns__getTerminationTime
522 #define soap_POST_recv_ns__getTerminationTime(soap, data) ( soap_read_ns__getTerminationTime(soap, (data)) || soap_closesock(soap), (soap)->error )
523 #endif
524 
525 #endif
526 
527 #ifndef SOAP_TYPE_ns__getTerminationTimeResponse_DEFINED
528 #define SOAP_TYPE_ns__getTerminationTimeResponse_DEFINED
529 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *);
530 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTimeResponse(struct soap*, const struct ns__getTerminationTimeResponse *);
531 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTimeResponse(struct soap*, const char*, int, const struct ns__getTerminationTimeResponse *, const char*);
532 SOAP_FMAC3 struct ns__getTerminationTimeResponse * SOAP_FMAC4 soap_in_ns__getTerminationTimeResponse(struct soap*, const char*, struct ns__getTerminationTimeResponse *, const char*);
533 
534 SOAP_FMAC3 struct ns__getTerminationTimeResponse * SOAP_FMAC4 soap_new_ns__getTerminationTimeResponse(struct soap *soap, int n);
535 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTimeResponse(struct soap*, const struct ns__getTerminationTimeResponse *, const char*, const char*);
536 
537 #ifndef soap_write_ns__getTerminationTimeResponse
538 #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", "") || soap_end_send(soap), (soap)->error )
539 #endif
540 
541 
542 #ifndef soap_PUT_ns__getTerminationTimeResponse
543 #define soap_PUT_ns__getTerminationTimeResponse(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getTerminationTimeResponse(soap, data), 0) || soap_put_ns__getTerminationTimeResponse(soap, data, "ns:getTerminationTimeResponse", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
544 #endif
545 
546 
547 #ifndef soap_POST_send_ns__getTerminationTimeResponse
548 #define soap_POST_send_ns__getTerminationTimeResponse(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getTerminationTimeResponse(soap, data), 0) || soap_put_ns__getTerminationTimeResponse(soap, data, "ns:getTerminationTimeResponse", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
549 #endif
550 
551 SOAP_FMAC3 struct ns__getTerminationTimeResponse * SOAP_FMAC4 soap_get_ns__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *, const char*, const char*);
552 
553 #ifndef soap_read_ns__getTerminationTimeResponse
554 #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 )
555 #endif
556 
557 
558 #ifndef soap_GET_ns__getTerminationTimeResponse
559 #define soap_GET_ns__getTerminationTimeResponse(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__getTerminationTimeResponse(soap, (data)), soap_closesock(soap) )
560 #endif
561 
562 
563 #ifndef soap_POST_recv_ns__getTerminationTimeResponse
564 #define soap_POST_recv_ns__getTerminationTimeResponse(soap, data) ( soap_read_ns__getTerminationTimeResponse(soap, (data)) || soap_closesock(soap), (soap)->error )
565 #endif
566 
567 #endif
568 
569 #ifndef SOAP_TYPE_ns__putProxy_DEFINED
570 #define SOAP_TYPE_ns__putProxy_DEFINED
571 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxy(struct soap*, struct ns__putProxy *);
572 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxy(struct soap*, const struct ns__putProxy *);
573 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxy(struct soap*, const char*, int, const struct ns__putProxy *, const char*);
574 SOAP_FMAC3 struct ns__putProxy * SOAP_FMAC4 soap_in_ns__putProxy(struct soap*, const char*, struct ns__putProxy *, const char*);
575 
576 SOAP_FMAC3 struct ns__putProxy * SOAP_FMAC4 soap_new_ns__putProxy(struct soap *soap, int n);
577 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxy(struct soap*, const struct ns__putProxy *, const char*, const char*);
578 
579 #ifndef soap_write_ns__putProxy
580 #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", "") || soap_end_send(soap), (soap)->error )
581 #endif
582 
583 
584 #ifndef soap_PUT_ns__putProxy
585 #define soap_PUT_ns__putProxy(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__putProxy(soap, data), 0) || soap_put_ns__putProxy(soap, data, "ns:putProxy", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
586 #endif
587 
588 
589 #ifndef soap_POST_send_ns__putProxy
590 #define soap_POST_send_ns__putProxy(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__putProxy(soap, data), 0) || soap_put_ns__putProxy(soap, data, "ns:putProxy", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
591 #endif
592 
593 SOAP_FMAC3 struct ns__putProxy * SOAP_FMAC4 soap_get_ns__putProxy(struct soap*, struct ns__putProxy *, const char*, const char*);
594 
595 #ifndef soap_read_ns__putProxy
596 #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 )
597 #endif
598 
599 
600 #ifndef soap_GET_ns__putProxy
601 #define soap_GET_ns__putProxy(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__putProxy(soap, (data)), soap_closesock(soap) )
602 #endif
603 
604 
605 #ifndef soap_POST_recv_ns__putProxy
606 #define soap_POST_recv_ns__putProxy(soap, data) ( soap_read_ns__putProxy(soap, (data)) || soap_closesock(soap), (soap)->error )
607 #endif
608 
609 #endif
610 
611 #ifndef SOAP_TYPE_ns__putProxyResponse_DEFINED
612 #define SOAP_TYPE_ns__putProxyResponse_DEFINED
613 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxyResponse(struct soap*, struct ns__putProxyResponse *);
614 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxyResponse(struct soap*, const struct ns__putProxyResponse *);
615 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxyResponse(struct soap*, const char*, int, const struct ns__putProxyResponse *, const char*);
616 SOAP_FMAC3 struct ns__putProxyResponse * SOAP_FMAC4 soap_in_ns__putProxyResponse(struct soap*, const char*, struct ns__putProxyResponse *, const char*);
617 
618 SOAP_FMAC3 struct ns__putProxyResponse * SOAP_FMAC4 soap_new_ns__putProxyResponse(struct soap *soap, int n);
619 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxyResponse(struct soap*, const struct ns__putProxyResponse *, const char*, const char*);
620 
621 #ifndef soap_write_ns__putProxyResponse
622 #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", "") || soap_end_send(soap), (soap)->error )
623 #endif
624 
625 
626 #ifndef soap_PUT_ns__putProxyResponse
627 #define soap_PUT_ns__putProxyResponse(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__putProxyResponse(soap, data), 0) || soap_put_ns__putProxyResponse(soap, data, "ns:putProxyResponse", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
628 #endif
629 
630 
631 #ifndef soap_POST_send_ns__putProxyResponse
632 #define soap_POST_send_ns__putProxyResponse(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__putProxyResponse(soap, data), 0) || soap_put_ns__putProxyResponse(soap, data, "ns:putProxyResponse", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
633 #endif
634 
635 SOAP_FMAC3 struct ns__putProxyResponse * SOAP_FMAC4 soap_get_ns__putProxyResponse(struct soap*, struct ns__putProxyResponse *, const char*, const char*);
636 
637 #ifndef soap_read_ns__putProxyResponse
638 #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 )
639 #endif
640 
641 
642 #ifndef soap_GET_ns__putProxyResponse
643 #define soap_GET_ns__putProxyResponse(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__putProxyResponse(soap, (data)), soap_closesock(soap) )
644 #endif
645 
646 
647 #ifndef soap_POST_recv_ns__putProxyResponse
648 #define soap_POST_recv_ns__putProxyResponse(soap, data) ( soap_read_ns__putProxyResponse(soap, (data)) || soap_closesock(soap), (soap)->error )
649 #endif
650 
651 #endif
652 
653 #ifndef SOAP_TYPE_ns__renewProxyReq_DEFINED
654 #define SOAP_TYPE_ns__renewProxyReq_DEFINED
655 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReq(struct soap*, struct ns__renewProxyReq *);
656 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReq(struct soap*, const struct ns__renewProxyReq *);
657 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReq(struct soap*, const char*, int, const struct ns__renewProxyReq *, const char*);
658 SOAP_FMAC3 struct ns__renewProxyReq * SOAP_FMAC4 soap_in_ns__renewProxyReq(struct soap*, const char*, struct ns__renewProxyReq *, const char*);
659 
660 SOAP_FMAC3 struct ns__renewProxyReq * SOAP_FMAC4 soap_new_ns__renewProxyReq(struct soap *soap, int n);
661 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReq(struct soap*, const struct ns__renewProxyReq *, const char*, const char*);
662 
663 #ifndef soap_write_ns__renewProxyReq
664 #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", "") || soap_end_send(soap), (soap)->error )
665 #endif
666 
667 
668 #ifndef soap_PUT_ns__renewProxyReq
669 #define soap_PUT_ns__renewProxyReq(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__renewProxyReq(soap, data), 0) || soap_put_ns__renewProxyReq(soap, data, "ns:renewProxyReq", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
670 #endif
671 
672 
673 #ifndef soap_POST_send_ns__renewProxyReq
674 #define soap_POST_send_ns__renewProxyReq(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__renewProxyReq(soap, data), 0) || soap_put_ns__renewProxyReq(soap, data, "ns:renewProxyReq", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
675 #endif
676 
677 SOAP_FMAC3 struct ns__renewProxyReq * SOAP_FMAC4 soap_get_ns__renewProxyReq(struct soap*, struct ns__renewProxyReq *, const char*, const char*);
678 
679 #ifndef soap_read_ns__renewProxyReq
680 #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 )
681 #endif
682 
683 
684 #ifndef soap_GET_ns__renewProxyReq
685 #define soap_GET_ns__renewProxyReq(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__renewProxyReq(soap, (data)), soap_closesock(soap) )
686 #endif
687 
688 
689 #ifndef soap_POST_recv_ns__renewProxyReq
690 #define soap_POST_recv_ns__renewProxyReq(soap, data) ( soap_read_ns__renewProxyReq(soap, (data)) || soap_closesock(soap), (soap)->error )
691 #endif
692 
693 #endif
694 
695 #ifndef SOAP_TYPE_ns__renewProxyReqResponse_DEFINED
696 #define SOAP_TYPE_ns__renewProxyReqResponse_DEFINED
697 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *);
698 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReqResponse(struct soap*, const struct ns__renewProxyReqResponse *);
699 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReqResponse(struct soap*, const char*, int, const struct ns__renewProxyReqResponse *, const char*);
700 SOAP_FMAC3 struct ns__renewProxyReqResponse * SOAP_FMAC4 soap_in_ns__renewProxyReqResponse(struct soap*, const char*, struct ns__renewProxyReqResponse *, const char*);
701 
702 SOAP_FMAC3 struct ns__renewProxyReqResponse * SOAP_FMAC4 soap_new_ns__renewProxyReqResponse(struct soap *soap, int n);
703 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReqResponse(struct soap*, const struct ns__renewProxyReqResponse *, const char*, const char*);
704 
705 #ifndef soap_write_ns__renewProxyReqResponse
706 #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", "") || soap_end_send(soap), (soap)->error )
707 #endif
708 
709 
710 #ifndef soap_PUT_ns__renewProxyReqResponse
711 #define soap_PUT_ns__renewProxyReqResponse(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__renewProxyReqResponse(soap, data), 0) || soap_put_ns__renewProxyReqResponse(soap, data, "ns:renewProxyReqResponse", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
712 #endif
713 
714 
715 #ifndef soap_POST_send_ns__renewProxyReqResponse
716 #define soap_POST_send_ns__renewProxyReqResponse(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__renewProxyReqResponse(soap, data), 0) || soap_put_ns__renewProxyReqResponse(soap, data, "ns:renewProxyReqResponse", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
717 #endif
718 
719 SOAP_FMAC3 struct ns__renewProxyReqResponse * SOAP_FMAC4 soap_get_ns__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *, const char*, const char*);
720 
721 #ifndef soap_read_ns__renewProxyReqResponse
722 #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 )
723 #endif
724 
725 
726 #ifndef soap_GET_ns__renewProxyReqResponse
727 #define soap_GET_ns__renewProxyReqResponse(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__renewProxyReqResponse(soap, (data)), soap_closesock(soap) )
728 #endif
729 
730 
731 #ifndef soap_POST_recv_ns__renewProxyReqResponse
732 #define soap_POST_recv_ns__renewProxyReqResponse(soap, data) ( soap_read_ns__renewProxyReqResponse(soap, (data)) || soap_closesock(soap), (soap)->error )
733 #endif
734 
735 #endif
736 
737 #ifndef SOAP_TYPE_ns__getNewProxyReq_DEFINED
738 #define SOAP_TYPE_ns__getNewProxyReq_DEFINED
739 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReq(struct soap*, struct ns__getNewProxyReq *);
740 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReq(struct soap*, const struct ns__getNewProxyReq *);
741 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReq(struct soap*, const char*, int, const struct ns__getNewProxyReq *, const char*);
742 SOAP_FMAC3 struct ns__getNewProxyReq * SOAP_FMAC4 soap_in_ns__getNewProxyReq(struct soap*, const char*, struct ns__getNewProxyReq *, const char*);
743 
744 SOAP_FMAC3 struct ns__getNewProxyReq * SOAP_FMAC4 soap_new_ns__getNewProxyReq(struct soap *soap, int n);
745 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReq(struct soap*, const struct ns__getNewProxyReq *, const char*, const char*);
746 
747 #ifndef soap_write_ns__getNewProxyReq
748 #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", "") || soap_end_send(soap), (soap)->error )
749 #endif
750 
751 
752 #ifndef soap_PUT_ns__getNewProxyReq
753 #define soap_PUT_ns__getNewProxyReq(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getNewProxyReq(soap, data), 0) || soap_put_ns__getNewProxyReq(soap, data, "ns:getNewProxyReq", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
754 #endif
755 
756 
757 #ifndef soap_POST_send_ns__getNewProxyReq
758 #define soap_POST_send_ns__getNewProxyReq(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getNewProxyReq(soap, data), 0) || soap_put_ns__getNewProxyReq(soap, data, "ns:getNewProxyReq", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
759 #endif
760 
761 SOAP_FMAC3 struct ns__getNewProxyReq * SOAP_FMAC4 soap_get_ns__getNewProxyReq(struct soap*, struct ns__getNewProxyReq *, const char*, const char*);
762 
763 #ifndef soap_read_ns__getNewProxyReq
764 #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 )
765 #endif
766 
767 
768 #ifndef soap_GET_ns__getNewProxyReq
769 #define soap_GET_ns__getNewProxyReq(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__getNewProxyReq(soap, (data)), soap_closesock(soap) )
770 #endif
771 
772 
773 #ifndef soap_POST_recv_ns__getNewProxyReq
774 #define soap_POST_recv_ns__getNewProxyReq(soap, data) ( soap_read_ns__getNewProxyReq(soap, (data)) || soap_closesock(soap), (soap)->error )
775 #endif
776 
777 #endif
778 
779 #ifndef SOAP_TYPE_ns__getNewProxyReqResponse_DEFINED
780 #define SOAP_TYPE_ns__getNewProxyReqResponse_DEFINED
781 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *);
782 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReqResponse(struct soap*, const struct ns__getNewProxyReqResponse *);
783 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReqResponse(struct soap*, const char*, int, const struct ns__getNewProxyReqResponse *, const char*);
784 SOAP_FMAC3 struct ns__getNewProxyReqResponse * SOAP_FMAC4 soap_in_ns__getNewProxyReqResponse(struct soap*, const char*, struct ns__getNewProxyReqResponse *, const char*);
785 
786 SOAP_FMAC3 struct ns__getNewProxyReqResponse * SOAP_FMAC4 soap_new_ns__getNewProxyReqResponse(struct soap *soap, int n);
787 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReqResponse(struct soap*, const struct ns__getNewProxyReqResponse *, const char*, const char*);
788 
789 #ifndef soap_write_ns__getNewProxyReqResponse
790 #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", "") || soap_end_send(soap), (soap)->error )
791 #endif
792 
793 
794 #ifndef soap_PUT_ns__getNewProxyReqResponse
795 #define soap_PUT_ns__getNewProxyReqResponse(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getNewProxyReqResponse(soap, data), 0) || soap_put_ns__getNewProxyReqResponse(soap, data, "ns:getNewProxyReqResponse", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
796 #endif
797 
798 
799 #ifndef soap_POST_send_ns__getNewProxyReqResponse
800 #define soap_POST_send_ns__getNewProxyReqResponse(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getNewProxyReqResponse(soap, data), 0) || soap_put_ns__getNewProxyReqResponse(soap, data, "ns:getNewProxyReqResponse", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
801 #endif
802 
803 SOAP_FMAC3 struct ns__getNewProxyReqResponse * SOAP_FMAC4 soap_get_ns__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *, const char*, const char*);
804 
805 #ifndef soap_read_ns__getNewProxyReqResponse
806 #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 )
807 #endif
808 
809 
810 #ifndef soap_GET_ns__getNewProxyReqResponse
811 #define soap_GET_ns__getNewProxyReqResponse(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__getNewProxyReqResponse(soap, (data)), soap_closesock(soap) )
812 #endif
813 
814 
815 #ifndef soap_POST_recv_ns__getNewProxyReqResponse
816 #define soap_POST_recv_ns__getNewProxyReqResponse(soap, data) ( soap_read_ns__getNewProxyReqResponse(soap, (data)) || soap_closesock(soap), (soap)->error )
817 #endif
818 
819 #endif
820 
821 #ifndef SOAP_TYPE_ns__getProxyReq_DEFINED
822 #define SOAP_TYPE_ns__getProxyReq_DEFINED
823 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReq(struct soap*, struct ns__getProxyReq *);
824 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReq(struct soap*, const struct ns__getProxyReq *);
825 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReq(struct soap*, const char*, int, const struct ns__getProxyReq *, const char*);
826 SOAP_FMAC3 struct ns__getProxyReq * SOAP_FMAC4 soap_in_ns__getProxyReq(struct soap*, const char*, struct ns__getProxyReq *, const char*);
827 
828 SOAP_FMAC3 struct ns__getProxyReq * SOAP_FMAC4 soap_new_ns__getProxyReq(struct soap *soap, int n);
829 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReq(struct soap*, const struct ns__getProxyReq *, const char*, const char*);
830 
831 #ifndef soap_write_ns__getProxyReq
832 #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", "") || soap_end_send(soap), (soap)->error )
833 #endif
834 
835 
836 #ifndef soap_PUT_ns__getProxyReq
837 #define soap_PUT_ns__getProxyReq(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getProxyReq(soap, data), 0) || soap_put_ns__getProxyReq(soap, data, "ns:getProxyReq", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
838 #endif
839 
840 
841 #ifndef soap_POST_send_ns__getProxyReq
842 #define soap_POST_send_ns__getProxyReq(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getProxyReq(soap, data), 0) || soap_put_ns__getProxyReq(soap, data, "ns:getProxyReq", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
843 #endif
844 
845 SOAP_FMAC3 struct ns__getProxyReq * SOAP_FMAC4 soap_get_ns__getProxyReq(struct soap*, struct ns__getProxyReq *, const char*, const char*);
846 
847 #ifndef soap_read_ns__getProxyReq
848 #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 )
849 #endif
850 
851 
852 #ifndef soap_GET_ns__getProxyReq
853 #define soap_GET_ns__getProxyReq(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__getProxyReq(soap, (data)), soap_closesock(soap) )
854 #endif
855 
856 
857 #ifndef soap_POST_recv_ns__getProxyReq
858 #define soap_POST_recv_ns__getProxyReq(soap, data) ( soap_read_ns__getProxyReq(soap, (data)) || soap_closesock(soap), (soap)->error )
859 #endif
860 
861 #endif
862 
863 #ifndef SOAP_TYPE_ns__getProxyReqResponse_DEFINED
864 #define SOAP_TYPE_ns__getProxyReqResponse_DEFINED
865 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *);
866 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReqResponse(struct soap*, const struct ns__getProxyReqResponse *);
867 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReqResponse(struct soap*, const char*, int, const struct ns__getProxyReqResponse *, const char*);
868 SOAP_FMAC3 struct ns__getProxyReqResponse * SOAP_FMAC4 soap_in_ns__getProxyReqResponse(struct soap*, const char*, struct ns__getProxyReqResponse *, const char*);
869 
870 SOAP_FMAC3 struct ns__getProxyReqResponse * SOAP_FMAC4 soap_new_ns__getProxyReqResponse(struct soap *soap, int n);
871 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReqResponse(struct soap*, const struct ns__getProxyReqResponse *, const char*, const char*);
872 
873 #ifndef soap_write_ns__getProxyReqResponse
874 #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", "") || soap_end_send(soap), (soap)->error )
875 #endif
876 
877 
878 #ifndef soap_PUT_ns__getProxyReqResponse
879 #define soap_PUT_ns__getProxyReqResponse(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getProxyReqResponse(soap, data), 0) || soap_put_ns__getProxyReqResponse(soap, data, "ns:getProxyReqResponse", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
880 #endif
881 
882 
883 #ifndef soap_POST_send_ns__getProxyReqResponse
884 #define soap_POST_send_ns__getProxyReqResponse(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__getProxyReqResponse(soap, data), 0) || soap_put_ns__getProxyReqResponse(soap, data, "ns:getProxyReqResponse", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
885 #endif
886 
887 SOAP_FMAC3 struct ns__getProxyReqResponse * SOAP_FMAC4 soap_get_ns__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *, const char*, const char*);
888 
889 #ifndef soap_read_ns__getProxyReqResponse
890 #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 )
891 #endif
892 
893 
894 #ifndef soap_GET_ns__getProxyReqResponse
895 #define soap_GET_ns__getProxyReqResponse(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__getProxyReqResponse(soap, (data)), soap_closesock(soap) )
896 #endif
897 
898 
899 #ifndef soap_POST_recv_ns__getProxyReqResponse
900 #define soap_POST_recv_ns__getProxyReqResponse(soap, data) ( soap_read_ns__getProxyReqResponse(soap, (data)) || soap_closesock(soap), (soap)->error )
901 #endif
902 
903 #endif
904 
905 #ifndef SOAP_TYPE__DelegationException_DEFINED
906 #define SOAP_TYPE__DelegationException_DEFINED
907 SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException(struct soap*, struct _DelegationException *);
908 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__DelegationException(struct soap*, const struct _DelegationException *);
909 SOAP_FMAC3 int SOAP_FMAC4 soap_out__DelegationException(struct soap*, const char*, int, const struct _DelegationException *, const char*);
910 SOAP_FMAC3 struct _DelegationException * SOAP_FMAC4 soap_in__DelegationException(struct soap*, const char*, struct _DelegationException *, const char*);
911 
912 SOAP_FMAC3 struct _DelegationException * SOAP_FMAC4 soap_new__DelegationException(struct soap *soap, int n);
913 SOAP_FMAC3 int SOAP_FMAC4 soap_put__DelegationException(struct soap*, const struct _DelegationException *, const char*, const char*);
914 
915 #ifndef soap_write__DelegationException
916 #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", "") || soap_end_send(soap), (soap)->error )
917 #endif
918 
919 
920 #ifndef soap_PUT__DelegationException
921 #define soap_PUT__DelegationException(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize__DelegationException(soap, data), 0) || soap_put__DelegationException(soap, data, "DelegationException", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
922 #endif
923 
924 
925 #ifndef soap_POST_send__DelegationException
926 #define soap_POST_send__DelegationException(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize__DelegationException(soap, data), 0) || soap_put__DelegationException(soap, data, "DelegationException", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
927 #endif
928 
929 SOAP_FMAC3 struct _DelegationException * SOAP_FMAC4 soap_get__DelegationException(struct soap*, struct _DelegationException *, const char*, const char*);
930 
931 #ifndef soap_read__DelegationException
932 #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 )
933 #endif
934 
935 
936 #ifndef soap_GET__DelegationException
937 #define soap_GET__DelegationException(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read__DelegationException(soap, (data)), soap_closesock(soap) )
938 #endif
939 
940 
941 #ifndef soap_POST_recv__DelegationException
942 #define soap_POST_recv__DelegationException(soap, data) ( soap_read__DelegationException(soap, (data)) || soap_closesock(soap), (soap)->error )
943 #endif
944 
945 #endif
946 
947 #ifndef SOAP_TYPE_ns__NewProxyReq_DEFINED
948 #define SOAP_TYPE_ns__NewProxyReq_DEFINED
949 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__NewProxyReq(struct soap*, struct ns__NewProxyReq *);
950 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__NewProxyReq(struct soap*, const struct ns__NewProxyReq *);
951 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__NewProxyReq(struct soap*, const char*, int, const struct ns__NewProxyReq *, const char*);
952 SOAP_FMAC3 struct ns__NewProxyReq * SOAP_FMAC4 soap_in_ns__NewProxyReq(struct soap*, const char*, struct ns__NewProxyReq *, const char*);
953 
954 SOAP_FMAC3 struct ns__NewProxyReq * SOAP_FMAC4 soap_new_ns__NewProxyReq(struct soap *soap, int n);
955 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__NewProxyReq(struct soap*, const struct ns__NewProxyReq *, const char*, const char*);
956 
957 #ifndef soap_write_ns__NewProxyReq
958 #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", "") || soap_end_send(soap), (soap)->error )
959 #endif
960 
961 
962 #ifndef soap_PUT_ns__NewProxyReq
963 #define soap_PUT_ns__NewProxyReq(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__NewProxyReq(soap, data), 0) || soap_put_ns__NewProxyReq(soap, data, "ns:NewProxyReq", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
964 #endif
965 
966 
967 #ifndef soap_POST_send_ns__NewProxyReq
968 #define soap_POST_send_ns__NewProxyReq(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__NewProxyReq(soap, data), 0) || soap_put_ns__NewProxyReq(soap, data, "ns:NewProxyReq", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
969 #endif
970 
971 SOAP_FMAC3 struct ns__NewProxyReq * SOAP_FMAC4 soap_get_ns__NewProxyReq(struct soap*, struct ns__NewProxyReq *, const char*, const char*);
972 
973 #ifndef soap_read_ns__NewProxyReq
974 #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 )
975 #endif
976 
977 
978 #ifndef soap_GET_ns__NewProxyReq
979 #define soap_GET_ns__NewProxyReq(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__NewProxyReq(soap, (data)), soap_closesock(soap) )
980 #endif
981 
982 
983 #ifndef soap_POST_recv_ns__NewProxyReq
984 #define soap_POST_recv_ns__NewProxyReq(soap, data) ( soap_read_ns__NewProxyReq(soap, (data)) || soap_closesock(soap), (soap)->error )
985 #endif
986 
987 #endif
988 
989 #ifndef SOAP_TYPE_ns__DelegationExceptionType_DEFINED
990 #define SOAP_TYPE_ns__DelegationExceptionType_DEFINED
991 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *);
992 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__DelegationExceptionType(struct soap*, const struct ns__DelegationExceptionType *);
993 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__DelegationExceptionType(struct soap*, const char*, int, const struct ns__DelegationExceptionType *, const char*);
994 SOAP_FMAC3 struct ns__DelegationExceptionType * SOAP_FMAC4 soap_in_ns__DelegationExceptionType(struct soap*, const char*, struct ns__DelegationExceptionType *, const char*);
995 
996 SOAP_FMAC3 struct ns__DelegationExceptionType * SOAP_FMAC4 soap_new_ns__DelegationExceptionType(struct soap *soap, int n);
997 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__DelegationExceptionType(struct soap*, const struct ns__DelegationExceptionType *, const char*, const char*);
998 
999 #ifndef soap_write_ns__DelegationExceptionType
1000 #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", "") || soap_end_send(soap), (soap)->error )
1001 #endif
1002 
1003 
1004 #ifndef soap_PUT_ns__DelegationExceptionType
1005 #define soap_PUT_ns__DelegationExceptionType(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__DelegationExceptionType(soap, data), 0) || soap_put_ns__DelegationExceptionType(soap, data, "ns:DelegationExceptionType", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
1006 #endif
1007 
1008 
1009 #ifndef soap_POST_send_ns__DelegationExceptionType
1010 #define soap_POST_send_ns__DelegationExceptionType(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || (soap_serialize_ns__DelegationExceptionType(soap, data), 0) || soap_put_ns__DelegationExceptionType(soap, data, "ns:DelegationExceptionType", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
1011 #endif
1012 
1013 SOAP_FMAC3 struct ns__DelegationExceptionType * SOAP_FMAC4 soap_get_ns__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *, const char*, const char*);
1014 
1015 #ifndef soap_read_ns__DelegationExceptionType
1016 #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 )
1017 #endif
1018 
1019 
1020 #ifndef soap_GET_ns__DelegationExceptionType
1021 #define soap_GET_ns__DelegationExceptionType(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_ns__DelegationExceptionType(soap, (data)), soap_closesock(soap) )
1022 #endif
1023 
1024 
1025 #ifndef soap_POST_recv_ns__DelegationExceptionType
1026 #define soap_POST_recv_ns__DelegationExceptionType(soap, data) ( soap_read_ns__DelegationExceptionType(soap, (data)) || soap_closesock(soap), (soap)->error )
1027 #endif
1028 
1029 #endif
1030 
1031 #ifndef WITH_NOGLOBAL
1032 
1033 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason_DEFINED
1034 #define SOAP_TYPE_PointerToSOAP_ENV__Reason_DEFINED
1035 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*);
1036 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *);
1037 SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*);
1038 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*);
1039 SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*);
1040 #endif
1041 
1042 #endif
1043 
1044 #ifndef WITH_NOGLOBAL
1045 
1046 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail_DEFINED
1047 #define SOAP_TYPE_PointerToSOAP_ENV__Detail_DEFINED
1048 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*);
1049 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *);
1050 SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*);
1051 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*);
1052 SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*);
1053 #endif
1054 
1055 #endif
1056 
1057 #ifndef WITH_NOGLOBAL
1058 
1059 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Code_DEFINED
1060 #define SOAP_TYPE_PointerToSOAP_ENV__Code_DEFINED
1061 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*);
1062 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *);
1063 SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*);
1064 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*);
1065 SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*);
1066 #endif
1067 
1068 #endif
1069 
1070 #ifndef SOAP_TYPE_PointerTons__destroyResponse_DEFINED
1071 #define SOAP_TYPE_PointerTons__destroyResponse_DEFINED
1072 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse *const*);
1073 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__destroyResponse(struct soap*, const char *, int, struct ns__destroyResponse *const*, const char *);
1074 SOAP_FMAC3 struct ns__destroyResponse ** SOAP_FMAC4 soap_in_PointerTons__destroyResponse(struct soap*, const char*, struct ns__destroyResponse **, const char*);
1075 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse *const*, const char*, const char*);
1076 SOAP_FMAC3 struct ns__destroyResponse ** SOAP_FMAC4 soap_get_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse **, const char*, const char*);
1077 #endif
1078 
1079 #ifndef SOAP_TYPE_PointerTons__getTerminationTimeResponse_DEFINED
1080 #define SOAP_TYPE_PointerTons__getTerminationTimeResponse_DEFINED
1081 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *const*);
1082 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getTerminationTimeResponse(struct soap*, const char *, int, struct ns__getTerminationTimeResponse *const*, const char *);
1083 SOAP_FMAC3 struct ns__getTerminationTimeResponse ** SOAP_FMAC4 soap_in_PointerTons__getTerminationTimeResponse(struct soap*, const char*, struct ns__getTerminationTimeResponse **, const char*);
1084 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *const*, const char*, const char*);
1085 SOAP_FMAC3 struct ns__getTerminationTimeResponse ** SOAP_FMAC4 soap_get_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse **, const char*, const char*);
1086 #endif
1087 
1088 #ifndef SOAP_TYPE_PointerTons__putProxyResponse_DEFINED
1089 #define SOAP_TYPE_PointerTons__putProxyResponse_DEFINED
1090 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse *const*);
1091 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__putProxyResponse(struct soap*, const char *, int, struct ns__putProxyResponse *const*, const char *);
1092 SOAP_FMAC3 struct ns__putProxyResponse ** SOAP_FMAC4 soap_in_PointerTons__putProxyResponse(struct soap*, const char*, struct ns__putProxyResponse **, const char*);
1093 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse *const*, const char*, const char*);
1094 SOAP_FMAC3 struct ns__putProxyResponse ** SOAP_FMAC4 soap_get_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse **, const char*, const char*);
1095 #endif
1096 
1097 #ifndef SOAP_TYPE_PointerTons__renewProxyReqResponse_DEFINED
1098 #define SOAP_TYPE_PointerTons__renewProxyReqResponse_DEFINED
1099 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *const*);
1100 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__renewProxyReqResponse(struct soap*, const char *, int, struct ns__renewProxyReqResponse *const*, const char *);
1101 SOAP_FMAC3 struct ns__renewProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__renewProxyReqResponse(struct soap*, const char*, struct ns__renewProxyReqResponse **, const char*);
1102 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *const*, const char*, const char*);
1103 SOAP_FMAC3 struct ns__renewProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse **, const char*, const char*);
1104 #endif
1105 
1106 #ifndef SOAP_TYPE_PointerTons__getNewProxyReqResponse_DEFINED
1107 #define SOAP_TYPE_PointerTons__getNewProxyReqResponse_DEFINED
1108 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *const*);
1109 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getNewProxyReqResponse(struct soap*, const char *, int, struct ns__getNewProxyReqResponse *const*, const char *);
1110 SOAP_FMAC3 struct ns__getNewProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__getNewProxyReqResponse(struct soap*, const char*, struct ns__getNewProxyReqResponse **, const char*);
1111 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *const*, const char*, const char*);
1112 SOAP_FMAC3 struct ns__getNewProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse **, const char*, const char*);
1113 #endif
1114 
1115 #ifndef SOAP_TYPE_PointerTons__NewProxyReq_DEFINED
1116 #define SOAP_TYPE_PointerTons__NewProxyReq_DEFINED
1117 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq *const*);
1118 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__NewProxyReq(struct soap*, const char *, int, struct ns__NewProxyReq *const*, const char *);
1119 SOAP_FMAC3 struct ns__NewProxyReq ** SOAP_FMAC4 soap_in_PointerTons__NewProxyReq(struct soap*, const char*, struct ns__NewProxyReq **, const char*);
1120 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq *const*, const char*, const char*);
1121 SOAP_FMAC3 struct ns__NewProxyReq ** SOAP_FMAC4 soap_get_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq **, const char*, const char*);
1122 #endif
1123 
1124 #ifndef SOAP_TYPE_PointerTons__getProxyReqResponse_DEFINED
1125 #define SOAP_TYPE_PointerTons__getProxyReqResponse_DEFINED
1126 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *const*);
1127 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getProxyReqResponse(struct soap*, const char *, int, struct ns__getProxyReqResponse *const*, const char *);
1128 SOAP_FMAC3 struct ns__getProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__getProxyReqResponse(struct soap*, const char*, struct ns__getProxyReqResponse **, const char*);
1129 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *const*, const char*, const char*);
1130 SOAP_FMAC3 struct ns__getProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse **, const char*, const char*);
1131 #endif
1132 
1133 #ifndef SOAP_TYPE_PointerTons__DelegationExceptionType_DEFINED
1134 #define SOAP_TYPE_PointerTons__DelegationExceptionType_DEFINED
1135 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *const*);
1136 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__DelegationExceptionType(struct soap*, const char *, int, struct ns__DelegationExceptionType *const*, const char *);
1137 SOAP_FMAC3 struct ns__DelegationExceptionType ** SOAP_FMAC4 soap_in_PointerTons__DelegationExceptionType(struct soap*, const char*, struct ns__DelegationExceptionType **, const char*);
1138 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *const*, const char*, const char*);
1139 SOAP_FMAC3 struct ns__DelegationExceptionType ** SOAP_FMAC4 soap_get_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType **, const char*, const char*);
1140 #endif
1141 
1142 #ifndef SOAP_TYPE__QName_DEFINED
1143 #define SOAP_TYPE__QName_DEFINED
1144 
1145 #ifdef SOAP_DEFAULT__QName
1146 #define soap_default__QName(soap, a) (*(a) = SOAP_DEFAULT__QName)
1147 #else
1148 #define soap_default__QName(soap, a) (*(a) = (char *)0)
1149 #endif
1150 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap*, char *const*);
1151 
1152 #define soap__QName2s(soap, a) soap_QName2s(soap, (a))
1153 SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*);
1154 
1155 #define soap_s2_QName(soap, s, a) soap_s2QName((soap), (s), (char**)(a), 0, -1, NULL)
1156 SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*);
1157 #define soap_new__QName soap_new_string
1158 
1159 SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*);
1160 
1161 #ifndef soap_write__QName
1162 #define soap_write__QName(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put__QName(soap, data, "QName", "") || soap_end_send(soap), (soap)->error )
1163 #endif
1164 
1165 
1166 #ifndef soap_PUT__QName
1167 #define soap_PUT__QName(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put__QName(soap, data, "QName", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
1168 #endif
1169 
1170 
1171 #ifndef soap_POST_send__QName
1172 #define soap_POST_send__QName(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put__QName(soap, data, "QName", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
1173 #endif
1174 
1175 SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*);
1176 
1177 #ifndef soap_read__QName
1178 #define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !soap_get__QName(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
1179 #endif
1180 
1181 
1182 #ifndef soap_GET__QName
1183 #define soap_GET__QName(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read__QName(soap, (data)), soap_closesock(soap) )
1184 #endif
1185 
1186 
1187 #ifndef soap_POST_recv__QName
1188 #define soap_POST_recv__QName(soap, data) ( soap_read__QName(soap, (data)) || soap_closesock(soap), (soap)->error )
1189 #endif
1190 
1191 #endif
1192 
1193 #ifndef SOAP_TYPE__XML_DEFINED
1194 #define SOAP_TYPE__XML_DEFINED
1195 #endif
1196 
1197 #ifndef SOAP_TYPE_string_DEFINED
1198 #define SOAP_TYPE_string_DEFINED
1199 
1200 #ifdef SOAP_DEFAULT_string
1201 #define soap_default_string(soap, a) (*(a) = SOAP_DEFAULT_string)
1202 #else
1203 #define soap_default_string(soap, a) (*(a) = (char *)0)
1204 #endif
1205 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*);
1206 
1207 #define soap_string2s(soap, a) (a)
1208 SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*);
1209 
1210 #define soap_s2string(soap, s, a) soap_s2char((soap), (s), (char**)(a), 1, 0, -1, NULL)
1211 SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*);
1212 
1213 SOAP_FMAC3 char * * SOAP_FMAC4 soap_new_string(struct soap *soap, int n);
1214 SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*);
1215 
1216 #ifndef soap_write_string
1217 #define soap_write_string(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_string(soap, data, "string", "") || soap_end_send(soap), (soap)->error )
1218 #endif
1219 
1220 
1221 #ifndef soap_PUT_string
1222 #define soap_PUT_string(soap, URL, data) ( soap_free_temp(soap), soap_PUT(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put_string(soap, data, "string", "") || soap_end_send(soap) || soap_recv_empty_response(soap), soap_closesock(soap) )
1223 #endif
1224 
1225 
1226 #ifndef soap_POST_send_string
1227 #define soap_POST_send_string(soap, URL, data) ( soap_free_temp(soap), ( soap_POST(soap, URL, NULL, "text/xml; charset=utf-8") || soap_put_string(soap, data, "string", "") || soap_end_send(soap) ) && soap_closesock(soap), (soap)->error )
1228 #endif
1229 
1230 SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*);
1231 
1232 #ifndef soap_read_string
1233 #define soap_read_string(soap, data) ( soap_begin_recv(soap) || !soap_get_string(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
1234 #endif
1235 
1236 
1237 #ifndef soap_GET_string
1238 #define soap_GET_string(soap, URL, data) ( soap_GET(soap, URL, NULL) || soap_read_string(soap, (data)), soap_closesock(soap) )
1239 #endif
1240 
1241 
1242 #ifndef soap_POST_recv_string
1243 #define soap_POST_recv_string(soap, data) ( soap_read_string(soap, (data)) || soap_closesock(soap), (soap)->error )
1244 #endif
1245 
1246 #endif
1247 
1248 #ifdef __cplusplus
1249 }
1250 #endif
1251 
1252 #endif
1253 
1254 /* End of soapH.h */
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:917
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__NewProxyReq(struct soap *, const struct ns__NewProxyReq *, const char *, const char *)
Definition: soapC.c:2377
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *)
Definition: soapC.c:929
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 soap_new_SOAP_ENV__Code(struct soap *soap, int n)
Definition: soapC.c:1102
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTime(struct soap *, struct ns__getTerminationTime *)
Definition: soapC.c:1365
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 soap_new_ns__putProxyResponse(struct soap *soap, int n)
Definition: soapC.c:1688
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroy(struct soap *, struct ns__destroy *)
Definition: soapC.c:1206
SOAP_FMAC3 char **SOAP_FMAC4 soap_in__QName(struct soap *, const char *, char **, const char *)
Definition: soapC.c:3099
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReq(struct soap *, struct ns__getNewProxyReq *)
Definition: soapC.c:1882
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *)
Definition: soapC.c:1029
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:2525
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReq(struct soap *, const struct ns__getNewProxyReq *)
Definition: soapC.c:1887
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:2496
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_get_dateTime(struct soap *, time_t *, const char *, const char *)
Definition: soapC.c:650
SOAP_FMAC3 int SOAP_FMAC4 soap_put__DelegationException(struct soap *, const struct _DelegationException *, const char *, const char *)
Definition: soapC.c:2281
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:1045
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__NewProxyReq(struct soap *, struct ns__NewProxyReq *)
Definition: soapC.c:2296
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 soap_in_ns__destroy(struct soap *, const char *, struct ns__destroy *, const char *)
Definition: soapC.c:1230
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap *, char *const *)
Definition: soapC.c:3120
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxyResponse(struct soap *, struct ns__putProxyResponse *)
Definition: soapC.c:1638
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse *const *)
Definition: soapC.c:2762
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxy(struct soap *, const struct ns__putProxy *)
Definition: soapC.c:1549
SOAP_FMAC3 struct ns__destroyResponse **SOAP_FMAC4 soap_get_PointerTons__destroyResponse(struct soap *, struct ns__destroyResponse **, const char *, const char *)
Definition: soapC.c:2700
SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap *, const char *, int, char *const *, const char *)
Definition: soapC.c:3094
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *const *, const char *, const char *)
Definition: soapC.c:2576
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *const *, const char *, const char *)
Definition: soapC.c:2855
SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap *, const char *, const char *, const char *)
Definition: soapC.c:573
SOAP_FMAC3 int *SOAP_FMAC4 soap_in_int(struct soap *, const char *, int *, const char *)
Definition: soapC.c:593
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTime(struct soap *, const struct ns__getTerminationTime *)
Definition: soapC.c:1371
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap *, const struct SOAP_ENV__Header *)
Definition: soapC.c:1135
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse *const *, const char *, const char *)
Definition: soapC.c:2801
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReq(struct soap *, const struct ns__getProxyReq *, const char *, const char *)
Definition: soapC.c:2111
Definition: soapStub.h:132
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 soap_new_ns__destroyResponse(struct soap *soap, int n)
Definition: soapC.c:1341
SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *, const void *, const char *, int, int)
Definition: soapC.c:392
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroyResponse(struct soap *, const struct ns__destroyResponse *, const char *, const char *)
Definition: soapC.c:1350
SOAP_FMAC3 char *SOAP_FMAC4 soap_get_byte(struct soap *, char *, const char *, const char *)
Definition: soapC.c:580
SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException(struct soap *, struct _DelegationException *)
Definition: soapC.c:2211
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTime(struct soap *, const struct ns__getTerminationTime *, const char *, const char *)
Definition: soapC.c:1435
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:2026
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReq(struct soap *, const struct ns__getProxyReq *)
Definition: soapC.c:2047
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:2615
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap *, const struct SOAP_ENV__Reason *)
Definition: soapC.c:844
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroy(struct soap *, const struct ns__destroy *, const char *, const char *)
Definition: soapC.c:1276
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxy(struct soap *, struct ns__putProxy *)
Definition: soapC.c:1542
SOAP_FMAC3 struct ns__getTerminationTimeResponse **SOAP_FMAC4 soap_in_PointerTons__getTerminationTimeResponse(struct soap *, const char *, struct ns__getTerminationTimeResponse **, const char *)
Definition: soapC.c:2725
SOAP_FMAC3 int SOAP_FMAC4 soap_put_dateTime(struct soap *, const time_t *, const char *, const char *)
Definition: soapC.c:643
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *)
Definition: soapC.c:2126
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 soap_new_ns__getTerminationTimeResponse(struct soap *soap, int n)
Definition: soapC.c:1518
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 soap_new_SOAP_ENV__Header(struct soap *soap, int n)
Definition: soapC.c:1180
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *)
Definition: soapC.c:838
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *const *)
Definition: soapC.c:2479
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *const *)
Definition: soapC.c:2595
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:1150
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 soap_get_ns__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:2033
SOAP_FMAC3 struct ns__getProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse **, const char *, const char *)
Definition: soapC.c:3024
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 soap_new_ns__getTerminationTime(struct soap *soap, int n)
Definition: soapC.c:1426
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:864
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 soap_get_ns__putProxyResponse(struct soap *, struct ns__putProxyResponse *, const char *, const char *)
Definition: soapC.c:1704
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getTerminationTimeResponse(struct soap *, const char *, int, struct ns__getTerminationTimeResponse *const *, const char *)
Definition: soapC.c:2717
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *const *, const char *, const char *)
Definition: soapC.c:2637
SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap *, const void *, int)
Definition: soapC.c:460
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 soap_new_ns__renewProxyReqResponse(struct soap *soap, int n)
Definition: soapC.c:1858
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 soap_in_ns__destroyResponse(struct soap *, const char *, struct ns__destroyResponse *, const char *)
Definition: soapC.c:1311
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getProxyReqResponse(struct soap *, const char *, int, struct ns__getProxyReqResponse *const *, const char *)
Definition: soapC.c:2987
SOAP_FMAC3 struct ns__NewProxyReq **SOAP_FMAC4 soap_in_PointerTons__NewProxyReq(struct soap *, const char *, struct ns__NewProxyReq **, const char *)
Definition: soapC.c:2941
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 soap_get_ns__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *, const char *, const char *)
Definition: soapC.c:2203
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 soap_new_ns__getNewProxyReq(struct soap *soap, int n)
Definition: soapC.c:1932
SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap *, char *const *, const char *, const char *)
Definition: soapC.c:3148
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *const *)
Definition: soapC.c:2870
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 soap_new_ns__getNewProxyReqResponse(struct soap *soap, int n)
Definition: soapC.c:2017
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap *, const struct SOAP_ENV__Code *, const char *, const char *)
Definition: soapC.c:1111
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReqResponse(struct soap *, const char *, int, const struct ns__renewProxyReqResponse *, const char *)
Definition: soapC.c:1811
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 soap_get_ns__renewProxyReq(struct soap *, struct ns__renewProxyReq *, const char *, const char *)
Definition: soapC.c:1789
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__DelegationExceptionType(struct soap *, const struct ns__DelegationExceptionType *, const char *, const char *)
Definition: soapC.c:2462
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:1118
SOAP_FMAC3 struct ns__DelegationExceptionType **SOAP_FMAC4 soap_in_PointerTons__DelegationExceptionType(struct soap *, const char *, struct ns__DelegationExceptionType **, const char *)
Definition: soapC.c:3049
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 soap_get_ns__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1874
SOAP_FMAC3 struct ns__DelegationExceptionType **SOAP_FMAC4 soap_get_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType **, const char *, const char *)
Definition: soapC.c:3078
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__destroyResponse(struct soap *, const char *, int, struct ns__destroyResponse *const *, const char *)
Definition: soapC.c:2663
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:690
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap *, const struct SOAP_ENV__Reason *, const char *, const char *)
Definition: soapC.c:910
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 soap_in__DelegationException(struct soap *, const char *, struct _DelegationException *, const char *)
Definition: soapC.c:2235
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxyResponse(struct soap *, const char *, int, const struct ns__putProxyResponse *, const char *)
Definition: soapC.c:1650
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:1017
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *const *)
Definition: soapC.c:2978
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroy(struct soap *, const struct ns__destroy *)
Definition: soapC.c:1212
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:1196
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:2546
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap *, struct SOAP_ENV__Header *)
Definition: soapC.c:1130
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:2604
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:2288
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:1142
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 soap_get_ns__getProxyReq(struct soap *, struct ns__getProxyReq *, const char *, const char *)
Definition: soapC.c:2118
SOAP_FMAC3 int *SOAP_FMAC4 soap_get_int(struct soap *, int *, const char *, const char *)
Definition: soapC.c:615
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 soap_get_ns__NewProxyReq(struct soap *, struct ns__NewProxyReq *, const char *, const char *)
Definition: soapC.c:2384
SOAP_FMAC3 struct ns__putProxyResponse **SOAP_FMAC4 soap_in_PointerTons__putProxyResponse(struct soap *, const char *, struct ns__putProxyResponse **, const char *)
Definition: soapC.c:2779
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxy(struct soap *, const struct ns__putProxy *, const char *, const char *)
Definition: soapC.c:1623
Definition: soapStub.h:195
SOAP_FMAC3 char **SOAP_FMAC4 soap_new_string(struct soap *soap, int n)
Definition: soapC.c:3139
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 soap_new_SOAP_ENV__Fault(struct soap *soap, int n)
Definition: soapC.c:810
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReq(struct soap *, const struct ns__renewProxyReq *, const char *, const char *)
Definition: soapC.c:1782
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *const *)
Definition: soapC.c:2537
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReq(struct soap *, const char *, int, const struct ns__getProxyReq *, const char *)
Definition: soapC.c:2055
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 soap_get_ns__getNewProxyReq(struct soap *, struct ns__getNewProxyReq *, const char *, const char *)
Definition: soapC.c:1948
SOAP_FMAC3 char *SOAP_FMAC4 soap_new_byte(struct soap *soap, int n)
Definition: soapC.c:564
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 soap_new_ns__NewProxyReq(struct soap *soap, int n)
Definition: soapC.c:2368
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 soap_new_ns__renewProxyReq(struct soap *soap, int n)
Definition: soapC.c:1773
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReqResponse(struct soap *, const char *, int, const struct ns__getNewProxyReqResponse *, const char *)
Definition: soapC.c:1970
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroyResponse(struct soap *, const char *, int, const struct ns__destroyResponse *, const char *)
Definition: soapC.c:1303
SOAP_FMAC3 char **SOAP_FMAC4 soap_get__QName(struct soap *, char **, const char *, const char *)
Definition: soapC.c:3112
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:3133
SOAP_FMAC3 struct ns__getProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__getProxyReqResponse(struct soap *, const char *, struct ns__getProxyReqResponse **, const char *)
Definition: soapC.c:2995
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *const *, const char *, const char *)
Definition: soapC.c:2909
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReqResponse(struct soap *, const struct ns__getProxyReqResponse *)
Definition: soapC.c:2132
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxyResponse(struct soap *, const struct ns__putProxyResponse *)
Definition: soapC.c:1643
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 soap_in_ns__getProxyReq(struct soap *, const char *, struct ns__getProxyReq *, const char *)
Definition: soapC.c:2065
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 soap_in_ns__getTerminationTimeResponse(struct soap *, const char *, struct ns__getTerminationTimeResponse *, const char *)
Definition: soapC.c:1473
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReq(struct soap *, const char *, int, const struct ns__renewProxyReq *, const char *)
Definition: soapC.c:1726
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 soap_in_ns__renewProxyReqResponse(struct soap *, const char *, struct ns__renewProxyReqResponse *, const char *)
Definition: soapC.c:1821
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReqResponse(struct soap *, const char *, int, const struct ns__getProxyReqResponse *, const char *)
Definition: soapC.c:2140
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroyResponse(struct soap *, struct ns__destroyResponse *)
Definition: soapC.c:1291
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 soap_new_SOAP_ENV__Detail(struct soap *soap, int n)
Definition: soapC.c:1001
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReqResponse(struct soap *, const struct ns__renewProxyReqResponse *)
Definition: soapC.c:1803
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq *const *, const char *, const char *)
Definition: soapC.c:2963
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 soap_new_ns__destroy(struct soap *soap, int n)
Definition: soapC.c:1267
SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap *, char *const *, const char *, const char *)
Definition: soapC.c:3105
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReq(struct soap *, const struct ns__renewProxyReq *)
Definition: soapC.c:1718
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__renewProxyReqResponse(struct soap *, const char *, int, struct ns__renewProxyReqResponse *const *, const char *)
Definition: soapC.c:2825
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:2488
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:945
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:852
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *, const struct SOAP_ENV__Code *)
Definition: soapC.c:1036
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:2416
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *)
Definition: soapC.c:1450
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReq(struct soap *, struct ns__getProxyReq *)
Definition: soapC.c:2041
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 soap_new_ns__putProxy(struct soap *soap, int n)
Definition: soapC.c:1614
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq *const *)
Definition: soapC.c:2924
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:2771
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 soap_in_ns__renewProxyReq(struct soap *, const char *, struct ns__renewProxyReq *, const char *)
Definition: soapC.c:1736
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:1712
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 soap_get_ns__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *, const char *, const char *)
Definition: soapC.c:1534
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap *, char *const *)
Definition: soapC.c:3086
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 soap_new__DelegationException(struct soap *soap, int n)
Definition: soapC.c:2272
SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap *, const int *, const char *, const char *)
Definition: soapC.c:608
SOAP_FMAC3 struct ns__getNewProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse **, const char *, const char *)
Definition: soapC.c:2916
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__DelegationException(struct soap *, const struct _DelegationException *)
Definition: soapC.c:2217
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__destroyResponse(struct soap *, struct ns__destroyResponse *const *)
Definition: soapC.c:2654
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__NewProxyReq(struct soap *, const struct ns__NewProxyReq *)
Definition: soapC.c:2303
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 soap_in_ns__getTerminationTime(struct soap *, const char *, struct ns__getTerminationTime *, const char *)
Definition: soapC.c:1389
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:2554
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *)
Definition: soapC.c:1797
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 soap_in_ns__NewProxyReq(struct soap *, const char *, struct ns__NewProxyReq *, const char *)
Definition: soapC.c:2324
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *const *, const char *, const char *)
Definition: soapC.c:3071
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *const *, const char *, const char *)
Definition: soapC.c:2747
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:957
SOAP_FMAC3 struct ns__renewProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse **, const char *, const char *)
Definition: soapC.c:2862
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:2644
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 soap_in_ns__putProxyResponse(struct soap *, const char *, struct ns__putProxyResponse *, const char *)
Definition: soapC.c:1658
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 soap_new_ns__DelegationExceptionType(struct soap *soap, int n)
Definition: soapC.c:2453
SOAP_FMAC3 struct ns__getTerminationTimeResponse **SOAP_FMAC4 soap_get_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse **, const char *, const char *)
Definition: soapC.c:2754
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:3155
SOAP_FMAC3 char *SOAP_FMAC4 soap_in_byte(struct soap *, const char *, char *, const char *)
Definition: soapC.c:558
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:2469
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_new_dateTime(struct soap *soap, int n)
Definition: soapC.c:634
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 soap_new_ns__getProxyReqResponse(struct soap *soap, int n)
Definition: soapC.c:2187
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap *, const struct SOAP_ENV__Detail *)
Definition: soapC.c:937
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroy(struct soap *, const char *, int, const struct ns__destroy *, const char *)
Definition: soapC.c:1220
SOAP_FMAC3 struct SOAP_ENV__Reason *SOAP_FMAC4 soap_new_SOAP_ENV__Reason(struct soap *soap, int n)
Definition: soapC.c:901
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReq(struct soap *, const struct ns__getNewProxyReq *, const char *, const char *)
Definition: soapC.c:1941
Definition: soapStub.h:185
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_in_dateTime(struct soap *, const char *, time_t *, const char *)
Definition: soapC.c:628
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__NewProxyReq(struct soap *, const char *, int, struct ns__NewProxyReq *const *, const char *)
Definition: soapC.c:2933
SOAP_FMAC3 struct ns__renewProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__renewProxyReqResponse(struct soap *, const char *, struct ns__renewProxyReqResponse **, const char *)
Definition: soapC.c:2833
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:1058
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTimeResponse(struct soap *, const struct ns__getTerminationTimeResponse *, const char *, const char *)
Definition: soapC.c:1527
SOAP_FMAC3 void SOAP_FMAC4 soap_delelement(const void *, int)
Definition: soapC.c:549
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap *, const struct SOAP_ENV__Fault *)
Definition: soapC.c:674
SOAP_FMAC3 struct ns__getNewProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__getNewProxyReqResponse(struct soap *, const char *, struct ns__getNewProxyReqResponse **, const char *)
Definition: soapC.c:2887
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *const *)
Definition: soapC.c:2816
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *const *, const char *, const char *)
Definition: soapC.c:2518
SOAP_FMAC3 struct ns__NewProxyReq **SOAP_FMAC4 soap_get_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq **, const char *, const char *)
Definition: soapC.c:2970
SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap *, const char *, int, const char *, const char *)
Definition: soapC.c:553
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:826
SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap *)
Definition: soapC.c:379
Definition: delegation.h:8
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *const *)
Definition: soapC.c:3032
SOAP_FMAC3 int SOAP_FMAC4 soap_out__DelegationException(struct soap *, const char *, int, const struct _DelegationException *, const char *)
Definition: soapC.c:2225
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap *, const struct SOAP_ENV__Detail *, const char *, const char *)
Definition: soapC.c:1010
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:717
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 soap_get_ns__destroy(struct soap *, struct ns__destroy *, const char *, const char *)
Definition: soapC.c:1283
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxyResponse(struct soap *, const struct ns__putProxyResponse *, const char *, const char *)
Definition: soapC.c:1697
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:3017
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTime(struct soap *, const char *, int, const struct ns__getTerminationTime *, const char *)
Definition: soapC.c:1379
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__NewProxyReq(struct soap *, const char *, int, const struct ns__NewProxyReq *, const char *)
Definition: soapC.c:2312
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap *, struct SOAP_ENV__Fault *)
Definition: soapC.c:660
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *const *)
Definition: soapC.c:2708
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 soap_get_ns__getTerminationTime(struct soap *, struct ns__getTerminationTime *, const char *, const char *)
Definition: soapC.c:1442
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReqResponse(struct soap *, const struct ns__getNewProxyReqResponse *)
Definition: soapC.c:1962
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReqResponse(struct soap *, const struct ns__renewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1867
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__DelegationExceptionType(struct soap *, const struct ns__DelegationExceptionType *)
Definition: soapC.c:2398
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTimeResponse(struct soap *, const struct ns__getTerminationTimeResponse *)
Definition: soapC.c:1456
SOAP_FMAC3 struct ns__destroyResponse **SOAP_FMAC4 soap_in_PointerTons__destroyResponse(struct soap *, const char *, struct ns__destroyResponse **, const char *)
Definition: soapC.c:2671
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 soap_get_ns__destroyResponse(struct soap *, struct ns__destroyResponse *, const char *, const char *)
Definition: soapC.c:1357
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:2583
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__DelegationExceptionType(struct soap *, const char *, int, const struct ns__DelegationExceptionType *, const char *)
Definition: soapC.c:2406
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReqResponse(struct soap *, const struct ns__getProxyReqResponse *, const char *, const char *)
Definition: soapC.c:2196
SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap *, const char *, int, char *const *, const char *)
Definition: soapC.c:3128
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 soap_in_ns__putProxy(struct soap *, const char *, struct ns__putProxy *, const char *)
Definition: soapC.c:1570
SOAP_FMAC3 int *SOAP_FMAC4 soap_new_int(struct soap *soap, int n)
Definition: soapC.c:599
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *)
Definition: soapC.c:2392
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 soap_in_ns__getProxyReqResponse(struct soap *, const char *, struct ns__getProxyReqResponse *, const char *)
Definition: soapC.c:2150
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroyResponse(struct soap *, const struct ns__destroyResponse *)
Definition: soapC.c:1296
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 soap_in_ns__getNewProxyReqResponse(struct soap *, const char *, struct ns__getNewProxyReqResponse *, const char *)
Definition: soapC.c:1980
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *)
Definition: soapC.c:1956
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:2879
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:819
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 soap_get_ns__putProxy(struct soap *, struct ns__putProxy *, const char *, const char *)
Definition: soapC.c:1630
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__DelegationExceptionType(struct soap *, const char *, int, struct ns__DelegationExceptionType *const *, const char *)
Definition: soapC.c:3041
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReq(struct soap *, const char *, int, const struct ns__getNewProxyReq *, const char *)
Definition: soapC.c:1894
SOAP_FMAC3 void *SOAP_FMAC4 soap_dupelement(struct soap *, const void *, int)
Definition: soapC.c:544
SOAP_FMAC3 struct ns__putProxyResponse **SOAP_FMAC4 soap_get_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse **, const char *, const char *)
Definition: soapC.c:2808
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 soap_in_ns__getNewProxyReq(struct soap *, const char *, struct ns__getNewProxyReq *, const char *)
Definition: soapC.c:1902
Definition: soapStub.h:217
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap *, const struct SOAP_ENV__Header *, const char *, const char *)
Definition: soapC.c:1189
SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap *, const char *, int, const int *, const char *)
Definition: soapC.c:588
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:2693
SOAP_FMAC3 int SOAP_FMAC4 soap_out_dateTime(struct soap *, const char *, int, const time_t *, const char *)
Definition: soapC.c:623
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxy(struct soap *, const char *, int, const struct ns__putProxy *, const char *)
Definition: soapC.c:1558
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 soap_new_ns__getProxyReq(struct soap *soap, int n)
Definition: soapC.c:2102
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTimeResponse(struct soap *, const char *, int, const struct ns__getTerminationTimeResponse *, const char *)
Definition: soapC.c:1463