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