~ubuntu-branches/ubuntu/raring/gdis/raring-proposed

« back to all changes in this revision

Viewing changes to soapStub.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2009-04-06 17:12:18 UTC
  • mfrom: (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090406171218-uizoe126jrq09ytt
Tags: 0.90-1
* New upstream release 0.90.
* Acknowledge NMU (closes: #492994). Thanks to Neil Williams.

* makefile.debian: Upstream doesn't provide a Makefile to edit - so created
  our own.
* debian/compat: Added and set to be 5.
* debian/control: Added Homepage, Vcs* and DM-Upload-Allowed fields.
  (Maintainer): Set to the debichem team with approval by Noèl.
  (Uploaders): Added myself.
  (Build-Depends): Increased debhelper version to 5. Removed glutg3-dev.
  Added dpatch.
  (Standards-Version): Bumped to 3.8.1.
  (Description): Removed homepage. Fixed a typo.
* debian/copyright: Updated, completed and adjusted.
* debian/dirs: Dropped useless file.
* debian/docs: Renamed to debian/gdis.docs.
* debian/menu: Renamed to debian/gdis.menu.
  (section): Fixed accordingly to policy.
* debian/gdis.1: Just some formatting changes.
* debian/gdis.desktop: Added file (with small fixes) provided by Phill Bull
  (LP: #111353).
* debian/gdis.install: Added.
* debian/rules: Cleaned. Installation is now done by dh_install. Make sure,
  the CVS directory is not copied. Added dh_desktop call.
* debian/source.lintian-overrides: makefile.debian is created for Debian but
  lives outside debian/.
* debian/watch: Added.
* debian/README.build: Dropped.
* debian/README.source: Added to be compliant to the policy v3.8.
* debian/patches/Debian_make.dpatch: Added.
  - gdis.h (ELEM_FILE): Moved fix for gdis.elemts path (#399132) to this
    patch.
* debian/patches/00list: Added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* soapStub.h
 
2
   Generated by gSOAP 2.7.9k from grisu_ws.h
 
3
   Copyright(C) 2000-2007, Robert van Engelen, Genivia Inc. All Rights Reserved.
 
4
   This part of the software is released under one of the following licenses:
 
5
   GPL, the gSOAP public license, or Genivia's license for commercial use.
 
6
*/
 
7
 
 
8
#ifndef soapStub_H
 
9
#define soapStub_H
 
10
#include "stdsoap2.h"
 
11
#ifdef __cplusplus
 
12
extern "C" {
 
13
#endif
 
14
 
 
15
/******************************************************************************\
 
16
 *                                                                            *
 
17
 * Enumerations                                                               *
 
18
 *                                                                            *
 
19
\******************************************************************************/
 
20
 
 
21
 
 
22
#ifndef SOAP_TYPE_xsd__boolean
 
23
#define SOAP_TYPE_xsd__boolean (11)
 
24
/* xsd:boolean */
 
25
enum xsd__boolean {xsd__boolean__false_ = 0, xsd__boolean__true_ = 1};
 
26
#endif
 
27
 
 
28
/******************************************************************************\
 
29
 *                                                                            *
 
30
 * Classes and Structs                                                        *
 
31
 *                                                                            *
 
32
\******************************************************************************/
 
33
 
 
34
 
 
35
#ifndef SOAP_TYPE__xop__Include
 
36
#define SOAP_TYPE__xop__Include (6)
 
37
/* Base64 schema type: */
 
38
struct _xop__Include
 
39
{
 
40
        unsigned char *__ptr;
 
41
        int __size;
 
42
        char *id;       /* optional element of type xsd:string */
 
43
        char *type;     /* optional element of type xsd:string */
 
44
        char *options;  /* optional element of type xsd:string */
 
45
};
 
46
#endif
 
47
 
 
48
#ifndef SOAP_TYPE_xsd__base64Binary
 
49
#define SOAP_TYPE_xsd__base64Binary (10)
 
50
/* Base64 schema type: */
 
51
struct xsd__base64Binary
 
52
{
 
53
        unsigned char *__ptr;
 
54
        int __size;
 
55
        char *id;       /* optional element of type xsd:string */
 
56
        char *type;     /* optional element of type xsd:string */
 
57
        char *options;  /* optional element of type xsd:string */
 
58
};
 
59
#endif
 
60
 
 
61
#ifndef SOAP_TYPE_ns1__ArrayOfString
 
62
#define SOAP_TYPE_ns1__ArrayOfString (12)
 
63
/* ns1:ArrayOfString */
 
64
struct ns1__ArrayOfString
 
65
{
 
66
        int __sizestring;       /* sequence of elements <string> */
 
67
        char **string;  /* optional element of type xsd:string */
 
68
};
 
69
#endif
 
70
 
 
71
#ifndef SOAP_TYPE__ns1__anyType2anyTypeMap_entry
 
72
#define SOAP_TYPE__ns1__anyType2anyTypeMap_entry (15)
 
73
/* ns1:anyType2anyTypeMap-entry */
 
74
struct _ns1__anyType2anyTypeMap_entry
 
75
{
 
76
        char *key;      /* optional element of type xsd:anyType */
 
77
        char *value;    /* optional element of type xsd:anyType */
 
78
};
 
79
#endif
 
80
 
 
81
#ifndef SOAP_TYPE_ns1__anyType2anyTypeMap
 
82
#define SOAP_TYPE_ns1__anyType2anyTypeMap (14)
 
83
/* ns1:anyType2anyTypeMap */
 
84
struct ns1__anyType2anyTypeMap
 
85
{
 
86
        int __sizeentry;        /* sequence of elements <entry> */
 
87
        struct _ns1__anyType2anyTypeMap_entry *entry;   /* optional element of type ns1:anyType2anyTypeMap-entry */
 
88
};
 
89
#endif
 
90
 
 
91
#ifndef SOAP_TYPE__ns1__getChildrenFiles
 
92
#define SOAP_TYPE__ns1__getChildrenFiles (17)
 
93
/* ns1:getChildrenFiles */
 
94
struct _ns1__getChildrenFiles
 
95
{
 
96
        char *in0;      /* required element of type xsd:string */
 
97
        enum xsd__boolean in1;  /* required element of type xsd:boolean */
 
98
};
 
99
#endif
 
100
 
 
101
#ifndef SOAP_TYPE__ns1__getChildrenFilesResponse
 
102
#define SOAP_TYPE__ns1__getChildrenFilesResponse (18)
 
103
/* ns1:getChildrenFilesResponse */
 
104
struct _ns1__getChildrenFilesResponse
 
105
{
 
106
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
107
};
 
108
#endif
 
109
 
 
110
#ifndef SOAP_TYPE__ns1__getJobFqan
 
111
#define SOAP_TYPE__ns1__getJobFqan (20)
 
112
/* ns1:getJobFqan */
 
113
struct _ns1__getJobFqan
 
114
{
 
115
        char *in0;      /* required element of type xsd:string */
 
116
};
 
117
#endif
 
118
 
 
119
#ifndef SOAP_TYPE__ns1__getJobFqanResponse
 
120
#define SOAP_TYPE__ns1__getJobFqanResponse (21)
 
121
/* ns1:getJobFqanResponse */
 
122
struct _ns1__getJobFqanResponse
 
123
{
 
124
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
125
};
 
126
#endif
 
127
 
 
128
#ifndef SOAP_TYPE__ns1__mount
 
129
#define SOAP_TYPE__ns1__mount (22)
 
130
/* ns1:mount */
 
131
struct _ns1__mount
 
132
{
 
133
        char *in0;      /* required element of type xsd:string */
 
134
        char *in1;      /* required element of type xsd:string */
 
135
        enum xsd__boolean in2;  /* required element of type xsd:boolean */
 
136
};
 
137
#endif
 
138
 
 
139
#ifndef SOAP_TYPE__ns1__mountResponse
 
140
#define SOAP_TYPE__ns1__mountResponse (23)
 
141
/* ns1:mountResponse */
 
142
struct _ns1__mountResponse
 
143
{
 
144
        struct ns3__MountPoint *out;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns3:MountPoint */
 
145
};
 
146
#endif
 
147
 
 
148
#ifndef SOAP_TYPE__ns1__login
 
149
#define SOAP_TYPE__ns1__login (26)
 
150
/* ns1:login */
 
151
struct _ns1__login
 
152
{
 
153
        char *in0;      /* required element of type xsd:string */
 
154
        struct ns1__ArrayOfString *in1; /* required element of type ns1:ArrayOfString */
 
155
};
 
156
#endif
 
157
 
 
158
#ifndef SOAP_TYPE__ns1__loginResponse
 
159
#define SOAP_TYPE__ns1__loginResponse (27)
 
160
/* ns1:loginResponse */
 
161
struct _ns1__loginResponse
 
162
{
 
163
#ifdef WITH_NOEMPTYSTRUCT
 
164
        char dummy;     /* dummy member to enable compilation */
 
165
#endif
 
166
};
 
167
#endif
 
168
 
 
169
#ifndef SOAP_TYPE__ns1__getTemplate
 
170
#define SOAP_TYPE__ns1__getTemplate (28)
 
171
/* ns1:getTemplate */
 
172
struct _ns1__getTemplate
 
173
{
 
174
        char *in0;      /* required element of type xsd:string */
 
175
};
 
176
#endif
 
177
 
 
178
#ifndef SOAP_TYPE__ns1__getTemplateResponse
 
179
#define SOAP_TYPE__ns1__getTemplateResponse (29)
 
180
/* ns1:getTemplateResponse */
 
181
struct _ns1__getTemplateResponse
 
182
{
 
183
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:anyType */
 
184
};
 
185
#endif
 
186
 
 
187
#ifndef SOAP_TYPE__ns1__getFqans
 
188
#define SOAP_TYPE__ns1__getFqans (30)
 
189
/* ns1:getFqans */
 
190
struct _ns1__getFqans
 
191
{
 
192
#ifdef WITH_NOEMPTYSTRUCT
 
193
        char dummy;     /* dummy member to enable compilation */
 
194
#endif
 
195
};
 
196
#endif
 
197
 
 
198
#ifndef SOAP_TYPE__ns1__getFqansResponse
 
199
#define SOAP_TYPE__ns1__getFqansResponse (31)
 
200
/* ns1:getFqansResponse */
 
201
struct _ns1__getFqansResponse
 
202
{
 
203
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
204
};
 
205
#endif
 
206
 
 
207
#ifndef SOAP_TYPE__ns1__df
 
208
#define SOAP_TYPE__ns1__df (32)
 
209
/* ns1:df */
 
210
struct _ns1__df
 
211
{
 
212
#ifdef WITH_NOEMPTYSTRUCT
 
213
        char dummy;     /* dummy member to enable compilation */
 
214
#endif
 
215
};
 
216
#endif
 
217
 
 
218
#ifndef SOAP_TYPE__ns1__dfResponse
 
219
#define SOAP_TYPE__ns1__dfResponse (33)
 
220
/* ns1:dfResponse */
 
221
struct _ns1__dfResponse
 
222
{
 
223
        struct ns3__ArrayOfMountPoint *out;     /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns3:ArrayOfMountPoint */
 
224
};
 
225
#endif
 
226
 
 
227
#ifndef SOAP_TYPE__ns1__downloadByteArray
 
228
#define SOAP_TYPE__ns1__downloadByteArray (36)
 
229
/* ns1:downloadByteArray */
 
230
struct _ns1__downloadByteArray
 
231
{
 
232
        char *in0;      /* required element of type xsd:string */
 
233
};
 
234
#endif
 
235
 
 
236
#ifndef SOAP_TYPE__ns1__downloadByteArrayResponse
 
237
#define SOAP_TYPE__ns1__downloadByteArrayResponse (37)
 
238
/* ns1:downloadByteArrayResponse */
 
239
struct _ns1__downloadByteArrayResponse
 
240
{
 
241
        struct xsd__base64Binary *out;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:base64Binary */
 
242
};
 
243
#endif
 
244
 
 
245
#ifndef SOAP_TYPE__ns1__getSubmissionLocationsForApplication2
 
246
#define SOAP_TYPE__ns1__getSubmissionLocationsForApplication2 (39)
 
247
/* ns1:getSubmissionLocationsForApplication2 */
 
248
struct _ns1__getSubmissionLocationsForApplication2
 
249
{
 
250
        char *in0;      /* required element of type xsd:string */
 
251
        char *in1;      /* required element of type xsd:string */
 
252
        char *in2;      /* required element of type xsd:string */
 
253
};
 
254
#endif
 
255
 
 
256
#ifndef SOAP_TYPE__ns1__getSubmissionLocationsForApplication2Response
 
257
#define SOAP_TYPE__ns1__getSubmissionLocationsForApplication2Response (40)
 
258
/* ns1:getSubmissionLocationsForApplication2Response */
 
259
struct _ns1__getSubmissionLocationsForApplication2Response
 
260
{
 
261
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
262
};
 
263
#endif
 
264
 
 
265
#ifndef SOAP_TYPE__ns1__ps
 
266
#define SOAP_TYPE__ns1__ps (41)
 
267
/* ns1:ps */
 
268
struct _ns1__ps
 
269
{
 
270
#ifdef WITH_NOEMPTYSTRUCT
 
271
        char dummy;     /* dummy member to enable compilation */
 
272
#endif
 
273
};
 
274
#endif
 
275
 
 
276
#ifndef SOAP_TYPE__ns1__psResponse
 
277
#define SOAP_TYPE__ns1__psResponse (42)
 
278
/* ns1:psResponse */
 
279
struct _ns1__psResponse
 
280
{
 
281
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:anyType */
 
282
};
 
283
#endif
 
284
 
 
285
#ifndef SOAP_TYPE__ns1__getStagingFileSystemForSubmissionLocation
 
286
#define SOAP_TYPE__ns1__getStagingFileSystemForSubmissionLocation (43)
 
287
/* ns1:getStagingFileSystemForSubmissionLocation */
 
288
struct _ns1__getStagingFileSystemForSubmissionLocation
 
289
{
 
290
        char *in0;      /* required element of type xsd:string */
 
291
};
 
292
#endif
 
293
 
 
294
#ifndef SOAP_TYPE__ns1__getStagingFileSystemForSubmissionLocationResponse
 
295
#define SOAP_TYPE__ns1__getStagingFileSystemForSubmissionLocationResponse (44)
 
296
/* ns1:getStagingFileSystemForSubmissionLocationResponse */
 
297
struct _ns1__getStagingFileSystemForSubmissionLocationResponse
 
298
{
 
299
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
300
};
 
301
#endif
 
302
 
 
303
#ifndef SOAP_TYPE__ns1__getUserProperty
 
304
#define SOAP_TYPE__ns1__getUserProperty (45)
 
305
/* ns1:getUserProperty */
 
306
struct _ns1__getUserProperty
 
307
{
 
308
        char *in0;      /* required element of type xsd:string */
 
309
};
 
310
#endif
 
311
 
 
312
#ifndef SOAP_TYPE__ns1__getUserPropertyResponse
 
313
#define SOAP_TYPE__ns1__getUserPropertyResponse (46)
 
314
/* ns1:getUserPropertyResponse */
 
315
struct _ns1__getUserPropertyResponse
 
316
{
 
317
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
318
};
 
319
#endif
 
320
 
 
321
#ifndef SOAP_TYPE__ns1__mkdir
 
322
#define SOAP_TYPE__ns1__mkdir (47)
 
323
/* ns1:mkdir */
 
324
struct _ns1__mkdir
 
325
{
 
326
        char *in0;      /* required element of type xsd:string */
 
327
};
 
328
#endif
 
329
 
 
330
#ifndef SOAP_TYPE__ns1__mkdirResponse
 
331
#define SOAP_TYPE__ns1__mkdirResponse (48)
 
332
/* ns1:mkdirResponse */
 
333
struct _ns1__mkdirResponse
 
334
{
 
335
        enum xsd__boolean out;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:boolean */
 
336
};
 
337
#endif
 
338
 
 
339
#ifndef SOAP_TYPE__ns1__getDataLocationsForVO
 
340
#define SOAP_TYPE__ns1__getDataLocationsForVO (49)
 
341
/* ns1:getDataLocationsForVO */
 
342
struct _ns1__getDataLocationsForVO
 
343
{
 
344
        char *in0;      /* required element of type xsd:string */
 
345
};
 
346
#endif
 
347
 
 
348
#ifndef SOAP_TYPE__ns1__getDataLocationsForVOResponse
 
349
#define SOAP_TYPE__ns1__getDataLocationsForVOResponse (50)
 
350
/* ns1:getDataLocationsForVOResponse */
 
351
struct _ns1__getDataLocationsForVOResponse
 
352
{
 
353
        struct ns1__anyType2anyTypeMap *out;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:anyType2anyTypeMap */
 
354
};
 
355
#endif
 
356
 
 
357
#ifndef SOAP_TYPE__ns1__getSubmissionLocationsPerVersionOfApplication
 
358
#define SOAP_TYPE__ns1__getSubmissionLocationsPerVersionOfApplication (52)
 
359
/* ns1:getSubmissionLocationsPerVersionOfApplication */
 
360
struct _ns1__getSubmissionLocationsPerVersionOfApplication
 
361
{
 
362
        char *in0;      /* required element of type xsd:string */
 
363
};
 
364
#endif
 
365
 
 
366
#ifndef SOAP_TYPE__ns1__getSubmissionLocationsPerVersionOfApplicationResponse
 
367
#define SOAP_TYPE__ns1__getSubmissionLocationsPerVersionOfApplicationResponse (53)
 
368
/* ns1:getSubmissionLocationsPerVersionOfApplicationResponse */
 
369
struct _ns1__getSubmissionLocationsPerVersionOfApplicationResponse
 
370
{
 
371
        struct ns1__anyType2anyTypeMap *out;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:anyType2anyTypeMap */
 
372
};
 
373
#endif
 
374
 
 
375
#ifndef SOAP_TYPE__ns1__getTemplate1
 
376
#define SOAP_TYPE__ns1__getTemplate1 (54)
 
377
/* ns1:getTemplate1 */
 
378
struct _ns1__getTemplate1
 
379
{
 
380
        char *in0;      /* required element of type xsd:string */
 
381
        char *in1;      /* required element of type xsd:string */
 
382
};
 
383
#endif
 
384
 
 
385
#ifndef SOAP_TYPE__ns1__getTemplate1Response
 
386
#define SOAP_TYPE__ns1__getTemplate1Response (55)
 
387
/* ns1:getTemplate1Response */
 
388
struct _ns1__getTemplate1Response
 
389
{
 
390
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:anyType */
 
391
};
 
392
#endif
 
393
 
 
394
#ifndef SOAP_TYPE__ns1__downloadByteArray1
 
395
#define SOAP_TYPE__ns1__downloadByteArray1 (56)
 
396
/* ns1:downloadByteArray1 */
 
397
struct _ns1__downloadByteArray1
 
398
{
 
399
        char *in0;      /* required element of type xsd:string */
 
400
        int in1;        /* required element of type xsd:int */
 
401
        int in2;        /* required element of type xsd:int */
 
402
};
 
403
#endif
 
404
 
 
405
#ifndef SOAP_TYPE__ns1__downloadByteArray1Response
 
406
#define SOAP_TYPE__ns1__downloadByteArray1Response (57)
 
407
/* ns1:downloadByteArray1Response */
 
408
struct _ns1__downloadByteArray1Response
 
409
{
 
410
        struct xsd__base64Binary *out;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:base64Binary */
 
411
};
 
412
#endif
 
413
 
 
414
#ifndef SOAP_TYPE__ns1__listHostedApplicationTemplates
 
415
#define SOAP_TYPE__ns1__listHostedApplicationTemplates (58)
 
416
/* ns1:listHostedApplicationTemplates */
 
417
struct _ns1__listHostedApplicationTemplates
 
418
{
 
419
#ifdef WITH_NOEMPTYSTRUCT
 
420
        char dummy;     /* dummy member to enable compilation */
 
421
#endif
 
422
};
 
423
#endif
 
424
 
 
425
#ifndef SOAP_TYPE__ns1__listHostedApplicationTemplatesResponse
 
426
#define SOAP_TYPE__ns1__listHostedApplicationTemplatesResponse (59)
 
427
/* ns1:listHostedApplicationTemplatesResponse */
 
428
struct _ns1__listHostedApplicationTemplatesResponse
 
429
{
 
430
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
431
};
 
432
#endif
 
433
 
 
434
#ifndef SOAP_TYPE__ns1__deleteFiles
 
435
#define SOAP_TYPE__ns1__deleteFiles (60)
 
436
/* ns1:deleteFiles */
 
437
struct _ns1__deleteFiles
 
438
{
 
439
        struct ns1__ArrayOfString *in0; /* required element of type ns1:ArrayOfString */
 
440
};
 
441
#endif
 
442
 
 
443
#ifndef SOAP_TYPE__ns1__deleteFilesResponse
 
444
#define SOAP_TYPE__ns1__deleteFilesResponse (61)
 
445
/* ns1:deleteFilesResponse */
 
446
struct _ns1__deleteFilesResponse
 
447
{
 
448
#ifdef WITH_NOEMPTYSTRUCT
 
449
        char dummy;     /* dummy member to enable compilation */
 
450
#endif
 
451
};
 
452
#endif
 
453
 
 
454
#ifndef SOAP_TYPE__ns1__getMessagesSince
 
455
#define SOAP_TYPE__ns1__getMessagesSince (62)
 
456
/* ns1:getMessagesSince */
 
457
struct _ns1__getMessagesSince
 
458
{
 
459
        time_t in0;     /* required element of type xsd:dateTime */
 
460
};
 
461
#endif
 
462
 
 
463
#ifndef SOAP_TYPE__ns1__getMessagesSinceResponse
 
464
#define SOAP_TYPE__ns1__getMessagesSinceResponse (64)
 
465
/* ns1:getMessagesSinceResponse */
 
466
struct _ns1__getMessagesSinceResponse
 
467
{
 
468
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:anyType */
 
469
};
 
470
#endif
 
471
 
 
472
#ifndef SOAP_TYPE__ns1__calculateAbsoluteJobDirectory
 
473
#define SOAP_TYPE__ns1__calculateAbsoluteJobDirectory (65)
 
474
/* ns1:calculateAbsoluteJobDirectory */
 
475
struct _ns1__calculateAbsoluteJobDirectory
 
476
{
 
477
        char *in0;      /* required element of type xsd:string */
 
478
        char *in1;      /* required element of type xsd:string */
 
479
        char *in2;      /* required element of type xsd:string */
 
480
};
 
481
#endif
 
482
 
 
483
#ifndef SOAP_TYPE__ns1__calculateAbsoluteJobDirectoryResponse
 
484
#define SOAP_TYPE__ns1__calculateAbsoluteJobDirectoryResponse (66)
 
485
/* ns1:calculateAbsoluteJobDirectoryResponse */
 
486
struct _ns1__calculateAbsoluteJobDirectoryResponse
 
487
{
 
488
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
489
};
 
490
#endif
 
491
 
 
492
#ifndef SOAP_TYPE__ns1__ls_USCOREstring
 
493
#define SOAP_TYPE__ns1__ls_USCOREstring (67)
 
494
/* ns1:ls_string */
 
495
struct _ns1__ls_USCOREstring
 
496
{
 
497
        char *in0;      /* required element of type xsd:string */
 
498
        int in1;        /* required element of type xsd:int */
 
499
        enum xsd__boolean in2;  /* required element of type xsd:boolean */
 
500
};
 
501
#endif
 
502
 
 
503
#ifndef SOAP_TYPE__ns1__ls_USCOREstringResponse
 
504
#define SOAP_TYPE__ns1__ls_USCOREstringResponse (68)
 
505
/* ns1:ls_stringResponse */
 
506
struct _ns1__ls_USCOREstringResponse
 
507
{
 
508
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
509
};
 
510
#endif
 
511
 
 
512
#ifndef SOAP_TYPE__ns1__getSubmissionLocationsForApplication1
 
513
#define SOAP_TYPE__ns1__getSubmissionLocationsForApplication1 (69)
 
514
/* ns1:getSubmissionLocationsForApplication1 */
 
515
struct _ns1__getSubmissionLocationsForApplication1
 
516
{
 
517
        char *in0;      /* required element of type xsd:string */
 
518
        char *in1;      /* required element of type xsd:string */
 
519
};
 
520
#endif
 
521
 
 
522
#ifndef SOAP_TYPE__ns1__getSubmissionLocationsForApplication1Response
 
523
#define SOAP_TYPE__ns1__getSubmissionLocationsForApplication1Response (70)
 
524
/* ns1:getSubmissionLocationsForApplication1Response */
 
525
struct _ns1__getSubmissionLocationsForApplication1Response
 
526
{
 
527
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
528
};
 
529
#endif
 
530
 
 
531
#ifndef SOAP_TYPE__ns1__getApplicationDetails
 
532
#define SOAP_TYPE__ns1__getApplicationDetails (71)
 
533
/* ns1:getApplicationDetails */
 
534
struct _ns1__getApplicationDetails
 
535
{
 
536
        char *in0;      /* required element of type xsd:string */
 
537
        char *in1;      /* required element of type xsd:string */
 
538
};
 
539
#endif
 
540
 
 
541
#ifndef SOAP_TYPE__ns1__getApplicationDetailsResponse
 
542
#define SOAP_TYPE__ns1__getApplicationDetailsResponse (72)
 
543
/* ns1:getApplicationDetailsResponse */
 
544
struct _ns1__getApplicationDetailsResponse
 
545
{
 
546
        struct ns1__anyType2anyTypeMap *out;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:anyType2anyTypeMap */
 
547
};
 
548
#endif
 
549
 
 
550
#ifndef SOAP_TYPE__ns1__createJob1
 
551
#define SOAP_TYPE__ns1__createJob1 (73)
 
552
/* ns1:createJob1 */
 
553
struct _ns1__createJob1
 
554
{
 
555
        char *in0;      /* required element of type xsd:anyType */
 
556
        int in1;        /* required element of type xsd:int */
 
557
};
 
558
#endif
 
559
 
 
560
#ifndef SOAP_TYPE__ns1__createJob1Response
 
561
#define SOAP_TYPE__ns1__createJob1Response (74)
 
562
/* ns1:createJob1Response */
 
563
struct _ns1__createJob1Response
 
564
{
 
565
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
566
};
 
567
#endif
 
568
 
 
569
#ifndef SOAP_TYPE__ns1__getSubmissionLocationsForApplication
 
570
#define SOAP_TYPE__ns1__getSubmissionLocationsForApplication (75)
 
571
/* ns1:getSubmissionLocationsForApplication */
 
572
struct _ns1__getSubmissionLocationsForApplication
 
573
{
 
574
        char *in0;      /* required element of type xsd:string */
 
575
};
 
576
#endif
 
577
 
 
578
#ifndef SOAP_TYPE__ns1__getSubmissionLocationsForApplicationResponse
 
579
#define SOAP_TYPE__ns1__getSubmissionLocationsForApplicationResponse (76)
 
580
/* ns1:getSubmissionLocationsForApplicationResponse */
 
581
struct _ns1__getSubmissionLocationsForApplicationResponse
 
582
{
 
583
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
584
};
 
585
#endif
 
586
 
 
587
#ifndef SOAP_TYPE__ns1__getDN
 
588
#define SOAP_TYPE__ns1__getDN (77)
 
589
/* ns1:getDN */
 
590
struct _ns1__getDN
 
591
{
 
592
#ifdef WITH_NOEMPTYSTRUCT
 
593
        char dummy;     /* dummy member to enable compilation */
 
594
#endif
 
595
};
 
596
#endif
 
597
 
 
598
#ifndef SOAP_TYPE__ns1__getDNResponse
 
599
#define SOAP_TYPE__ns1__getDNResponse (78)
 
600
/* ns1:getDNResponse */
 
601
struct _ns1__getDNResponse
 
602
{
 
603
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
604
};
 
605
#endif
 
606
 
 
607
#ifndef SOAP_TYPE__ns1__getAllJobnames
 
608
#define SOAP_TYPE__ns1__getAllJobnames (79)
 
609
/* ns1:getAllJobnames */
 
610
struct _ns1__getAllJobnames
 
611
{
 
612
#ifdef WITH_NOEMPTYSTRUCT
 
613
        char dummy;     /* dummy member to enable compilation */
 
614
#endif
 
615
};
 
616
#endif
 
617
 
 
618
#ifndef SOAP_TYPE__ns1__getAllJobnamesResponse
 
619
#define SOAP_TYPE__ns1__getAllJobnamesResponse (80)
 
620
/* ns1:getAllJobnamesResponse */
 
621
struct _ns1__getAllJobnamesResponse
 
622
{
 
623
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
624
};
 
625
#endif
 
626
 
 
627
#ifndef SOAP_TYPE__ns1__getAllJobProperties
 
628
#define SOAP_TYPE__ns1__getAllJobProperties (81)
 
629
/* ns1:getAllJobProperties */
 
630
struct _ns1__getAllJobProperties
 
631
{
 
632
        char *in0;      /* required element of type xsd:string */
 
633
};
 
634
#endif
 
635
 
 
636
#ifndef SOAP_TYPE__ns1__getAllJobPropertiesResponse
 
637
#define SOAP_TYPE__ns1__getAllJobPropertiesResponse (82)
 
638
/* ns1:getAllJobPropertiesResponse */
 
639
struct _ns1__getAllJobPropertiesResponse
 
640
{
 
641
        struct ns1__anyType2anyTypeMap *out;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:anyType2anyTypeMap */
 
642
};
 
643
#endif
 
644
 
 
645
#ifndef SOAP_TYPE__ns1__download
 
646
#define SOAP_TYPE__ns1__download (83)
 
647
/* ns1:download */
 
648
struct _ns1__download
 
649
{
 
650
        char *in0;      /* required element of type xsd:string */
 
651
};
 
652
#endif
 
653
 
 
654
#ifndef SOAP_TYPE__ns1__downloadResponse
 
655
#define SOAP_TYPE__ns1__downloadResponse (84)
 
656
/* ns1:downloadResponse */
 
657
struct _ns1__downloadResponse
 
658
{
 
659
        struct xsd__base64Binary *out;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:base64Binary */
 
660
};
 
661
#endif
 
662
 
 
663
#ifndef SOAP_TYPE__ns1__isFolder
 
664
#define SOAP_TYPE__ns1__isFolder (85)
 
665
/* ns1:isFolder */
 
666
struct _ns1__isFolder
 
667
{
 
668
        char *in0;      /* required element of type xsd:string */
 
669
};
 
670
#endif
 
671
 
 
672
#ifndef SOAP_TYPE__ns1__isFolderResponse
 
673
#define SOAP_TYPE__ns1__isFolderResponse (86)
 
674
/* ns1:isFolderResponse */
 
675
struct _ns1__isFolderResponse
 
676
{
 
677
        enum xsd__boolean out;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:boolean */
 
678
};
 
679
#endif
 
680
 
 
681
#ifndef SOAP_TYPE__ns1__kill
 
682
#define SOAP_TYPE__ns1__kill (87)
 
683
/* ns1:kill */
 
684
struct _ns1__kill
 
685
{
 
686
        char *in0;      /* required element of type xsd:string */
 
687
        enum xsd__boolean in1;  /* required element of type xsd:boolean */
 
688
};
 
689
#endif
 
690
 
 
691
#ifndef SOAP_TYPE__ns1__killResponse
 
692
#define SOAP_TYPE__ns1__killResponse (88)
 
693
/* ns1:killResponse */
 
694
struct _ns1__killResponse
 
695
{
 
696
#ifdef WITH_NOEMPTYSTRUCT
 
697
        char dummy;     /* dummy member to enable compilation */
 
698
#endif
 
699
};
 
700
#endif
 
701
 
 
702
#ifndef SOAP_TYPE__ns1__getAllAvailableApplications
 
703
#define SOAP_TYPE__ns1__getAllAvailableApplications (89)
 
704
/* ns1:getAllAvailableApplications */
 
705
struct _ns1__getAllAvailableApplications
 
706
{
 
707
        struct ns1__ArrayOfString *in0; /* required element of type ns1:ArrayOfString */
 
708
};
 
709
#endif
 
710
 
 
711
#ifndef SOAP_TYPE__ns1__getAllAvailableApplicationsResponse
 
712
#define SOAP_TYPE__ns1__getAllAvailableApplicationsResponse (90)
 
713
/* ns1:getAllAvailableApplicationsResponse */
 
714
struct _ns1__getAllAvailableApplicationsResponse
 
715
{
 
716
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
717
};
 
718
#endif
 
719
 
 
720
#ifndef SOAP_TYPE__ns1__addJobProperties
 
721
#define SOAP_TYPE__ns1__addJobProperties (91)
 
722
/* ns1:addJobProperties */
 
723
struct _ns1__addJobProperties
 
724
{
 
725
        char *in0;      /* required element of type xsd:string */
 
726
        struct ns1__anyType2anyTypeMap *in1;    /* required element of type ns1:anyType2anyTypeMap */
 
727
};
 
728
#endif
 
729
 
 
730
#ifndef SOAP_TYPE__ns1__addJobPropertiesResponse
 
731
#define SOAP_TYPE__ns1__addJobPropertiesResponse (92)
 
732
/* ns1:addJobPropertiesResponse */
 
733
struct _ns1__addJobPropertiesResponse
 
734
{
 
735
#ifdef WITH_NOEMPTYSTRUCT
 
736
        char dummy;     /* dummy member to enable compilation */
 
737
#endif
 
738
};
 
739
#endif
 
740
 
 
741
#ifndef SOAP_TYPE__ns1__addJobProperty
 
742
#define SOAP_TYPE__ns1__addJobProperty (93)
 
743
/* ns1:addJobProperty */
 
744
struct _ns1__addJobProperty
 
745
{
 
746
        char *in0;      /* required element of type xsd:string */
 
747
        char *in1;      /* required element of type xsd:string */
 
748
        char *in2;      /* required element of type xsd:string */
 
749
};
 
750
#endif
 
751
 
 
752
#ifndef SOAP_TYPE__ns1__addJobPropertyResponse
 
753
#define SOAP_TYPE__ns1__addJobPropertyResponse (94)
 
754
/* ns1:addJobPropertyResponse */
 
755
struct _ns1__addJobPropertyResponse
 
756
{
 
757
#ifdef WITH_NOEMPTYSTRUCT
 
758
        char dummy;     /* dummy member to enable compilation */
 
759
#endif
 
760
};
 
761
#endif
 
762
 
 
763
#ifndef SOAP_TYPE__ns1__getAllSubmissionLocations
 
764
#define SOAP_TYPE__ns1__getAllSubmissionLocations (95)
 
765
/* ns1:getAllSubmissionLocations */
 
766
struct _ns1__getAllSubmissionLocations
 
767
{
 
768
#ifdef WITH_NOEMPTYSTRUCT
 
769
        char dummy;     /* dummy member to enable compilation */
 
770
#endif
 
771
};
 
772
#endif
 
773
 
 
774
#ifndef SOAP_TYPE__ns1__getAllSubmissionLocationsResponse
 
775
#define SOAP_TYPE__ns1__getAllSubmissionLocationsResponse (96)
 
776
/* ns1:getAllSubmissionLocationsResponse */
 
777
struct _ns1__getAllSubmissionLocationsResponse
 
778
{
 
779
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
780
};
 
781
#endif
 
782
 
 
783
#ifndef SOAP_TYPE__ns1__getInterfaceVersion
 
784
#define SOAP_TYPE__ns1__getInterfaceVersion (97)
 
785
/* ns1:getInterfaceVersion */
 
786
struct _ns1__getInterfaceVersion
 
787
{
 
788
#ifdef WITH_NOEMPTYSTRUCT
 
789
        char dummy;     /* dummy member to enable compilation */
 
790
#endif
 
791
};
 
792
#endif
 
793
 
 
794
#ifndef SOAP_TYPE__ns1__getInterfaceVersionResponse
 
795
#define SOAP_TYPE__ns1__getInterfaceVersionResponse (98)
 
796
/* ns1:getInterfaceVersionResponse */
 
797
struct _ns1__getInterfaceVersionResponse
 
798
{
 
799
        double out;     /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:double */
 
800
};
 
801
#endif
 
802
 
 
803
#ifndef SOAP_TYPE__ns1__createJob
 
804
#define SOAP_TYPE__ns1__createJob (100)
 
805
/* ns1:createJob */
 
806
struct _ns1__createJob
 
807
{
 
808
        char *in0;      /* required element of type xsd:string */
 
809
        int in1;        /* required element of type xsd:int */
 
810
};
 
811
#endif
 
812
 
 
813
#ifndef SOAP_TYPE__ns1__createJobResponse
 
814
#define SOAP_TYPE__ns1__createJobResponse (101)
 
815
/* ns1:createJobResponse */
 
816
struct _ns1__createJobResponse
 
817
{
 
818
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
819
};
 
820
#endif
 
821
 
 
822
#ifndef SOAP_TYPE__ns1__getAllSubmissionLocations1
 
823
#define SOAP_TYPE__ns1__getAllSubmissionLocations1 (102)
 
824
/* ns1:getAllSubmissionLocations1 */
 
825
struct _ns1__getAllSubmissionLocations1
 
826
{
 
827
        char *in0;      /* required element of type xsd:string */
 
828
};
 
829
#endif
 
830
 
 
831
#ifndef SOAP_TYPE__ns1__getAllSubmissionLocations1Response
 
832
#define SOAP_TYPE__ns1__getAllSubmissionLocations1Response (103)
 
833
/* ns1:getAllSubmissionLocations1Response */
 
834
struct _ns1__getAllSubmissionLocations1Response
 
835
{
 
836
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
837
};
 
838
#endif
 
839
 
 
840
#ifndef SOAP_TYPE__ns1__getVersionsOfApplicationOnSite
 
841
#define SOAP_TYPE__ns1__getVersionsOfApplicationOnSite (104)
 
842
/* ns1:getVersionsOfApplicationOnSite */
 
843
struct _ns1__getVersionsOfApplicationOnSite
 
844
{
 
845
        char *in0;      /* required element of type xsd:string */
 
846
        char *in1;      /* required element of type xsd:string */
 
847
};
 
848
#endif
 
849
 
 
850
#ifndef SOAP_TYPE__ns1__getVersionsOfApplicationOnSiteResponse
 
851
#define SOAP_TYPE__ns1__getVersionsOfApplicationOnSiteResponse (105)
 
852
/* ns1:getVersionsOfApplicationOnSiteResponse */
 
853
struct _ns1__getVersionsOfApplicationOnSiteResponse
 
854
{
 
855
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
856
};
 
857
#endif
 
858
 
 
859
#ifndef SOAP_TYPE__ns1__uploadByteArray1
 
860
#define SOAP_TYPE__ns1__uploadByteArray1 (106)
 
861
/* ns1:uploadByteArray1 */
 
862
struct _ns1__uploadByteArray1
 
863
{
 
864
        struct xsd__base64Binary *in0;  /* required element of type xsd:base64Binary */
 
865
        char *in1;      /* required element of type xsd:string */
 
866
        enum xsd__boolean in2;  /* required element of type xsd:boolean */
 
867
        int in3;        /* required element of type xsd:int */
 
868
        int in4;        /* required element of type xsd:int */
 
869
};
 
870
#endif
 
871
 
 
872
#ifndef SOAP_TYPE__ns1__uploadByteArray1Response
 
873
#define SOAP_TYPE__ns1__uploadByteArray1Response (107)
 
874
/* ns1:uploadByteArray1Response */
 
875
struct _ns1__uploadByteArray1Response
 
876
{
 
877
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
878
};
 
879
#endif
 
880
 
 
881
#ifndef SOAP_TYPE__ns1__ps_USCOREstring
 
882
#define SOAP_TYPE__ns1__ps_USCOREstring (108)
 
883
/* ns1:ps_string */
 
884
struct _ns1__ps_USCOREstring
 
885
{
 
886
#ifdef WITH_NOEMPTYSTRUCT
 
887
        char dummy;     /* dummy member to enable compilation */
 
888
#endif
 
889
};
 
890
#endif
 
891
 
 
892
#ifndef SOAP_TYPE__ns1__ps_USCOREstringResponse
 
893
#define SOAP_TYPE__ns1__ps_USCOREstringResponse (109)
 
894
/* ns1:ps_stringResponse */
 
895
struct _ns1__ps_USCOREstringResponse
 
896
{
 
897
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
898
};
 
899
#endif
 
900
 
 
901
#ifndef SOAP_TYPE__ns1__getSite
 
902
#define SOAP_TYPE__ns1__getSite (110)
 
903
/* ns1:getSite */
 
904
struct _ns1__getSite
 
905
{
 
906
        char *in0;      /* required element of type xsd:string */
 
907
};
 
908
#endif
 
909
 
 
910
#ifndef SOAP_TYPE__ns1__getSiteResponse
 
911
#define SOAP_TYPE__ns1__getSiteResponse (111)
 
912
/* ns1:getSiteResponse */
 
913
struct _ns1__getSiteResponse
 
914
{
 
915
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
916
};
 
917
#endif
 
918
 
 
919
#ifndef SOAP_TYPE__ns1__lastModified
 
920
#define SOAP_TYPE__ns1__lastModified (112)
 
921
/* ns1:lastModified */
 
922
struct _ns1__lastModified
 
923
{
 
924
        char *in0;      /* required element of type xsd:string */
 
925
};
 
926
#endif
 
927
 
 
928
#ifndef SOAP_TYPE__ns1__lastModifiedResponse
 
929
#define SOAP_TYPE__ns1__lastModifiedResponse (113)
 
930
/* ns1:lastModifiedResponse */
 
931
struct _ns1__lastModifiedResponse
 
932
{
 
933
        LONG64 out;     /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:long */
 
934
};
 
935
#endif
 
936
 
 
937
#ifndef SOAP_TYPE__ns1__ls
 
938
#define SOAP_TYPE__ns1__ls (115)
 
939
/* ns1:ls */
 
940
struct _ns1__ls
 
941
{
 
942
        char *in0;      /* required element of type xsd:string */
 
943
        int in1;        /* required element of type xsd:int */
 
944
        enum xsd__boolean in2;  /* required element of type xsd:boolean */
 
945
};
 
946
#endif
 
947
 
 
948
#ifndef SOAP_TYPE__ns1__lsResponse
 
949
#define SOAP_TYPE__ns1__lsResponse (116)
 
950
/* ns1:lsResponse */
 
951
struct _ns1__lsResponse
 
952
{
 
953
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:anyType */
 
954
};
 
955
#endif
 
956
 
 
957
#ifndef SOAP_TYPE__ns1__getApplicationDetails1
 
958
#define SOAP_TYPE__ns1__getApplicationDetails1 (117)
 
959
/* ns1:getApplicationDetails1 */
 
960
struct _ns1__getApplicationDetails1
 
961
{
 
962
        char *in0;      /* required element of type xsd:string */
 
963
        char *in1;      /* required element of type xsd:string */
 
964
        char *in2;      /* required element of type xsd:string */
 
965
};
 
966
#endif
 
967
 
 
968
#ifndef SOAP_TYPE__ns1__getApplicationDetails1Response
 
969
#define SOAP_TYPE__ns1__getApplicationDetails1Response (118)
 
970
/* ns1:getApplicationDetails1Response */
 
971
struct _ns1__getApplicationDetails1Response
 
972
{
 
973
        struct ns1__anyType2anyTypeMap *out;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:anyType2anyTypeMap */
 
974
};
 
975
#endif
 
976
 
 
977
#ifndef SOAP_TYPE__ns1__calculateRelativeJobDirectory
 
978
#define SOAP_TYPE__ns1__calculateRelativeJobDirectory (119)
 
979
/* ns1:calculateRelativeJobDirectory */
 
980
struct _ns1__calculateRelativeJobDirectory
 
981
{
 
982
        char *in0;      /* required element of type xsd:string */
 
983
};
 
984
#endif
 
985
 
 
986
#ifndef SOAP_TYPE__ns1__calculateRelativeJobDirectoryResponse
 
987
#define SOAP_TYPE__ns1__calculateRelativeJobDirectoryResponse (120)
 
988
/* ns1:calculateRelativeJobDirectoryResponse */
 
989
struct _ns1__calculateRelativeJobDirectoryResponse
 
990
{
 
991
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
992
};
 
993
#endif
 
994
 
 
995
#ifndef SOAP_TYPE__ns1__setJobDescription_USCOREstring
 
996
#define SOAP_TYPE__ns1__setJobDescription_USCOREstring (121)
 
997
/* ns1:setJobDescription_string */
 
998
struct _ns1__setJobDescription_USCOREstring
 
999
{
 
1000
        char *in0;      /* required element of type xsd:string */
 
1001
        char *in1;      /* required element of type xsd:string */
 
1002
};
 
1003
#endif
 
1004
 
 
1005
#ifndef SOAP_TYPE__ns1__setJobDescription_USCOREstringResponse
 
1006
#define SOAP_TYPE__ns1__setJobDescription_USCOREstringResponse (122)
 
1007
/* ns1:setJobDescription_stringResponse */
 
1008
struct _ns1__setJobDescription_USCOREstringResponse
 
1009
{
 
1010
#ifdef WITH_NOEMPTYSTRUCT
 
1011
        char dummy;     /* dummy member to enable compilation */
 
1012
#endif
 
1013
};
 
1014
#endif
 
1015
 
 
1016
#ifndef SOAP_TYPE__ns1__logout
 
1017
#define SOAP_TYPE__ns1__logout (123)
 
1018
/* ns1:logout */
 
1019
struct _ns1__logout
 
1020
{
 
1021
#ifdef WITH_NOEMPTYSTRUCT
 
1022
        char dummy;     /* dummy member to enable compilation */
 
1023
#endif
 
1024
};
 
1025
#endif
 
1026
 
 
1027
#ifndef SOAP_TYPE__ns1__logoutResponse
 
1028
#define SOAP_TYPE__ns1__logoutResponse (124)
 
1029
/* ns1:logoutResponse */
 
1030
struct _ns1__logoutResponse
 
1031
{
 
1032
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
1033
};
 
1034
#endif
 
1035
 
 
1036
#ifndef SOAP_TYPE__ns1__submitJob
 
1037
#define SOAP_TYPE__ns1__submitJob (125)
 
1038
/* ns1:submitJob */
 
1039
struct _ns1__submitJob
 
1040
{
 
1041
        char *in0;      /* required element of type xsd:string */
 
1042
        char *in1;      /* required element of type xsd:string */
 
1043
};
 
1044
#endif
 
1045
 
 
1046
#ifndef SOAP_TYPE__ns1__submitJobResponse
 
1047
#define SOAP_TYPE__ns1__submitJobResponse (126)
 
1048
/* ns1:submitJobResponse */
 
1049
struct _ns1__submitJobResponse
 
1050
{
 
1051
#ifdef WITH_NOEMPTYSTRUCT
 
1052
        char dummy;     /* dummy member to enable compilation */
 
1053
#endif
 
1054
};
 
1055
#endif
 
1056
 
 
1057
#ifndef SOAP_TYPE__ns1__uploadByteArray
 
1058
#define SOAP_TYPE__ns1__uploadByteArray (127)
 
1059
/* ns1:uploadByteArray */
 
1060
struct _ns1__uploadByteArray
 
1061
{
 
1062
        struct xsd__base64Binary *in0;  /* required element of type xsd:base64Binary */
 
1063
        char *in1;      /* required element of type xsd:string */
 
1064
        enum xsd__boolean in2;  /* required element of type xsd:boolean */
 
1065
};
 
1066
#endif
 
1067
 
 
1068
#ifndef SOAP_TYPE__ns1__uploadByteArrayResponse
 
1069
#define SOAP_TYPE__ns1__uploadByteArrayResponse (128)
 
1070
/* ns1:uploadByteArrayResponse */
 
1071
struct _ns1__uploadByteArrayResponse
 
1072
{
 
1073
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
1074
};
 
1075
#endif
 
1076
 
 
1077
#ifndef SOAP_TYPE__ns1__cp
 
1078
#define SOAP_TYPE__ns1__cp (129)
 
1079
/* ns1:cp */
 
1080
struct _ns1__cp
 
1081
{
 
1082
        char *in0;      /* required element of type xsd:string */
 
1083
        char *in1;      /* required element of type xsd:string */
 
1084
        enum xsd__boolean in2;  /* required element of type xsd:boolean */
 
1085
        enum xsd__boolean in3;  /* required element of type xsd:boolean */
 
1086
};
 
1087
#endif
 
1088
 
 
1089
#ifndef SOAP_TYPE__ns1__cpResponse
 
1090
#define SOAP_TYPE__ns1__cpResponse (130)
 
1091
/* ns1:cpResponse */
 
1092
struct _ns1__cpResponse
 
1093
{
 
1094
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
1095
};
 
1096
#endif
 
1097
 
 
1098
#ifndef SOAP_TYPE__ns1__getFileSize
 
1099
#define SOAP_TYPE__ns1__getFileSize (131)
 
1100
/* ns1:getFileSize */
 
1101
struct _ns1__getFileSize
 
1102
{
 
1103
        char *in0;      /* required element of type xsd:string */
 
1104
};
 
1105
#endif
 
1106
 
 
1107
#ifndef SOAP_TYPE__ns1__getFileSizeResponse
 
1108
#define SOAP_TYPE__ns1__getFileSizeResponse (132)
 
1109
/* ns1:getFileSizeResponse */
 
1110
struct _ns1__getFileSizeResponse
 
1111
{
 
1112
        LONG64 out;     /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:long */
 
1113
};
 
1114
#endif
 
1115
 
 
1116
#ifndef SOAP_TYPE__ns1__deleteFile
 
1117
#define SOAP_TYPE__ns1__deleteFile (133)
 
1118
/* ns1:deleteFile */
 
1119
struct _ns1__deleteFile
 
1120
{
 
1121
        char *in0;      /* required element of type xsd:string */
 
1122
};
 
1123
#endif
 
1124
 
 
1125
#ifndef SOAP_TYPE__ns1__deleteFileResponse
 
1126
#define SOAP_TYPE__ns1__deleteFileResponse (134)
 
1127
/* ns1:deleteFileResponse */
 
1128
struct _ns1__deleteFileResponse
 
1129
{
 
1130
#ifdef WITH_NOEMPTYSTRUCT
 
1131
        char dummy;     /* dummy member to enable compilation */
 
1132
#endif
 
1133
};
 
1134
#endif
 
1135
 
 
1136
#ifndef SOAP_TYPE__ns1__upload
 
1137
#define SOAP_TYPE__ns1__upload (135)
 
1138
/* ns1:upload */
 
1139
struct _ns1__upload
 
1140
{
 
1141
        struct xsd__base64Binary *in0;  /* required element of type xsd:base64Binary */
 
1142
        char *in1;      /* required element of type xsd:string */
 
1143
        enum xsd__boolean in2;  /* required element of type xsd:boolean */
 
1144
};
 
1145
#endif
 
1146
 
 
1147
#ifndef SOAP_TYPE__ns1__uploadResponse
 
1148
#define SOAP_TYPE__ns1__uploadResponse (136)
 
1149
/* ns1:uploadResponse */
 
1150
struct _ns1__uploadResponse
 
1151
{
 
1152
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
1153
};
 
1154
#endif
 
1155
 
 
1156
#ifndef SOAP_TYPE__ns1__getJobDirectory
 
1157
#define SOAP_TYPE__ns1__getJobDirectory (137)
 
1158
/* ns1:getJobDirectory */
 
1159
struct _ns1__getJobDirectory
 
1160
{
 
1161
        char *in0;      /* required element of type xsd:string */
 
1162
};
 
1163
#endif
 
1164
 
 
1165
#ifndef SOAP_TYPE__ns1__getJobDirectoryResponse
 
1166
#define SOAP_TYPE__ns1__getJobDirectoryResponse (138)
 
1167
/* ns1:getJobDirectoryResponse */
 
1168
struct _ns1__getJobDirectoryResponse
 
1169
{
 
1170
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
1171
};
 
1172
#endif
 
1173
 
 
1174
#ifndef SOAP_TYPE__ns1__setJobDescription
 
1175
#define SOAP_TYPE__ns1__setJobDescription (139)
 
1176
/* ns1:setJobDescription */
 
1177
struct _ns1__setJobDescription
 
1178
{
 
1179
        char *in0;      /* required element of type xsd:string */
 
1180
        char *in1;      /* required element of type xsd:anyType */
 
1181
};
 
1182
#endif
 
1183
 
 
1184
#ifndef SOAP_TYPE__ns1__setJobDescriptionResponse
 
1185
#define SOAP_TYPE__ns1__setJobDescriptionResponse (140)
 
1186
/* ns1:setJobDescriptionResponse */
 
1187
struct _ns1__setJobDescriptionResponse
 
1188
{
 
1189
#ifdef WITH_NOEMPTYSTRUCT
 
1190
        char dummy;     /* dummy member to enable compilation */
 
1191
#endif
 
1192
};
 
1193
#endif
 
1194
 
 
1195
#ifndef SOAP_TYPE__ns1__getAllSites
 
1196
#define SOAP_TYPE__ns1__getAllSites (141)
 
1197
/* ns1:getAllSites */
 
1198
struct _ns1__getAllSites
 
1199
{
 
1200
#ifdef WITH_NOEMPTYSTRUCT
 
1201
        char dummy;     /* dummy member to enable compilation */
 
1202
#endif
 
1203
};
 
1204
#endif
 
1205
 
 
1206
#ifndef SOAP_TYPE__ns1__getAllSitesResponse
 
1207
#define SOAP_TYPE__ns1__getAllSitesResponse (142)
 
1208
/* ns1:getAllSitesResponse */
 
1209
struct _ns1__getAllSitesResponse
 
1210
{
 
1211
        struct ns1__ArrayOfString *out; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:ArrayOfString */
 
1212
};
 
1213
#endif
 
1214
 
 
1215
#ifndef SOAP_TYPE__ns1__getJobDetails_USCOREstring
 
1216
#define SOAP_TYPE__ns1__getJobDetails_USCOREstring (143)
 
1217
/* ns1:getJobDetails_string */
 
1218
struct _ns1__getJobDetails_USCOREstring
 
1219
{
 
1220
        char *in0;      /* required element of type xsd:string */
 
1221
};
 
1222
#endif
 
1223
 
 
1224
#ifndef SOAP_TYPE__ns1__getJobDetails_USCOREstringResponse
 
1225
#define SOAP_TYPE__ns1__getJobDetails_USCOREstringResponse (144)
 
1226
/* ns1:getJobDetails_stringResponse */
 
1227
struct _ns1__getJobDetails_USCOREstringResponse
 
1228
{
 
1229
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
1230
};
 
1231
#endif
 
1232
 
 
1233
#ifndef SOAP_TYPE__ns1__getJobStatus
 
1234
#define SOAP_TYPE__ns1__getJobStatus (145)
 
1235
/* ns1:getJobStatus */
 
1236
struct _ns1__getJobStatus
 
1237
{
 
1238
        char *in0;      /* required element of type xsd:string */
 
1239
};
 
1240
#endif
 
1241
 
 
1242
#ifndef SOAP_TYPE__ns1__getJobStatusResponse
 
1243
#define SOAP_TYPE__ns1__getJobStatusResponse (146)
 
1244
/* ns1:getJobStatusResponse */
 
1245
struct _ns1__getJobStatusResponse
 
1246
{
 
1247
        int out;        /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:int */
 
1248
};
 
1249
#endif
 
1250
 
 
1251
#ifndef SOAP_TYPE__ns1__umount
 
1252
#define SOAP_TYPE__ns1__umount (147)
 
1253
/* ns1:umount */
 
1254
struct _ns1__umount
 
1255
{
 
1256
        char *in0;      /* required element of type xsd:string */
 
1257
};
 
1258
#endif
 
1259
 
 
1260
#ifndef SOAP_TYPE__ns1__umountResponse
 
1261
#define SOAP_TYPE__ns1__umountResponse (148)
 
1262
/* ns1:umountResponse */
 
1263
struct _ns1__umountResponse
 
1264
{
 
1265
#ifdef WITH_NOEMPTYSTRUCT
 
1266
        char dummy;     /* dummy member to enable compilation */
 
1267
#endif
 
1268
};
 
1269
#endif
 
1270
 
 
1271
#ifndef SOAP_TYPE__ns1__getJobDetails
 
1272
#define SOAP_TYPE__ns1__getJobDetails (149)
 
1273
/* ns1:getJobDetails */
 
1274
struct _ns1__getJobDetails
 
1275
{
 
1276
        char *in0;      /* required element of type xsd:string */
 
1277
};
 
1278
#endif
 
1279
 
 
1280
#ifndef SOAP_TYPE__ns1__getJobDetailsResponse
 
1281
#define SOAP_TYPE__ns1__getJobDetailsResponse (150)
 
1282
/* ns1:getJobDetailsResponse */
 
1283
struct _ns1__getJobDetailsResponse
 
1284
{
 
1285
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:anyType */
 
1286
};
 
1287
#endif
 
1288
 
 
1289
#ifndef SOAP_TYPE__ns1__mount1
 
1290
#define SOAP_TYPE__ns1__mount1 (151)
 
1291
/* ns1:mount1 */
 
1292
struct _ns1__mount1
 
1293
{
 
1294
        char *in0;      /* required element of type xsd:string */
 
1295
        char *in1;      /* required element of type xsd:string */
 
1296
        char *in2;      /* required element of type xsd:string */
 
1297
        enum xsd__boolean in3;  /* required element of type xsd:boolean */
 
1298
};
 
1299
#endif
 
1300
 
 
1301
#ifndef SOAP_TYPE__ns1__mount1Response
 
1302
#define SOAP_TYPE__ns1__mount1Response (152)
 
1303
/* ns1:mount1Response */
 
1304
struct _ns1__mount1Response
 
1305
{
 
1306
        struct ns3__MountPoint *out;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns3:MountPoint */
 
1307
};
 
1308
#endif
 
1309
 
 
1310
#ifndef SOAP_TYPE__ns1__getJobProperty
 
1311
#define SOAP_TYPE__ns1__getJobProperty (153)
 
1312
/* ns1:getJobProperty */
 
1313
struct _ns1__getJobProperty
 
1314
{
 
1315
        char *in0;      /* required element of type xsd:string */
 
1316
        char *in1;      /* required element of type xsd:string */
 
1317
};
 
1318
#endif
 
1319
 
 
1320
#ifndef SOAP_TYPE__ns1__getJobPropertyResponse
 
1321
#define SOAP_TYPE__ns1__getJobPropertyResponse (154)
 
1322
/* ns1:getJobPropertyResponse */
 
1323
struct _ns1__getJobPropertyResponse
 
1324
{
 
1325
        char *out;      /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type xsd:string */
 
1326
};
 
1327
#endif
 
1328
 
 
1329
#ifndef SOAP_TYPE__ns1__submitSupportRequest
 
1330
#define SOAP_TYPE__ns1__submitSupportRequest (155)
 
1331
/* ns1:submitSupportRequest */
 
1332
struct _ns1__submitSupportRequest
 
1333
{
 
1334
        char *in0;      /* required element of type xsd:string */
 
1335
        char *in1;      /* required element of type xsd:string */
 
1336
};
 
1337
#endif
 
1338
 
 
1339
#ifndef SOAP_TYPE__ns1__submitSupportRequestResponse
 
1340
#define SOAP_TYPE__ns1__submitSupportRequestResponse (156)
 
1341
/* ns1:submitSupportRequestResponse */
 
1342
struct _ns1__submitSupportRequestResponse
 
1343
{
 
1344
#ifdef WITH_NOEMPTYSTRUCT
 
1345
        char dummy;     /* dummy member to enable compilation */
 
1346
#endif
 
1347
};
 
1348
#endif
 
1349
 
 
1350
#ifndef SOAP_TYPE__ns1__getAllHosts
 
1351
#define SOAP_TYPE__ns1__getAllHosts (157)
 
1352
/* ns1:getAllHosts */
 
1353
struct _ns1__getAllHosts
 
1354
{
 
1355
#ifdef WITH_NOEMPTYSTRUCT
 
1356
        char dummy;     /* dummy member to enable compilation */
 
1357
#endif
 
1358
};
 
1359
#endif
 
1360
 
 
1361
#ifndef SOAP_TYPE__ns1__getAllHostsResponse
 
1362
#define SOAP_TYPE__ns1__getAllHostsResponse (158)
 
1363
/* ns1:getAllHostsResponse */
 
1364
struct _ns1__getAllHostsResponse
 
1365
{
 
1366
        struct ns1__anyType2anyTypeMap *out;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* required element of type ns1:anyType2anyTypeMap */
 
1367
};
 
1368
#endif
 
1369
 
 
1370
#ifndef SOAP_TYPE_ns2__VomsException
 
1371
#define SOAP_TYPE_ns2__VomsException (159)
 
1372
/* ns2:VomsException */
 
1373
struct ns2__VomsException
 
1374
{
 
1375
#ifdef WITH_NOEMPTYSTRUCT
 
1376
        char dummy;     /* dummy member to enable compilation */
 
1377
#endif
 
1378
};
 
1379
#endif
 
1380
 
 
1381
#ifndef SOAP_TYPE_ns2__RemoteFileSystemException
 
1382
#define SOAP_TYPE_ns2__RemoteFileSystemException (160)
 
1383
/* ns2:RemoteFileSystemException */
 
1384
struct ns2__RemoteFileSystemException
 
1385
{
 
1386
#ifdef WITH_NOEMPTYSTRUCT
 
1387
        char dummy;     /* dummy member to enable compilation */
 
1388
#endif
 
1389
};
 
1390
#endif
 
1391
 
 
1392
#ifndef SOAP_TYPE_ns2__NoSuchJobException
 
1393
#define SOAP_TYPE_ns2__NoSuchJobException (161)
 
1394
/* ns2:NoSuchJobException */
 
1395
struct ns2__NoSuchJobException
 
1396
{
 
1397
#ifdef WITH_NOEMPTYSTRUCT
 
1398
        char dummy;     /* dummy member to enable compilation */
 
1399
#endif
 
1400
};
 
1401
#endif
 
1402
 
 
1403
#ifndef SOAP_TYPE_ns2__NoValidCredentialException
 
1404
#define SOAP_TYPE_ns2__NoValidCredentialException (162)
 
1405
/* ns2:NoValidCredentialException */
 
1406
struct ns2__NoValidCredentialException
 
1407
{
 
1408
#ifdef WITH_NOEMPTYSTRUCT
 
1409
        char dummy;     /* dummy member to enable compilation */
 
1410
#endif
 
1411
};
 
1412
#endif
 
1413
 
 
1414
#ifndef SOAP_TYPE_ns2__NoSuchTemplateException
 
1415
#define SOAP_TYPE_ns2__NoSuchTemplateException (163)
 
1416
/* ns2:NoSuchTemplateException */
 
1417
struct ns2__NoSuchTemplateException
 
1418
{
 
1419
#ifdef WITH_NOEMPTYSTRUCT
 
1420
        char dummy;     /* dummy member to enable compilation */
 
1421
#endif
 
1422
};
 
1423
#endif
 
1424
 
 
1425
#ifndef SOAP_TYPE_ns2__JobDescriptionNotValidException
 
1426
#define SOAP_TYPE_ns2__JobDescriptionNotValidException (164)
 
1427
/* ns2:JobDescriptionNotValidException */
 
1428
struct ns2__JobDescriptionNotValidException
 
1429
{
 
1430
#ifdef WITH_NOEMPTYSTRUCT
 
1431
        char dummy;     /* dummy member to enable compilation */
 
1432
#endif
 
1433
};
 
1434
#endif
 
1435
 
 
1436
#ifndef SOAP_TYPE_ns2__JobSubmissionException
 
1437
#define SOAP_TYPE_ns2__JobSubmissionException (165)
 
1438
/* ns2:JobSubmissionException */
 
1439
struct ns2__JobSubmissionException
 
1440
{
 
1441
#ifdef WITH_NOEMPTYSTRUCT
 
1442
        char dummy;     /* dummy member to enable compilation */
 
1443
#endif
 
1444
};
 
1445
#endif
 
1446
 
 
1447
#ifndef SOAP_TYPE_ns3__MountPoint
 
1448
#define SOAP_TYPE_ns3__MountPoint (24)
 
1449
/* ns3:MountPoint */
 
1450
struct ns3__MountPoint
 
1451
{
 
1452
        enum xsd__boolean *automaticallyMounted;        /* optional element of type xsd:boolean */
 
1453
        enum xsd__boolean *disabled;    /* optional element of type xsd:boolean */
 
1454
        char *dn;       /* optional element of type xsd:string */
 
1455
        char *fqan;     /* optional element of type xsd:string */
 
1456
        LONG64 *mountPointId;   /* optional element of type xsd:long */
 
1457
        char *mountpoint;       /* optional element of type xsd:string */
 
1458
        char *rootUrl;  /* optional element of type xsd:string */
 
1459
};
 
1460
#endif
 
1461
 
 
1462
#ifndef SOAP_TYPE_ns3__ArrayOfMountPoint
 
1463
#define SOAP_TYPE_ns3__ArrayOfMountPoint (34)
 
1464
/* ns3:ArrayOfMountPoint */
 
1465
struct ns3__ArrayOfMountPoint
 
1466
{
 
1467
        int __sizeMountPoint;   /* sequence of elements <MountPoint> */
 
1468
        struct ns3__MountPoint *MountPoint;     /* optional element of type ns3:MountPoint */
 
1469
};
 
1470
#endif
 
1471
 
 
1472
#ifndef SOAP_TYPE_ns4__JobCreationException
 
1473
#define SOAP_TYPE_ns4__JobCreationException (168)
 
1474
/* ns4:JobCreationException */
 
1475
struct ns4__JobCreationException
 
1476
{
 
1477
#ifdef WITH_NOEMPTYSTRUCT
 
1478
        char dummy;     /* dummy member to enable compilation */
 
1479
#endif
 
1480
};
 
1481
#endif
 
1482
 
 
1483
#ifndef SOAP_TYPE_SOAP_ENV__Detail
 
1484
#define SOAP_TYPE_SOAP_ENV__Detail (169)
 
1485
/* SOAP-ENV:Detail */
 
1486
struct SOAP_ENV__Detail
 
1487
{
 
1488
        struct ns4__JobCreationException *ns1__JobCreationException;    /* optional element of type ns4:JobCreationException */
 
1489
        struct ns2__JobDescriptionNotValidException *ns1__JobDescriptionNotValidException;      /* optional element of type ns2:JobDescriptionNotValidException */
 
1490
        struct ns2__JobSubmissionException *ns1__JobSubmissionException;        /* optional element of type ns2:JobSubmissionException */
 
1491
        struct ns2__NoSuchJobException *ns1__NoSuchJobException;        /* optional element of type ns2:NoSuchJobException */
 
1492
        struct ns2__NoSuchTemplateException *ns1__NoSuchTemplateException;      /* optional element of type ns2:NoSuchTemplateException */
 
1493
        struct ns2__NoValidCredentialException *ns1__NoValidCredentialException;        /* optional element of type ns2:NoValidCredentialException */
 
1494
        struct ns2__RemoteFileSystemException *ns1__RemoteFileSystemException;  /* optional element of type ns2:RemoteFileSystemException */
 
1495
        struct ns2__VomsException *ns1__VomsException;  /* optional element of type ns2:VomsException */
 
1496
        int __type;     /* any type of element <fault> (defined below) */
 
1497
        void *fault;    /* transient */
 
1498
        char *__any;
 
1499
};
 
1500
#endif
 
1501
 
 
1502
#ifndef SOAP_TYPE___ns1__getChildrenFiles
 
1503
#define SOAP_TYPE___ns1__getChildrenFiles (183)
 
1504
/* Operation wrapper: */
 
1505
struct __ns1__getChildrenFiles
 
1506
{
 
1507
        struct _ns1__getChildrenFiles *ns1__getChildrenFiles;   /* optional element of type ns1:getChildrenFiles */
 
1508
};
 
1509
#endif
 
1510
 
 
1511
#ifndef SOAP_TYPE___ns1__getJobFqan
 
1512
#define SOAP_TYPE___ns1__getJobFqan (187)
 
1513
/* Operation wrapper: */
 
1514
struct __ns1__getJobFqan
 
1515
{
 
1516
        struct _ns1__getJobFqan *ns1__getJobFqan;       /* optional element of type ns1:getJobFqan */
 
1517
};
 
1518
#endif
 
1519
 
 
1520
#ifndef SOAP_TYPE___ns1__mount
 
1521
#define SOAP_TYPE___ns1__mount (191)
 
1522
/* Operation wrapper: */
 
1523
struct __ns1__mount
 
1524
{
 
1525
        struct _ns1__mount *ns1__mount; /* optional element of type ns1:mount */
 
1526
};
 
1527
#endif
 
1528
 
 
1529
#ifndef SOAP_TYPE___ns1__login
 
1530
#define SOAP_TYPE___ns1__login (195)
 
1531
/* Operation wrapper: */
 
1532
struct __ns1__login
 
1533
{
 
1534
        struct _ns1__login *ns1__login; /* optional element of type ns1:login */
 
1535
};
 
1536
#endif
 
1537
 
 
1538
#ifndef SOAP_TYPE___ns1__getTemplate
 
1539
#define SOAP_TYPE___ns1__getTemplate (199)
 
1540
/* Operation wrapper: */
 
1541
struct __ns1__getTemplate
 
1542
{
 
1543
        struct _ns1__getTemplate *ns1__getTemplate;     /* optional element of type ns1:getTemplate */
 
1544
};
 
1545
#endif
 
1546
 
 
1547
#ifndef SOAP_TYPE___ns1__getFqans
 
1548
#define SOAP_TYPE___ns1__getFqans (203)
 
1549
/* Operation wrapper: */
 
1550
struct __ns1__getFqans
 
1551
{
 
1552
        struct _ns1__getFqans *ns1__getFqans;   /* optional element of type ns1:getFqans */
 
1553
};
 
1554
#endif
 
1555
 
 
1556
#ifndef SOAP_TYPE___ns1__df
 
1557
#define SOAP_TYPE___ns1__df (207)
 
1558
/* Operation wrapper: */
 
1559
struct __ns1__df
 
1560
{
 
1561
        struct _ns1__df *ns1__df;       /* optional element of type ns1:df */
 
1562
};
 
1563
#endif
 
1564
 
 
1565
#ifndef SOAP_TYPE___ns1__downloadByteArray
 
1566
#define SOAP_TYPE___ns1__downloadByteArray (211)
 
1567
/* Operation wrapper: */
 
1568
struct __ns1__downloadByteArray
 
1569
{
 
1570
        struct _ns1__downloadByteArray *ns1__downloadByteArray; /* optional element of type ns1:downloadByteArray */
 
1571
};
 
1572
#endif
 
1573
 
 
1574
#ifndef SOAP_TYPE___ns1__getSubmissionLocationsForApplication2
 
1575
#define SOAP_TYPE___ns1__getSubmissionLocationsForApplication2 (215)
 
1576
/* Operation wrapper: */
 
1577
struct __ns1__getSubmissionLocationsForApplication2
 
1578
{
 
1579
        struct _ns1__getSubmissionLocationsForApplication2 *ns1__getSubmissionLocationsForApplication2; /* optional element of type ns1:getSubmissionLocationsForApplication2 */
 
1580
};
 
1581
#endif
 
1582
 
 
1583
#ifndef SOAP_TYPE___ns1__ps
 
1584
#define SOAP_TYPE___ns1__ps (219)
 
1585
/* Operation wrapper: */
 
1586
struct __ns1__ps
 
1587
{
 
1588
        struct _ns1__ps *ns1__ps;       /* optional element of type ns1:ps */
 
1589
};
 
1590
#endif
 
1591
 
 
1592
#ifndef SOAP_TYPE___ns1__getStagingFileSystemForSubmissionLocation
 
1593
#define SOAP_TYPE___ns1__getStagingFileSystemForSubmissionLocation (223)
 
1594
/* Operation wrapper: */
 
1595
struct __ns1__getStagingFileSystemForSubmissionLocation
 
1596
{
 
1597
        struct _ns1__getStagingFileSystemForSubmissionLocation *ns1__getStagingFileSystemForSubmissionLocation; /* optional element of type ns1:getStagingFileSystemForSubmissionLocation */
 
1598
};
 
1599
#endif
 
1600
 
 
1601
#ifndef SOAP_TYPE___ns1__getUserProperty
 
1602
#define SOAP_TYPE___ns1__getUserProperty (227)
 
1603
/* Operation wrapper: */
 
1604
struct __ns1__getUserProperty
 
1605
{
 
1606
        struct _ns1__getUserProperty *ns1__getUserProperty;     /* optional element of type ns1:getUserProperty */
 
1607
};
 
1608
#endif
 
1609
 
 
1610
#ifndef SOAP_TYPE___ns1__mkdir
 
1611
#define SOAP_TYPE___ns1__mkdir (231)
 
1612
/* Operation wrapper: */
 
1613
struct __ns1__mkdir
 
1614
{
 
1615
        struct _ns1__mkdir *ns1__mkdir; /* optional element of type ns1:mkdir */
 
1616
};
 
1617
#endif
 
1618
 
 
1619
#ifndef SOAP_TYPE___ns1__getDataLocationsForVO
 
1620
#define SOAP_TYPE___ns1__getDataLocationsForVO (235)
 
1621
/* Operation wrapper: */
 
1622
struct __ns1__getDataLocationsForVO
 
1623
{
 
1624
        struct _ns1__getDataLocationsForVO *ns1__getDataLocationsForVO; /* optional element of type ns1:getDataLocationsForVO */
 
1625
};
 
1626
#endif
 
1627
 
 
1628
#ifndef SOAP_TYPE___ns1__getSubmissionLocationsPerVersionOfApplication
 
1629
#define SOAP_TYPE___ns1__getSubmissionLocationsPerVersionOfApplication (239)
 
1630
/* Operation wrapper: */
 
1631
struct __ns1__getSubmissionLocationsPerVersionOfApplication
 
1632
{
 
1633
        struct _ns1__getSubmissionLocationsPerVersionOfApplication *ns1__getSubmissionLocationsPerVersionOfApplication; /* optional element of type ns1:getSubmissionLocationsPerVersionOfApplication */
 
1634
};
 
1635
#endif
 
1636
 
 
1637
#ifndef SOAP_TYPE___ns1__getTemplate1
 
1638
#define SOAP_TYPE___ns1__getTemplate1 (243)
 
1639
/* Operation wrapper: */
 
1640
struct __ns1__getTemplate1
 
1641
{
 
1642
        struct _ns1__getTemplate1 *ns1__getTemplate1;   /* optional element of type ns1:getTemplate1 */
 
1643
};
 
1644
#endif
 
1645
 
 
1646
#ifndef SOAP_TYPE___ns1__downloadByteArray1
 
1647
#define SOAP_TYPE___ns1__downloadByteArray1 (247)
 
1648
/* Operation wrapper: */
 
1649
struct __ns1__downloadByteArray1
 
1650
{
 
1651
        struct _ns1__downloadByteArray1 *ns1__downloadByteArray1;       /* optional element of type ns1:downloadByteArray1 */
 
1652
};
 
1653
#endif
 
1654
 
 
1655
#ifndef SOAP_TYPE___ns1__listHostedApplicationTemplates
 
1656
#define SOAP_TYPE___ns1__listHostedApplicationTemplates (251)
 
1657
/* Operation wrapper: */
 
1658
struct __ns1__listHostedApplicationTemplates
 
1659
{
 
1660
        struct _ns1__listHostedApplicationTemplates *ns1__listHostedApplicationTemplates;       /* optional element of type ns1:listHostedApplicationTemplates */
 
1661
};
 
1662
#endif
 
1663
 
 
1664
#ifndef SOAP_TYPE___ns1__deleteFiles
 
1665
#define SOAP_TYPE___ns1__deleteFiles (255)
 
1666
/* Operation wrapper: */
 
1667
struct __ns1__deleteFiles
 
1668
{
 
1669
        struct _ns1__deleteFiles *ns1__deleteFiles;     /* optional element of type ns1:deleteFiles */
 
1670
};
 
1671
#endif
 
1672
 
 
1673
#ifndef SOAP_TYPE___ns1__getMessagesSince
 
1674
#define SOAP_TYPE___ns1__getMessagesSince (259)
 
1675
/* Operation wrapper: */
 
1676
struct __ns1__getMessagesSince
 
1677
{
 
1678
        struct _ns1__getMessagesSince *ns1__getMessagesSince;   /* optional element of type ns1:getMessagesSince */
 
1679
};
 
1680
#endif
 
1681
 
 
1682
#ifndef SOAP_TYPE___ns1__calculateAbsoluteJobDirectory
 
1683
#define SOAP_TYPE___ns1__calculateAbsoluteJobDirectory (263)
 
1684
/* Operation wrapper: */
 
1685
struct __ns1__calculateAbsoluteJobDirectory
 
1686
{
 
1687
        struct _ns1__calculateAbsoluteJobDirectory *ns1__calculateAbsoluteJobDirectory; /* optional element of type ns1:calculateAbsoluteJobDirectory */
 
1688
};
 
1689
#endif
 
1690
 
 
1691
#ifndef SOAP_TYPE___ns1__ls_USCOREstring
 
1692
#define SOAP_TYPE___ns1__ls_USCOREstring (267)
 
1693
/* Operation wrapper: */
 
1694
struct __ns1__ls_USCOREstring
 
1695
{
 
1696
        struct _ns1__ls_USCOREstring *ns1__ls_USCOREstring;     /* optional element of type ns1:ls_string */
 
1697
};
 
1698
#endif
 
1699
 
 
1700
#ifndef SOAP_TYPE___ns1__getSubmissionLocationsForApplication1
 
1701
#define SOAP_TYPE___ns1__getSubmissionLocationsForApplication1 (271)
 
1702
/* Operation wrapper: */
 
1703
struct __ns1__getSubmissionLocationsForApplication1
 
1704
{
 
1705
        struct _ns1__getSubmissionLocationsForApplication1 *ns1__getSubmissionLocationsForApplication1; /* optional element of type ns1:getSubmissionLocationsForApplication1 */
 
1706
};
 
1707
#endif
 
1708
 
 
1709
#ifndef SOAP_TYPE___ns1__getApplicationDetails
 
1710
#define SOAP_TYPE___ns1__getApplicationDetails (275)
 
1711
/* Operation wrapper: */
 
1712
struct __ns1__getApplicationDetails
 
1713
{
 
1714
        struct _ns1__getApplicationDetails *ns1__getApplicationDetails; /* optional element of type ns1:getApplicationDetails */
 
1715
};
 
1716
#endif
 
1717
 
 
1718
#ifndef SOAP_TYPE___ns1__createJob1
 
1719
#define SOAP_TYPE___ns1__createJob1 (279)
 
1720
/* Operation wrapper: */
 
1721
struct __ns1__createJob1
 
1722
{
 
1723
        struct _ns1__createJob1 *ns1__createJob1;       /* optional element of type ns1:createJob1 */
 
1724
};
 
1725
#endif
 
1726
 
 
1727
#ifndef SOAP_TYPE___ns1__getSubmissionLocationsForApplication
 
1728
#define SOAP_TYPE___ns1__getSubmissionLocationsForApplication (283)
 
1729
/* Operation wrapper: */
 
1730
struct __ns1__getSubmissionLocationsForApplication
 
1731
{
 
1732
        struct _ns1__getSubmissionLocationsForApplication *ns1__getSubmissionLocationsForApplication;   /* optional element of type ns1:getSubmissionLocationsForApplication */
 
1733
};
 
1734
#endif
 
1735
 
 
1736
#ifndef SOAP_TYPE___ns1__getDN
 
1737
#define SOAP_TYPE___ns1__getDN (287)
 
1738
/* Operation wrapper: */
 
1739
struct __ns1__getDN
 
1740
{
 
1741
        struct _ns1__getDN *ns1__getDN; /* optional element of type ns1:getDN */
 
1742
};
 
1743
#endif
 
1744
 
 
1745
#ifndef SOAP_TYPE___ns1__getAllJobnames
 
1746
#define SOAP_TYPE___ns1__getAllJobnames (291)
 
1747
/* Operation wrapper: */
 
1748
struct __ns1__getAllJobnames
 
1749
{
 
1750
        struct _ns1__getAllJobnames *ns1__getAllJobnames;       /* optional element of type ns1:getAllJobnames */
 
1751
};
 
1752
#endif
 
1753
 
 
1754
#ifndef SOAP_TYPE___ns1__getAllJobProperties
 
1755
#define SOAP_TYPE___ns1__getAllJobProperties (295)
 
1756
/* Operation wrapper: */
 
1757
struct __ns1__getAllJobProperties
 
1758
{
 
1759
        struct _ns1__getAllJobProperties *ns1__getAllJobProperties;     /* optional element of type ns1:getAllJobProperties */
 
1760
};
 
1761
#endif
 
1762
 
 
1763
#ifndef SOAP_TYPE___ns1__download
 
1764
#define SOAP_TYPE___ns1__download (299)
 
1765
/* Operation wrapper: */
 
1766
struct __ns1__download
 
1767
{
 
1768
        struct _ns1__download *ns1__download;   /* optional element of type ns1:download */
 
1769
};
 
1770
#endif
 
1771
 
 
1772
#ifndef SOAP_TYPE___ns1__isFolder
 
1773
#define SOAP_TYPE___ns1__isFolder (303)
 
1774
/* Operation wrapper: */
 
1775
struct __ns1__isFolder
 
1776
{
 
1777
        struct _ns1__isFolder *ns1__isFolder;   /* optional element of type ns1:isFolder */
 
1778
};
 
1779
#endif
 
1780
 
 
1781
#ifndef SOAP_TYPE___ns1__kill
 
1782
#define SOAP_TYPE___ns1__kill (307)
 
1783
/* Operation wrapper: */
 
1784
struct __ns1__kill
 
1785
{
 
1786
        struct _ns1__kill *ns1__kill;   /* optional element of type ns1:kill */
 
1787
};
 
1788
#endif
 
1789
 
 
1790
#ifndef SOAP_TYPE___ns1__getAllAvailableApplications
 
1791
#define SOAP_TYPE___ns1__getAllAvailableApplications (311)
 
1792
/* Operation wrapper: */
 
1793
struct __ns1__getAllAvailableApplications
 
1794
{
 
1795
        struct _ns1__getAllAvailableApplications *ns1__getAllAvailableApplications;     /* optional element of type ns1:getAllAvailableApplications */
 
1796
};
 
1797
#endif
 
1798
 
 
1799
#ifndef SOAP_TYPE___ns1__addJobProperties
 
1800
#define SOAP_TYPE___ns1__addJobProperties (315)
 
1801
/* Operation wrapper: */
 
1802
struct __ns1__addJobProperties
 
1803
{
 
1804
        struct _ns1__addJobProperties *ns1__addJobProperties;   /* optional element of type ns1:addJobProperties */
 
1805
};
 
1806
#endif
 
1807
 
 
1808
#ifndef SOAP_TYPE___ns1__addJobProperty
 
1809
#define SOAP_TYPE___ns1__addJobProperty (319)
 
1810
/* Operation wrapper: */
 
1811
struct __ns1__addJobProperty
 
1812
{
 
1813
        struct _ns1__addJobProperty *ns1__addJobProperty;       /* optional element of type ns1:addJobProperty */
 
1814
};
 
1815
#endif
 
1816
 
 
1817
#ifndef SOAP_TYPE___ns1__getAllSubmissionLocations
 
1818
#define SOAP_TYPE___ns1__getAllSubmissionLocations (323)
 
1819
/* Operation wrapper: */
 
1820
struct __ns1__getAllSubmissionLocations
 
1821
{
 
1822
        struct _ns1__getAllSubmissionLocations *ns1__getAllSubmissionLocations; /* optional element of type ns1:getAllSubmissionLocations */
 
1823
};
 
1824
#endif
 
1825
 
 
1826
#ifndef SOAP_TYPE___ns1__getInterfaceVersion
 
1827
#define SOAP_TYPE___ns1__getInterfaceVersion (327)
 
1828
/* Operation wrapper: */
 
1829
struct __ns1__getInterfaceVersion
 
1830
{
 
1831
        struct _ns1__getInterfaceVersion *ns1__getInterfaceVersion;     /* optional element of type ns1:getInterfaceVersion */
 
1832
};
 
1833
#endif
 
1834
 
 
1835
#ifndef SOAP_TYPE___ns1__createJob
 
1836
#define SOAP_TYPE___ns1__createJob (331)
 
1837
/* Operation wrapper: */
 
1838
struct __ns1__createJob
 
1839
{
 
1840
        struct _ns1__createJob *ns1__createJob; /* optional element of type ns1:createJob */
 
1841
};
 
1842
#endif
 
1843
 
 
1844
#ifndef SOAP_TYPE___ns1__getAllSubmissionLocations1
 
1845
#define SOAP_TYPE___ns1__getAllSubmissionLocations1 (335)
 
1846
/* Operation wrapper: */
 
1847
struct __ns1__getAllSubmissionLocations1
 
1848
{
 
1849
        struct _ns1__getAllSubmissionLocations1 *ns1__getAllSubmissionLocations1;       /* optional element of type ns1:getAllSubmissionLocations1 */
 
1850
};
 
1851
#endif
 
1852
 
 
1853
#ifndef SOAP_TYPE___ns1__getVersionsOfApplicationOnSite
 
1854
#define SOAP_TYPE___ns1__getVersionsOfApplicationOnSite (339)
 
1855
/* Operation wrapper: */
 
1856
struct __ns1__getVersionsOfApplicationOnSite
 
1857
{
 
1858
        struct _ns1__getVersionsOfApplicationOnSite *ns1__getVersionsOfApplicationOnSite;       /* optional element of type ns1:getVersionsOfApplicationOnSite */
 
1859
};
 
1860
#endif
 
1861
 
 
1862
#ifndef SOAP_TYPE___ns1__uploadByteArray1
 
1863
#define SOAP_TYPE___ns1__uploadByteArray1 (343)
 
1864
/* Operation wrapper: */
 
1865
struct __ns1__uploadByteArray1
 
1866
{
 
1867
        struct _ns1__uploadByteArray1 *ns1__uploadByteArray1;   /* optional element of type ns1:uploadByteArray1 */
 
1868
};
 
1869
#endif
 
1870
 
 
1871
#ifndef SOAP_TYPE___ns1__ps_USCOREstring
 
1872
#define SOAP_TYPE___ns1__ps_USCOREstring (347)
 
1873
/* Operation wrapper: */
 
1874
struct __ns1__ps_USCOREstring
 
1875
{
 
1876
        struct _ns1__ps_USCOREstring *ns1__ps_USCOREstring;     /* optional element of type ns1:ps_string */
 
1877
};
 
1878
#endif
 
1879
 
 
1880
#ifndef SOAP_TYPE___ns1__getSite
 
1881
#define SOAP_TYPE___ns1__getSite (351)
 
1882
/* Operation wrapper: */
 
1883
struct __ns1__getSite
 
1884
{
 
1885
        struct _ns1__getSite *ns1__getSite;     /* optional element of type ns1:getSite */
 
1886
};
 
1887
#endif
 
1888
 
 
1889
#ifndef SOAP_TYPE___ns1__lastModified
 
1890
#define SOAP_TYPE___ns1__lastModified (355)
 
1891
/* Operation wrapper: */
 
1892
struct __ns1__lastModified
 
1893
{
 
1894
        struct _ns1__lastModified *ns1__lastModified;   /* optional element of type ns1:lastModified */
 
1895
};
 
1896
#endif
 
1897
 
 
1898
#ifndef SOAP_TYPE___ns1__ls
 
1899
#define SOAP_TYPE___ns1__ls (359)
 
1900
/* Operation wrapper: */
 
1901
struct __ns1__ls
 
1902
{
 
1903
        struct _ns1__ls *ns1__ls;       /* optional element of type ns1:ls */
 
1904
};
 
1905
#endif
 
1906
 
 
1907
#ifndef SOAP_TYPE___ns1__getApplicationDetails1
 
1908
#define SOAP_TYPE___ns1__getApplicationDetails1 (363)
 
1909
/* Operation wrapper: */
 
1910
struct __ns1__getApplicationDetails1
 
1911
{
 
1912
        struct _ns1__getApplicationDetails1 *ns1__getApplicationDetails1;       /* optional element of type ns1:getApplicationDetails1 */
 
1913
};
 
1914
#endif
 
1915
 
 
1916
#ifndef SOAP_TYPE___ns1__calculateRelativeJobDirectory
 
1917
#define SOAP_TYPE___ns1__calculateRelativeJobDirectory (367)
 
1918
/* Operation wrapper: */
 
1919
struct __ns1__calculateRelativeJobDirectory
 
1920
{
 
1921
        struct _ns1__calculateRelativeJobDirectory *ns1__calculateRelativeJobDirectory; /* optional element of type ns1:calculateRelativeJobDirectory */
 
1922
};
 
1923
#endif
 
1924
 
 
1925
#ifndef SOAP_TYPE___ns1__setJobDescription_USCOREstring
 
1926
#define SOAP_TYPE___ns1__setJobDescription_USCOREstring (371)
 
1927
/* Operation wrapper: */
 
1928
struct __ns1__setJobDescription_USCOREstring
 
1929
{
 
1930
        struct _ns1__setJobDescription_USCOREstring *ns1__setJobDescription_USCOREstring;       /* optional element of type ns1:setJobDescription_string */
 
1931
};
 
1932
#endif
 
1933
 
 
1934
#ifndef SOAP_TYPE___ns1__logout
 
1935
#define SOAP_TYPE___ns1__logout (375)
 
1936
/* Operation wrapper: */
 
1937
struct __ns1__logout
 
1938
{
 
1939
        struct _ns1__logout *ns1__logout;       /* optional element of type ns1:logout */
 
1940
};
 
1941
#endif
 
1942
 
 
1943
#ifndef SOAP_TYPE___ns1__submitJob
 
1944
#define SOAP_TYPE___ns1__submitJob (379)
 
1945
/* Operation wrapper: */
 
1946
struct __ns1__submitJob
 
1947
{
 
1948
        struct _ns1__submitJob *ns1__submitJob; /* optional element of type ns1:submitJob */
 
1949
};
 
1950
#endif
 
1951
 
 
1952
#ifndef SOAP_TYPE___ns1__uploadByteArray
 
1953
#define SOAP_TYPE___ns1__uploadByteArray (383)
 
1954
/* Operation wrapper: */
 
1955
struct __ns1__uploadByteArray
 
1956
{
 
1957
        struct _ns1__uploadByteArray *ns1__uploadByteArray;     /* optional element of type ns1:uploadByteArray */
 
1958
};
 
1959
#endif
 
1960
 
 
1961
#ifndef SOAP_TYPE___ns1__cp
 
1962
#define SOAP_TYPE___ns1__cp (387)
 
1963
/* Operation wrapper: */
 
1964
struct __ns1__cp
 
1965
{
 
1966
        struct _ns1__cp *ns1__cp;       /* optional element of type ns1:cp */
 
1967
};
 
1968
#endif
 
1969
 
 
1970
#ifndef SOAP_TYPE___ns1__getFileSize
 
1971
#define SOAP_TYPE___ns1__getFileSize (391)
 
1972
/* Operation wrapper: */
 
1973
struct __ns1__getFileSize
 
1974
{
 
1975
        struct _ns1__getFileSize *ns1__getFileSize;     /* optional element of type ns1:getFileSize */
 
1976
};
 
1977
#endif
 
1978
 
 
1979
#ifndef SOAP_TYPE___ns1__deleteFile
 
1980
#define SOAP_TYPE___ns1__deleteFile (395)
 
1981
/* Operation wrapper: */
 
1982
struct __ns1__deleteFile
 
1983
{
 
1984
        struct _ns1__deleteFile *ns1__deleteFile;       /* optional element of type ns1:deleteFile */
 
1985
};
 
1986
#endif
 
1987
 
 
1988
#ifndef SOAP_TYPE___ns1__upload
 
1989
#define SOAP_TYPE___ns1__upload (399)
 
1990
/* Operation wrapper: */
 
1991
struct __ns1__upload
 
1992
{
 
1993
        struct _ns1__upload *ns1__upload;       /* optional element of type ns1:upload */
 
1994
};
 
1995
#endif
 
1996
 
 
1997
#ifndef SOAP_TYPE___ns1__getJobDirectory
 
1998
#define SOAP_TYPE___ns1__getJobDirectory (403)
 
1999
/* Operation wrapper: */
 
2000
struct __ns1__getJobDirectory
 
2001
{
 
2002
        struct _ns1__getJobDirectory *ns1__getJobDirectory;     /* optional element of type ns1:getJobDirectory */
 
2003
};
 
2004
#endif
 
2005
 
 
2006
#ifndef SOAP_TYPE___ns1__setJobDescription
 
2007
#define SOAP_TYPE___ns1__setJobDescription (407)
 
2008
/* Operation wrapper: */
 
2009
struct __ns1__setJobDescription
 
2010
{
 
2011
        struct _ns1__setJobDescription *ns1__setJobDescription; /* optional element of type ns1:setJobDescription */
 
2012
};
 
2013
#endif
 
2014
 
 
2015
#ifndef SOAP_TYPE___ns1__getAllSites
 
2016
#define SOAP_TYPE___ns1__getAllSites (411)
 
2017
/* Operation wrapper: */
 
2018
struct __ns1__getAllSites
 
2019
{
 
2020
        struct _ns1__getAllSites *ns1__getAllSites;     /* optional element of type ns1:getAllSites */
 
2021
};
 
2022
#endif
 
2023
 
 
2024
#ifndef SOAP_TYPE___ns1__getJobDetails_USCOREstring
 
2025
#define SOAP_TYPE___ns1__getJobDetails_USCOREstring (415)
 
2026
/* Operation wrapper: */
 
2027
struct __ns1__getJobDetails_USCOREstring
 
2028
{
 
2029
        struct _ns1__getJobDetails_USCOREstring *ns1__getJobDetails_USCOREstring;       /* optional element of type ns1:getJobDetails_string */
 
2030
};
 
2031
#endif
 
2032
 
 
2033
#ifndef SOAP_TYPE___ns1__getJobStatus
 
2034
#define SOAP_TYPE___ns1__getJobStatus (419)
 
2035
/* Operation wrapper: */
 
2036
struct __ns1__getJobStatus
 
2037
{
 
2038
        struct _ns1__getJobStatus *ns1__getJobStatus;   /* optional element of type ns1:getJobStatus */
 
2039
};
 
2040
#endif
 
2041
 
 
2042
#ifndef SOAP_TYPE___ns1__umount
 
2043
#define SOAP_TYPE___ns1__umount (423)
 
2044
/* Operation wrapper: */
 
2045
struct __ns1__umount
 
2046
{
 
2047
        struct _ns1__umount *ns1__umount;       /* optional element of type ns1:umount */
 
2048
};
 
2049
#endif
 
2050
 
 
2051
#ifndef SOAP_TYPE___ns1__getJobDetails
 
2052
#define SOAP_TYPE___ns1__getJobDetails (427)
 
2053
/* Operation wrapper: */
 
2054
struct __ns1__getJobDetails
 
2055
{
 
2056
        struct _ns1__getJobDetails *ns1__getJobDetails; /* optional element of type ns1:getJobDetails */
 
2057
};
 
2058
#endif
 
2059
 
 
2060
#ifndef SOAP_TYPE___ns1__mount1
 
2061
#define SOAP_TYPE___ns1__mount1 (431)
 
2062
/* Operation wrapper: */
 
2063
struct __ns1__mount1
 
2064
{
 
2065
        struct _ns1__mount1 *ns1__mount1;       /* optional element of type ns1:mount1 */
 
2066
};
 
2067
#endif
 
2068
 
 
2069
#ifndef SOAP_TYPE___ns1__getJobProperty
 
2070
#define SOAP_TYPE___ns1__getJobProperty (435)
 
2071
/* Operation wrapper: */
 
2072
struct __ns1__getJobProperty
 
2073
{
 
2074
        struct _ns1__getJobProperty *ns1__getJobProperty;       /* optional element of type ns1:getJobProperty */
 
2075
};
 
2076
#endif
 
2077
 
 
2078
#ifndef SOAP_TYPE___ns1__submitSupportRequest
 
2079
#define SOAP_TYPE___ns1__submitSupportRequest (439)
 
2080
/* Operation wrapper: */
 
2081
struct __ns1__submitSupportRequest
 
2082
{
 
2083
        struct _ns1__submitSupportRequest *ns1__submitSupportRequest;   /* optional element of type ns1:submitSupportRequest */
 
2084
};
 
2085
#endif
 
2086
 
 
2087
#ifndef SOAP_TYPE___ns1__getAllHosts
 
2088
#define SOAP_TYPE___ns1__getAllHosts (443)
 
2089
/* Operation wrapper: */
 
2090
struct __ns1__getAllHosts
 
2091
{
 
2092
        struct _ns1__getAllHosts *ns1__getAllHosts;     /* optional element of type ns1:getAllHosts */
 
2093
};
 
2094
#endif
 
2095
 
 
2096
#ifndef SOAP_TYPE_SOAP_ENV__Header
 
2097
#define SOAP_TYPE_SOAP_ENV__Header (444)
 
2098
/* SOAP Header: */
 
2099
struct SOAP_ENV__Header
 
2100
{
 
2101
#ifdef WITH_NOEMPTYSTRUCT
 
2102
        char dummy;     /* dummy member to enable compilation */
 
2103
#endif
 
2104
/* GDIS insert */
 
2105
char *username;
 
2106
char *password;
 
2107
char *myproxyserver;
 
2108
char *myproxyport;
 
2109
};
 
2110
#endif
 
2111
 
 
2112
#ifndef SOAP_TYPE_SOAP_ENV__Code
 
2113
#define SOAP_TYPE_SOAP_ENV__Code (445)
 
2114
/* SOAP Fault Code: */
 
2115
struct SOAP_ENV__Code
 
2116
{
 
2117
        char *SOAP_ENV__Value;  /* optional element of type xsd:QName */
 
2118
        struct SOAP_ENV__Code *SOAP_ENV__Subcode;       /* optional element of type SOAP-ENV:Code */
 
2119
};
 
2120
#endif
 
2121
 
 
2122
#ifndef SOAP_TYPE_SOAP_ENV__Reason
 
2123
#define SOAP_TYPE_SOAP_ENV__Reason (447)
 
2124
/* SOAP-ENV:Reason */
 
2125
struct SOAP_ENV__Reason
 
2126
{
 
2127
        char *SOAP_ENV__Text;   /* optional element of type xsd:string */
 
2128
};
 
2129
#endif
 
2130
 
 
2131
#ifndef SOAP_TYPE_SOAP_ENV__Fault
 
2132
#define SOAP_TYPE_SOAP_ENV__Fault (448)
 
2133
/* SOAP Fault: */
 
2134
struct SOAP_ENV__Fault
 
2135
{
 
2136
        char *faultcode;        /* optional element of type xsd:QName */
 
2137
        char *faultstring;      /* optional element of type xsd:string */
 
2138
        char *faultactor;       /* optional element of type xsd:string */
 
2139
        struct SOAP_ENV__Detail *detail;        /* optional element of type SOAP-ENV:Detail */
 
2140
        struct SOAP_ENV__Code *SOAP_ENV__Code;  /* optional element of type SOAP-ENV:Code */
 
2141
        struct SOAP_ENV__Reason *SOAP_ENV__Reason;      /* optional element of type SOAP-ENV:Reason */
 
2142
        char *SOAP_ENV__Node;   /* optional element of type xsd:string */
 
2143
        char *SOAP_ENV__Role;   /* optional element of type xsd:string */
 
2144
        struct SOAP_ENV__Detail *SOAP_ENV__Detail;      /* optional element of type SOAP-ENV:Detail */
 
2145
};
 
2146
#endif
 
2147
 
 
2148
/******************************************************************************\
 
2149
 *                                                                            *
 
2150
 * Types with Custom Serializers                                              *
 
2151
 *                                                                            *
 
2152
\******************************************************************************/
 
2153
 
 
2154
 
 
2155
/******************************************************************************\
 
2156
 *                                                                            *
 
2157
 * Typedefs                                                                   *
 
2158
 *                                                                            *
 
2159
\******************************************************************************/
 
2160
 
 
2161
#ifndef SOAP_TYPE__XML
 
2162
#define SOAP_TYPE__XML (4)
 
2163
typedef char *_XML;
 
2164
#endif
 
2165
 
 
2166
#ifndef SOAP_TYPE__QName
 
2167
#define SOAP_TYPE__QName (5)
 
2168
typedef char *_QName;
 
2169
#endif
 
2170
 
 
2171
 
 
2172
/******************************************************************************\
 
2173
 *                                                                            *
 
2174
 * Typedef Synonyms                                                           *
 
2175
 *                                                                            *
 
2176
\******************************************************************************/
 
2177
 
 
2178
typedef struct _xop__Include _xop__Include;
 
2179
 
 
2180
/******************************************************************************\
 
2181
 *                                                                            *
 
2182
 * Externals                                                                  *
 
2183
 *                                                                            *
 
2184
\******************************************************************************/
 
2185
 
 
2186
 
 
2187
/******************************************************************************\
 
2188
 *                                                                            *
 
2189
 * Stubs                                                                      *
 
2190
 *                                                                            *
 
2191
\******************************************************************************/
 
2192
 
 
2193
 
 
2194
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getChildrenFiles(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getChildrenFiles *ns1__getChildrenFiles, struct _ns1__getChildrenFilesResponse *ns1__getChildrenFilesResponse);
 
2195
 
 
2196
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getJobFqan(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getJobFqan *ns1__getJobFqan, struct _ns1__getJobFqanResponse *ns1__getJobFqanResponse);
 
2197
 
 
2198
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__mount(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__mount *ns1__mount, struct _ns1__mountResponse *ns1__mountResponse);
 
2199
 
 
2200
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__login(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__login *ns1__login, struct _ns1__loginResponse *ns1__loginResponse);
 
2201
 
 
2202
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getTemplate(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getTemplate *ns1__getTemplate, struct _ns1__getTemplateResponse *ns1__getTemplateResponse);
 
2203
 
 
2204
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getFqans(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getFqans *ns1__getFqans, struct _ns1__getFqansResponse *ns1__getFqansResponse);
 
2205
 
 
2206
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__df(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__df *ns1__df, struct _ns1__dfResponse *ns1__dfResponse);
 
2207
 
 
2208
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__downloadByteArray(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__downloadByteArray *ns1__downloadByteArray, struct _ns1__downloadByteArrayResponse *ns1__downloadByteArrayResponse);
 
2209
 
 
2210
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getSubmissionLocationsForApplication2(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getSubmissionLocationsForApplication2 *ns1__getSubmissionLocationsForApplication2, struct _ns1__getSubmissionLocationsForApplication2Response *ns1__getSubmissionLocationsForApplication2Response);
 
2211
 
 
2212
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__ps(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__ps *ns1__ps, struct _ns1__psResponse *ns1__psResponse);
 
2213
 
 
2214
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getStagingFileSystemForSubmissionLocation(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getStagingFileSystemForSubmissionLocation *ns1__getStagingFileSystemForSubmissionLocation, struct _ns1__getStagingFileSystemForSubmissionLocationResponse *ns1__getStagingFileSystemForSubmissionLocationResponse);
 
2215
 
 
2216
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getUserProperty(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getUserProperty *ns1__getUserProperty, struct _ns1__getUserPropertyResponse *ns1__getUserPropertyResponse);
 
2217
 
 
2218
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__mkdir(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__mkdir *ns1__mkdir, struct _ns1__mkdirResponse *ns1__mkdirResponse);
 
2219
 
 
2220
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getDataLocationsForVO(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getDataLocationsForVO *ns1__getDataLocationsForVO, struct _ns1__getDataLocationsForVOResponse *ns1__getDataLocationsForVOResponse);
 
2221
 
 
2222
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getSubmissionLocationsPerVersionOfApplication(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getSubmissionLocationsPerVersionOfApplication *ns1__getSubmissionLocationsPerVersionOfApplication, struct _ns1__getSubmissionLocationsPerVersionOfApplicationResponse *ns1__getSubmissionLocationsPerVersionOfApplicationResponse);
 
2223
 
 
2224
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getTemplate1(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getTemplate1 *ns1__getTemplate1, struct _ns1__getTemplate1Response *ns1__getTemplate1Response);
 
2225
 
 
2226
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__downloadByteArray1(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__downloadByteArray1 *ns1__downloadByteArray1, struct _ns1__downloadByteArray1Response *ns1__downloadByteArray1Response);
 
2227
 
 
2228
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__listHostedApplicationTemplates(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__listHostedApplicationTemplates *ns1__listHostedApplicationTemplates, struct _ns1__listHostedApplicationTemplatesResponse *ns1__listHostedApplicationTemplatesResponse);
 
2229
 
 
2230
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__deleteFiles(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__deleteFiles *ns1__deleteFiles, struct _ns1__deleteFilesResponse *ns1__deleteFilesResponse);
 
2231
 
 
2232
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getMessagesSince(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getMessagesSince *ns1__getMessagesSince, struct _ns1__getMessagesSinceResponse *ns1__getMessagesSinceResponse);
 
2233
 
 
2234
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__calculateAbsoluteJobDirectory(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__calculateAbsoluteJobDirectory *ns1__calculateAbsoluteJobDirectory, struct _ns1__calculateAbsoluteJobDirectoryResponse *ns1__calculateAbsoluteJobDirectoryResponse);
 
2235
 
 
2236
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__ls_USCOREstring(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__ls_USCOREstring *ns1__ls_USCOREstring, struct _ns1__ls_USCOREstringResponse *ns1__ls_USCOREstringResponse);
 
2237
 
 
2238
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getSubmissionLocationsForApplication1(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getSubmissionLocationsForApplication1 *ns1__getSubmissionLocationsForApplication1, struct _ns1__getSubmissionLocationsForApplication1Response *ns1__getSubmissionLocationsForApplication1Response);
 
2239
 
 
2240
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getApplicationDetails(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getApplicationDetails *ns1__getApplicationDetails, struct _ns1__getApplicationDetailsResponse *ns1__getApplicationDetailsResponse);
 
2241
 
 
2242
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__createJob1(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__createJob1 *ns1__createJob1, struct _ns1__createJob1Response *ns1__createJob1Response);
 
2243
 
 
2244
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getSubmissionLocationsForApplication(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getSubmissionLocationsForApplication *ns1__getSubmissionLocationsForApplication, struct _ns1__getSubmissionLocationsForApplicationResponse *ns1__getSubmissionLocationsForApplicationResponse);
 
2245
 
 
2246
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getDN(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getDN *ns1__getDN, struct _ns1__getDNResponse *ns1__getDNResponse);
 
2247
 
 
2248
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getAllJobnames(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getAllJobnames *ns1__getAllJobnames, struct _ns1__getAllJobnamesResponse *ns1__getAllJobnamesResponse);
 
2249
 
 
2250
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getAllJobProperties(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getAllJobProperties *ns1__getAllJobProperties, struct _ns1__getAllJobPropertiesResponse *ns1__getAllJobPropertiesResponse);
 
2251
 
 
2252
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__download(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__download *ns1__download, struct _ns1__downloadResponse *ns1__downloadResponse);
 
2253
 
 
2254
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__isFolder(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__isFolder *ns1__isFolder, struct _ns1__isFolderResponse *ns1__isFolderResponse);
 
2255
 
 
2256
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__kill(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__kill *ns1__kill, struct _ns1__killResponse *ns1__killResponse);
 
2257
 
 
2258
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getAllAvailableApplications(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getAllAvailableApplications *ns1__getAllAvailableApplications, struct _ns1__getAllAvailableApplicationsResponse *ns1__getAllAvailableApplicationsResponse);
 
2259
 
 
2260
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__addJobProperties(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__addJobProperties *ns1__addJobProperties, struct _ns1__addJobPropertiesResponse *ns1__addJobPropertiesResponse);
 
2261
 
 
2262
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__addJobProperty(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__addJobProperty *ns1__addJobProperty, struct _ns1__addJobPropertyResponse *ns1__addJobPropertyResponse);
 
2263
 
 
2264
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getAllSubmissionLocations(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getAllSubmissionLocations *ns1__getAllSubmissionLocations, struct _ns1__getAllSubmissionLocationsResponse *ns1__getAllSubmissionLocationsResponse);
 
2265
 
 
2266
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getInterfaceVersion(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getInterfaceVersion *ns1__getInterfaceVersion, struct _ns1__getInterfaceVersionResponse *ns1__getInterfaceVersionResponse);
 
2267
 
 
2268
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__createJob(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__createJob *ns1__createJob, struct _ns1__createJobResponse *ns1__createJobResponse);
 
2269
 
 
2270
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getAllSubmissionLocations1(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getAllSubmissionLocations1 *ns1__getAllSubmissionLocations1, struct _ns1__getAllSubmissionLocations1Response *ns1__getAllSubmissionLocations1Response);
 
2271
 
 
2272
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getVersionsOfApplicationOnSite(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getVersionsOfApplicationOnSite *ns1__getVersionsOfApplicationOnSite, struct _ns1__getVersionsOfApplicationOnSiteResponse *ns1__getVersionsOfApplicationOnSiteResponse);
 
2273
 
 
2274
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__uploadByteArray1(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__uploadByteArray1 *ns1__uploadByteArray1, struct _ns1__uploadByteArray1Response *ns1__uploadByteArray1Response);
 
2275
 
 
2276
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__ps_USCOREstring(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__ps_USCOREstring *ns1__ps_USCOREstring, struct _ns1__ps_USCOREstringResponse *ns1__ps_USCOREstringResponse);
 
2277
 
 
2278
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getSite(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getSite *ns1__getSite, struct _ns1__getSiteResponse *ns1__getSiteResponse);
 
2279
 
 
2280
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__lastModified(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__lastModified *ns1__lastModified, struct _ns1__lastModifiedResponse *ns1__lastModifiedResponse);
 
2281
 
 
2282
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__ls(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__ls *ns1__ls, struct _ns1__lsResponse *ns1__lsResponse);
 
2283
 
 
2284
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getApplicationDetails1(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getApplicationDetails1 *ns1__getApplicationDetails1, struct _ns1__getApplicationDetails1Response *ns1__getApplicationDetails1Response);
 
2285
 
 
2286
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__calculateRelativeJobDirectory(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__calculateRelativeJobDirectory *ns1__calculateRelativeJobDirectory, struct _ns1__calculateRelativeJobDirectoryResponse *ns1__calculateRelativeJobDirectoryResponse);
 
2287
 
 
2288
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__setJobDescription_USCOREstring(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__setJobDescription_USCOREstring *ns1__setJobDescription_USCOREstring, struct _ns1__setJobDescription_USCOREstringResponse *ns1__setJobDescription_USCOREstringResponse);
 
2289
 
 
2290
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__logout(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__logout *ns1__logout, struct _ns1__logoutResponse *ns1__logoutResponse);
 
2291
 
 
2292
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__submitJob(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__submitJob *ns1__submitJob, struct _ns1__submitJobResponse *ns1__submitJobResponse);
 
2293
 
 
2294
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__uploadByteArray(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__uploadByteArray *ns1__uploadByteArray, struct _ns1__uploadByteArrayResponse *ns1__uploadByteArrayResponse);
 
2295
 
 
2296
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__cp(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__cp *ns1__cp, struct _ns1__cpResponse *ns1__cpResponse);
 
2297
 
 
2298
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getFileSize(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getFileSize *ns1__getFileSize, struct _ns1__getFileSizeResponse *ns1__getFileSizeResponse);
 
2299
 
 
2300
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__deleteFile(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__deleteFile *ns1__deleteFile, struct _ns1__deleteFileResponse *ns1__deleteFileResponse);
 
2301
 
 
2302
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__upload(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__upload *ns1__upload, struct _ns1__uploadResponse *ns1__uploadResponse);
 
2303
 
 
2304
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getJobDirectory(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getJobDirectory *ns1__getJobDirectory, struct _ns1__getJobDirectoryResponse *ns1__getJobDirectoryResponse);
 
2305
 
 
2306
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__setJobDescription(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__setJobDescription *ns1__setJobDescription, struct _ns1__setJobDescriptionResponse *ns1__setJobDescriptionResponse);
 
2307
 
 
2308
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getAllSites(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getAllSites *ns1__getAllSites, struct _ns1__getAllSitesResponse *ns1__getAllSitesResponse);
 
2309
 
 
2310
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getJobDetails_USCOREstring(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getJobDetails_USCOREstring *ns1__getJobDetails_USCOREstring, struct _ns1__getJobDetails_USCOREstringResponse *ns1__getJobDetails_USCOREstringResponse);
 
2311
 
 
2312
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getJobStatus(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getJobStatus *ns1__getJobStatus, struct _ns1__getJobStatusResponse *ns1__getJobStatusResponse);
 
2313
 
 
2314
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__umount(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__umount *ns1__umount, struct _ns1__umountResponse *ns1__umountResponse);
 
2315
 
 
2316
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getJobDetails(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getJobDetails *ns1__getJobDetails, struct _ns1__getJobDetailsResponse *ns1__getJobDetailsResponse);
 
2317
 
 
2318
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__mount1(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__mount1 *ns1__mount1, struct _ns1__mount1Response *ns1__mount1Response);
 
2319
 
 
2320
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getJobProperty(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getJobProperty *ns1__getJobProperty, struct _ns1__getJobPropertyResponse *ns1__getJobPropertyResponse);
 
2321
 
 
2322
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__submitSupportRequest(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__submitSupportRequest *ns1__submitSupportRequest, struct _ns1__submitSupportRequestResponse *ns1__submitSupportRequestResponse);
 
2323
 
 
2324
SOAP_FMAC5 int SOAP_FMAC6 soap_call___ns1__getAllHosts(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct _ns1__getAllHosts *ns1__getAllHosts, struct _ns1__getAllHostsResponse *ns1__getAllHostsResponse);
 
2325
 
 
2326
#ifdef __cplusplus
 
2327
}
 
2328
#endif
 
2329
 
 
2330
#endif
 
2331
 
 
2332
/* End of soapStub.h */