00001
00002
00003
00004
00005
00006
00007
00008 #ifndef soapH_H
00009 #define soapH_H
00010 #include "soapStub.h"
00011 #ifdef __cplusplus
00012 extern "C" {
00013 #endif
00014 #ifndef WITH_NOIDREF
00015 SOAP_FMAC3 void SOAP_FMAC4 soap_markelement(struct soap*, const void*, int);
00016 SOAP_FMAC3 int SOAP_FMAC4 soap_putelement(struct soap*, const void*, const char*, int, int);
00017 SOAP_FMAC3 void *SOAP_FMAC4 soap_getelement(struct soap*, int*);
00018 SOAP_FMAC3 int SOAP_FMAC4 soap_putindependent(struct soap*);
00019 SOAP_FMAC3 int SOAP_FMAC4 soap_getindependent(struct soap*);
00020 #endif
00021 SOAP_FMAC3 int SOAP_FMAC4 soap_ignore_element(struct soap*);
00022
00023 #ifndef SOAP_TYPE_byte
00024 #define SOAP_TYPE_byte (3)
00025 #endif
00026 SOAP_FMAC3 void SOAP_FMAC4 soap_default_byte(struct soap*, char *);
00027 SOAP_FMAC3 int SOAP_FMAC4 soap_out_byte(struct soap*, const char*, int, const char *, const char*);
00028 SOAP_FMAC3 char * SOAP_FMAC4 soap_in_byte(struct soap*, const char*, char *, const char*);
00029
00030 #define soap_write_byte(soap, data) ( soap_begin_send(soap) || soap_put_byte(soap, data, NULL, NULL) || soap_end_send(soap) )
00031
00032
00033 SOAP_FMAC3 int SOAP_FMAC4 soap_put_byte(struct soap*, const char *, const char*, const char*);
00034
00035 #define soap_read_byte(soap, data) ( soap_begin_recv(soap) || !soap_get_byte(soap, data, NULL, NULL) || soap_end_recv(soap) )
00036
00037 SOAP_FMAC3 char * SOAP_FMAC4 soap_get_byte(struct soap*, char *, const char*, const char*);
00038
00039 #ifndef SOAP_TYPE_int
00040 #define SOAP_TYPE_int (1)
00041 #endif
00042 SOAP_FMAC3 void SOAP_FMAC4 soap_default_int(struct soap*, int *);
00043 SOAP_FMAC3 int SOAP_FMAC4 soap_out_int(struct soap*, const char*, int, const int *, const char*);
00044 SOAP_FMAC3 int * SOAP_FMAC4 soap_in_int(struct soap*, const char*, int *, const char*);
00045
00046 #define soap_write_int(soap, data) ( soap_begin_send(soap) || soap_put_int(soap, data, NULL, NULL) || soap_end_send(soap) )
00047
00048
00049 SOAP_FMAC3 int SOAP_FMAC4 soap_put_int(struct soap*, const int *, const char*, const char*);
00050
00051 #define soap_read_int(soap, data) ( soap_begin_recv(soap) || !soap_get_int(soap, data, NULL, NULL) || soap_end_recv(soap) )
00052
00053 SOAP_FMAC3 int * SOAP_FMAC4 soap_get_int(struct soap*, int *, const char*, const char*);
00054
00055 #ifndef SOAP_TYPE_time
00056 #define SOAP_TYPE_time (29)
00057 #endif
00058 SOAP_FMAC3 void SOAP_FMAC4 soap_default_time(struct soap*, time_t *);
00059 SOAP_FMAC3 int SOAP_FMAC4 soap_out_time(struct soap*, const char*, int, const time_t *, const char*);
00060 SOAP_FMAC3 time_t * SOAP_FMAC4 soap_in_time(struct soap*, const char*, time_t *, const char*);
00061
00062 #define soap_write_time(soap, data) ( soap_begin_send(soap) || soap_put_time(soap, data, NULL, NULL) || soap_end_send(soap) )
00063
00064
00065 SOAP_FMAC3 int SOAP_FMAC4 soap_put_time(struct soap*, const time_t *, const char*, const char*);
00066
00067 #define soap_read_time(soap, data) ( soap_begin_recv(soap) || !soap_get_time(soap, data, NULL, NULL) || soap_end_recv(soap) )
00068
00069 SOAP_FMAC3 time_t * SOAP_FMAC4 soap_get_time(struct soap*, time_t *, const char*, const char*);
00070
00071 #ifndef WITH_NOGLOBAL
00072
00073 #ifndef SOAP_TYPE_SOAP_ENV__Fault
00074 #define SOAP_TYPE_SOAP_ENV__Fault (44)
00075 #endif
00076 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *);
00077 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *);
00078 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Fault(struct soap*, const char*, int, const struct SOAP_ENV__Fault *, const char*);
00079 SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_in_SOAP_ENV__Fault(struct soap*, const char*, struct SOAP_ENV__Fault *, const char*);
00080
00081 #define soap_write_SOAP_ENV__Fault(soap, data) ( soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Fault(soap, data), 0) || soap_put_SOAP_ENV__Fault(soap, data, NULL, NULL) || soap_end_send(soap) )
00082
00083
00084 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Fault(struct soap*, const struct SOAP_ENV__Fault *, const char*, const char*);
00085
00086 #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) )
00087
00088 SOAP_FMAC3 struct SOAP_ENV__Fault * SOAP_FMAC4 soap_get_SOAP_ENV__Fault(struct soap*, struct SOAP_ENV__Fault *, const char*, const char*);
00089
00090 #endif
00091
00092 #ifndef WITH_NOGLOBAL
00093
00094 #ifndef SOAP_TYPE_SOAP_ENV__Reason
00095 #define SOAP_TYPE_SOAP_ENV__Reason (43)
00096 #endif
00097 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *);
00098 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *);
00099 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Reason(struct soap*, const char*, int, const struct SOAP_ENV__Reason *, const char*);
00100 SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_in_SOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason *, const char*);
00101
00102 #define soap_write_SOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Reason(soap, data), 0) || soap_put_SOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) )
00103
00104
00105 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Reason(struct soap*, const struct SOAP_ENV__Reason *, const char*, const char*);
00106
00107 #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) )
00108
00109 SOAP_FMAC3 struct SOAP_ENV__Reason * SOAP_FMAC4 soap_get_SOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *, const char*, const char*);
00110
00111 #endif
00112
00113 #ifndef WITH_NOGLOBAL
00114
00115 #ifndef SOAP_TYPE_SOAP_ENV__Detail
00116 #define SOAP_TYPE_SOAP_ENV__Detail (40)
00117 #endif
00118 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *);
00119 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *);
00120 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Detail(struct soap*, const char*, int, const struct SOAP_ENV__Detail *, const char*);
00121 SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_in_SOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail *, const char*);
00122
00123 #define soap_write_SOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Detail(soap, data), 0) || soap_put_SOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) )
00124
00125
00126 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Detail(struct soap*, const struct SOAP_ENV__Detail *, const char*, const char*);
00127
00128 #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) )
00129
00130 SOAP_FMAC3 struct SOAP_ENV__Detail * SOAP_FMAC4 soap_get_SOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *, const char*, const char*);
00131
00132 #endif
00133
00134 #ifndef WITH_NOGLOBAL
00135
00136 #ifndef SOAP_TYPE_SOAP_ENV__Code
00137 #define SOAP_TYPE_SOAP_ENV__Code (38)
00138 #endif
00139 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *);
00140 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *);
00141 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Code(struct soap*, const char*, int, const struct SOAP_ENV__Code *, const char*);
00142 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_in_SOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code *, const char*);
00143
00144 #define soap_write_SOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Code(soap, data), 0) || soap_put_SOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) )
00145
00146
00147 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Code(struct soap*, const struct SOAP_ENV__Code *, const char*, const char*);
00148
00149 #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) )
00150
00151 SOAP_FMAC3 struct SOAP_ENV__Code * SOAP_FMAC4 soap_get_SOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *, const char*, const char*);
00152
00153 #endif
00154
00155 #ifndef WITH_NOGLOBAL
00156
00157 #ifndef SOAP_TYPE_SOAP_ENV__Header
00158 #define SOAP_TYPE_SOAP_ENV__Header (37)
00159 #endif
00160 SOAP_FMAC3 void SOAP_FMAC4 soap_default_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *);
00161 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *);
00162 SOAP_FMAC3 int SOAP_FMAC4 soap_out_SOAP_ENV__Header(struct soap*, const char*, int, const struct SOAP_ENV__Header *, const char*);
00163 SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_in_SOAP_ENV__Header(struct soap*, const char*, struct SOAP_ENV__Header *, const char*);
00164
00165 #define soap_write_SOAP_ENV__Header(soap, data) ( soap_begin_send(soap) || (soap_serialize_SOAP_ENV__Header(soap, data), 0) || soap_put_SOAP_ENV__Header(soap, data, NULL, NULL) || soap_end_send(soap) )
00166
00167
00168 SOAP_FMAC3 int SOAP_FMAC4 soap_put_SOAP_ENV__Header(struct soap*, const struct SOAP_ENV__Header *, const char*, const char*);
00169
00170 #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) )
00171
00172 SOAP_FMAC3 struct SOAP_ENV__Header * SOAP_FMAC4 soap_get_SOAP_ENV__Header(struct soap*, struct SOAP_ENV__Header *, const char*, const char*);
00173
00174 #endif
00175
00176 #ifndef SOAP_TYPE_ns__destroy
00177 #define SOAP_TYPE_ns__destroy (36)
00178 #endif
00179 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroy(struct soap*, struct ns__destroy *);
00180 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroy(struct soap*, const struct ns__destroy *);
00181 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroy(struct soap*, const char*, int, const struct ns__destroy *, const char*);
00182 SOAP_FMAC3 struct ns__destroy * SOAP_FMAC4 soap_in_ns__destroy(struct soap*, const char*, struct ns__destroy *, const char*);
00183
00184 #define soap_write_ns__destroy(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__destroy(soap, data), 0) || soap_put_ns__destroy(soap, data, NULL, NULL) || soap_end_send(soap) )
00185
00186
00187 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroy(struct soap*, const struct ns__destroy *, const char*, const char*);
00188
00189 #define soap_read_ns__destroy(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__destroy(soap, data, NULL, NULL) || soap_end_recv(soap) )
00190
00191 SOAP_FMAC3 struct ns__destroy * SOAP_FMAC4 soap_get_ns__destroy(struct soap*, struct ns__destroy *, const char*, const char*);
00192
00193 #ifndef SOAP_TYPE_ns__destroyResponse
00194 #define SOAP_TYPE_ns__destroyResponse (33)
00195 #endif
00196 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__destroyResponse(struct soap*, struct ns__destroyResponse *);
00197 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__destroyResponse(struct soap*, const struct ns__destroyResponse *);
00198 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__destroyResponse(struct soap*, const char*, int, const struct ns__destroyResponse *, const char*);
00199 SOAP_FMAC3 struct ns__destroyResponse * SOAP_FMAC4 soap_in_ns__destroyResponse(struct soap*, const char*, struct ns__destroyResponse *, const char*);
00200
00201 #define soap_write_ns__destroyResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__destroyResponse(soap, data), 0) || soap_put_ns__destroyResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00202
00203
00204 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__destroyResponse(struct soap*, const struct ns__destroyResponse *, const char*, const char*);
00205
00206 #define soap_read_ns__destroyResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__destroyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00207
00208 SOAP_FMAC3 struct ns__destroyResponse * SOAP_FMAC4 soap_get_ns__destroyResponse(struct soap*, struct ns__destroyResponse *, const char*, const char*);
00209
00210 #ifndef SOAP_TYPE_ns__getTerminationTime
00211 #define SOAP_TYPE_ns__getTerminationTime (32)
00212 #endif
00213 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTime(struct soap*, struct ns__getTerminationTime *);
00214 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTime(struct soap*, const struct ns__getTerminationTime *);
00215 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTime(struct soap*, const char*, int, const struct ns__getTerminationTime *, const char*);
00216 SOAP_FMAC3 struct ns__getTerminationTime * SOAP_FMAC4 soap_in_ns__getTerminationTime(struct soap*, const char*, struct ns__getTerminationTime *, const char*);
00217
00218 #define soap_write_ns__getTerminationTime(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__getTerminationTime(soap, data), 0) || soap_put_ns__getTerminationTime(soap, data, NULL, NULL) || soap_end_send(soap) )
00219
00220
00221 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTime(struct soap*, const struct ns__getTerminationTime *, const char*, const char*);
00222
00223 #define soap_read_ns__getTerminationTime(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getTerminationTime(soap, data, NULL, NULL) || soap_end_recv(soap) )
00224
00225 SOAP_FMAC3 struct ns__getTerminationTime * SOAP_FMAC4 soap_get_ns__getTerminationTime(struct soap*, struct ns__getTerminationTime *, const char*, const char*);
00226
00227 #ifndef SOAP_TYPE_ns__getTerminationTimeResponse
00228 #define SOAP_TYPE_ns__getTerminationTimeResponse (28)
00229 #endif
00230 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *);
00231 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getTerminationTimeResponse(struct soap*, const struct ns__getTerminationTimeResponse *);
00232 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getTerminationTimeResponse(struct soap*, const char*, int, const struct ns__getTerminationTimeResponse *, const char*);
00233 SOAP_FMAC3 struct ns__getTerminationTimeResponse * SOAP_FMAC4 soap_in_ns__getTerminationTimeResponse(struct soap*, const char*, struct ns__getTerminationTimeResponse *, const char*);
00234
00235 #define soap_write_ns__getTerminationTimeResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__getTerminationTimeResponse(soap, data), 0) || soap_put_ns__getTerminationTimeResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00236
00237
00238 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getTerminationTimeResponse(struct soap*, const struct ns__getTerminationTimeResponse *, const char*, const char*);
00239
00240 #define soap_read_ns__getTerminationTimeResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getTerminationTimeResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00241
00242 SOAP_FMAC3 struct ns__getTerminationTimeResponse * SOAP_FMAC4 soap_get_ns__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *, const char*, const char*);
00243
00244 #ifndef SOAP_TYPE_ns__putProxy
00245 #define SOAP_TYPE_ns__putProxy (27)
00246 #endif
00247 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxy(struct soap*, struct ns__putProxy *);
00248 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxy(struct soap*, const struct ns__putProxy *);
00249 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxy(struct soap*, const char*, int, const struct ns__putProxy *, const char*);
00250 SOAP_FMAC3 struct ns__putProxy * SOAP_FMAC4 soap_in_ns__putProxy(struct soap*, const char*, struct ns__putProxy *, const char*);
00251
00252 #define soap_write_ns__putProxy(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__putProxy(soap, data), 0) || soap_put_ns__putProxy(soap, data, NULL, NULL) || soap_end_send(soap) )
00253
00254
00255 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxy(struct soap*, const struct ns__putProxy *, const char*, const char*);
00256
00257 #define soap_read_ns__putProxy(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__putProxy(soap, data, NULL, NULL) || soap_end_recv(soap) )
00258
00259 SOAP_FMAC3 struct ns__putProxy * SOAP_FMAC4 soap_get_ns__putProxy(struct soap*, struct ns__putProxy *, const char*, const char*);
00260
00261 #ifndef SOAP_TYPE_ns__putProxyResponse
00262 #define SOAP_TYPE_ns__putProxyResponse (24)
00263 #endif
00264 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__putProxyResponse(struct soap*, struct ns__putProxyResponse *);
00265 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__putProxyResponse(struct soap*, const struct ns__putProxyResponse *);
00266 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__putProxyResponse(struct soap*, const char*, int, const struct ns__putProxyResponse *, const char*);
00267 SOAP_FMAC3 struct ns__putProxyResponse * SOAP_FMAC4 soap_in_ns__putProxyResponse(struct soap*, const char*, struct ns__putProxyResponse *, const char*);
00268
00269 #define soap_write_ns__putProxyResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__putProxyResponse(soap, data), 0) || soap_put_ns__putProxyResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00270
00271
00272 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__putProxyResponse(struct soap*, const struct ns__putProxyResponse *, const char*, const char*);
00273
00274 #define soap_read_ns__putProxyResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__putProxyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00275
00276 SOAP_FMAC3 struct ns__putProxyResponse * SOAP_FMAC4 soap_get_ns__putProxyResponse(struct soap*, struct ns__putProxyResponse *, const char*, const char*);
00277
00278 #ifndef SOAP_TYPE_ns__renewProxyReq
00279 #define SOAP_TYPE_ns__renewProxyReq (23)
00280 #endif
00281 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReq(struct soap*, struct ns__renewProxyReq *);
00282 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReq(struct soap*, const struct ns__renewProxyReq *);
00283 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReq(struct soap*, const char*, int, const struct ns__renewProxyReq *, const char*);
00284 SOAP_FMAC3 struct ns__renewProxyReq * SOAP_FMAC4 soap_in_ns__renewProxyReq(struct soap*, const char*, struct ns__renewProxyReq *, const char*);
00285
00286 #define soap_write_ns__renewProxyReq(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__renewProxyReq(soap, data), 0) || soap_put_ns__renewProxyReq(soap, data, NULL, NULL) || soap_end_send(soap) )
00287
00288
00289 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReq(struct soap*, const struct ns__renewProxyReq *, const char*, const char*);
00290
00291 #define soap_read_ns__renewProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__renewProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
00292
00293 SOAP_FMAC3 struct ns__renewProxyReq * SOAP_FMAC4 soap_get_ns__renewProxyReq(struct soap*, struct ns__renewProxyReq *, const char*, const char*);
00294
00295 #ifndef SOAP_TYPE_ns__renewProxyReqResponse
00296 #define SOAP_TYPE_ns__renewProxyReqResponse (20)
00297 #endif
00298 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *);
00299 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__renewProxyReqResponse(struct soap*, const struct ns__renewProxyReqResponse *);
00300 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__renewProxyReqResponse(struct soap*, const char*, int, const struct ns__renewProxyReqResponse *, const char*);
00301 SOAP_FMAC3 struct ns__renewProxyReqResponse * SOAP_FMAC4 soap_in_ns__renewProxyReqResponse(struct soap*, const char*, struct ns__renewProxyReqResponse *, const char*);
00302
00303 #define soap_write_ns__renewProxyReqResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__renewProxyReqResponse(soap, data), 0) || soap_put_ns__renewProxyReqResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00304
00305
00306 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__renewProxyReqResponse(struct soap*, const struct ns__renewProxyReqResponse *, const char*, const char*);
00307
00308 #define soap_read_ns__renewProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__renewProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00309
00310 SOAP_FMAC3 struct ns__renewProxyReqResponse * SOAP_FMAC4 soap_get_ns__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *, const char*, const char*);
00311
00312 #ifndef SOAP_TYPE_ns__getNewProxyReq
00313 #define SOAP_TYPE_ns__getNewProxyReq (19)
00314 #endif
00315 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReq(struct soap*, struct ns__getNewProxyReq *);
00316 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReq(struct soap*, const struct ns__getNewProxyReq *);
00317 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReq(struct soap*, const char*, int, const struct ns__getNewProxyReq *, const char*);
00318 SOAP_FMAC3 struct ns__getNewProxyReq * SOAP_FMAC4 soap_in_ns__getNewProxyReq(struct soap*, const char*, struct ns__getNewProxyReq *, const char*);
00319
00320 #define soap_write_ns__getNewProxyReq(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__getNewProxyReq(soap, data), 0) || soap_put_ns__getNewProxyReq(soap, data, NULL, NULL) || soap_end_send(soap) )
00321
00322
00323 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReq(struct soap*, const struct ns__getNewProxyReq *, const char*, const char*);
00324
00325 #define soap_read_ns__getNewProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getNewProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
00326
00327 SOAP_FMAC3 struct ns__getNewProxyReq * SOAP_FMAC4 soap_get_ns__getNewProxyReq(struct soap*, struct ns__getNewProxyReq *, const char*, const char*);
00328
00329 #ifndef SOAP_TYPE_ns__getNewProxyReqResponse
00330 #define SOAP_TYPE_ns__getNewProxyReqResponse (15)
00331 #endif
00332 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *);
00333 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getNewProxyReqResponse(struct soap*, const struct ns__getNewProxyReqResponse *);
00334 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getNewProxyReqResponse(struct soap*, const char*, int, const struct ns__getNewProxyReqResponse *, const char*);
00335 SOAP_FMAC3 struct ns__getNewProxyReqResponse * SOAP_FMAC4 soap_in_ns__getNewProxyReqResponse(struct soap*, const char*, struct ns__getNewProxyReqResponse *, const char*);
00336
00337 #define soap_write_ns__getNewProxyReqResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__getNewProxyReqResponse(soap, data), 0) || soap_put_ns__getNewProxyReqResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00338
00339
00340 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getNewProxyReqResponse(struct soap*, const struct ns__getNewProxyReqResponse *, const char*, const char*);
00341
00342 #define soap_read_ns__getNewProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getNewProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00343
00344 SOAP_FMAC3 struct ns__getNewProxyReqResponse * SOAP_FMAC4 soap_get_ns__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *, const char*, const char*);
00345
00346 #ifndef SOAP_TYPE_ns__getProxyReq
00347 #define SOAP_TYPE_ns__getProxyReq (14)
00348 #endif
00349 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReq(struct soap*, struct ns__getProxyReq *);
00350 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReq(struct soap*, const struct ns__getProxyReq *);
00351 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReq(struct soap*, const char*, int, const struct ns__getProxyReq *, const char*);
00352 SOAP_FMAC3 struct ns__getProxyReq * SOAP_FMAC4 soap_in_ns__getProxyReq(struct soap*, const char*, struct ns__getProxyReq *, const char*);
00353
00354 #define soap_write_ns__getProxyReq(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__getProxyReq(soap, data), 0) || soap_put_ns__getProxyReq(soap, data, NULL, NULL) || soap_end_send(soap) )
00355
00356
00357 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReq(struct soap*, const struct ns__getProxyReq *, const char*, const char*);
00358
00359 #define soap_read_ns__getProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
00360
00361 SOAP_FMAC3 struct ns__getProxyReq * SOAP_FMAC4 soap_get_ns__getProxyReq(struct soap*, struct ns__getProxyReq *, const char*, const char*);
00362
00363 #ifndef SOAP_TYPE_ns__getProxyReqResponse
00364 #define SOAP_TYPE_ns__getProxyReqResponse (11)
00365 #endif
00366 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *);
00367 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__getProxyReqResponse(struct soap*, const struct ns__getProxyReqResponse *);
00368 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__getProxyReqResponse(struct soap*, const char*, int, const struct ns__getProxyReqResponse *, const char*);
00369 SOAP_FMAC3 struct ns__getProxyReqResponse * SOAP_FMAC4 soap_in_ns__getProxyReqResponse(struct soap*, const char*, struct ns__getProxyReqResponse *, const char*);
00370
00371 #define soap_write_ns__getProxyReqResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__getProxyReqResponse(soap, data), 0) || soap_put_ns__getProxyReqResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00372
00373
00374 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__getProxyReqResponse(struct soap*, const struct ns__getProxyReqResponse *, const char*, const char*);
00375
00376 #define soap_read_ns__getProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__getProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00377
00378 SOAP_FMAC3 struct ns__getProxyReqResponse * SOAP_FMAC4 soap_get_ns__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *, const char*, const char*);
00379
00380 #ifndef SOAP_TYPE__DelegationException
00381 #define SOAP_TYPE__DelegationException (9)
00382 #endif
00383 SOAP_FMAC3 void SOAP_FMAC4 soap_default__DelegationException(struct soap*, struct _DelegationException *);
00384 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize__DelegationException(struct soap*, const struct _DelegationException *);
00385 SOAP_FMAC3 int SOAP_FMAC4 soap_out__DelegationException(struct soap*, const char*, int, const struct _DelegationException *, const char*);
00386 SOAP_FMAC3 struct _DelegationException * SOAP_FMAC4 soap_in__DelegationException(struct soap*, const char*, struct _DelegationException *, const char*);
00387
00388 #define soap_write__DelegationException(soap, data) ( soap_begin_send(soap) || (soap_serialize__DelegationException(soap, data), 0) || soap_put__DelegationException(soap, data, NULL, NULL) || soap_end_send(soap) )
00389
00390
00391 SOAP_FMAC3 int SOAP_FMAC4 soap_put__DelegationException(struct soap*, const struct _DelegationException *, const char*, const char*);
00392
00393 #define soap_read__DelegationException(soap, data) ( soap_begin_recv(soap) || !soap_get__DelegationException(soap, data, NULL, NULL) || soap_end_recv(soap) )
00394
00395 SOAP_FMAC3 struct _DelegationException * SOAP_FMAC4 soap_get__DelegationException(struct soap*, struct _DelegationException *, const char*, const char*);
00396
00397 #ifndef SOAP_TYPE_ns__NewProxyReq
00398 #define SOAP_TYPE_ns__NewProxyReq (8)
00399 #endif
00400 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__NewProxyReq(struct soap*, struct ns__NewProxyReq *);
00401 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__NewProxyReq(struct soap*, const struct ns__NewProxyReq *);
00402 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__NewProxyReq(struct soap*, const char*, int, const struct ns__NewProxyReq *, const char*);
00403 SOAP_FMAC3 struct ns__NewProxyReq * SOAP_FMAC4 soap_in_ns__NewProxyReq(struct soap*, const char*, struct ns__NewProxyReq *, const char*);
00404
00405 #define soap_write_ns__NewProxyReq(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__NewProxyReq(soap, data), 0) || soap_put_ns__NewProxyReq(soap, data, NULL, NULL) || soap_end_send(soap) )
00406
00407
00408 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__NewProxyReq(struct soap*, const struct ns__NewProxyReq *, const char*, const char*);
00409
00410 #define soap_read_ns__NewProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__NewProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
00411
00412 SOAP_FMAC3 struct ns__NewProxyReq * SOAP_FMAC4 soap_get_ns__NewProxyReq(struct soap*, struct ns__NewProxyReq *, const char*, const char*);
00413
00414 #ifndef SOAP_TYPE_ns__DelegationExceptionType
00415 #define SOAP_TYPE_ns__DelegationExceptionType (7)
00416 #endif
00417 SOAP_FMAC3 void SOAP_FMAC4 soap_default_ns__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *);
00418 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_ns__DelegationExceptionType(struct soap*, const struct ns__DelegationExceptionType *);
00419 SOAP_FMAC3 int SOAP_FMAC4 soap_out_ns__DelegationExceptionType(struct soap*, const char*, int, const struct ns__DelegationExceptionType *, const char*);
00420 SOAP_FMAC3 struct ns__DelegationExceptionType * SOAP_FMAC4 soap_in_ns__DelegationExceptionType(struct soap*, const char*, struct ns__DelegationExceptionType *, const char*);
00421
00422 #define soap_write_ns__DelegationExceptionType(soap, data) ( soap_begin_send(soap) || (soap_serialize_ns__DelegationExceptionType(soap, data), 0) || soap_put_ns__DelegationExceptionType(soap, data, NULL, NULL) || soap_end_send(soap) )
00423
00424
00425 SOAP_FMAC3 int SOAP_FMAC4 soap_put_ns__DelegationExceptionType(struct soap*, const struct ns__DelegationExceptionType *, const char*, const char*);
00426
00427 #define soap_read_ns__DelegationExceptionType(soap, data) ( soap_begin_recv(soap) || !soap_get_ns__DelegationExceptionType(soap, data, NULL, NULL) || soap_end_recv(soap) )
00428
00429 SOAP_FMAC3 struct ns__DelegationExceptionType * SOAP_FMAC4 soap_get_ns__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *, const char*, const char*);
00430
00431 #ifndef WITH_NOGLOBAL
00432
00433 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Reason
00434 #define SOAP_TYPE_PointerToSOAP_ENV__Reason (46)
00435 #endif
00436 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*);
00437 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Reason(struct soap*, const char *, int, struct SOAP_ENV__Reason *const*, const char *);
00438 SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Reason(struct soap*, const char*, struct SOAP_ENV__Reason **, const char*);
00439
00440 #define soap_write_PointerToSOAP_ENV__Reason(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerToSOAP_ENV__Reason(soap, data), 0) || soap_put_PointerToSOAP_ENV__Reason(soap, data, NULL, NULL) || soap_end_send(soap) )
00441
00442 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason *const*, const char*, const char*);
00443
00444 #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) )
00445
00446 SOAP_FMAC3 struct SOAP_ENV__Reason ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Reason(struct soap*, struct SOAP_ENV__Reason **, const char*, const char*);
00447
00448 #endif
00449
00450 #ifndef WITH_NOGLOBAL
00451
00452 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Detail
00453 #define SOAP_TYPE_PointerToSOAP_ENV__Detail (45)
00454 #endif
00455 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*);
00456 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Detail(struct soap*, const char *, int, struct SOAP_ENV__Detail *const*, const char *);
00457 SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Detail(struct soap*, const char*, struct SOAP_ENV__Detail **, const char*);
00458
00459 #define soap_write_PointerToSOAP_ENV__Detail(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerToSOAP_ENV__Detail(soap, data), 0) || soap_put_PointerToSOAP_ENV__Detail(soap, data, NULL, NULL) || soap_end_send(soap) )
00460
00461 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail *const*, const char*, const char*);
00462
00463 #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) )
00464
00465 SOAP_FMAC3 struct SOAP_ENV__Detail ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Detail(struct soap*, struct SOAP_ENV__Detail **, const char*, const char*);
00466
00467 #endif
00468
00469 #ifndef WITH_NOGLOBAL
00470
00471 #ifndef SOAP_TYPE_PointerToSOAP_ENV__Code
00472 #define SOAP_TYPE_PointerToSOAP_ENV__Code (39)
00473 #endif
00474 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*);
00475 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerToSOAP_ENV__Code(struct soap*, const char *, int, struct SOAP_ENV__Code *const*, const char *);
00476 SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_in_PointerToSOAP_ENV__Code(struct soap*, const char*, struct SOAP_ENV__Code **, const char*);
00477
00478 #define soap_write_PointerToSOAP_ENV__Code(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerToSOAP_ENV__Code(soap, data), 0) || soap_put_PointerToSOAP_ENV__Code(soap, data, NULL, NULL) || soap_end_send(soap) )
00479
00480 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code *const*, const char*, const char*);
00481
00482 #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) )
00483
00484 SOAP_FMAC3 struct SOAP_ENV__Code ** SOAP_FMAC4 soap_get_PointerToSOAP_ENV__Code(struct soap*, struct SOAP_ENV__Code **, const char*, const char*);
00485
00486 #endif
00487
00488 #ifndef SOAP_TYPE_PointerTons__destroyResponse
00489 #define SOAP_TYPE_PointerTons__destroyResponse (34)
00490 #endif
00491 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse *const*);
00492 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__destroyResponse(struct soap*, const char *, int, struct ns__destroyResponse *const*, const char *);
00493 SOAP_FMAC3 struct ns__destroyResponse ** SOAP_FMAC4 soap_in_PointerTons__destroyResponse(struct soap*, const char*, struct ns__destroyResponse **, const char*);
00494
00495 #define soap_write_PointerTons__destroyResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerTons__destroyResponse(soap, data), 0) || soap_put_PointerTons__destroyResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00496
00497 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse *const*, const char*, const char*);
00498
00499 #define soap_read_PointerTons__destroyResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__destroyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00500
00501 SOAP_FMAC3 struct ns__destroyResponse ** SOAP_FMAC4 soap_get_PointerTons__destroyResponse(struct soap*, struct ns__destroyResponse **, const char*, const char*);
00502
00503 #ifndef SOAP_TYPE_PointerTons__getTerminationTimeResponse
00504 #define SOAP_TYPE_PointerTons__getTerminationTimeResponse (30)
00505 #endif
00506 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *const*);
00507 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getTerminationTimeResponse(struct soap*, const char *, int, struct ns__getTerminationTimeResponse *const*, const char *);
00508 SOAP_FMAC3 struct ns__getTerminationTimeResponse ** SOAP_FMAC4 soap_in_PointerTons__getTerminationTimeResponse(struct soap*, const char*, struct ns__getTerminationTimeResponse **, const char*);
00509
00510 #define soap_write_PointerTons__getTerminationTimeResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerTons__getTerminationTimeResponse(soap, data), 0) || soap_put_PointerTons__getTerminationTimeResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00511
00512 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse *const*, const char*, const char*);
00513
00514 #define soap_read_PointerTons__getTerminationTimeResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__getTerminationTimeResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00515
00516 SOAP_FMAC3 struct ns__getTerminationTimeResponse ** SOAP_FMAC4 soap_get_PointerTons__getTerminationTimeResponse(struct soap*, struct ns__getTerminationTimeResponse **, const char*, const char*);
00517
00518 #ifndef SOAP_TYPE_PointerTons__putProxyResponse
00519 #define SOAP_TYPE_PointerTons__putProxyResponse (25)
00520 #endif
00521 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse *const*);
00522 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__putProxyResponse(struct soap*, const char *, int, struct ns__putProxyResponse *const*, const char *);
00523 SOAP_FMAC3 struct ns__putProxyResponse ** SOAP_FMAC4 soap_in_PointerTons__putProxyResponse(struct soap*, const char*, struct ns__putProxyResponse **, const char*);
00524
00525 #define soap_write_PointerTons__putProxyResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerTons__putProxyResponse(soap, data), 0) || soap_put_PointerTons__putProxyResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00526
00527 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse *const*, const char*, const char*);
00528
00529 #define soap_read_PointerTons__putProxyResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__putProxyResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00530
00531 SOAP_FMAC3 struct ns__putProxyResponse ** SOAP_FMAC4 soap_get_PointerTons__putProxyResponse(struct soap*, struct ns__putProxyResponse **, const char*, const char*);
00532
00533 #ifndef SOAP_TYPE_PointerTons__renewProxyReqResponse
00534 #define SOAP_TYPE_PointerTons__renewProxyReqResponse (21)
00535 #endif
00536 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *const*);
00537 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__renewProxyReqResponse(struct soap*, const char *, int, struct ns__renewProxyReqResponse *const*, const char *);
00538 SOAP_FMAC3 struct ns__renewProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__renewProxyReqResponse(struct soap*, const char*, struct ns__renewProxyReqResponse **, const char*);
00539
00540 #define soap_write_PointerTons__renewProxyReqResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerTons__renewProxyReqResponse(soap, data), 0) || soap_put_PointerTons__renewProxyReqResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00541
00542 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse *const*, const char*, const char*);
00543
00544 #define soap_read_PointerTons__renewProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__renewProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00545
00546 SOAP_FMAC3 struct ns__renewProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__renewProxyReqResponse(struct soap*, struct ns__renewProxyReqResponse **, const char*, const char*);
00547
00548 #ifndef SOAP_TYPE_PointerTons__getNewProxyReqResponse
00549 #define SOAP_TYPE_PointerTons__getNewProxyReqResponse (17)
00550 #endif
00551 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *const*);
00552 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getNewProxyReqResponse(struct soap*, const char *, int, struct ns__getNewProxyReqResponse *const*, const char *);
00553 SOAP_FMAC3 struct ns__getNewProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__getNewProxyReqResponse(struct soap*, const char*, struct ns__getNewProxyReqResponse **, const char*);
00554
00555 #define soap_write_PointerTons__getNewProxyReqResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerTons__getNewProxyReqResponse(soap, data), 0) || soap_put_PointerTons__getNewProxyReqResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00556
00557 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse *const*, const char*, const char*);
00558
00559 #define soap_read_PointerTons__getNewProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__getNewProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00560
00561 SOAP_FMAC3 struct ns__getNewProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__getNewProxyReqResponse(struct soap*, struct ns__getNewProxyReqResponse **, const char*, const char*);
00562
00563 #ifndef SOAP_TYPE_PointerTons__NewProxyReq
00564 #define SOAP_TYPE_PointerTons__NewProxyReq (16)
00565 #endif
00566 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq *const*);
00567 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__NewProxyReq(struct soap*, const char *, int, struct ns__NewProxyReq *const*, const char *);
00568 SOAP_FMAC3 struct ns__NewProxyReq ** SOAP_FMAC4 soap_in_PointerTons__NewProxyReq(struct soap*, const char*, struct ns__NewProxyReq **, const char*);
00569
00570 #define soap_write_PointerTons__NewProxyReq(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerTons__NewProxyReq(soap, data), 0) || soap_put_PointerTons__NewProxyReq(soap, data, NULL, NULL) || soap_end_send(soap) )
00571
00572 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq *const*, const char*, const char*);
00573
00574 #define soap_read_PointerTons__NewProxyReq(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__NewProxyReq(soap, data, NULL, NULL) || soap_end_recv(soap) )
00575
00576 SOAP_FMAC3 struct ns__NewProxyReq ** SOAP_FMAC4 soap_get_PointerTons__NewProxyReq(struct soap*, struct ns__NewProxyReq **, const char*, const char*);
00577
00578 #ifndef SOAP_TYPE_PointerTons__getProxyReqResponse
00579 #define SOAP_TYPE_PointerTons__getProxyReqResponse (12)
00580 #endif
00581 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *const*);
00582 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__getProxyReqResponse(struct soap*, const char *, int, struct ns__getProxyReqResponse *const*, const char *);
00583 SOAP_FMAC3 struct ns__getProxyReqResponse ** SOAP_FMAC4 soap_in_PointerTons__getProxyReqResponse(struct soap*, const char*, struct ns__getProxyReqResponse **, const char*);
00584
00585 #define soap_write_PointerTons__getProxyReqResponse(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerTons__getProxyReqResponse(soap, data), 0) || soap_put_PointerTons__getProxyReqResponse(soap, data, NULL, NULL) || soap_end_send(soap) )
00586
00587 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse *const*, const char*, const char*);
00588
00589 #define soap_read_PointerTons__getProxyReqResponse(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__getProxyReqResponse(soap, data, NULL, NULL) || soap_end_recv(soap) )
00590
00591 SOAP_FMAC3 struct ns__getProxyReqResponse ** SOAP_FMAC4 soap_get_PointerTons__getProxyReqResponse(struct soap*, struct ns__getProxyReqResponse **, const char*, const char*);
00592
00593 #ifndef SOAP_TYPE_PointerTons__DelegationExceptionType
00594 #define SOAP_TYPE_PointerTons__DelegationExceptionType (10)
00595 #endif
00596 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *const*);
00597 SOAP_FMAC3 int SOAP_FMAC4 soap_out_PointerTons__DelegationExceptionType(struct soap*, const char *, int, struct ns__DelegationExceptionType *const*, const char *);
00598 SOAP_FMAC3 struct ns__DelegationExceptionType ** SOAP_FMAC4 soap_in_PointerTons__DelegationExceptionType(struct soap*, const char*, struct ns__DelegationExceptionType **, const char*);
00599
00600 #define soap_write_PointerTons__DelegationExceptionType(soap, data) ( soap_begin_send(soap) || (soap_serialize_PointerTons__DelegationExceptionType(soap, data), 0) || soap_put_PointerTons__DelegationExceptionType(soap, data, NULL, NULL) || soap_end_send(soap) )
00601
00602 SOAP_FMAC3 int SOAP_FMAC4 soap_put_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType *const*, const char*, const char*);
00603
00604 #define soap_read_PointerTons__DelegationExceptionType(soap, data) ( soap_begin_recv(soap) || !soap_get_PointerTons__DelegationExceptionType(soap, data, NULL, NULL) || soap_end_recv(soap) )
00605
00606 SOAP_FMAC3 struct ns__DelegationExceptionType ** SOAP_FMAC4 soap_get_PointerTons__DelegationExceptionType(struct soap*, struct ns__DelegationExceptionType **, const char*, const char*);
00607
00608 #ifndef SOAP_TYPE__QName
00609 #define SOAP_TYPE__QName (5)
00610 #endif
00611
00612 #define soap_default__QName(soap, a) soap_default_string(soap, a)
00613
00614
00615 #define soap_serialize__QName(soap, a) soap_serialize_string(soap, a)
00616
00617 SOAP_FMAC3 int SOAP_FMAC4 soap_out__QName(struct soap*, const char*, int, char*const*, const char*);
00618 SOAP_FMAC3 char * * SOAP_FMAC4 soap_in__QName(struct soap*, const char*, char **, const char*);
00619
00620 #define soap_write__QName(soap, data) ( soap_begin_send(soap) || (soap_serialize__QName(soap, data), 0) || soap_put__QName(soap, data, NULL, NULL) || soap_end_send(soap) )
00621
00622 SOAP_FMAC3 int SOAP_FMAC4 soap_put__QName(struct soap*, char *const*, const char*, const char*);
00623
00624 #define soap_read__QName(soap, data) ( soap_begin_recv(soap) || !soap_get__QName(soap, data, NULL, NULL) || soap_end_recv(soap) )
00625
00626 SOAP_FMAC3 char ** SOAP_FMAC4 soap_get__QName(struct soap*, char **, const char*, const char*);
00627
00628 #ifndef SOAP_TYPE_string
00629 #define SOAP_TYPE_string (4)
00630 #endif
00631 SOAP_FMAC3 void SOAP_FMAC4 soap_default_string(struct soap*, char **);
00632 SOAP_FMAC3 void SOAP_FMAC4 soap_serialize_string(struct soap*, char *const*);
00633 SOAP_FMAC3 int SOAP_FMAC4 soap_out_string(struct soap*, const char*, int, char*const*, const char*);
00634 SOAP_FMAC3 char * * SOAP_FMAC4 soap_in_string(struct soap*, const char*, char **, const char*);
00635
00636 #define soap_write_string(soap, data) ( soap_begin_send(soap) || (soap_serialize_string(soap, data), 0) || soap_put_string(soap, data, NULL, NULL) || soap_end_send(soap) )
00637
00638 SOAP_FMAC3 int SOAP_FMAC4 soap_put_string(struct soap*, char *const*, const char*, const char*);
00639
00640 #define soap_read_string(soap, data) ( soap_begin_recv(soap) || !soap_get_string(soap, data, NULL, NULL) || soap_end_recv(soap) )
00641
00642 SOAP_FMAC3 char ** SOAP_FMAC4 soap_get_string(struct soap*, char **, const char*, const char*);
00643
00644 #ifdef __cplusplus
00645 }
00646 #endif
00647
00648 #endif
00649
00650