soapH.h
Go to the documentation of this file.
1 /* soapH.h
2  Generated by gSOAP 2.8.30 for delegation.h
3 
4 gSOAP XML Web services tools
5 Copyright (C) 2000-2016, 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 int SOAP_FMAC4 soap_ignore_element(struct soap*);
28 
29 SOAP_FMAC3 const char ** SOAP_FMAC4 soap_faultcode(struct soap *soap);
30 
31 #ifndef SOAP_TYPE_byte_DEFINED
32 #define SOAP_TYPE_byte_DEFINED
33 SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *);
34 SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*);
35 SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*);
36 SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*);
37 
38 #ifndef soap_write_byte
39 #define soap_write_byte(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_byte(soap, data, "byte", NULL) || soap_end_send(soap), (soap)->error )
40 #endif
41 
42 SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*);
43 
44 #ifndef soap_read_byte
45 #define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !soap_get_byte(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
46 #endif
47 
48 #endif
49 
50 #ifndef SOAP_TYPE_int_DEFINED
51 #define SOAP_TYPE_int_DEFINED
52 SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *);
53 SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*);
54 SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*);
55 SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*);
56 
57 #ifndef soap_write_int
58 #define soap_write_int(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_int(soap, data, "int", NULL) || soap_end_send(soap), (soap)->error )
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 #endif
68 
69 #ifndef SOAP_TYPE_dateTime_DEFINED
70 #define SOAP_TYPE_dateTime_DEFINED
71 SOAP_FMAC3 void SOAP_FMAC4 soap_default_dateTime(struct soap*, time_t *);
72 SOAP_FMAC3 int SOAP_FMAC4 soap_out_dateTime(struct soap*, const char*, int, const time_t *, const char*);
73 SOAP_FMAC3 time_t * SOAP_FMAC4 soap_in_dateTime(struct soap*, const char*, time_t *, const char*);
74 SOAP_FMAC3 int SOAP_FMAC4 soap_put_dateTime(struct soap*, const time_t *, const char*, const char*);
75 
76 #ifndef soap_write_dateTime
77 #define soap_write_dateTime(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_dateTime(soap, data, "dateTime", NULL) || soap_end_send(soap), (soap)->error )
78 #endif
79 
80 SOAP_FMAC3 time_t * SOAP_FMAC4 soap_get_dateTime(struct soap*, time_t *, const char*, const char*);
81 
82 #ifndef soap_read_dateTime
83 #define soap_read_dateTime(soap, data) ( soap_begin_recv(soap) || !soap_get_dateTime(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
84 #endif
85 
86 #endif
87 
88 #ifndef WITH_NOGLOBAL
89 
90 #ifndef SOAP_TYPE_SOAP_ENV__Fault_DEFINED
91 #define SOAP_TYPE_SOAP_ENV__Fault_DEFINED
92 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *);
93 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *);
94 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*);
95 SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*);
96 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*);
97 
98 #ifndef soap_write_SOAP_ENV__Fault
99 #define soap_write_SOAP_ENV__Fault(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Fault(soap, data), 0) || soap_put_SOAP_ENV__Fault(soap, data, "SOAP-ENV:Fault", NULL) || soap_end_send(soap), (soap)->error )
100 #endif
101 
102 SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*);
103 
104 #ifndef soap_read_SOAP_ENV__Fault
105 #define soap_read_SOAP_ENV__Fault(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Fault(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Fault(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
106 #endif
107 
108 #endif
109 
110 #endif
111 
112 #ifndef WITH_NOGLOBAL
113 
114 #ifndef SOAP_TYPE_SOAP_ENV__Reason_DEFINED
115 #define SOAP_TYPE_SOAP_ENV__Reason_DEFINED
116 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *);
117 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *);
118 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*);
119 SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*);
120 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*);
121 
122 #ifndef soap_write_SOAP_ENV__Reason
123 #define soap_write_SOAP_ENV__Reason(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Reason(soap, data), 0) || soap_put_SOAP_ENV__Reason(soap, data, "SOAP-ENV:Reason", NULL) || soap_end_send(soap), (soap)->error )
124 #endif
125 
126 SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*);
127 
128 #ifndef soap_read_SOAP_ENV__Reason
129 #define soap_read_SOAP_ENV__Reason(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Reason(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Reason(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
130 #endif
131 
132 #endif
133 
134 #endif
135 
136 #ifndef WITH_NOGLOBAL
137 
138 #ifndef SOAP_TYPE_SOAP_ENV__Detail_DEFINED
139 #define SOAP_TYPE_SOAP_ENV__Detail_DEFINED
140 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *);
141 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *);
142 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*);
143 SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*);
144 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*);
145 
146 #ifndef soap_write_SOAP_ENV__Detail
147 #define soap_write_SOAP_ENV__Detail(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Detail(soap, data), 0) || soap_put_SOAP_ENV__Detail(soap, data, "SOAP-ENV:Detail", NULL) || soap_end_send(soap), (soap)->error )
148 #endif
149 
150 SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*);
151 
152 #ifndef soap_read_SOAP_ENV__Detail
153 #define soap_read_SOAP_ENV__Detail(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Detail(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Detail(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
154 #endif
155 
156 #endif
157 
158 #endif
159 
160 #ifndef WITH_NOGLOBAL
161 
162 #ifndef SOAP_TYPE_SOAP_ENV__Code_DEFINED
163 #define SOAP_TYPE_SOAP_ENV__Code_DEFINED
164 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *);
165 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *);
166 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*);
167 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*);
168 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*);
169 
170 #ifndef soap_write_SOAP_ENV__Code
171 #define soap_write_SOAP_ENV__Code(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Code(soap, data), 0) || soap_put_SOAP_ENV__Code(soap, data, "SOAP-ENV:Code", NULL) || soap_end_send(soap), (soap)->error )
172 #endif
173 
174 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*);
175 
176 #ifndef soap_read_SOAP_ENV__Code
177 #define soap_read_SOAP_ENV__Code(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Code(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Code(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
178 #endif
179 
180 #endif
181 
182 #endif
183 
184 #ifndef WITH_NOGLOBAL
185 
186 #ifndef SOAP_TYPE_SOAP_ENV__Header_DEFINED
187 #define SOAP_TYPE_SOAP_ENV__Header_DEFINED
188 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *);
189 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *);
190 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*);
191 SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*);
192 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*);
193 
194 #ifndef soap_write_SOAP_ENV__Header
195 #define soap_write_SOAP_ENV__Header(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Header(soap, data), 0) || soap_put_SOAP_ENV__Header(soap, data, "SOAP-ENV:Header", NULL) || soap_end_send(soap), (soap)->error )
196 #endif
197 
198 SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*);
199 
200 #ifndef soap_read_SOAP_ENV__Header
201 #define soap_read_SOAP_ENV__Header(soap, data) ( ((data) ? (soap_default_SOAP_ENV__Header(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_SOAP_ENV__Header(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
202 #endif
203 
204 #endif
205 
206 #endif
207 
208 #ifndef SOAP_TYPE_ns__destroy_DEFINED
209 #define SOAP_TYPE_ns__destroy_DEFINED
210 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroy(struct soap*, struct ns__destroy *);
211 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroy(struct soap*, const struct ns__destroy *);
212 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroy(struct soap*, const char*, int, const struct ns__destroy *, const char*);
213 SOAP_FMAC3 struct ns__destroy * SOAP_FMAC4 soap_in_ns__destroy(struct soap*, const char*, struct ns__destroy *, const char*);
214 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroy(struct soap*, const struct ns__destroy *, const char*, const char*);
215 
216 #ifndef soap_write_ns__destroy
217 #define soap_write_ns__destroy(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__destroy(soap, data), 0) || soap_put_ns__destroy(soap, data, "ns:destroy", NULL) || soap_end_send(soap), (soap)->error )
218 #endif
219 
220 SOAP_FMAC3 struct ns__destroy * SOAP_FMAC4 soap_get_ns__destroy(struct soap*, struct ns__destroy *, const char*, const char*);
221 
222 #ifndef soap_read_ns__destroy
223 #define soap_read_ns__destroy(soap, data) ( ((data) ? (soap_default_ns__destroy(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__destroy(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
224 #endif
225 
226 #endif
227 
228 #ifndef SOAP_TYPE_ns__destroyResponse_DEFINED
229 #define SOAP_TYPE_ns__destroyResponse_DEFINED
230 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroyResponse(struct soap*, struct ns__destroyResponse *);
231 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroyResponse(struct soap*, const struct ns__destroyResponse *);
232 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroyResponse(struct soap*, const char*, int, const struct ns__destroyResponse *, const char*);
233 SOAP_FMAC3 struct ns__destroyResponse * SOAP_FMAC4 soap_in_ns__destroyResponse(struct soap*, const char*, struct ns__destroyResponse *, const char*);
234 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroyResponse(struct soap*, const struct ns__destroyResponse *, const char*, const char*);
235 
236 #ifndef soap_write_ns__destroyResponse
237 #define soap_write_ns__destroyResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__destroyResponse(soap, data), 0) || soap_put_ns__destroyResponse(soap, data, "ns:destroyResponse", NULL) || soap_end_send(soap), (soap)->error )
238 #endif
239 
240 SOAP_FMAC3 struct ns__destroyResponse * SOAP_FMAC4 soap_get_ns__destroyResponse(struct soap*, struct ns__destroyResponse *, const char*, const char*);
241 
242 #ifndef soap_read_ns__destroyResponse
243 #define soap_read_ns__destroyResponse(soap, data) ( ((data) ? (soap_default_ns__destroyResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__destroyResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
244 #endif
245 
246 #endif
247 
248 #ifndef SOAP_TYPE_ns__getTerminationTime_DEFINED
249 #define SOAP_TYPE_ns__getTerminationTime_DEFINED
250 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTime(struct soap*, struct ns__getTerminationTime *);
251 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTime(struct soap*, const struct ns__getTerminationTime *);
252 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTime(struct soap*, const char*, int, const struct ns__getTerminationTime *, const char*);
253 SOAP_FMAC3 struct ns__getTerminationTime * SOAP_FMAC4 soap_in_ns__getTerminationTime(struct soap*, const char*, struct ns__getTerminationTime *, const char*);
254 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTime(struct soap*, const struct ns__getTerminationTime *, const char*, const char*);
255 
256 #ifndef soap_write_ns__getTerminationTime
257 #define soap_write_ns__getTerminationTime(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getTerminationTime(soap, data), 0) || soap_put_ns__getTerminationTime(soap, data, "ns:getTerminationTime", NULL) || soap_end_send(soap), (soap)->error )
258 #endif
259 
260 SOAP_FMAC3 struct ns__getTerminationTime * SOAP_FMAC4 soap_get_ns__getTerminationTime(struct soap*, struct ns__getTerminationTime *, const char*, const char*);
261 
262 #ifndef soap_read_ns__getTerminationTime
263 #define soap_read_ns__getTerminationTime(soap, data) ( ((data) ? (soap_default_ns__getTerminationTime(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getTerminationTime(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
264 #endif
265 
266 #endif
267 
268 #ifndef SOAP_TYPE_ns__getTerminationTimeResponse_DEFINED
269 #define SOAP_TYPE_ns__getTerminationTimeResponse_DEFINED
270 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *);
271 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTimeResponse(struct soap*, const struct ns__getTerminationTimeResponse *);
272 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTimeResponse(struct soap*, const char*, int, const struct ns__getTerminationTimeResponse *, const char*);
273 SOAP_FMAC3 struct ns__getTerminationTimeResponse * SOAP_FMAC4 soap_in_ns__getTerminationTimeResponse(struct soap*, const char*, struct ns__getTerminationTimeResponse *, const char*);
274 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTimeResponse(struct soap*, const struct ns__getTerminationTimeResponse *, const char*, const char*);
275 
276 #ifndef soap_write_ns__getTerminationTimeResponse
277 #define soap_write_ns__getTerminationTimeResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getTerminationTimeResponse(soap, data), 0) || soap_put_ns__getTerminationTimeResponse(soap, data, "ns:getTerminationTimeResponse", NULL) || soap_end_send(soap), (soap)->error )
278 #endif
279 
280 SOAP_FMAC3 struct ns__getTerminationTimeResponse * SOAP_FMAC4 soap_get_ns__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *, const char*, const char*);
281 
282 #ifndef soap_read_ns__getTerminationTimeResponse
283 #define soap_read_ns__getTerminationTimeResponse(soap, data) ( ((data) ? (soap_default_ns__getTerminationTimeResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getTerminationTimeResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
284 #endif
285 
286 #endif
287 
288 #ifndef SOAP_TYPE_ns__putProxy_DEFINED
289 #define SOAP_TYPE_ns__putProxy_DEFINED
290 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxy(struct soap*, struct ns__putProxy *);
291 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxy(struct soap*, const struct ns__putProxy *);
292 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxy(struct soap*, const char*, int, const struct ns__putProxy *, const char*);
293 SOAP_FMAC3 struct ns__putProxy * SOAP_FMAC4 soap_in_ns__putProxy(struct soap*, const char*, struct ns__putProxy *, const char*);
294 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxy(struct soap*, const struct ns__putProxy *, const char*, const char*);
295 
296 #ifndef soap_write_ns__putProxy
297 #define soap_write_ns__putProxy(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__putProxy(soap, data), 0) || soap_put_ns__putProxy(soap, data, "ns:putProxy", NULL) || soap_end_send(soap), (soap)->error )
298 #endif
299 
300 SOAP_FMAC3 struct ns__putProxy * SOAP_FMAC4 soap_get_ns__putProxy(struct soap*, struct ns__putProxy *, const char*, const char*);
301 
302 #ifndef soap_read_ns__putProxy
303 #define soap_read_ns__putProxy(soap, data) ( ((data) ? (soap_default_ns__putProxy(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__putProxy(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
304 #endif
305 
306 #endif
307 
308 #ifndef SOAP_TYPE_ns__putProxyResponse_DEFINED
309 #define SOAP_TYPE_ns__putProxyResponse_DEFINED
310 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxyResponse(struct soap*, struct ns__putProxyResponse *);
311 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxyResponse(struct soap*, const struct ns__putProxyResponse *);
312 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxyResponse(struct soap*, const char*, int, const struct ns__putProxyResponse *, const char*);
313 SOAP_FMAC3 struct ns__putProxyResponse * SOAP_FMAC4 soap_in_ns__putProxyResponse(struct soap*, const char*, struct ns__putProxyResponse *, const char*);
314 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxyResponse(struct soap*, const struct ns__putProxyResponse *, const char*, const char*);
315 
316 #ifndef soap_write_ns__putProxyResponse
317 #define soap_write_ns__putProxyResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__putProxyResponse(soap, data), 0) || soap_put_ns__putProxyResponse(soap, data, "ns:putProxyResponse", NULL) || soap_end_send(soap), (soap)->error )
318 #endif
319 
320 SOAP_FMAC3 struct ns__putProxyResponse * SOAP_FMAC4 soap_get_ns__putProxyResponse(struct soap*, struct ns__putProxyResponse *, const char*, const char*);
321 
322 #ifndef soap_read_ns__putProxyResponse
323 #define soap_read_ns__putProxyResponse(soap, data) ( ((data) ? (soap_default_ns__putProxyResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__putProxyResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
324 #endif
325 
326 #endif
327 
328 #ifndef SOAP_TYPE_ns__renewProxyReq_DEFINED
329 #define SOAP_TYPE_ns__renewProxyReq_DEFINED
330 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReq(struct soap*, struct ns__renewProxyReq *);
331 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReq(struct soap*, const struct ns__renewProxyReq *);
332 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReq(struct soap*, const char*, int, const struct ns__renewProxyReq *, const char*);
333 SOAP_FMAC3 struct ns__renewProxyReq * SOAP_FMAC4 soap_in_ns__renewProxyReq(struct soap*, const char*, struct ns__renewProxyReq *, const char*);
334 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReq(struct soap*, const struct ns__renewProxyReq *, const char*, const char*);
335 
336 #ifndef soap_write_ns__renewProxyReq
337 #define soap_write_ns__renewProxyReq(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__renewProxyReq(soap, data), 0) || soap_put_ns__renewProxyReq(soap, data, "ns:renewProxyReq", NULL) || soap_end_send(soap), (soap)->error )
338 #endif
339 
340 SOAP_FMAC3 struct ns__renewProxyReq * SOAP_FMAC4 soap_get_ns__renewProxyReq(struct soap*, struct ns__renewProxyReq *, const char*, const char*);
341 
342 #ifndef soap_read_ns__renewProxyReq
343 #define soap_read_ns__renewProxyReq(soap, data) ( ((data) ? (soap_default_ns__renewProxyReq(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__renewProxyReq(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
344 #endif
345 
346 #endif
347 
348 #ifndef SOAP_TYPE_ns__renewProxyReqResponse_DEFINED
349 #define SOAP_TYPE_ns__renewProxyReqResponse_DEFINED
350 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *);
351 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReqResponse(struct soap*, const struct ns__renewProxyReqResponse *);
352 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReqResponse(struct soap*, const char*, int, const struct ns__renewProxyReqResponse *, const char*);
353 SOAP_FMAC3 struct ns__renewProxyReqResponse * SOAP_FMAC4 soap_in_ns__renewProxyReqResponse(struct soap*, const char*, struct ns__renewProxyReqResponse *, const char*);
354 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReqResponse(struct soap*, const struct ns__renewProxyReqResponse *, const char*, const char*);
355 
356 #ifndef soap_write_ns__renewProxyReqResponse
357 #define soap_write_ns__renewProxyReqResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__renewProxyReqResponse(soap, data), 0) || soap_put_ns__renewProxyReqResponse(soap, data, "ns:renewProxyReqResponse", NULL) || soap_end_send(soap), (soap)->error )
358 #endif
359 
360 SOAP_FMAC3 struct ns__renewProxyReqResponse * SOAP_FMAC4 soap_get_ns__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *, const char*, const char*);
361 
362 #ifndef soap_read_ns__renewProxyReqResponse
363 #define soap_read_ns__renewProxyReqResponse(soap, data) ( ((data) ? (soap_default_ns__renewProxyReqResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__renewProxyReqResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
364 #endif
365 
366 #endif
367 
368 #ifndef SOAP_TYPE_ns__getNewProxyReq_DEFINED
369 #define SOAP_TYPE_ns__getNewProxyReq_DEFINED
370 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReq(struct soap*, struct ns__getNewProxyReq *);
371 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReq(struct soap*, const struct ns__getNewProxyReq *);
372 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReq(struct soap*, const char*, int, const struct ns__getNewProxyReq *, const char*);
373 SOAP_FMAC3 struct ns__getNewProxyReq * SOAP_FMAC4 soap_in_ns__getNewProxyReq(struct soap*, const char*, struct ns__getNewProxyReq *, const char*);
374 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReq(struct soap*, const struct ns__getNewProxyReq *, const char*, const char*);
375 
376 #ifndef soap_write_ns__getNewProxyReq
377 #define soap_write_ns__getNewProxyReq(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getNewProxyReq(soap, data), 0) || soap_put_ns__getNewProxyReq(soap, data, "ns:getNewProxyReq", NULL) || soap_end_send(soap), (soap)->error )
378 #endif
379 
380 SOAP_FMAC3 struct ns__getNewProxyReq * SOAP_FMAC4 soap_get_ns__getNewProxyReq(struct soap*, struct ns__getNewProxyReq *, const char*, const char*);
381 
382 #ifndef soap_read_ns__getNewProxyReq
383 #define soap_read_ns__getNewProxyReq(soap, data) ( ((data) ? (soap_default_ns__getNewProxyReq(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getNewProxyReq(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
384 #endif
385 
386 #endif
387 
388 #ifndef SOAP_TYPE_ns__getNewProxyReqResponse_DEFINED
389 #define SOAP_TYPE_ns__getNewProxyReqResponse_DEFINED
390 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *);
391 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReqResponse(struct soap*, const struct ns__getNewProxyReqResponse *);
392 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReqResponse(struct soap*, const char*, int, const struct ns__getNewProxyReqResponse *, const char*);
393 SOAP_FMAC3 struct ns__getNewProxyReqResponse * SOAP_FMAC4 soap_in_ns__getNewProxyReqResponse(struct soap*, const char*, struct ns__getNewProxyReqResponse *, const char*);
394 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReqResponse(struct soap*, const struct ns__getNewProxyReqResponse *, const char*, const char*);
395 
396 #ifndef soap_write_ns__getNewProxyReqResponse
397 #define soap_write_ns__getNewProxyReqResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getNewProxyReqResponse(soap, data), 0) || soap_put_ns__getNewProxyReqResponse(soap, data, "ns:getNewProxyReqResponse", NULL) || soap_end_send(soap), (soap)->error )
398 #endif
399 
400 SOAP_FMAC3 struct ns__getNewProxyReqResponse * SOAP_FMAC4 soap_get_ns__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *, const char*, const char*);
401 
402 #ifndef soap_read_ns__getNewProxyReqResponse
403 #define soap_read_ns__getNewProxyReqResponse(soap, data) ( ((data) ? (soap_default_ns__getNewProxyReqResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getNewProxyReqResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
404 #endif
405 
406 #endif
407 
408 #ifndef SOAP_TYPE_ns__getProxyReq_DEFINED
409 #define SOAP_TYPE_ns__getProxyReq_DEFINED
410 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReq(struct soap*, struct ns__getProxyReq *);
411 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReq(struct soap*, const struct ns__getProxyReq *);
412 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReq(struct soap*, const char*, int, const struct ns__getProxyReq *, const char*);
413 SOAP_FMAC3 struct ns__getProxyReq * SOAP_FMAC4 soap_in_ns__getProxyReq(struct soap*, const char*, struct ns__getProxyReq *, const char*);
414 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReq(struct soap*, const struct ns__getProxyReq *, const char*, const char*);
415 
416 #ifndef soap_write_ns__getProxyReq
417 #define soap_write_ns__getProxyReq(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getProxyReq(soap, data), 0) || soap_put_ns__getProxyReq(soap, data, "ns:getProxyReq", NULL) || soap_end_send(soap), (soap)->error )
418 #endif
419 
420 SOAP_FMAC3 struct ns__getProxyReq * SOAP_FMAC4 soap_get_ns__getProxyReq(struct soap*, struct ns__getProxyReq *, const char*, const char*);
421 
422 #ifndef soap_read_ns__getProxyReq
423 #define soap_read_ns__getProxyReq(soap, data) ( ((data) ? (soap_default_ns__getProxyReq(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getProxyReq(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
424 #endif
425 
426 #endif
427 
428 #ifndef SOAP_TYPE_ns__getProxyReqResponse_DEFINED
429 #define SOAP_TYPE_ns__getProxyReqResponse_DEFINED
430 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *);
431 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReqResponse(struct soap*, const struct ns__getProxyReqResponse *);
432 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReqResponse(struct soap*, const char*, int, const struct ns__getProxyReqResponse *, const char*);
433 SOAP_FMAC3 struct ns__getProxyReqResponse * SOAP_FMAC4 soap_in_ns__getProxyReqResponse(struct soap*, const char*, struct ns__getProxyReqResponse *, const char*);
434 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReqResponse(struct soap*, const struct ns__getProxyReqResponse *, const char*, const char*);
435 
436 #ifndef soap_write_ns__getProxyReqResponse
437 #define soap_write_ns__getProxyReqResponse(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__getProxyReqResponse(soap, data), 0) || soap_put_ns__getProxyReqResponse(soap, data, "ns:getProxyReqResponse", NULL) || soap_end_send(soap), (soap)->error )
438 #endif
439 
440 SOAP_FMAC3 struct ns__getProxyReqResponse * SOAP_FMAC4 soap_get_ns__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *, const char*, const char*);
441 
442 #ifndef soap_read_ns__getProxyReqResponse
443 #define soap_read_ns__getProxyReqResponse(soap, data) ( ((data) ? (soap_default_ns__getProxyReqResponse(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__getProxyReqResponse(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
444 #endif
445 
446 #endif
447 
448 #ifndef SOAP_TYPE__DelegationException_DEFINED
449 #define SOAP_TYPE__DelegationException_DEFINED
450 SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException(struct soap*, struct _DelegationException *);
451 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__DelegationException(struct soap*, const struct _DelegationException *);
452 SOAP_FMAC3 int SOAP_FMAC4 soap_out__DelegationException(struct soap*, const char*, int, const struct _DelegationException *, const char*);
453 SOAP_FMAC3 struct _DelegationException * SOAP_FMAC4 soap_in__DelegationException(struct soap*, const char*, struct _DelegationException *, const char*);
454 SOAP_FMAC3 int SOAP_FMAC4 soap_put__DelegationException(struct soap*, const struct _DelegationException *, const char*, const char*);
455 
456 #ifndef soap_write__DelegationException
457 #define soap_write__DelegationException(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize__DelegationException(soap, data), 0) || soap_put__DelegationException(soap, data, "DelegationException", NULL) || soap_end_send(soap), (soap)->error )
458 #endif
459 
460 SOAP_FMAC3 struct _DelegationException * SOAP_FMAC4 soap_get__DelegationException(struct soap*, struct _DelegationException *, const char*, const char*);
461 
462 #ifndef soap_read__DelegationException
463 #define soap_read__DelegationException(soap, data) ( ((data) ? (soap_default__DelegationException(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get__DelegationException(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
464 #endif
465 
466 #endif
467 
468 #ifndef SOAP_TYPE_ns__NewProxyReq_DEFINED
469 #define SOAP_TYPE_ns__NewProxyReq_DEFINED
470 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__NewProxyReq(struct soap*, struct ns__NewProxyReq *);
471 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__NewProxyReq(struct soap*, const struct ns__NewProxyReq *);
472 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__NewProxyReq(struct soap*, const char*, int, const struct ns__NewProxyReq *, const char*);
473 SOAP_FMAC3 struct ns__NewProxyReq * SOAP_FMAC4 soap_in_ns__NewProxyReq(struct soap*, const char*, struct ns__NewProxyReq *, const char*);
474 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__NewProxyReq(struct soap*, const struct ns__NewProxyReq *, const char*, const char*);
475 
476 #ifndef soap_write_ns__NewProxyReq
477 #define soap_write_ns__NewProxyReq(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__NewProxyReq(soap, data), 0) || soap_put_ns__NewProxyReq(soap, data, "ns:NewProxyReq", NULL) || soap_end_send(soap), (soap)->error )
478 #endif
479 
480 SOAP_FMAC3 struct ns__NewProxyReq * SOAP_FMAC4 soap_get_ns__NewProxyReq(struct soap*, struct ns__NewProxyReq *, const char*, const char*);
481 
482 #ifndef soap_read_ns__NewProxyReq
483 #define soap_read_ns__NewProxyReq(soap, data) ( ((data) ? (soap_default_ns__NewProxyReq(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__NewProxyReq(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
484 #endif
485 
486 #endif
487 
488 #ifndef SOAP_TYPE_ns__DelegationExceptionType_DEFINED
489 #define SOAP_TYPE_ns__DelegationExceptionType_DEFINED
490 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *);
491 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__DelegationExceptionType(struct soap*, const struct ns__DelegationExceptionType *);
492 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__DelegationExceptionType(struct soap*, const char*, int, const struct ns__DelegationExceptionType *, const char*);
493 SOAP_FMAC3 struct ns__DelegationExceptionType * SOAP_FMAC4 soap_in_ns__DelegationExceptionType(struct soap*, const char*, struct ns__DelegationExceptionType *, const char*);
494 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__DelegationExceptionType(struct soap*, const struct ns__DelegationExceptionType *, const char*, const char*);
495 
496 #ifndef soap_write_ns__DelegationExceptionType
497 #define soap_write_ns__DelegationExceptionType(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || (soap_serialize_ns__DelegationExceptionType(soap, data), 0) || soap_put_ns__DelegationExceptionType(soap, data, "ns:DelegationExceptionType", NULL) || soap_end_send(soap), (soap)->error )
498 #endif
499 
500 SOAP_FMAC3 struct ns__DelegationExceptionType * SOAP_FMAC4 soap_get_ns__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *, const char*, const char*);
501 
502 #ifndef soap_read_ns__DelegationExceptionType
503 #define soap_read_ns__DelegationExceptionType(soap, data) ( ((data) ? (soap_default_ns__DelegationExceptionType(soap, (data)), 0) : 0) || soap_begin_recv(soap) || !soap_get_ns__DelegationExceptionType(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
504 #endif
505 
506 #endif
507 
508 #ifndef WITH_NOGLOBAL
509 
510 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason_DEFINED
511 #define SOAP_TYPE_PointerToSOAP_ENV__Reason_DEFINED
512 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*);
513 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *);
514 SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*);
515 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*);
516 SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*);
517 #endif
518 
519 #endif
520 
521 #ifndef WITH_NOGLOBAL
522 
523 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail_DEFINED
524 #define SOAP_TYPE_PointerToSOAP_ENV__Detail_DEFINED
525 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*);
526 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *);
527 SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*);
528 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*);
529 SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*);
530 #endif
531 
532 #endif
533 
534 #ifndef WITH_NOGLOBAL
535 
536 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Code_DEFINED
537 #define SOAP_TYPE_PointerToSOAP_ENV__Code_DEFINED
538 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*);
539 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *);
540 SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*);
541 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*);
542 SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*);
543 #endif
544 
545 #endif
546 
547 #ifndef SOAP_TYPE_PointerTons__destroyResponse_DEFINED
548 #define SOAP_TYPE_PointerTons__destroyResponse_DEFINED
549 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse *const*);
550 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__destroyResponse(struct soap*, const char *, int, struct ns__destroyResponse *const*, const char *);
551 SOAP_FMAC3 struct ns__destroyResponse ** SOAP_FMAC4 soap_in_PointerTons__destroyResponse(struct soap*, const char*, struct ns__destroyResponse **, const char*);
552 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse *const*, const char*, const char*);
553 SOAP_FMAC3 struct ns__destroyResponse ** SOAP_FMAC4 soap_get_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse **, const char*, const char*);
554 #endif
555 
556 #ifndef SOAP_TYPE_PointerTons__getTerminationTimeResponse_DEFINED
557 #define SOAP_TYPE_PointerTons__getTerminationTimeResponse_DEFINED
558 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *const*);
559 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getTerminationTimeResponse(struct soap*, const char *, int, struct ns__getTerminationTimeResponse *const*, const char *);
560 SOAP_FMAC3 struct ns__getTerminationTimeResponse ** SOAP_FMAC4 soap_in_PointerTons__getTerminationTimeResponse(struct soap*, const char*, struct ns__getTerminationTimeResponse **, const char*);
561 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *const*, const char*, const char*);
562 SOAP_FMAC3 struct ns__getTerminationTimeResponse ** SOAP_FMAC4 soap_get_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse **, const char*, const char*);
563 #endif
564 
565 #ifndef SOAP_TYPE_PointerTons__putProxyResponse_DEFINED
566 #define SOAP_TYPE_PointerTons__putProxyResponse_DEFINED
567 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse *const*);
568 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__putProxyResponse(struct soap*, const char *, int, struct ns__putProxyResponse *const*, const char *);
569 SOAP_FMAC3 struct ns__putProxyResponse ** SOAP_FMAC4 soap_in_PointerTons__putProxyResponse(struct soap*, const char*, struct ns__putProxyResponse **, const char*);
570 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse *const*, const char*, const char*);
571 SOAP_FMAC3 struct ns__putProxyResponse ** SOAP_FMAC4 soap_get_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse **, const char*, const char*);
572 #endif
573 
574 #ifndef SOAP_TYPE_PointerTons__renewProxyReqResponse_DEFINED
575 #define SOAP_TYPE_PointerTons__renewProxyReqResponse_DEFINED
576 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *const*);
577 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__renewProxyReqResponse(struct soap*, const char *, int, struct ns__renewProxyReqResponse *const*, const char *);
578 SOAP_FMAC3 struct ns__renewProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__renewProxyReqResponse(struct soap*, const char*, struct ns__renewProxyReqResponse **, const char*);
579 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *const*, const char*, const char*);
580 SOAP_FMAC3 struct ns__renewProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse **, const char*, const char*);
581 #endif
582 
583 #ifndef SOAP_TYPE_PointerTons__getNewProxyReqResponse_DEFINED
584 #define SOAP_TYPE_PointerTons__getNewProxyReqResponse_DEFINED
585 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *const*);
586 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getNewProxyReqResponse(struct soap*, const char *, int, struct ns__getNewProxyReqResponse *const*, const char *);
587 SOAP_FMAC3 struct ns__getNewProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__getNewProxyReqResponse(struct soap*, const char*, struct ns__getNewProxyReqResponse **, const char*);
588 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *const*, const char*, const char*);
589 SOAP_FMAC3 struct ns__getNewProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse **, const char*, const char*);
590 #endif
591 
592 #ifndef SOAP_TYPE_PointerTons__NewProxyReq_DEFINED
593 #define SOAP_TYPE_PointerTons__NewProxyReq_DEFINED
594 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq *const*);
595 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__NewProxyReq(struct soap*, const char *, int, struct ns__NewProxyReq *const*, const char *);
596 SOAP_FMAC3 struct ns__NewProxyReq ** SOAP_FMAC4 soap_in_PointerTons__NewProxyReq(struct soap*, const char*, struct ns__NewProxyReq **, const char*);
597 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq *const*, const char*, const char*);
598 SOAP_FMAC3 struct ns__NewProxyReq ** SOAP_FMAC4 soap_get_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq **, const char*, const char*);
599 #endif
600 
601 #ifndef SOAP_TYPE_PointerTons__getProxyReqResponse_DEFINED
602 #define SOAP_TYPE_PointerTons__getProxyReqResponse_DEFINED
603 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *const*);
604 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getProxyReqResponse(struct soap*, const char *, int, struct ns__getProxyReqResponse *const*, const char *);
605 SOAP_FMAC3 struct ns__getProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__getProxyReqResponse(struct soap*, const char*, struct ns__getProxyReqResponse **, const char*);
606 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *const*, const char*, const char*);
607 SOAP_FMAC3 struct ns__getProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse **, const char*, const char*);
608 #endif
609 
610 #ifndef SOAP_TYPE_PointerTons__DelegationExceptionType_DEFINED
611 #define SOAP_TYPE_PointerTons__DelegationExceptionType_DEFINED
612 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *const*);
613 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__DelegationExceptionType(struct soap*, const char *, int, struct ns__DelegationExceptionType *const*, const char *);
614 SOAP_FMAC3 struct ns__DelegationExceptionType ** SOAP_FMAC4 soap_in_PointerTons__DelegationExceptionType(struct soap*, const char*, struct ns__DelegationExceptionType **, const char*);
615 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *const*, const char*, const char*);
616 SOAP_FMAC3 struct ns__DelegationExceptionType ** SOAP_FMAC4 soap_get_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType **, const char*, const char*);
617 #endif
618 
619 #ifndef SOAP_TYPE__XML_DEFINED
620 #define SOAP_TYPE__XML_DEFINED
621 #endif
622 
623 #ifndef SOAP_TYPE__QName_DEFINED
624 #define SOAP_TYPE__QName_DEFINED
625 SOAP_FMAC3 void SOAP_FMAC4 soap_default__QName(struct soap*, char **);
626 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap*, char *const*);
627 SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*);
628 SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*);
629 SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*);
630 
631 #ifndef soap_write__QName
632 #define soap_write__QName(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put__QName(soap, data, "QName", NULL) || soap_end_send(soap), (soap)->error )
633 #endif
634 
635 SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*);
636 
637 #ifndef soap_read__QName
638 #define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !soap_get__QName(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
639 #endif
640 
641 #endif
642 
643 #ifndef SOAP_TYPE_string_DEFINED
644 #define SOAP_TYPE_string_DEFINED
645 SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **);
646 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*);
647 SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*);
648 SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*);
649 SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*);
650 
651 #ifndef soap_write_string
652 #define soap_write_string(soap, data) ( soap_free_temp(soap), soap_begin_send(soap) || soap_put_string(soap, data, "string", NULL) || soap_end_send(soap), (soap)->error )
653 #endif
654 
655 SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*);
656 
657 #ifndef soap_read_string
658 #define soap_read_string(soap, data) ( soap_begin_recv(soap) || !soap_get_string(soap, (data), NULL, NULL) || soap_end_recv(soap), (soap)->error )
659 #endif
660 
661 #endif
662 
663 #ifdef __cplusplus
664 }
665 #endif
666 
667 #endif
668 
669 /* 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:883
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__NewProxyReq(struct soap *, const struct ns__NewProxyReq *, const char *, const char *)
Definition: soapC.c:2172
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *)
Definition: soapC.c:895
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTime(struct soap *, struct ns__getTerminationTime *)
Definition: soapC.c:1280
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroy(struct soap *, struct ns__destroy *)
Definition: soapC.c:1140
SOAP_FMAC3 char **SOAP_FMAC4 soap_in__QName(struct soap *, const char *, char **, const char *)
Definition: soapC.c:2894
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReq(struct soap *, struct ns__getNewProxyReq *)
Definition: soapC.c:1737
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *)
Definition: soapC.c:983
SOAP_FMAC3 struct SOAP_ENV__Reason **SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason **, const char *, const char *)
Definition: soapC.c:2310
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReq(struct soap *, const struct ns__getNewProxyReq *)
Definition: soapC.c:1742
SOAP_FMAC3 const char **SOAP_FMAC4 soap_faultcode(struct soap *soap)
Definition: soapC.c:99
SOAP_FMAC3 struct SOAP_ENV__Reason **SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap *, const char *, struct SOAP_ENV__Reason **, const char *)
Definition: soapC.c:2281
SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap *, char *)
Definition: soapC.c:544
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_get_dateTime(struct soap *, time_t *, const char *, const char *)
Definition: soapC.c:644
SOAP_FMAC3 int SOAP_FMAC4 soap_put__DelegationException(struct soap *, const struct _DelegationException *, const char *, const char *)
Definition: soapC.c:2087
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap *, const char *, int, const struct SOAP_ENV__Code *, const char *)
Definition: soapC.c:999
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__NewProxyReq(struct soap *, struct ns__NewProxyReq *)
Definition: soapC.c:2102
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 soap_in_ns__destroy(struct soap *, const char *, struct ns__destroy *, const char *)
Definition: soapC.c:1164
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap *, char *const *)
Definition: soapC.c:2925
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxyResponse(struct soap *, struct ns__putProxyResponse *)
Definition: soapC.c:1522
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse *const *)
Definition: soapC.c:2547
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxy(struct soap *, const struct ns__putProxy *)
Definition: soapC.c:1444
SOAP_FMAC3 struct ns__destroyResponse **SOAP_FMAC4 soap_get_PointerTons__destroyResponse(struct soap *, struct ns__destroyResponse **, const char *, const char *)
Definition: soapC.c:2485
SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap *, const char *, int, char *const *, const char *)
Definition: soapC.c:2889
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *const *, const char *, const char *)
Definition: soapC.c:2361
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *const *, const char *, const char *)
Definition: soapC.c:2640
SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap *, const char *, const char *, const char *)
Definition: soapC.c:565
SOAP_FMAC3 int *SOAP_FMAC4 soap_in_int(struct soap *, const char *, int *, const char *)
Definition: soapC.c:595
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTime(struct soap *, const struct ns__getTerminationTime *)
Definition: soapC.c:1286
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap *, const struct SOAP_ENV__Header *)
Definition: soapC.c:1078
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse *const *, const char *, const char *)
Definition: soapC.c:2586
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReq(struct soap *, const struct ns__getProxyReq *, const char *, const char *)
Definition: soapC.c:1937
Definition: soapStub.h:132
SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap *, const void *, const char *, int, int)
Definition: soapC.c:395
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroyResponse(struct soap *, const struct ns__destroyResponse *, const char *, const char *)
Definition: soapC.c:1265
SOAP_FMAC3 char *SOAP_FMAC4 soap_get_byte(struct soap *, char *, const char *, const char *)
Definition: soapC.c:572
SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException(struct soap *, struct _DelegationException *)
Definition: soapC.c:2027
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTime(struct soap *, const struct ns__getTerminationTime *, const char *, const char *)
Definition: soapC.c:1340
Definition: soapStub.h:121
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReqResponse(struct soap *, const struct ns__getNewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1862
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReq(struct soap *, const struct ns__getProxyReq *)
Definition: soapC.c:1883
SOAP_FMAC3 struct SOAP_ENV__Code **SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap *, const char *, struct SOAP_ENV__Code **, const char *)
Definition: soapC.c:2400
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap *, const struct SOAP_ENV__Reason *)
Definition: soapC.c:820
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroy(struct soap *, const struct ns__destroy *, const char *, const char *)
Definition: soapC.c:1200
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxy(struct soap *, struct ns__putProxy *)
Definition: soapC.c:1437
SOAP_FMAC3 struct ns__getTerminationTimeResponse **SOAP_FMAC4 soap_in_PointerTons__getTerminationTimeResponse(struct soap *, const char *, struct ns__getTerminationTimeResponse **, const char *)
Definition: soapC.c:2510
SOAP_FMAC3 int SOAP_FMAC4 soap_put_dateTime(struct soap *, const time_t *, const char *, const char *)
Definition: soapC.c:637
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *)
Definition: soapC.c:1952
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *)
Definition: soapC.c:814
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *const *)
Definition: soapC.c:2264
SOAP_FMAC3 void SOAP_FMAC4 soap_default_dateTime(struct soap *, time_t *)
Definition: soapC.c:616
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *const *)
Definition: soapC.c:2380
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap *, const char *, struct SOAP_ENV__Header *, const char *)
Definition: soapC.c:1093
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 soap_get_ns__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1869
SOAP_FMAC3 struct ns__getProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse **, const char *, const char *)
Definition: soapC.c:2809
SOAP_FMAC3 struct SOAP_ENV__Reason *SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap *, const char *, struct SOAP_ENV__Reason *, const char *)
Definition: soapC.c:840
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 soap_get_ns__putProxyResponse(struct soap *, struct ns__putProxyResponse *, const char *, const char *)
Definition: soapC.c:1579
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getTerminationTimeResponse(struct soap *, const char *, int, struct ns__getTerminationTimeResponse *const *, const char *)
Definition: soapC.c:2502
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *const *, const char *, const char *)
Definition: soapC.c:2422
SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap *, const void *, int)
Definition: soapC.c:460
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 soap_in_ns__destroyResponse(struct soap *, const char *, struct ns__destroyResponse *, const char *)
Definition: soapC.c:1235
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getProxyReqResponse(struct soap *, const char *, int, struct ns__getProxyReqResponse *const *, const char *)
Definition: soapC.c:2772
SOAP_FMAC3 struct ns__NewProxyReq **SOAP_FMAC4 soap_in_PointerTons__NewProxyReq(struct soap *, const char *, struct ns__NewProxyReq **, const char *)
Definition: soapC.c:2726
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 soap_get_ns__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *, const char *, const char *)
Definition: soapC.c:2019
SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap *, char *const *, const char *, const char *)
Definition: soapC.c:2944
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *const *)
Definition: soapC.c:2655
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap *, const struct SOAP_ENV__Code *, const char *, const char *)
Definition: soapC.c:1054
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReqResponse(struct soap *, const char *, int, const struct ns__renewProxyReqResponse *, const char *)
Definition: soapC.c:1676
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 soap_get_ns__renewProxyReq(struct soap *, struct ns__renewProxyReq *, const char *, const char *)
Definition: soapC.c:1654
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__DelegationExceptionType(struct soap *, const struct ns__DelegationExceptionType *, const char *, const char *)
Definition: soapC.c:2247
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code *, const char *, const char *)
Definition: soapC.c:1061
SOAP_FMAC3 struct ns__DelegationExceptionType **SOAP_FMAC4 soap_in_PointerTons__DelegationExceptionType(struct soap *, const char *, struct ns__DelegationExceptionType **, const char *)
Definition: soapC.c:2834
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 soap_get_ns__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1729
SOAP_FMAC3 struct ns__DelegationExceptionType **SOAP_FMAC4 soap_get_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType **, const char *, const char *)
Definition: soapC.c:2863
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__destroyResponse(struct soap *, const char *, int, struct ns__destroyResponse *const *, const char *)
Definition: soapC.c:2448
SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap *)
Definition: soapC.c:169
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap *, const char *, int, const struct SOAP_ENV__Fault *, const char *)
Definition: soapC.c:684
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap *, const struct SOAP_ENV__Reason *, const char *, const char *)
Definition: soapC.c:876
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 soap_in__DelegationException(struct soap *, const char *, struct _DelegationException *, const char *)
Definition: soapC.c:2051
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxyResponse(struct soap *, const char *, int, const struct ns__putProxyResponse *, const char *)
Definition: soapC.c:1534
Definition: soapStub.h:142
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *, const char *, const char *)
Definition: soapC.c:971
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *const *)
Definition: soapC.c:2763
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroy(struct soap *, const struct ns__destroy *)
Definition: soapC.c:1146
SOAP_FMAC3 struct SOAP_ENV__Header *SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap *, struct SOAP_ENV__Header *, const char *, const char *)
Definition: soapC.c:1130
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap *, const char *, int, struct SOAP_ENV__Detail *const *, const char *)
Definition: soapC.c:2331
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap *, struct SOAP_ENV__Header *)
Definition: soapC.c:1073
SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap *, char **)
Definition: soapC.c:2915
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap *, const char *, int, struct SOAP_ENV__Code *const *, const char *)
Definition: soapC.c:2389
Definition: soapStub.h:175
Definition: soapStub.h:163
Definition: soapStub.h:101
SOAP_FMAC3 struct _DelegationException *SOAP_FMAC4 soap_get__DelegationException(struct soap *, struct _DelegationException *, const char *, const char *)
Definition: soapC.c:2094
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap *, const char *, int, const struct SOAP_ENV__Header *, const char *)
Definition: soapC.c:1085
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 soap_get_ns__getProxyReq(struct soap *, struct ns__getProxyReq *, const char *, const char *)
Definition: soapC.c:1944
SOAP_FMAC3 int *SOAP_FMAC4 soap_get_int(struct soap *, int *, const char *, const char *)
Definition: soapC.c:608
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 soap_get_ns__NewProxyReq(struct soap *, struct ns__NewProxyReq *, const char *, const char *)
Definition: soapC.c:2179
SOAP_FMAC3 struct ns__putProxyResponse **SOAP_FMAC4 soap_in_PointerTons__putProxyResponse(struct soap *, const char *, struct ns__putProxyResponse **, const char *)
Definition: soapC.c:2564
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxy(struct soap *, const struct ns__putProxy *, const char *, const char *)
Definition: soapC.c:1507
Definition: soapStub.h:195
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReq(struct soap *, const struct ns__renewProxyReq *, const char *, const char *)
Definition: soapC.c:1647
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail *const *)
Definition: soapC.c:2322
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReq(struct soap *, const char *, int, const struct ns__getProxyReq *, const char *)
Definition: soapC.c:1891
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 soap_get_ns__getNewProxyReq(struct soap *, struct ns__getNewProxyReq *, const char *, const char *)
Definition: soapC.c:1794
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReqResponse(struct soap *, const char *, int, const struct ns__getNewProxyReqResponse *, const char *)
Definition: soapC.c:1816
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroyResponse(struct soap *, const char *, int, const struct ns__destroyResponse *, const char *)
Definition: soapC.c:1227
SOAP_FMAC3 char **SOAP_FMAC4 soap_get__QName(struct soap *, char **, const char *, const char *)
Definition: soapC.c:2907
SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap *, int *)
Definition: soapC.c:184
SOAP_FMAC3 char **SOAP_FMAC4 soap_in_string(struct soap *, const char *, char **, const char *)
Definition: soapC.c:2938
SOAP_FMAC3 struct ns__getProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__getProxyReqResponse(struct soap *, const char *, struct ns__getProxyReqResponse **, const char *)
Definition: soapC.c:2780
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *const *, const char *, const char *)
Definition: soapC.c:2694
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReqResponse(struct soap *, const struct ns__getProxyReqResponse *)
Definition: soapC.c:1958
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxyResponse(struct soap *, const struct ns__putProxyResponse *)
Definition: soapC.c:1527
SOAP_FMAC3 struct ns__getProxyReq *SOAP_FMAC4 soap_in_ns__getProxyReq(struct soap *, const char *, struct ns__getProxyReq *, const char *)
Definition: soapC.c:1901
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 soap_in_ns__getTerminationTimeResponse(struct soap *, const char *, struct ns__getTerminationTimeResponse *, const char *)
Definition: soapC.c:1378
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReq(struct soap *, const char *, int, const struct ns__renewProxyReq *, const char *)
Definition: soapC.c:1601
SOAP_FMAC3 struct ns__renewProxyReqResponse *SOAP_FMAC4 soap_in_ns__renewProxyReqResponse(struct soap *, const char *, struct ns__renewProxyReqResponse *, const char *)
Definition: soapC.c:1686
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReqResponse(struct soap *, const char *, int, const struct ns__getProxyReqResponse *, const char *)
Definition: soapC.c:1966
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroyResponse(struct soap *, struct ns__destroyResponse *)
Definition: soapC.c:1215
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReqResponse(struct soap *, const struct ns__renewProxyReqResponse *)
Definition: soapC.c:1668
SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap *, int *)
Definition: soapC.c:580
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq *const *, const char *, const char *)
Definition: soapC.c:2748
SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap *, char *const *, const char *, const char *)
Definition: soapC.c:2900
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReq(struct soap *, const struct ns__renewProxyReq *)
Definition: soapC.c:1593
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__renewProxyReqResponse(struct soap *, const char *, int, struct ns__renewProxyReqResponse *const *, const char *)
Definition: soapC.c:2610
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap *, const char *, int, struct SOAP_ENV__Reason *const *, const char *)
Definition: soapC.c:2273
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap *, const char *, int, const struct SOAP_ENV__Detail *, const char *)
Definition: soapC.c:911
SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap *, const char *, int, const struct SOAP_ENV__Reason *, const char *)
Definition: soapC.c:828
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap *, const struct SOAP_ENV__Code *)
Definition: soapC.c:990
Definition: soapStub.h:272
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 soap_in_ns__DelegationExceptionType(struct soap *, const char *, struct ns__DelegationExceptionType *, const char *)
Definition: soapC.c:2211
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *)
Definition: soapC.c:1355
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReq(struct soap *, struct ns__getProxyReq *)
Definition: soapC.c:1877
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq *const *)
Definition: soapC.c:2709
Definition: soapStub.h:91
Definition: soapStub.h:111
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__putProxyResponse(struct soap *, const char *, int, struct ns__putProxyResponse *const *, const char *)
Definition: soapC.c:2556
SOAP_FMAC3 struct ns__renewProxyReq *SOAP_FMAC4 soap_in_ns__renewProxyReq(struct soap *, const char *, struct ns__renewProxyReq *, const char *)
Definition: soapC.c:1611
SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap *)
Definition: soapC.c:353
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReq(struct soap *, struct ns__renewProxyReq *)
Definition: soapC.c:1587
SOAP_FMAC3 struct ns__getTerminationTimeResponse *SOAP_FMAC4 soap_get_ns__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *, const char *, const char *)
Definition: soapC.c:1429
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__QName(struct soap *, char *const *)
Definition: soapC.c:2881
SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap *, const int *, const char *, const char *)
Definition: soapC.c:601
SOAP_FMAC3 struct ns__getNewProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse **, const char *, const char *)
Definition: soapC.c:2701
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__DelegationException(struct soap *, const struct _DelegationException *)
Definition: soapC.c:2033
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__destroyResponse(struct soap *, struct ns__destroyResponse *const *)
Definition: soapC.c:2439
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__NewProxyReq(struct soap *, const struct ns__NewProxyReq *)
Definition: soapC.c:2109
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 soap_in_ns__getTerminationTime(struct soap *, const char *, struct ns__getTerminationTime *, const char *)
Definition: soapC.c:1304
SOAP_FMAC3 struct SOAP_ENV__Detail **SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap *, const char *, struct SOAP_ENV__Detail **, const char *)
Definition: soapC.c:2339
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *)
Definition: soapC.c:1662
SOAP_FMAC3 struct ns__NewProxyReq *SOAP_FMAC4 soap_in_ns__NewProxyReq(struct soap *, const char *, struct ns__NewProxyReq *, const char *)
Definition: soapC.c:2130
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *const *, const char *, const char *)
Definition: soapC.c:2856
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *const *, const char *, const char *)
Definition: soapC.c:2532
SOAP_FMAC3 struct SOAP_ENV__Detail *SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap *, const char *, struct SOAP_ENV__Detail *, const char *)
Definition: soapC.c:922
SOAP_FMAC3 struct ns__renewProxyReqResponse **SOAP_FMAC4 soap_get_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse **, const char *, const char *)
Definition: soapC.c:2647
SOAP_FMAC3 struct SOAP_ENV__Code **SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap *, struct SOAP_ENV__Code **, const char *, const char *)
Definition: soapC.c:2429
SOAP_FMAC3 struct ns__putProxyResponse *SOAP_FMAC4 soap_in_ns__putProxyResponse(struct soap *, const char *, struct ns__putProxyResponse *, const char *)
Definition: soapC.c:1542
SOAP_FMAC3 struct ns__getTerminationTimeResponse **SOAP_FMAC4 soap_get_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse **, const char *, const char *)
Definition: soapC.c:2539
Definition: soapStub.h:260
Definition: delegation.h:14
SOAP_FMAC3 char **SOAP_FMAC4 soap_get_string(struct soap *, char **, const char *, const char *)
Definition: soapC.c:2951
SOAP_FMAC3 char *SOAP_FMAC4 soap_in_byte(struct soap *, const char *, char *, const char *)
Definition: soapC.c:559
Definition: delegation.h:3
SOAP_FMAC3 struct ns__DelegationExceptionType *SOAP_FMAC4 soap_get_ns__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *, const char *, const char *)
Definition: soapC.c:2254
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap *, const struct SOAP_ENV__Detail *)
Definition: soapC.c:903
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroy(struct soap *, const char *, int, const struct ns__destroy *, const char *)
Definition: soapC.c:1154
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReq(struct soap *, const struct ns__getNewProxyReq *, const char *, const char *)
Definition: soapC.c:1787
Definition: soapStub.h:185
SOAP_FMAC3 time_t *SOAP_FMAC4 soap_in_dateTime(struct soap *, const char *, time_t *, const char *)
Definition: soapC.c:631
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__NewProxyReq(struct soap *, const char *, int, struct ns__NewProxyReq *const *, const char *)
Definition: soapC.c:2718
SOAP_FMAC3 struct ns__renewProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__renewProxyReqResponse(struct soap *, const char *, struct ns__renewProxyReqResponse **, const char *)
Definition: soapC.c:2618
SOAP_FMAC3 struct SOAP_ENV__Code *SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap *, const char *, struct SOAP_ENV__Code *, const char *)
Definition: soapC.c:1012
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTimeResponse(struct soap *, const struct ns__getTerminationTimeResponse *, const char *, const char *)
Definition: soapC.c:1422
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap *, const struct SOAP_ENV__Fault *)
Definition: soapC.c:668
SOAP_FMAC3 struct ns__getNewProxyReqResponse **SOAP_FMAC4 soap_in_PointerTons__getNewProxyReqResponse(struct soap *, const char *, struct ns__getNewProxyReqResponse **, const char *)
Definition: soapC.c:2672
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__renewProxyReqResponse(struct soap *, struct ns__renewProxyReqResponse *const *)
Definition: soapC.c:2601
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap *, struct SOAP_ENV__Reason *const *, const char *, const char *)
Definition: soapC.c:2303
SOAP_FMAC3 struct ns__NewProxyReq **SOAP_FMAC4 soap_get_PointerTons__NewProxyReq(struct soap *, struct ns__NewProxyReq **, const char *, const char *)
Definition: soapC.c:2755
SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap *, const char *, int, const char *, const char *)
Definition: soapC.c:554
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap *, struct SOAP_ENV__Fault *, const char *, const char *)
Definition: soapC.c:802
SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap *)
Definition: soapC.c:382
Definition: delegation.h:8
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *const *)
Definition: soapC.c:2817
SOAP_FMAC3 int SOAP_FMAC4 soap_out__DelegationException(struct soap *, const char *, int, const struct _DelegationException *, const char *)
Definition: soapC.c:2041
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap *, const struct SOAP_ENV__Detail *, const char *, const char *)
Definition: soapC.c:964
SOAP_FMAC3 struct SOAP_ENV__Fault *SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap *, const char *, struct SOAP_ENV__Fault *, const char *)
Definition: soapC.c:711
SOAP_FMAC3 struct ns__destroy *SOAP_FMAC4 soap_get_ns__destroy(struct soap *, struct ns__destroy *, const char *, const char *)
Definition: soapC.c:1207
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxyResponse(struct soap *, const struct ns__putProxyResponse *, const char *, const char *)
Definition: soapC.c:1572
Definition: soapStub.h:206
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getProxyReqResponse(struct soap *, struct ns__getProxyReqResponse *const *, const char *, const char *)
Definition: soapC.c:2802
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTime(struct soap *, const char *, int, const struct ns__getTerminationTime *, const char *)
Definition: soapC.c:1294
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__NewProxyReq(struct soap *, const char *, int, const struct ns__NewProxyReq *, const char *)
Definition: soapC.c:2118
SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap *, struct SOAP_ENV__Fault *)
Definition: soapC.c:654
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getTerminationTimeResponse(struct soap *, struct ns__getTerminationTimeResponse *const *)
Definition: soapC.c:2493
SOAP_FMAC3 struct ns__getTerminationTime *SOAP_FMAC4 soap_get_ns__getTerminationTime(struct soap *, struct ns__getTerminationTime *, const char *, const char *)
Definition: soapC.c:1347
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReqResponse(struct soap *, const struct ns__getNewProxyReqResponse *)
Definition: soapC.c:1808
SOAP_FMAC3 void SOAP_FMAC4 soap_default__QName(struct soap *, char **)
Definition: soapC.c:2871
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReqResponse(struct soap *, const struct ns__renewProxyReqResponse *, const char *, const char *)
Definition: soapC.c:1722
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__DelegationExceptionType(struct soap *, const struct ns__DelegationExceptionType *)
Definition: soapC.c:2193
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTimeResponse(struct soap *, const struct ns__getTerminationTimeResponse *)
Definition: soapC.c:1361
SOAP_FMAC3 struct ns__destroyResponse **SOAP_FMAC4 soap_in_PointerTons__destroyResponse(struct soap *, const char *, struct ns__destroyResponse **, const char *)
Definition: soapC.c:2456
SOAP_FMAC3 struct ns__destroyResponse *SOAP_FMAC4 soap_get_ns__destroyResponse(struct soap *, struct ns__destroyResponse *, const char *, const char *)
Definition: soapC.c:1272
SOAP_FMAC3 struct SOAP_ENV__Detail **SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap *, struct SOAP_ENV__Detail **, const char *, const char *)
Definition: soapC.c:2368
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__DelegationExceptionType(struct soap *, const char *, int, const struct ns__DelegationExceptionType *, const char *)
Definition: soapC.c:2201
SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReqResponse(struct soap *, const struct ns__getProxyReqResponse *, const char *, const char *)
Definition: soapC.c:2012
SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap *, const char *, int, char *const *, const char *)
Definition: soapC.c:2933
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 soap_in_ns__putProxy(struct soap *, const char *, struct ns__putProxy *, const char *)
Definition: soapC.c:1465
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__DelegationExceptionType(struct soap *, struct ns__DelegationExceptionType *)
Definition: soapC.c:2187
SOAP_FMAC3 struct ns__getProxyReqResponse *SOAP_FMAC4 soap_in_ns__getProxyReqResponse(struct soap *, const char *, struct ns__getProxyReqResponse *, const char *)
Definition: soapC.c:1976
SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroyResponse(struct soap *, const struct ns__destroyResponse *)
Definition: soapC.c:1220
SOAP_FMAC3 struct ns__getNewProxyReqResponse *SOAP_FMAC4 soap_in_ns__getNewProxyReqResponse(struct soap *, const char *, struct ns__getNewProxyReqResponse *, const char *)
Definition: soapC.c:1826
SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReqResponse(struct soap *, struct ns__getNewProxyReqResponse *)
Definition: soapC.c:1802
Definition: soapStub.h:231
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getNewProxyReqResponse(struct soap *, const char *, int, struct ns__getNewProxyReqResponse *const *, const char *)
Definition: soapC.c:2664
Definition: soapStub.h:245
SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap *, const struct SOAP_ENV__Fault *, const char *, const char *)
Definition: soapC.c:795
SOAP_FMAC3 struct ns__putProxy *SOAP_FMAC4 soap_get_ns__putProxy(struct soap *, struct ns__putProxy *, const char *, const char *)
Definition: soapC.c:1514
SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__DelegationExceptionType(struct soap *, const char *, int, struct ns__DelegationExceptionType *const *, const char *)
Definition: soapC.c:2826
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReq(struct soap *, const char *, int, const struct ns__getNewProxyReq *, const char *)
Definition: soapC.c:1749
SOAP_FMAC3 struct ns__putProxyResponse **SOAP_FMAC4 soap_get_PointerTons__putProxyResponse(struct soap *, struct ns__putProxyResponse **, const char *, const char *)
Definition: soapC.c:2593
SOAP_FMAC3 struct ns__getNewProxyReq *SOAP_FMAC4 soap_in_ns__getNewProxyReq(struct soap *, const char *, struct ns__getNewProxyReq *, const char *)
Definition: soapC.c:1757
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:1123
SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap *, const char *, int, const int *, const char *)
Definition: soapC.c:590
Definition: soapStub.h:152
SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__destroyResponse(struct soap *, struct ns__destroyResponse *const *, const char *, const char *)
Definition: soapC.c:2478
SOAP_FMAC3 int SOAP_FMAC4 soap_out_dateTime(struct soap *, const char *, int, const time_t *, const char *)
Definition: soapC.c:626
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxy(struct soap *, const char *, int, const struct ns__putProxy *, const char *)
Definition: soapC.c:1453
SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTimeResponse(struct soap *, const char *, int, const struct ns__getTerminationTimeResponse *, const char *)
Definition: soapC.c:1368