Sync DrDump crash handler with TortoiseSVN codebase
[TortoiseGit.git] / ext / CrashServer / CrashHandler / DumpUploaderServiceLib / generated / soapStub.h
blob8c313334d27c839e8044a4c7b40632de82d32b57
1 /* soapStub.h
2 Generated by gSOAP 2.8.17r from DumpUploader.h
4 Copyright(C) 2000-2013, Robert van Engelen, Genivia Inc. All Rights Reserved.
5 The generated code is released under one of the following licenses:
6 GPL or Genivia's license for commercial use.
7 This program is released under the GPL with the additional exemption that
8 compiling, linking, and/or using OpenSSL is allowed.
9 */
11 #ifndef soapStub_H
12 #define soapStub_H
13 #include <vector>
14 #define SOAP_NAMESPACE_OF_ns2 "https://www.drdump.com/services/Imports"
15 #define SOAP_NAMESPACE_OF_ns1 "https://www.drdump.com/services"
16 #define SOAP_NAMESPACE_OF_ns3 "http://schemas.microsoft.com/2003/10/Serialization/"
17 #define SOAP_NAMESPACE_OF_ns4 "http://schemas.datacontract.org/2004/07/DumpUploadService3"
18 #define SOAP_NAMESPACE_OF_ns5 "http://schemas.microsoft.com/2003/10/Serialization/Arrays"
19 #include "stdsoap2.h"
20 #if GSOAP_VERSION != 20817
21 # error "GSOAP VERSION MISMATCH IN GENERATED CODE: PLEASE REINSTALL PACKAGE"
22 #endif
25 /******************************************************************************\
26 * *
27 * Enumerations *
28 * *
29 \******************************************************************************/
32 #ifndef SOAP_TYPE_ns4__ClientLib_Architecture
33 #define SOAP_TYPE_ns4__ClientLib_Architecture (86)
34 /* ns4:ClientLib.Architecture */
35 enum ns4__ClientLib_Architecture { ns4__ClientLib_Architecture__x86 = 0, ns4__ClientLib_Architecture__x64 = 1, ns4__ClientLib_Architecture__DotNet = 2 };
36 #endif
38 #ifndef SOAP_TYPE_ns4__ClientLib_ClientType
39 #define SOAP_TYPE_ns4__ClientLib_ClientType (88)
40 /* ns4:ClientLib.ClientType */
41 enum ns4__ClientLib_ClientType { ns4__ClientLib_ClientType__CrashHandler_1_0 = 0, ns4__ClientLib_ClientType__WebCrashRptGate = 1, ns4__ClientLib_ClientType__DumpUploader = 2, ns4__ClientLib_ClientType__CrashHandler_2_0_CrashRptBased = 3, ns4__ClientLib_ClientType__SymbolUploader = 4 };
42 #endif
44 #ifndef SOAP_TYPE_ns4__HaveSolutionResponse_SolutionType
45 #define SOAP_TYPE_ns4__HaveSolutionResponse_SolutionType (90)
46 /* ns4:HaveSolutionResponse.SolutionType */
47 enum ns4__HaveSolutionResponse_SolutionType { ns4__HaveSolutionResponse_SolutionType__Url = 0, ns4__HaveSolutionResponse_SolutionType__Exe = 1 };
48 #endif
50 /******************************************************************************\
51 * *
52 * Types with Custom Serializers *
53 * *
54 \******************************************************************************/
56 #ifndef SOAP_TYPE_xsd__QName
57 #define SOAP_TYPE_xsd__QName (11)
58 typedef std::string xsd__QName;
59 #endif
62 /******************************************************************************\
63 * *
64 * Classes and Structs *
65 * *
66 \******************************************************************************/
69 #if 0 /* volatile type: do not declare here, declared elsewhere */
71 #endif
73 #ifndef SOAP_TYPE_xsd__anyType
74 #define SOAP_TYPE_xsd__anyType (8)
75 /* Primitive xsd:anyType schema type: */
76 class SOAP_CMAC xsd__anyType
78 public:
79 char *__item;
80 struct soap *soap; /* transient */
81 public:
82 virtual int soap_type() const { return 8; } /* = unique type id SOAP_TYPE_xsd__anyType */
83 virtual void soap_default(struct soap*);
84 virtual void soap_serialize(struct soap*) const;
85 virtual int soap_put(struct soap*, const char*, const char*) const;
86 virtual int soap_out(struct soap*, const char*, int, const char*) const;
87 virtual void *soap_get(struct soap*, const char*, const char*);
88 virtual void *soap_in(struct soap*, const char*, const char*);
89 xsd__anyType() { xsd__anyType::soap_default(NULL); }
90 virtual ~xsd__anyType() { }
92 #endif
94 #if 0 /* volatile type: do not declare here, declared elsewhere */
96 #endif
98 #ifndef SOAP_TYPE__xop__Include
99 #define SOAP_TYPE__xop__Include (12)
100 /* Base64 schema type: */
101 struct _xop__Include
103 public:
104 unsigned char *__ptr;
105 int __size;
106 char *id; /* optional element of type xsd:string */
107 char *type; /* optional element of type xsd:string */
108 char *options; /* optional element of type xsd:string */
109 public:
110 int soap_type() const { return 12; } /* = unique type id SOAP_TYPE__xop__Include */
112 typedef struct _xop__Include _xop__Include;
113 #endif
115 #if 0 /* volatile type: do not declare here, declared elsewhere */
117 #endif
119 #ifndef SOAP_TYPE_xsd__ID_
120 #define SOAP_TYPE_xsd__ID_ (20)
121 /* Primitive xsd:ID schema type: */
122 class SOAP_CMAC xsd__ID_ : public xsd__anyType
124 public:
125 std::wstring __item;
126 public:
127 virtual int soap_type() const { return 20; } /* = unique type id SOAP_TYPE_xsd__ID_ */
128 virtual void soap_default(struct soap*);
129 virtual void soap_serialize(struct soap*) const;
130 virtual int soap_put(struct soap*, const char*, const char*) const;
131 virtual int soap_out(struct soap*, const char*, int, const char*) const;
132 virtual void *soap_get(struct soap*, const char*, const char*);
133 virtual void *soap_in(struct soap*, const char*, const char*);
134 xsd__ID_() { xsd__ID_::soap_default(NULL); }
135 virtual ~xsd__ID_() { }
137 #endif
139 #ifndef SOAP_TYPE_xsd__IDREF_
140 #define SOAP_TYPE_xsd__IDREF_ (22)
141 /* Primitive xsd:IDREF schema type: */
142 class SOAP_CMAC xsd__IDREF_ : public xsd__anyType
144 public:
145 std::wstring __item;
146 public:
147 virtual int soap_type() const { return 22; } /* = unique type id SOAP_TYPE_xsd__IDREF_ */
148 virtual void soap_default(struct soap*);
149 virtual void soap_serialize(struct soap*) const;
150 virtual int soap_put(struct soap*, const char*, const char*) const;
151 virtual int soap_out(struct soap*, const char*, int, const char*) const;
152 virtual void *soap_get(struct soap*, const char*, const char*);
153 virtual void *soap_in(struct soap*, const char*, const char*);
154 xsd__IDREF_() { xsd__IDREF_::soap_default(NULL); }
155 virtual ~xsd__IDREF_() { }
157 #endif
159 #ifndef SOAP_TYPE_xsd__QName_
160 #define SOAP_TYPE_xsd__QName_ (23)
161 /* Primitive xsd:QName schema type: */
162 class SOAP_CMAC xsd__QName_ : public xsd__anyType
164 public:
165 std::string __item;
166 public:
167 virtual int soap_type() const { return 23; } /* = unique type id SOAP_TYPE_xsd__QName_ */
168 virtual void soap_default(struct soap*);
169 virtual void soap_serialize(struct soap*) const;
170 virtual int soap_put(struct soap*, const char*, const char*) const;
171 virtual int soap_out(struct soap*, const char*, int, const char*) const;
172 virtual void *soap_get(struct soap*, const char*, const char*);
173 virtual void *soap_in(struct soap*, const char*, const char*);
174 xsd__QName_() { xsd__QName_::soap_default(NULL); }
175 virtual ~xsd__QName_() { }
177 #endif
179 #ifndef SOAP_TYPE_xsd__anyURI_
180 #define SOAP_TYPE_xsd__anyURI_ (25)
181 /* Primitive xsd:anyURI schema type: */
182 class SOAP_CMAC xsd__anyURI_ : public xsd__anyType
184 public:
185 std::wstring __item;
186 public:
187 virtual int soap_type() const { return 25; } /* = unique type id SOAP_TYPE_xsd__anyURI_ */
188 virtual void soap_default(struct soap*);
189 virtual void soap_serialize(struct soap*) const;
190 virtual int soap_put(struct soap*, const char*, const char*) const;
191 virtual int soap_out(struct soap*, const char*, int, const char*) const;
192 virtual void *soap_get(struct soap*, const char*, const char*);
193 virtual void *soap_in(struct soap*, const char*, const char*);
194 xsd__anyURI_() { xsd__anyURI_::soap_default(NULL); }
195 virtual ~xsd__anyURI_() { }
197 #endif
199 #ifndef SOAP_TYPE_xsd__base64Binary
200 #define SOAP_TYPE_xsd__base64Binary (26)
201 /* Primitive xsd:base64Binary schema type: */
202 class SOAP_CMAC xsd__base64Binary : public xsd__anyType
204 public:
205 struct _xop__Include __item;
206 public:
207 virtual int soap_type() const { return 26; } /* = unique type id SOAP_TYPE_xsd__base64Binary */
208 virtual void soap_default(struct soap*);
209 virtual void soap_serialize(struct soap*) const;
210 virtual int soap_put(struct soap*, const char*, const char*) const;
211 virtual int soap_out(struct soap*, const char*, int, const char*) const;
212 virtual void *soap_get(struct soap*, const char*, const char*);
213 virtual void *soap_in(struct soap*, const char*, const char*);
214 xsd__base64Binary() { xsd__base64Binary::soap_default(NULL); }
215 virtual ~xsd__base64Binary() { }
217 #endif
219 #ifndef SOAP_TYPE_xsd__boolean
220 #define SOAP_TYPE_xsd__boolean (27)
221 /* Primitive xsd:boolean schema type: */
222 class SOAP_CMAC xsd__boolean : public xsd__anyType
224 public:
225 bool __item;
226 public:
227 virtual int soap_type() const { return 27; } /* = unique type id SOAP_TYPE_xsd__boolean */
228 virtual void soap_default(struct soap*);
229 virtual void soap_serialize(struct soap*) const;
230 virtual int soap_put(struct soap*, const char*, const char*) const;
231 virtual int soap_out(struct soap*, const char*, int, const char*) const;
232 virtual void *soap_get(struct soap*, const char*, const char*);
233 virtual void *soap_in(struct soap*, const char*, const char*);
234 xsd__boolean() { xsd__boolean::soap_default(NULL); }
235 virtual ~xsd__boolean() { }
237 #endif
239 #ifndef SOAP_TYPE_xsd__byte_
240 #define SOAP_TYPE_xsd__byte_ (29)
241 /* Primitive xsd:byte schema type: */
242 class SOAP_CMAC xsd__byte_ : public xsd__anyType
244 public:
245 char __item;
246 public:
247 virtual int soap_type() const { return 29; } /* = unique type id SOAP_TYPE_xsd__byte_ */
248 virtual void soap_default(struct soap*);
249 virtual void soap_serialize(struct soap*) const;
250 virtual int soap_put(struct soap*, const char*, const char*) const;
251 virtual int soap_out(struct soap*, const char*, int, const char*) const;
252 virtual void *soap_get(struct soap*, const char*, const char*);
253 virtual void *soap_in(struct soap*, const char*, const char*);
254 xsd__byte_() { xsd__byte_::soap_default(NULL); }
255 virtual ~xsd__byte_() { }
257 #endif
259 #ifndef SOAP_TYPE_xsd__dateTime
260 #define SOAP_TYPE_xsd__dateTime (30)
261 /* Primitive xsd:dateTime schema type: */
262 class SOAP_CMAC xsd__dateTime : public xsd__anyType
264 public:
265 time_t __item;
266 public:
267 virtual int soap_type() const { return 30; } /* = unique type id SOAP_TYPE_xsd__dateTime */
268 virtual void soap_default(struct soap*);
269 virtual void soap_serialize(struct soap*) const;
270 virtual int soap_put(struct soap*, const char*, const char*) const;
271 virtual int soap_out(struct soap*, const char*, int, const char*) const;
272 virtual void *soap_get(struct soap*, const char*, const char*);
273 virtual void *soap_in(struct soap*, const char*, const char*);
274 xsd__dateTime() { xsd__dateTime::soap_default(NULL); }
275 virtual ~xsd__dateTime() { }
277 #endif
279 #ifndef SOAP_TYPE_xsd__decimal_
280 #define SOAP_TYPE_xsd__decimal_ (33)
281 /* Primitive xsd:decimal schema type: */
282 class SOAP_CMAC xsd__decimal_ : public xsd__anyType
284 public:
285 std::wstring __item;
286 public:
287 virtual int soap_type() const { return 33; } /* = unique type id SOAP_TYPE_xsd__decimal_ */
288 virtual void soap_default(struct soap*);
289 virtual void soap_serialize(struct soap*) const;
290 virtual int soap_put(struct soap*, const char*, const char*) const;
291 virtual int soap_out(struct soap*, const char*, int, const char*) const;
292 virtual void *soap_get(struct soap*, const char*, const char*);
293 virtual void *soap_in(struct soap*, const char*, const char*);
294 xsd__decimal_() { xsd__decimal_::soap_default(NULL); }
295 virtual ~xsd__decimal_() { }
297 #endif
299 #ifndef SOAP_TYPE_xsd__double
300 #define SOAP_TYPE_xsd__double (34)
301 /* Primitive xsd:double schema type: */
302 class SOAP_CMAC xsd__double : public xsd__anyType
304 public:
305 double __item;
306 public:
307 virtual int soap_type() const { return 34; } /* = unique type id SOAP_TYPE_xsd__double */
308 virtual void soap_default(struct soap*);
309 virtual void soap_serialize(struct soap*) const;
310 virtual int soap_put(struct soap*, const char*, const char*) const;
311 virtual int soap_out(struct soap*, const char*, int, const char*) const;
312 virtual void *soap_get(struct soap*, const char*, const char*);
313 virtual void *soap_in(struct soap*, const char*, const char*);
314 xsd__double() { xsd__double::soap_default(NULL); }
315 virtual ~xsd__double() { }
317 #endif
319 #ifndef SOAP_TYPE_xsd__duration_
320 #define SOAP_TYPE_xsd__duration_ (37)
321 /* Primitive xsd:duration schema type: */
322 class SOAP_CMAC xsd__duration_ : public xsd__anyType
324 public:
325 std::wstring __item;
326 public:
327 virtual int soap_type() const { return 37; } /* = unique type id SOAP_TYPE_xsd__duration_ */
328 virtual void soap_default(struct soap*);
329 virtual void soap_serialize(struct soap*) const;
330 virtual int soap_put(struct soap*, const char*, const char*) const;
331 virtual int soap_out(struct soap*, const char*, int, const char*) const;
332 virtual void *soap_get(struct soap*, const char*, const char*);
333 virtual void *soap_in(struct soap*, const char*, const char*);
334 xsd__duration_() { xsd__duration_::soap_default(NULL); }
335 virtual ~xsd__duration_() { }
337 #endif
339 #ifndef SOAP_TYPE_xsd__float
340 #define SOAP_TYPE_xsd__float (38)
341 /* Primitive xsd:float schema type: */
342 class SOAP_CMAC xsd__float : public xsd__anyType
344 public:
345 float __item;
346 public:
347 virtual int soap_type() const { return 38; } /* = unique type id SOAP_TYPE_xsd__float */
348 virtual void soap_default(struct soap*);
349 virtual void soap_serialize(struct soap*) const;
350 virtual int soap_put(struct soap*, const char*, const char*) const;
351 virtual int soap_out(struct soap*, const char*, int, const char*) const;
352 virtual void *soap_get(struct soap*, const char*, const char*);
353 virtual void *soap_in(struct soap*, const char*, const char*);
354 xsd__float() { xsd__float::soap_default(NULL); }
355 virtual ~xsd__float() { }
357 #endif
359 #ifndef SOAP_TYPE_xsd__int
360 #define SOAP_TYPE_xsd__int (40)
361 /* Primitive xsd:int schema type: */
362 class SOAP_CMAC xsd__int : public xsd__anyType
364 public:
365 int __item;
366 public:
367 virtual int soap_type() const { return 40; } /* = unique type id SOAP_TYPE_xsd__int */
368 virtual void soap_default(struct soap*);
369 virtual void soap_serialize(struct soap*) const;
370 virtual int soap_put(struct soap*, const char*, const char*) const;
371 virtual int soap_out(struct soap*, const char*, int, const char*) const;
372 virtual void *soap_get(struct soap*, const char*, const char*);
373 virtual void *soap_in(struct soap*, const char*, const char*);
374 xsd__int() { xsd__int::soap_default(NULL); }
375 virtual ~xsd__int() { }
377 #endif
379 #ifndef SOAP_TYPE_xsd__long
380 #define SOAP_TYPE_xsd__long (41)
381 /* Primitive xsd:long schema type: */
382 class SOAP_CMAC xsd__long : public xsd__anyType
384 public:
385 LONG64 __item;
386 public:
387 virtual int soap_type() const { return 41; } /* = unique type id SOAP_TYPE_xsd__long */
388 virtual void soap_default(struct soap*);
389 virtual void soap_serialize(struct soap*) const;
390 virtual int soap_put(struct soap*, const char*, const char*) const;
391 virtual int soap_out(struct soap*, const char*, int, const char*) const;
392 virtual void *soap_get(struct soap*, const char*, const char*);
393 virtual void *soap_in(struct soap*, const char*, const char*);
394 xsd__long() { xsd__long::soap_default(NULL); }
395 virtual ~xsd__long() { }
397 #endif
399 #ifndef SOAP_TYPE_xsd__short
400 #define SOAP_TYPE_xsd__short (43)
401 /* Primitive xsd:short schema type: */
402 class SOAP_CMAC xsd__short : public xsd__anyType
404 public:
405 short __item;
406 public:
407 virtual int soap_type() const { return 43; } /* = unique type id SOAP_TYPE_xsd__short */
408 virtual void soap_default(struct soap*);
409 virtual void soap_serialize(struct soap*) const;
410 virtual int soap_put(struct soap*, const char*, const char*) const;
411 virtual int soap_out(struct soap*, const char*, int, const char*) const;
412 virtual void *soap_get(struct soap*, const char*, const char*);
413 virtual void *soap_in(struct soap*, const char*, const char*);
414 xsd__short() { xsd__short::soap_default(NULL); }
415 virtual ~xsd__short() { }
417 #endif
419 #ifndef SOAP_TYPE_xsd__string
420 #define SOAP_TYPE_xsd__string (45)
421 /* Primitive xsd:string schema type: */
422 class SOAP_CMAC xsd__string : public xsd__anyType
424 public:
425 std::wstring __item;
426 public:
427 virtual int soap_type() const { return 45; } /* = unique type id SOAP_TYPE_xsd__string */
428 virtual void soap_default(struct soap*);
429 virtual void soap_serialize(struct soap*) const;
430 virtual int soap_put(struct soap*, const char*, const char*) const;
431 virtual int soap_out(struct soap*, const char*, int, const char*) const;
432 virtual void *soap_get(struct soap*, const char*, const char*);
433 virtual void *soap_in(struct soap*, const char*, const char*);
434 xsd__string() { xsd__string::soap_default(NULL); }
435 virtual ~xsd__string() { }
437 #endif
439 #ifndef SOAP_TYPE_xsd__unsignedByte_
440 #define SOAP_TYPE_xsd__unsignedByte_ (46)
441 /* Primitive xsd:unsignedByte schema type: */
442 class SOAP_CMAC xsd__unsignedByte_ : public xsd__anyType
444 public:
445 unsigned char __item;
446 public:
447 virtual int soap_type() const { return 46; } /* = unique type id SOAP_TYPE_xsd__unsignedByte_ */
448 virtual void soap_default(struct soap*);
449 virtual void soap_serialize(struct soap*) const;
450 virtual int soap_put(struct soap*, const char*, const char*) const;
451 virtual int soap_out(struct soap*, const char*, int, const char*) const;
452 virtual void *soap_get(struct soap*, const char*, const char*);
453 virtual void *soap_in(struct soap*, const char*, const char*);
454 xsd__unsignedByte_() { xsd__unsignedByte_::soap_default(NULL); }
455 virtual ~xsd__unsignedByte_() { }
457 #endif
459 #ifndef SOAP_TYPE_xsd__unsignedInt
460 #define SOAP_TYPE_xsd__unsignedInt (47)
461 /* Primitive xsd:unsignedInt schema type: */
462 class SOAP_CMAC xsd__unsignedInt : public xsd__anyType
464 public:
465 unsigned int __item;
466 public:
467 virtual int soap_type() const { return 47; } /* = unique type id SOAP_TYPE_xsd__unsignedInt */
468 virtual void soap_default(struct soap*);
469 virtual void soap_serialize(struct soap*) const;
470 virtual int soap_put(struct soap*, const char*, const char*) const;
471 virtual int soap_out(struct soap*, const char*, int, const char*) const;
472 virtual void *soap_get(struct soap*, const char*, const char*);
473 virtual void *soap_in(struct soap*, const char*, const char*);
474 xsd__unsignedInt() { xsd__unsignedInt::soap_default(NULL); }
475 virtual ~xsd__unsignedInt() { }
477 #endif
479 #ifndef SOAP_TYPE_xsd__unsignedLong
480 #define SOAP_TYPE_xsd__unsignedLong (48)
481 /* Primitive xsd:unsignedLong schema type: */
482 class SOAP_CMAC xsd__unsignedLong : public xsd__anyType
484 public:
485 ULONG64 __item;
486 public:
487 virtual int soap_type() const { return 48; } /* = unique type id SOAP_TYPE_xsd__unsignedLong */
488 virtual void soap_default(struct soap*);
489 virtual void soap_serialize(struct soap*) const;
490 virtual int soap_put(struct soap*, const char*, const char*) const;
491 virtual int soap_out(struct soap*, const char*, int, const char*) const;
492 virtual void *soap_get(struct soap*, const char*, const char*);
493 virtual void *soap_in(struct soap*, const char*, const char*);
494 xsd__unsignedLong() { xsd__unsignedLong::soap_default(NULL); }
495 virtual ~xsd__unsignedLong() { }
497 #endif
499 #ifndef SOAP_TYPE_xsd__unsignedShort
500 #define SOAP_TYPE_xsd__unsignedShort (50)
501 /* Primitive xsd:unsignedShort schema type: */
502 class SOAP_CMAC xsd__unsignedShort : public xsd__anyType
504 public:
505 unsigned short __item;
506 public:
507 virtual int soap_type() const { return 50; } /* = unique type id SOAP_TYPE_xsd__unsignedShort */
508 virtual void soap_default(struct soap*);
509 virtual void soap_serialize(struct soap*) const;
510 virtual int soap_put(struct soap*, const char*, const char*) const;
511 virtual int soap_out(struct soap*, const char*, int, const char*) const;
512 virtual void *soap_get(struct soap*, const char*, const char*);
513 virtual void *soap_in(struct soap*, const char*, const char*);
514 xsd__unsignedShort() { xsd__unsignedShort::soap_default(NULL); }
515 virtual ~xsd__unsignedShort() { }
517 #endif
519 #ifndef SOAP_TYPE_ns3__char__
520 #define SOAP_TYPE_ns3__char__ (81)
521 /* Primitive ns3:char schema type: */
522 class SOAP_CMAC ns3__char__ : public xsd__anyType
524 public:
525 int __item;
526 public:
527 virtual int soap_type() const { return 81; } /* = unique type id SOAP_TYPE_ns3__char__ */
528 virtual void soap_default(struct soap*);
529 virtual void soap_serialize(struct soap*) const;
530 virtual int soap_put(struct soap*, const char*, const char*) const;
531 virtual int soap_out(struct soap*, const char*, int, const char*) const;
532 virtual void *soap_get(struct soap*, const char*, const char*);
533 virtual void *soap_in(struct soap*, const char*, const char*);
534 ns3__char__() { ns3__char__::soap_default(NULL); }
535 virtual ~ns3__char__() { }
537 #endif
539 #ifndef SOAP_TYPE_ns3__duration__
540 #define SOAP_TYPE_ns3__duration__ (83)
541 /* Primitive ns3:duration schema type: */
542 class SOAP_CMAC ns3__duration__ : public xsd__anyType
544 public:
545 std::wstring __item;
546 public:
547 virtual int soap_type() const { return 83; } /* = unique type id SOAP_TYPE_ns3__duration__ */
548 virtual void soap_default(struct soap*);
549 virtual void soap_serialize(struct soap*) const;
550 virtual int soap_put(struct soap*, const char*, const char*) const;
551 virtual int soap_out(struct soap*, const char*, int, const char*) const;
552 virtual void *soap_get(struct soap*, const char*, const char*);
553 virtual void *soap_in(struct soap*, const char*, const char*);
554 ns3__duration__() { ns3__duration__::soap_default(NULL); }
555 virtual ~ns3__duration__() { }
557 #endif
559 #ifndef SOAP_TYPE_ns3__guid__
560 #define SOAP_TYPE_ns3__guid__ (85)
561 /* Primitive ns3:guid schema type: */
562 class SOAP_CMAC ns3__guid__ : public xsd__anyType
564 public:
565 std::wstring __item;
566 public:
567 virtual int soap_type() const { return 85; } /* = unique type id SOAP_TYPE_ns3__guid__ */
568 virtual void soap_default(struct soap*);
569 virtual void soap_serialize(struct soap*) const;
570 virtual int soap_put(struct soap*, const char*, const char*) const;
571 virtual int soap_out(struct soap*, const char*, int, const char*) const;
572 virtual void *soap_get(struct soap*, const char*, const char*);
573 virtual void *soap_in(struct soap*, const char*, const char*);
574 ns3__guid__() { ns3__guid__::soap_default(NULL); }
575 virtual ~ns3__guid__() { }
577 #endif
579 #ifndef SOAP_TYPE_ns4__ClientLib_Architecture_
580 #define SOAP_TYPE_ns4__ClientLib_Architecture_ (87)
581 /* Primitive ns4:ClientLib.Architecture schema type: */
582 class SOAP_CMAC ns4__ClientLib_Architecture_ : public xsd__anyType
584 public:
585 enum ns4__ClientLib_Architecture __item;
586 public:
587 virtual int soap_type() const { return 87; } /* = unique type id SOAP_TYPE_ns4__ClientLib_Architecture_ */
588 virtual void soap_default(struct soap*);
589 virtual void soap_serialize(struct soap*) const;
590 virtual int soap_put(struct soap*, const char*, const char*) const;
591 virtual int soap_out(struct soap*, const char*, int, const char*) const;
592 virtual void *soap_get(struct soap*, const char*, const char*);
593 virtual void *soap_in(struct soap*, const char*, const char*);
594 ns4__ClientLib_Architecture_() { ns4__ClientLib_Architecture_::soap_default(NULL); }
595 virtual ~ns4__ClientLib_Architecture_() { }
597 #endif
599 #ifndef SOAP_TYPE_ns4__ClientLib_ClientType_
600 #define SOAP_TYPE_ns4__ClientLib_ClientType_ (89)
601 /* Primitive ns4:ClientLib.ClientType schema type: */
602 class SOAP_CMAC ns4__ClientLib_ClientType_ : public xsd__anyType
604 public:
605 enum ns4__ClientLib_ClientType __item;
606 public:
607 virtual int soap_type() const { return 89; } /* = unique type id SOAP_TYPE_ns4__ClientLib_ClientType_ */
608 virtual void soap_default(struct soap*);
609 virtual void soap_serialize(struct soap*) const;
610 virtual int soap_put(struct soap*, const char*, const char*) const;
611 virtual int soap_out(struct soap*, const char*, int, const char*) const;
612 virtual void *soap_get(struct soap*, const char*, const char*);
613 virtual void *soap_in(struct soap*, const char*, const char*);
614 ns4__ClientLib_ClientType_() { ns4__ClientLib_ClientType_::soap_default(NULL); }
615 virtual ~ns4__ClientLib_ClientType_() { }
617 #endif
619 #ifndef SOAP_TYPE_ns4__HaveSolutionResponse_SolutionType_
620 #define SOAP_TYPE_ns4__HaveSolutionResponse_SolutionType_ (91)
621 /* Primitive ns4:HaveSolutionResponse.SolutionType schema type: */
622 class SOAP_CMAC ns4__HaveSolutionResponse_SolutionType_ : public xsd__anyType
624 public:
625 enum ns4__HaveSolutionResponse_SolutionType __item;
626 public:
627 virtual int soap_type() const { return 91; } /* = unique type id SOAP_TYPE_ns4__HaveSolutionResponse_SolutionType_ */
628 virtual void soap_default(struct soap*);
629 virtual void soap_serialize(struct soap*) const;
630 virtual int soap_put(struct soap*, const char*, const char*) const;
631 virtual int soap_out(struct soap*, const char*, int, const char*) const;
632 virtual void *soap_get(struct soap*, const char*, const char*);
633 virtual void *soap_in(struct soap*, const char*, const char*);
634 ns4__HaveSolutionResponse_SolutionType_() { ns4__HaveSolutionResponse_SolutionType_::soap_default(NULL); }
635 virtual ~ns4__HaveSolutionResponse_SolutionType_() { }
637 #endif
639 #ifndef SOAP_TYPE_ns1__ClientLib
640 #define SOAP_TYPE_ns1__ClientLib (52)
641 /* ns1:ClientLib */
642 class SOAP_CMAC ns1__ClientLib : public xsd__anyType
644 public:
645 enum ns4__ClientLib_Architecture arch; /* required element of type ns4:ClientLib.Architecture */
646 enum ns4__ClientLib_ClientType type; /* required element of type ns4:ClientLib.ClientType */
647 unsigned short v1; /* required element of type xsd:unsignedShort */
648 unsigned short v2; /* required element of type xsd:unsignedShort */
649 unsigned short v3; /* required element of type xsd:unsignedShort */
650 unsigned short v4; /* required element of type xsd:unsignedShort */
651 public:
652 virtual int soap_type() const { return 52; } /* = unique type id SOAP_TYPE_ns1__ClientLib */
653 virtual void soap_default(struct soap*);
654 virtual void soap_serialize(struct soap*) const;
655 virtual int soap_put(struct soap*, const char*, const char*) const;
656 virtual int soap_out(struct soap*, const char*, int, const char*) const;
657 virtual void *soap_get(struct soap*, const char*, const char*);
658 virtual void *soap_in(struct soap*, const char*, const char*);
659 ns1__ClientLib() { ns1__ClientLib::soap_default(NULL); }
660 virtual ~ns1__ClientLib() { }
662 #endif
664 #ifndef SOAP_TYPE_ns1__Application
665 #define SOAP_TYPE_ns1__Application (53)
666 /* ns1:Application */
667 class SOAP_CMAC ns1__Application : public xsd__anyType
669 public:
670 std::wstring applicationGUID; /* required element of type ns3:guid */
671 unsigned short hotfix; /* required element of type xsd:unsignedShort */
672 std::wstring *mainModule; /* optional element of type xsd:string */
673 unsigned short v1; /* required element of type xsd:unsignedShort */
674 unsigned short v2; /* required element of type xsd:unsignedShort */
675 unsigned short v3; /* required element of type xsd:unsignedShort */
676 unsigned short v4; /* required element of type xsd:unsignedShort */
677 public:
678 virtual int soap_type() const { return 53; } /* = unique type id SOAP_TYPE_ns1__Application */
679 virtual void soap_default(struct soap*);
680 virtual void soap_serialize(struct soap*) const;
681 virtual int soap_put(struct soap*, const char*, const char*) const;
682 virtual int soap_out(struct soap*, const char*, int, const char*) const;
683 virtual void *soap_get(struct soap*, const char*, const char*);
684 virtual void *soap_in(struct soap*, const char*, const char*);
685 ns1__Application() { ns1__Application::soap_default(NULL); }
686 virtual ~ns1__Application() { }
688 #endif
690 #ifndef SOAP_TYPE_ns1__AppAdditionalInfo
691 #define SOAP_TYPE_ns1__AppAdditionalInfo (54)
692 /* ns1:AppAdditionalInfo */
693 class SOAP_CMAC ns1__AppAdditionalInfo : public xsd__anyType
695 public:
696 std::wstring *appName; /* optional element of type xsd:string */
697 std::wstring *companyName; /* optional element of type xsd:string */
698 public:
699 virtual int soap_type() const { return 54; } /* = unique type id SOAP_TYPE_ns1__AppAdditionalInfo */
700 virtual void soap_default(struct soap*);
701 virtual void soap_serialize(struct soap*) const;
702 virtual int soap_put(struct soap*, const char*, const char*) const;
703 virtual int soap_out(struct soap*, const char*, int, const char*) const;
704 virtual void *soap_get(struct soap*, const char*, const char*);
705 virtual void *soap_in(struct soap*, const char*, const char*);
706 ns1__AppAdditionalInfo() { ns1__AppAdditionalInfo::soap_default(NULL); }
707 virtual ~ns1__AppAdditionalInfo() { }
709 #endif
711 #ifndef SOAP_TYPE_ns1__DumpAdditionalInfo
712 #define SOAP_TYPE_ns1__DumpAdditionalInfo (55)
713 /* ns1:DumpAdditionalInfo */
714 class SOAP_CMAC ns1__DumpAdditionalInfo : public xsd__anyType
716 public:
717 int PCID; /* required element of type xsd:int */
718 time_t crashDate; /* required element of type xsd:dateTime */
719 std::wstring *description; /* optional element of type xsd:string */
720 std::wstring *group; /* optional element of type xsd:string */
721 int submitterID; /* required element of type xsd:int */
722 public:
723 virtual int soap_type() const { return 55; } /* = unique type id SOAP_TYPE_ns1__DumpAdditionalInfo */
724 virtual void soap_default(struct soap*);
725 virtual void soap_serialize(struct soap*) const;
726 virtual int soap_put(struct soap*, const char*, const char*) const;
727 virtual int soap_out(struct soap*, const char*, int, const char*) const;
728 virtual void *soap_get(struct soap*, const char*, const char*);
729 virtual void *soap_in(struct soap*, const char*, const char*);
730 ns1__DumpAdditionalInfo() { ns1__DumpAdditionalInfo::soap_default(NULL); }
731 virtual ~ns1__DumpAdditionalInfo() { }
733 #endif
735 #ifndef SOAP_TYPE_ns1__ArrayOfModuleSymbolInfo
736 #define SOAP_TYPE_ns1__ArrayOfModuleSymbolInfo (56)
737 /* ns1:ArrayOfModuleSymbolInfo */
738 class SOAP_CMAC ns1__ArrayOfModuleSymbolInfo : public xsd__anyType
740 public:
741 std::vector<class ns1__ModuleSymbolInfo * >ModuleSymbolInfo; /* optional element of type ns1:ModuleSymbolInfo */
742 public:
743 virtual int soap_type() const { return 56; } /* = unique type id SOAP_TYPE_ns1__ArrayOfModuleSymbolInfo */
744 virtual void soap_default(struct soap*);
745 virtual void soap_serialize(struct soap*) const;
746 virtual int soap_put(struct soap*, const char*, const char*) const;
747 virtual int soap_out(struct soap*, const char*, int, const char*) const;
748 virtual void *soap_get(struct soap*, const char*, const char*);
749 virtual void *soap_in(struct soap*, const char*, const char*);
750 ns1__ArrayOfModuleSymbolInfo() { ns1__ArrayOfModuleSymbolInfo::soap_default(NULL); }
751 virtual ~ns1__ArrayOfModuleSymbolInfo() { }
753 #endif
755 #ifndef SOAP_TYPE_ns1__ModuleSymbolInfo
756 #define SOAP_TYPE_ns1__ModuleSymbolInfo (57)
757 /* ns1:ModuleSymbolInfo */
758 class SOAP_CMAC ns1__ModuleSymbolInfo : public xsd__anyType
760 public:
761 bool isMicrosoftModule; /* required element of type xsd:boolean */
762 std::wstring *path; /* optional element of type xsd:string */
763 class ns1__Pdb70File *pdb; /* optional element of type ns1:Pdb70File */
764 unsigned int sizeOfImage; /* required element of type xsd:unsignedInt */
765 unsigned int timeDateStamp; /* required element of type xsd:unsignedInt */
766 public:
767 virtual int soap_type() const { return 57; } /* = unique type id SOAP_TYPE_ns1__ModuleSymbolInfo */
768 virtual void soap_default(struct soap*);
769 virtual void soap_serialize(struct soap*) const;
770 virtual int soap_put(struct soap*, const char*, const char*) const;
771 virtual int soap_out(struct soap*, const char*, int, const char*) const;
772 virtual void *soap_get(struct soap*, const char*, const char*);
773 virtual void *soap_in(struct soap*, const char*, const char*);
774 ns1__ModuleSymbolInfo() { ns1__ModuleSymbolInfo::soap_default(NULL); }
775 virtual ~ns1__ModuleSymbolInfo() { }
777 #endif
779 #ifndef SOAP_TYPE_ns1__Pdb70File
780 #define SOAP_TYPE_ns1__Pdb70File (58)
781 /* ns1:Pdb70File */
782 class SOAP_CMAC ns1__Pdb70File : public xsd__anyType
784 public:
785 unsigned int age; /* required element of type xsd:unsignedInt */
786 std::wstring *path; /* optional element of type xsd:string */
787 std::wstring signature; /* required element of type ns3:guid */
788 public:
789 virtual int soap_type() const { return 58; } /* = unique type id SOAP_TYPE_ns1__Pdb70File */
790 virtual void soap_default(struct soap*);
791 virtual void soap_serialize(struct soap*) const;
792 virtual int soap_put(struct soap*, const char*, const char*) const;
793 virtual int soap_out(struct soap*, const char*, int, const char*) const;
794 virtual void *soap_get(struct soap*, const char*, const char*);
795 virtual void *soap_in(struct soap*, const char*, const char*);
796 ns1__Pdb70File() { ns1__Pdb70File::soap_default(NULL); }
797 virtual ~ns1__Pdb70File() { }
799 #endif
801 #ifndef SOAP_TYPE_ns1__Response
802 #define SOAP_TYPE_ns1__Response (59)
803 /* ns1:Response */
804 class SOAP_CMAC ns1__Response : public xsd__anyType
806 public:
807 std::wstring *clientID; /* optional element of type xsd:string */
808 struct _xop__Include *context; /* optional element of type xop:Include */
809 int *dumpGroupID; /* optional element of type xsd:int */
810 int *dumpID; /* optional element of type xsd:int */
811 struct _xop__Include *garbage; /* optional element of type xop:Include */
812 int *problemID; /* optional element of type xsd:int */
813 std::wstring *urlToProblem; /* optional element of type xsd:string */
814 public:
815 virtual int soap_type() const { return 59; } /* = unique type id SOAP_TYPE_ns1__Response */
816 virtual void soap_default(struct soap*);
817 virtual void soap_serialize(struct soap*) const;
818 virtual int soap_put(struct soap*, const char*, const char*) const;
819 virtual int soap_out(struct soap*, const char*, int, const char*) const;
820 virtual void *soap_get(struct soap*, const char*, const char*);
821 virtual void *soap_in(struct soap*, const char*, const char*);
822 ns1__Response() { ns1__Response::soap_default(NULL); }
823 virtual ~ns1__Response() { }
825 #endif
827 #ifndef SOAP_TYPE__ns1__Hello
828 #define SOAP_TYPE__ns1__Hello (67)
829 /* ns1:Hello */
830 class SOAP_CMAC _ns1__Hello
832 public:
833 ns1__ClientLib *clientLib; /* optional element of type ns1:ClientLib */
834 ns1__Application *app; /* optional element of type ns1:Application */
835 ns1__AppAdditionalInfo *appAddInfo; /* optional element of type ns1:AppAdditionalInfo */
836 ns1__DumpAdditionalInfo *addInfo; /* optional element of type ns1:DumpAdditionalInfo */
837 ns1__ArrayOfModuleSymbolInfo *availableSymbols; /* optional element of type ns1:ArrayOfModuleSymbolInfo */
838 struct _xop__Include *stack; /* optional element of type xop:Include */
839 struct soap *soap; /* transient */
840 public:
841 virtual int soap_type() const { return 67; } /* = unique type id SOAP_TYPE__ns1__Hello */
842 virtual void soap_default(struct soap*);
843 virtual void soap_serialize(struct soap*) const;
844 virtual int soap_put(struct soap*, const char*, const char*) const;
845 virtual int soap_out(struct soap*, const char*, int, const char*) const;
846 virtual void *soap_get(struct soap*, const char*, const char*);
847 virtual void *soap_in(struct soap*, const char*, const char*);
848 _ns1__Hello() { _ns1__Hello::soap_default(NULL); }
849 virtual ~_ns1__Hello() { }
851 #endif
853 #ifndef SOAP_TYPE__ns1__HelloResponse
854 #define SOAP_TYPE__ns1__HelloResponse (68)
855 /* ns1:HelloResponse */
856 class SOAP_CMAC _ns1__HelloResponse
858 public:
859 ns1__Response *HelloResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ns1:Response */
860 struct soap *soap; /* transient */
861 public:
862 virtual int soap_type() const { return 68; } /* = unique type id SOAP_TYPE__ns1__HelloResponse */
863 virtual void soap_default(struct soap*);
864 virtual void soap_serialize(struct soap*) const;
865 virtual int soap_put(struct soap*, const char*, const char*) const;
866 virtual int soap_out(struct soap*, const char*, int, const char*) const;
867 virtual void *soap_get(struct soap*, const char*, const char*);
868 virtual void *soap_in(struct soap*, const char*, const char*);
869 _ns1__HelloResponse() { _ns1__HelloResponse::soap_default(NULL); }
870 virtual ~_ns1__HelloResponse() { }
872 #endif
874 #ifndef SOAP_TYPE__ns1__UploadMiniDump
875 #define SOAP_TYPE__ns1__UploadMiniDump (69)
876 /* ns1:UploadMiniDump */
877 class SOAP_CMAC _ns1__UploadMiniDump
879 public:
880 ns1__ClientLib *client; /* optional element of type ns1:ClientLib */
881 ns1__Application *app; /* optional element of type ns1:Application */
882 ns1__DumpAdditionalInfo *addInfo; /* optional element of type ns1:DumpAdditionalInfo */
883 struct _xop__Include *dump; /* optional element of type xop:Include */
884 struct _xop__Include *context; /* optional element of type xop:Include */
885 struct soap *soap; /* transient */
886 public:
887 virtual int soap_type() const { return 69; } /* = unique type id SOAP_TYPE__ns1__UploadMiniDump */
888 virtual void soap_default(struct soap*);
889 virtual void soap_serialize(struct soap*) const;
890 virtual int soap_put(struct soap*, const char*, const char*) const;
891 virtual int soap_out(struct soap*, const char*, int, const char*) const;
892 virtual void *soap_get(struct soap*, const char*, const char*);
893 virtual void *soap_in(struct soap*, const char*, const char*);
894 _ns1__UploadMiniDump() { _ns1__UploadMiniDump::soap_default(NULL); }
895 virtual ~_ns1__UploadMiniDump() { }
897 #endif
899 #ifndef SOAP_TYPE__ns1__UploadMiniDumpResponse
900 #define SOAP_TYPE__ns1__UploadMiniDumpResponse (70)
901 /* ns1:UploadMiniDumpResponse */
902 class SOAP_CMAC _ns1__UploadMiniDumpResponse
904 public:
905 ns1__Response *UploadMiniDumpResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ns1:Response */
906 struct soap *soap; /* transient */
907 public:
908 virtual int soap_type() const { return 70; } /* = unique type id SOAP_TYPE__ns1__UploadMiniDumpResponse */
909 virtual void soap_default(struct soap*);
910 virtual void soap_serialize(struct soap*) const;
911 virtual int soap_put(struct soap*, const char*, const char*) const;
912 virtual int soap_out(struct soap*, const char*, int, const char*) const;
913 virtual void *soap_get(struct soap*, const char*, const char*);
914 virtual void *soap_in(struct soap*, const char*, const char*);
915 _ns1__UploadMiniDumpResponse() { _ns1__UploadMiniDumpResponse::soap_default(NULL); }
916 virtual ~_ns1__UploadMiniDumpResponse() { }
918 #endif
920 #ifndef SOAP_TYPE__ns1__UploadFullDump
921 #define SOAP_TYPE__ns1__UploadFullDump (71)
922 /* ns1:UploadFullDump */
923 class SOAP_CMAC _ns1__UploadFullDump
925 public:
926 ns1__ClientLib *client; /* optional element of type ns1:ClientLib */
927 ns1__Application *app; /* optional element of type ns1:Application */
928 int *miniDumpID; /* optional element of type xsd:int */
929 struct _xop__Include *dumpInZip; /* optional element of type xop:Include */
930 struct _xop__Include *context; /* optional element of type xop:Include */
931 struct soap *soap; /* transient */
932 public:
933 virtual int soap_type() const { return 71; } /* = unique type id SOAP_TYPE__ns1__UploadFullDump */
934 virtual void soap_default(struct soap*);
935 virtual void soap_serialize(struct soap*) const;
936 virtual int soap_put(struct soap*, const char*, const char*) const;
937 virtual int soap_out(struct soap*, const char*, int, const char*) const;
938 virtual void *soap_get(struct soap*, const char*, const char*);
939 virtual void *soap_in(struct soap*, const char*, const char*);
940 _ns1__UploadFullDump() { _ns1__UploadFullDump::soap_default(NULL); }
941 virtual ~_ns1__UploadFullDump() { }
943 #endif
945 #ifndef SOAP_TYPE__ns1__UploadFullDumpResponse
946 #define SOAP_TYPE__ns1__UploadFullDumpResponse (72)
947 /* ns1:UploadFullDumpResponse */
948 class SOAP_CMAC _ns1__UploadFullDumpResponse
950 public:
951 ns1__Response *UploadFullDumpResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ns1:Response */
952 struct soap *soap; /* transient */
953 public:
954 virtual int soap_type() const { return 72; } /* = unique type id SOAP_TYPE__ns1__UploadFullDumpResponse */
955 virtual void soap_default(struct soap*);
956 virtual void soap_serialize(struct soap*) const;
957 virtual int soap_put(struct soap*, const char*, const char*) const;
958 virtual int soap_out(struct soap*, const char*, int, const char*) const;
959 virtual void *soap_get(struct soap*, const char*, const char*);
960 virtual void *soap_in(struct soap*, const char*, const char*);
961 _ns1__UploadFullDumpResponse() { _ns1__UploadFullDumpResponse::soap_default(NULL); }
962 virtual ~_ns1__UploadFullDumpResponse() { }
964 #endif
966 #ifndef SOAP_TYPE__ns1__UploadAdditionalInfo
967 #define SOAP_TYPE__ns1__UploadAdditionalInfo (73)
968 /* ns1:UploadAdditionalInfo */
969 class SOAP_CMAC _ns1__UploadAdditionalInfo
971 public:
972 ns1__ClientLib *client; /* optional element of type ns1:ClientLib */
973 ns1__Application *app; /* optional element of type ns1:Application */
974 int *miniDumpID; /* optional element of type xsd:int */
975 struct _xop__Include *info; /* optional element of type xop:Include */
976 struct _xop__Include *context; /* optional element of type xop:Include */
977 struct soap *soap; /* transient */
978 public:
979 virtual int soap_type() const { return 73; } /* = unique type id SOAP_TYPE__ns1__UploadAdditionalInfo */
980 virtual void soap_default(struct soap*);
981 virtual void soap_serialize(struct soap*) const;
982 virtual int soap_put(struct soap*, const char*, const char*) const;
983 virtual int soap_out(struct soap*, const char*, int, const char*) const;
984 virtual void *soap_get(struct soap*, const char*, const char*);
985 virtual void *soap_in(struct soap*, const char*, const char*);
986 _ns1__UploadAdditionalInfo() { _ns1__UploadAdditionalInfo::soap_default(NULL); }
987 virtual ~_ns1__UploadAdditionalInfo() { }
989 #endif
991 #ifndef SOAP_TYPE__ns1__UploadAdditionalInfoResponse
992 #define SOAP_TYPE__ns1__UploadAdditionalInfoResponse (74)
993 /* ns1:UploadAdditionalInfoResponse */
994 class SOAP_CMAC _ns1__UploadAdditionalInfoResponse
996 public:
997 ns1__Response *UploadAdditionalInfoResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ns1:Response */
998 struct soap *soap; /* transient */
999 public:
1000 virtual int soap_type() const { return 74; } /* = unique type id SOAP_TYPE__ns1__UploadAdditionalInfoResponse */
1001 virtual void soap_default(struct soap*);
1002 virtual void soap_serialize(struct soap*) const;
1003 virtual int soap_put(struct soap*, const char*, const char*) const;
1004 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1005 virtual void *soap_get(struct soap*, const char*, const char*);
1006 virtual void *soap_in(struct soap*, const char*, const char*);
1007 _ns1__UploadAdditionalInfoResponse() { _ns1__UploadAdditionalInfoResponse::soap_default(NULL); }
1008 virtual ~_ns1__UploadAdditionalInfoResponse() { }
1010 #endif
1012 #ifndef SOAP_TYPE__ns1__RejectedToSendAdditionalInfo
1013 #define SOAP_TYPE__ns1__RejectedToSendAdditionalInfo (75)
1014 /* ns1:RejectedToSendAdditionalInfo */
1015 class SOAP_CMAC _ns1__RejectedToSendAdditionalInfo
1017 public:
1018 ns1__ClientLib *client; /* optional element of type ns1:ClientLib */
1019 ns1__Application *app; /* optional element of type ns1:Application */
1020 int *miniDumpID; /* optional element of type xsd:int */
1021 struct _xop__Include *context; /* optional element of type xop:Include */
1022 struct soap *soap; /* transient */
1023 public:
1024 virtual int soap_type() const { return 75; } /* = unique type id SOAP_TYPE__ns1__RejectedToSendAdditionalInfo */
1025 virtual void soap_default(struct soap*);
1026 virtual void soap_serialize(struct soap*) const;
1027 virtual int soap_put(struct soap*, const char*, const char*) const;
1028 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1029 virtual void *soap_get(struct soap*, const char*, const char*);
1030 virtual void *soap_in(struct soap*, const char*, const char*);
1031 _ns1__RejectedToSendAdditionalInfo() { _ns1__RejectedToSendAdditionalInfo::soap_default(NULL); }
1032 virtual ~_ns1__RejectedToSendAdditionalInfo() { }
1034 #endif
1036 #ifndef SOAP_TYPE__ns1__RejectedToSendAdditionalInfoResponse
1037 #define SOAP_TYPE__ns1__RejectedToSendAdditionalInfoResponse (76)
1038 /* ns1:RejectedToSendAdditionalInfoResponse */
1039 class SOAP_CMAC _ns1__RejectedToSendAdditionalInfoResponse
1041 public:
1042 ns1__Response *RejectedToSendAdditionalInfoResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type ns1:Response */
1043 struct soap *soap; /* transient */
1044 public:
1045 virtual int soap_type() const { return 76; } /* = unique type id SOAP_TYPE__ns1__RejectedToSendAdditionalInfoResponse */
1046 virtual void soap_default(struct soap*);
1047 virtual void soap_serialize(struct soap*) const;
1048 virtual int soap_put(struct soap*, const char*, const char*) const;
1049 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1050 virtual void *soap_get(struct soap*, const char*, const char*);
1051 virtual void *soap_in(struct soap*, const char*, const char*);
1052 _ns1__RejectedToSendAdditionalInfoResponse() { _ns1__RejectedToSendAdditionalInfoResponse::soap_default(NULL); }
1053 virtual ~_ns1__RejectedToSendAdditionalInfoResponse() { }
1055 #endif
1057 #ifndef SOAP_TYPE__ns1__UploadSymbol
1058 #define SOAP_TYPE__ns1__UploadSymbol (77)
1059 /* ns1:UploadSymbol */
1060 class SOAP_CMAC _ns1__UploadSymbol
1062 public:
1063 ns1__ClientLib *client; /* optional element of type ns1:ClientLib */
1064 ns1__Application *app; /* optional element of type ns1:Application */
1065 bool *publish; /* optional element of type xsd:boolean */
1066 struct _xop__Include *sym; /* optional element of type xop:Include */
1067 struct soap *soap; /* transient */
1068 public:
1069 virtual int soap_type() const { return 77; } /* = unique type id SOAP_TYPE__ns1__UploadSymbol */
1070 virtual void soap_default(struct soap*);
1071 virtual void soap_serialize(struct soap*) const;
1072 virtual int soap_put(struct soap*, const char*, const char*) const;
1073 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1074 virtual void *soap_get(struct soap*, const char*, const char*);
1075 virtual void *soap_in(struct soap*, const char*, const char*);
1076 _ns1__UploadSymbol() { _ns1__UploadSymbol::soap_default(NULL); }
1077 virtual ~_ns1__UploadSymbol() { }
1079 #endif
1081 #ifndef SOAP_TYPE__ns1__UploadSymbolResponse
1082 #define SOAP_TYPE__ns1__UploadSymbolResponse (78)
1083 /* ns1:UploadSymbolResponse */
1084 class SOAP_CMAC _ns1__UploadSymbolResponse
1086 public:
1087 std::wstring *UploadSymbolResult; /* SOAP 1.2 RPC return element (when namespace qualified) */ /* optional element of type xsd:string */
1088 struct soap *soap; /* transient */
1089 public:
1090 virtual int soap_type() const { return 78; } /* = unique type id SOAP_TYPE__ns1__UploadSymbolResponse */
1091 virtual void soap_default(struct soap*);
1092 virtual void soap_serialize(struct soap*) const;
1093 virtual int soap_put(struct soap*, const char*, const char*) const;
1094 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1095 virtual void *soap_get(struct soap*, const char*, const char*);
1096 virtual void *soap_in(struct soap*, const char*, const char*);
1097 _ns1__UploadSymbolResponse() { _ns1__UploadSymbolResponse::soap_default(NULL); }
1098 virtual ~_ns1__UploadSymbolResponse() { }
1100 #endif
1102 #ifndef SOAP_TYPE_ns5__ArrayOfstring
1103 #define SOAP_TYPE_ns5__ArrayOfstring (79)
1104 /* ns5:ArrayOfstring */
1105 class SOAP_CMAC ns5__ArrayOfstring : public xsd__anyType
1107 public:
1108 std::vector<std::wstring >string; /* optional element of type xsd:string */
1109 public:
1110 virtual int soap_type() const { return 79; } /* = unique type id SOAP_TYPE_ns5__ArrayOfstring */
1111 virtual void soap_default(struct soap*);
1112 virtual void soap_serialize(struct soap*) const;
1113 virtual int soap_put(struct soap*, const char*, const char*) const;
1114 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1115 virtual void *soap_get(struct soap*, const char*, const char*);
1116 virtual void *soap_in(struct soap*, const char*, const char*);
1117 ns5__ArrayOfstring() { ns5__ArrayOfstring::soap_default(NULL); }
1118 virtual ~ns5__ArrayOfstring() { }
1120 #endif
1122 #ifndef SOAP_TYPE_ns1__StopResponse
1123 #define SOAP_TYPE_ns1__StopResponse (60)
1124 /* ns1:StopResponse */
1125 class SOAP_CMAC ns1__StopResponse : public ns1__Response
1127 public:
1128 virtual int soap_type() const { return 60; } /* = unique type id SOAP_TYPE_ns1__StopResponse */
1129 virtual void soap_default(struct soap*);
1130 virtual void soap_serialize(struct soap*) const;
1131 virtual int soap_put(struct soap*, const char*, const char*) const;
1132 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1133 virtual void *soap_get(struct soap*, const char*, const char*);
1134 virtual void *soap_in(struct soap*, const char*, const char*);
1135 ns1__StopResponse() { ns1__StopResponse::soap_default(NULL); }
1136 virtual ~ns1__StopResponse() { }
1138 #endif
1140 #ifndef SOAP_TYPE_ns1__ErrorResponse
1141 #define SOAP_TYPE_ns1__ErrorResponse (61)
1142 /* ns1:ErrorResponse */
1143 class SOAP_CMAC ns1__ErrorResponse : public ns1__Response
1145 public:
1146 std::wstring *error; /* optional element of type xsd:string */
1147 public:
1148 virtual int soap_type() const { return 61; } /* = unique type id SOAP_TYPE_ns1__ErrorResponse */
1149 virtual void soap_default(struct soap*);
1150 virtual void soap_serialize(struct soap*) const;
1151 virtual int soap_put(struct soap*, const char*, const char*) const;
1152 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1153 virtual void *soap_get(struct soap*, const char*, const char*);
1154 virtual void *soap_in(struct soap*, const char*, const char*);
1155 ns1__ErrorResponse() { ns1__ErrorResponse::soap_default(NULL); }
1156 virtual ~ns1__ErrorResponse() { }
1158 #endif
1160 #ifndef SOAP_TYPE_ns1__HaveSolutionResponse
1161 #define SOAP_TYPE_ns1__HaveSolutionResponse (62)
1162 /* ns1:HaveSolutionResponse */
1163 class SOAP_CMAC ns1__HaveSolutionResponse : public ns1__Response
1165 public:
1166 bool askConfirmation; /* required element of type xsd:boolean */
1167 struct _xop__Include *exe; /* optional element of type xop:Include */
1168 enum ns4__HaveSolutionResponse_SolutionType type; /* required element of type ns4:HaveSolutionResponse.SolutionType */
1169 std::wstring *url; /* optional element of type xsd:string */
1170 public:
1171 virtual int soap_type() const { return 62; } /* = unique type id SOAP_TYPE_ns1__HaveSolutionResponse */
1172 virtual void soap_default(struct soap*);
1173 virtual void soap_serialize(struct soap*) const;
1174 virtual int soap_put(struct soap*, const char*, const char*) const;
1175 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1176 virtual void *soap_get(struct soap*, const char*, const char*);
1177 virtual void *soap_in(struct soap*, const char*, const char*);
1178 ns1__HaveSolutionResponse() { ns1__HaveSolutionResponse::soap_default(NULL); }
1179 virtual ~ns1__HaveSolutionResponse() { }
1181 #endif
1183 #ifndef SOAP_TYPE_ns1__NeedSymbolsThenMiniDumpResponse
1184 #define SOAP_TYPE_ns1__NeedSymbolsThenMiniDumpResponse (63)
1185 /* ns1:NeedSymbolsThenMiniDumpResponse */
1186 class SOAP_CMAC ns1__NeedSymbolsThenMiniDumpResponse : public ns1__Response
1188 public:
1189 bool askConfirmation; /* required element of type xsd:boolean */
1190 ns5__ArrayOfstring *msSymbols; /* optional element of type ns5:ArrayOfstring */
1191 ns5__ArrayOfstring *symbols; /* optional element of type ns5:ArrayOfstring */
1192 public:
1193 virtual int soap_type() const { return 63; } /* = unique type id SOAP_TYPE_ns1__NeedSymbolsThenMiniDumpResponse */
1194 virtual void soap_default(struct soap*);
1195 virtual void soap_serialize(struct soap*) const;
1196 virtual int soap_put(struct soap*, const char*, const char*) const;
1197 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1198 virtual void *soap_get(struct soap*, const char*, const char*);
1199 virtual void *soap_in(struct soap*, const char*, const char*);
1200 ns1__NeedSymbolsThenMiniDumpResponse() { ns1__NeedSymbolsThenMiniDumpResponse::soap_default(NULL); }
1201 virtual ~ns1__NeedSymbolsThenMiniDumpResponse() { }
1203 #endif
1205 #ifndef SOAP_TYPE_ns1__NeedMiniDumpResponse
1206 #define SOAP_TYPE_ns1__NeedMiniDumpResponse (64)
1207 /* ns1:NeedMiniDumpResponse */
1208 class SOAP_CMAC ns1__NeedMiniDumpResponse : public ns1__Response
1210 public:
1211 virtual int soap_type() const { return 64; } /* = unique type id SOAP_TYPE_ns1__NeedMiniDumpResponse */
1212 virtual void soap_default(struct soap*);
1213 virtual void soap_serialize(struct soap*) const;
1214 virtual int soap_put(struct soap*, const char*, const char*) const;
1215 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1216 virtual void *soap_get(struct soap*, const char*, const char*);
1217 virtual void *soap_in(struct soap*, const char*, const char*);
1218 ns1__NeedMiniDumpResponse() { ns1__NeedMiniDumpResponse::soap_default(NULL); }
1219 virtual ~ns1__NeedMiniDumpResponse() { }
1221 #endif
1223 #ifndef SOAP_TYPE_ns1__NeedFullDumpResponse
1224 #define SOAP_TYPE_ns1__NeedFullDumpResponse (65)
1225 /* ns1:NeedFullDumpResponse */
1226 class SOAP_CMAC ns1__NeedFullDumpResponse : public ns1__Response
1228 public:
1229 bool attachUserInfo; /* required element of type xsd:boolean */
1230 unsigned int restrictedDumpType; /* required element of type xsd:unsignedInt */
1231 public:
1232 virtual int soap_type() const { return 65; } /* = unique type id SOAP_TYPE_ns1__NeedFullDumpResponse */
1233 virtual void soap_default(struct soap*);
1234 virtual void soap_serialize(struct soap*) const;
1235 virtual int soap_put(struct soap*, const char*, const char*) const;
1236 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1237 virtual void *soap_get(struct soap*, const char*, const char*);
1238 virtual void *soap_in(struct soap*, const char*, const char*);
1239 ns1__NeedFullDumpResponse() { ns1__NeedFullDumpResponse::soap_default(NULL); }
1240 virtual ~ns1__NeedFullDumpResponse() { }
1242 #endif
1244 #ifndef SOAP_TYPE_ns1__NeedMoreInfoResponse
1245 #define SOAP_TYPE_ns1__NeedMoreInfoResponse (66)
1246 /* ns1:NeedMoreInfoResponse */
1247 class SOAP_CMAC ns1__NeedMoreInfoResponse : public ns1__Response
1249 public:
1250 struct _xop__Include *infoModule; /* optional element of type xop:Include */
1251 std::wstring *infoModuleCfg; /* optional element of type xsd:string */
1252 public:
1253 virtual int soap_type() const { return 66; } /* = unique type id SOAP_TYPE_ns1__NeedMoreInfoResponse */
1254 virtual void soap_default(struct soap*);
1255 virtual void soap_serialize(struct soap*) const;
1256 virtual int soap_put(struct soap*, const char*, const char*) const;
1257 virtual int soap_out(struct soap*, const char*, int, const char*) const;
1258 virtual void *soap_get(struct soap*, const char*, const char*);
1259 virtual void *soap_in(struct soap*, const char*, const char*);
1260 ns1__NeedMoreInfoResponse() { ns1__NeedMoreInfoResponse::soap_default(NULL); }
1261 virtual ~ns1__NeedMoreInfoResponse() { }
1263 #endif
1265 #ifndef SOAP_TYPE___ns1__Hello
1266 #define SOAP_TYPE___ns1__Hello (110)
1267 /* Operation wrapper: */
1268 struct __ns1__Hello
1270 public:
1271 _ns1__Hello *ns1__Hello; /* optional element of type ns1:Hello */
1272 public:
1273 int soap_type() const { return 110; } /* = unique type id SOAP_TYPE___ns1__Hello */
1275 #endif
1277 #ifndef SOAP_TYPE___ns1__UploadMiniDump
1278 #define SOAP_TYPE___ns1__UploadMiniDump (114)
1279 /* Operation wrapper: */
1280 struct __ns1__UploadMiniDump
1282 public:
1283 _ns1__UploadMiniDump *ns1__UploadMiniDump; /* optional element of type ns1:UploadMiniDump */
1284 public:
1285 int soap_type() const { return 114; } /* = unique type id SOAP_TYPE___ns1__UploadMiniDump */
1287 #endif
1289 #ifndef SOAP_TYPE___ns1__UploadFullDump
1290 #define SOAP_TYPE___ns1__UploadFullDump (118)
1291 /* Operation wrapper: */
1292 struct __ns1__UploadFullDump
1294 public:
1295 _ns1__UploadFullDump *ns1__UploadFullDump; /* optional element of type ns1:UploadFullDump */
1296 public:
1297 int soap_type() const { return 118; } /* = unique type id SOAP_TYPE___ns1__UploadFullDump */
1299 #endif
1301 #ifndef SOAP_TYPE___ns1__UploadAdditionalInfo
1302 #define SOAP_TYPE___ns1__UploadAdditionalInfo (122)
1303 /* Operation wrapper: */
1304 struct __ns1__UploadAdditionalInfo
1306 public:
1307 _ns1__UploadAdditionalInfo *ns1__UploadAdditionalInfo; /* optional element of type ns1:UploadAdditionalInfo */
1308 public:
1309 int soap_type() const { return 122; } /* = unique type id SOAP_TYPE___ns1__UploadAdditionalInfo */
1311 #endif
1313 #ifndef SOAP_TYPE___ns1__RejectedToSendAdditionalInfo
1314 #define SOAP_TYPE___ns1__RejectedToSendAdditionalInfo (126)
1315 /* Operation wrapper: */
1316 struct __ns1__RejectedToSendAdditionalInfo
1318 public:
1319 _ns1__RejectedToSendAdditionalInfo *ns1__RejectedToSendAdditionalInfo; /* optional element of type ns1:RejectedToSendAdditionalInfo */
1320 public:
1321 int soap_type() const { return 126; } /* = unique type id SOAP_TYPE___ns1__RejectedToSendAdditionalInfo */
1323 #endif
1325 #ifndef SOAP_TYPE___ns1__UploadSymbol
1326 #define SOAP_TYPE___ns1__UploadSymbol (130)
1327 /* Operation wrapper: */
1328 struct __ns1__UploadSymbol
1330 public:
1331 _ns1__UploadSymbol *ns1__UploadSymbol; /* optional element of type ns1:UploadSymbol */
1332 public:
1333 int soap_type() const { return 130; } /* = unique type id SOAP_TYPE___ns1__UploadSymbol */
1335 #endif
1337 #ifndef WITH_NOGLOBAL
1339 #ifndef SOAP_TYPE_SOAP_ENV__Header
1340 #define SOAP_TYPE_SOAP_ENV__Header (131)
1341 /* SOAP Header: */
1342 struct SOAP_ENV__Header
1344 public:
1345 int soap_type() const { return 131; } /* = unique type id SOAP_TYPE_SOAP_ENV__Header */
1346 #ifdef WITH_NOEMPTYSTRUCT
1347 private:
1348 char dummy; /* dummy member to enable compilation */
1349 #endif
1351 #endif
1353 #endif
1355 #ifndef WITH_NOGLOBAL
1357 #ifndef SOAP_TYPE_SOAP_ENV__Code
1358 #define SOAP_TYPE_SOAP_ENV__Code (132)
1359 /* SOAP Fault Code: */
1360 struct SOAP_ENV__Code
1362 public:
1363 char *SOAP_ENV__Value; /* optional element of type xsd:QName */
1364 struct SOAP_ENV__Code *SOAP_ENV__Subcode; /* optional element of type SOAP-ENV:Code */
1365 public:
1366 int soap_type() const { return 132; } /* = unique type id SOAP_TYPE_SOAP_ENV__Code */
1368 #endif
1370 #endif
1372 #ifndef WITH_NOGLOBAL
1374 #ifndef SOAP_TYPE_SOAP_ENV__Detail
1375 #define SOAP_TYPE_SOAP_ENV__Detail (134)
1376 /* SOAP-ENV:Detail */
1377 struct SOAP_ENV__Detail
1379 public:
1380 char *__any;
1381 int __type; /* any type of element <fault> (defined below) */
1382 void *fault; /* transient */
1383 public:
1384 int soap_type() const { return 134; } /* = unique type id SOAP_TYPE_SOAP_ENV__Detail */
1386 #endif
1388 #endif
1390 #ifndef WITH_NOGLOBAL
1392 #ifndef SOAP_TYPE_SOAP_ENV__Reason
1393 #define SOAP_TYPE_SOAP_ENV__Reason (137)
1394 /* SOAP-ENV:Reason */
1395 struct SOAP_ENV__Reason
1397 public:
1398 char *SOAP_ENV__Text; /* optional element of type xsd:string */
1399 public:
1400 int soap_type() const { return 137; } /* = unique type id SOAP_TYPE_SOAP_ENV__Reason */
1402 #endif
1404 #endif
1406 #ifndef WITH_NOGLOBAL
1408 #ifndef SOAP_TYPE_SOAP_ENV__Fault
1409 #define SOAP_TYPE_SOAP_ENV__Fault (138)
1410 /* SOAP Fault: */
1411 struct SOAP_ENV__Fault
1413 public:
1414 char *faultcode; /* optional element of type xsd:QName */
1415 char *faultstring; /* optional element of type xsd:string */
1416 char *faultactor; /* optional element of type xsd:string */
1417 struct SOAP_ENV__Detail *detail; /* optional element of type SOAP-ENV:Detail */
1418 struct SOAP_ENV__Code *SOAP_ENV__Code; /* optional element of type SOAP-ENV:Code */
1419 struct SOAP_ENV__Reason *SOAP_ENV__Reason; /* optional element of type SOAP-ENV:Reason */
1420 char *SOAP_ENV__Node; /* optional element of type xsd:string */
1421 char *SOAP_ENV__Role; /* optional element of type xsd:string */
1422 struct SOAP_ENV__Detail *SOAP_ENV__Detail; /* optional element of type SOAP-ENV:Detail */
1423 public:
1424 int soap_type() const { return 138; } /* = unique type id SOAP_TYPE_SOAP_ENV__Fault */
1426 #endif
1428 #endif
1430 /******************************************************************************\
1432 * Typedefs *
1434 \******************************************************************************/
1436 #ifndef SOAP_TYPE__QName
1437 #define SOAP_TYPE__QName (5)
1438 typedef char *_QName;
1439 #endif
1441 #ifndef SOAP_TYPE__XML
1442 #define SOAP_TYPE__XML (6)
1443 typedef char *_XML;
1444 #endif
1446 #ifndef SOAP_TYPE_xsd__byte
1447 #define SOAP_TYPE_xsd__byte (16)
1448 typedef char xsd__byte;
1449 #endif
1451 #ifndef SOAP_TYPE_xsd__unsignedByte
1452 #define SOAP_TYPE_xsd__unsignedByte (17)
1453 typedef unsigned char xsd__unsignedByte;
1454 #endif
1456 #ifndef SOAP_TYPE_xsd__ID
1457 #define SOAP_TYPE_xsd__ID (19)
1458 typedef std::wstring xsd__ID;
1459 #endif
1461 #ifndef SOAP_TYPE_xsd__IDREF
1462 #define SOAP_TYPE_xsd__IDREF (21)
1463 typedef std::wstring xsd__IDREF;
1464 #endif
1466 #ifndef SOAP_TYPE_xsd__anyURI
1467 #define SOAP_TYPE_xsd__anyURI (24)
1468 typedef std::wstring xsd__anyURI;
1469 #endif
1471 #ifndef SOAP_TYPE_xsd__decimal
1472 #define SOAP_TYPE_xsd__decimal (32)
1473 typedef std::wstring xsd__decimal;
1474 #endif
1476 #ifndef SOAP_TYPE_xsd__duration
1477 #define SOAP_TYPE_xsd__duration (36)
1478 typedef std::wstring xsd__duration;
1479 #endif
1481 #ifndef SOAP_TYPE_ns3__char
1482 #define SOAP_TYPE_ns3__char (80)
1483 typedef int ns3__char;
1484 #endif
1486 #ifndef SOAP_TYPE_ns3__duration
1487 #define SOAP_TYPE_ns3__duration (82)
1488 typedef std::wstring ns3__duration;
1489 #endif
1491 #ifndef SOAP_TYPE_ns3__guid
1492 #define SOAP_TYPE_ns3__guid (84)
1493 typedef std::wstring ns3__guid;
1494 #endif
1497 /******************************************************************************\
1499 * Externals *
1501 \******************************************************************************/
1504 #endif
1506 /* End of soapStub.h */