EGEE

ftsStub.h

Go to the documentation of this file.
00001 /* ftsStub.h
00002    Generated by gSOAP 2.7.13 from org.glite.data-fts-3.7.0.h
00003    Copyright(C) 2000-2009, Robert van Engelen, Genivia Inc. All Rights Reserved.
00004    This part of the software is released under one of the following licenses:
00005    GPL, the gSOAP public license, or Genivia's license for commercial use.
00006 */
00007 
00008 #ifndef ftsStub_H
00009 #define ftsStub_H
00010 #ifndef WITH_NONAMESPACES
00011 #define WITH_NONAMESPACES
00012 #endif
00013 #include "stdsoap2.h"
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif
00017 
00018 /******************************************************************************\
00019  *                                                                            *
00020  * Types with Custom Serializers                                              *
00021  *                                                                            *
00022 \******************************************************************************/
00023 
00024 
00025 /******************************************************************************\
00026  *                                                                            *
00027  * Enumerations                                                               *
00028  *                                                                            *
00029 \******************************************************************************/
00030 
00031 
00032 /******************************************************************************\
00033  *                                                                            *
00034  * Classes and Structs                                                        *
00035  *                                                                            *
00036 \******************************************************************************/
00037 
00038 
00039 #if 0 /* volatile type: do not redeclare here */
00040 
00041 #endif
00042 
00043 #ifndef SOAP_TYPE_transfer__TransferParams
00044 #define SOAP_TYPE_transfer__TransferParams (7)
00045 /* transfer:TransferParams */
00046 struct transfer__TransferParams
00047 {
00048     int __sizekeys; /* sequence of elements <keys> */
00049     char **keys;    /* optional element of type xsd:string */
00050     int __sizevalues;   /* sequence of elements <values> */
00051     char **values;  /* optional element of type xsd:string */
00052 };
00053 #endif
00054 
00055 #ifndef SOAP_TYPE_transfer__PlacementJob
00056 #define SOAP_TYPE_transfer__PlacementJob (9)
00057 /* transfer:PlacementJob */
00058 struct transfer__PlacementJob
00059 {
00060     int __sizelogicalFiles; /* sequence of elements <logicalFiles> */
00061     char **logicalFiles;    /* optional element of type xsd:string */
00062     char *sourceSE; /* optional element of type xsd:string */
00063     char *destSE;   /* optional element of type xsd:string */
00064     struct transfer__TransferParams *jobParams; /* optional element of type transfer:TransferParams */
00065     char *credential;   /* optional element of type xsd:string */
00066 };
00067 #endif
00068 
00069 #ifndef SOAP_TYPE_transfer__TransferException
00070 #define SOAP_TYPE_transfer__TransferException (11)
00071 /* transfer:TransferException */
00072 struct transfer__TransferException
00073 {
00074     char *message;  /* optional element of type xsd:string */
00075 };
00076 #endif
00077 
00078 #ifndef SOAP_TYPE_transfer__TransferJobElement
00079 #define SOAP_TYPE_transfer__TransferJobElement (12)
00080 /* transfer:TransferJobElement */
00081 struct transfer__TransferJobElement
00082 {
00083     char *source;   /* optional element of type xsd:string */
00084     char *dest; /* optional element of type xsd:string */
00085 };
00086 #endif
00087 
00088 #ifndef SOAP_TYPE_transfer__TransferJob
00089 #define SOAP_TYPE_transfer__TransferJob (13)
00090 /* transfer:TransferJob */
00091 struct transfer__TransferJob
00092 {
00093     int __sizetransferJobElements;  /* sequence of elements <transferJobElements> */
00094     struct transfer__TransferJobElement **transferJobElements;  /* optional element of type transfer:TransferJobElement */
00095     struct transfer__TransferParams *jobParams; /* optional element of type transfer:TransferParams */
00096     char *credential;   /* optional element of type xsd:string */
00097 };
00098 #endif
00099 
00100 #ifndef SOAP_TYPE_transfer__TransferJobElement2
00101 #define SOAP_TYPE_transfer__TransferJobElement2 (16)
00102 /* transfer:TransferJobElement2 */
00103 struct transfer__TransferJobElement2
00104 {
00105     char *source;   /* optional element of type xsd:string */
00106     char *dest; /* optional element of type xsd:string */
00107     char *checksum; /* optional element of type xsd:string */
00108 };
00109 #endif
00110 
00111 #ifndef SOAP_TYPE_transfer__TransferJob2
00112 #define SOAP_TYPE_transfer__TransferJob2 (17)
00113 /* transfer:TransferJob2 */
00114 struct transfer__TransferJob2
00115 {
00116     int __sizetransferJobElements;  /* sequence of elements <transferJobElements> */
00117     struct transfer__TransferJobElement2 **transferJobElements; /* optional element of type transfer:TransferJobElement2 */
00118     struct transfer__TransferParams *jobParams; /* optional element of type transfer:TransferParams */
00119     char *credential;   /* optional element of type xsd:string */
00120 };
00121 #endif
00122 
00123 #ifndef SOAP_TYPE_transfer__JobStatus
00124 #define SOAP_TYPE_transfer__JobStatus (20)
00125 /* transfer:JobStatus */
00126 struct transfer__JobStatus
00127 {
00128     char *jobID;    /* optional element of type xsd:string */
00129     char *jobStatus;    /* optional element of type xsd:string */
00130     char *channelName;  /* optional element of type xsd:string */
00131     char *clientDN; /* optional element of type xsd:string */
00132     char *reason;   /* optional element of type xsd:string */
00133     char *voName;   /* optional element of type xsd:string */
00134     LONG64 submitTime;  /* required element of type xsd:long */
00135     int numFiles;   /* required element of type xsd:int */
00136     int priority;   /* required element of type xsd:int */
00137 };
00138 #endif
00139 
00140 #ifndef SOAP_TYPE_transfer__FileTransferStatus
00141 #define SOAP_TYPE_transfer__FileTransferStatus (22)
00142 /* transfer:FileTransferStatus */
00143 struct transfer__FileTransferStatus
00144 {
00145     char *logicalName;  /* optional element of type xsd:string */
00146     char *sourceSURL;   /* optional element of type xsd:string */
00147     char *destSURL; /* optional element of type xsd:string */
00148     char *transferFileState;    /* optional element of type xsd:string */
00149     int numFailures;    /* required element of type xsd:int */
00150     char *reason;   /* optional element of type xsd:string */
00151     char *reason_USCOREclass;   /* optional element of type xsd:string */
00152     LONG64 duration;    /* required element of type xsd:long */
00153 };
00154 #endif
00155 
00156 #ifndef SOAP_TYPE_transfer__TransferJobSummary
00157 #define SOAP_TYPE_transfer__TransferJobSummary (23)
00158 /* transfer:TransferJobSummary */
00159 struct transfer__TransferJobSummary
00160 {
00161     struct transfer__JobStatus *jobStatus;  /* optional element of type transfer:JobStatus */
00162     int numDone;    /* required element of type xsd:int */
00163     int numActive;  /* required element of type xsd:int */
00164     int numPending; /* required element of type xsd:int */
00165     int numCanceled;    /* required element of type xsd:int */
00166     int numCanceling;   /* required element of type xsd:int */
00167     int numFailed;  /* required element of type xsd:int */
00168     int numFinished;    /* required element of type xsd:int */
00169     int numSubmitted;   /* required element of type xsd:int */
00170     int numHold;    /* required element of type xsd:int */
00171     int numWaiting; /* required element of type xsd:int */
00172     int numCatalogFailed;   /* required element of type xsd:int */
00173     int numRestarted;   /* required element of type xsd:int */
00174 };
00175 #endif
00176 
00177 #ifndef SOAP_TYPE_transfer__StringPair
00178 #define SOAP_TYPE_transfer__StringPair (25)
00179 /* transfer:StringPair */
00180 struct transfer__StringPair
00181 {
00182     char *string1;  /* optional element of type xsd:string */
00183     char *string2;  /* optional element of type xsd:string */
00184 };
00185 #endif
00186 
00187 #ifndef SOAP_TYPE_transfer__Roles
00188 #define SOAP_TYPE_transfer__Roles (26)
00189 /* transfer:Roles */
00190 struct transfer__Roles
00191 {
00192     char *clientDN; /* optional element of type xsd:string */
00193     char *serviceAdmin; /* optional element of type xsd:string */
00194     char *submitter;    /* optional element of type xsd:string */
00195     int __sizeVOManager;    /* sequence of elements <VOManager> */
00196     struct transfer__StringPair **VOManager;    /* optional element of type transfer:StringPair */
00197     int __sizechannelManager;   /* sequence of elements <channelManager> */
00198     struct transfer__StringPair **channelManager;   /* optional element of type transfer:StringPair */
00199 };
00200 #endif
00201 
00202 #ifndef SOAP_TYPE_transfer__InvalidArgumentException
00203 #define SOAP_TYPE_transfer__InvalidArgumentException (29)
00204 /* transfer:InvalidArgumentException */
00205 struct transfer__InvalidArgumentException
00206 {
00207     char *message;  /* optional element of type xsd:string */
00208 };
00209 #endif
00210 
00211 #ifndef SOAP_TYPE_transfer__AuthorizationException
00212 #define SOAP_TYPE_transfer__AuthorizationException (30)
00213 /* transfer:AuthorizationException */
00214 struct transfer__AuthorizationException
00215 {
00216     char *message;  /* optional element of type xsd:string */
00217 };
00218 #endif
00219 
00220 #ifndef SOAP_TYPE_transfer__ServiceBusyException
00221 #define SOAP_TYPE_transfer__ServiceBusyException (31)
00222 /* transfer:ServiceBusyException */
00223 struct transfer__ServiceBusyException
00224 {
00225     char *message;  /* optional element of type xsd:string */
00226 };
00227 #endif
00228 
00229 #ifndef SOAP_TYPE_transfer__InternalException
00230 #define SOAP_TYPE_transfer__InternalException (32)
00231 /* transfer:InternalException */
00232 struct transfer__InternalException
00233 {
00234     char *message;  /* optional element of type xsd:string */
00235 };
00236 #endif
00237 
00238 #ifndef SOAP_TYPE_transfer__NotExistsException
00239 #define SOAP_TYPE_transfer__NotExistsException (33)
00240 /* transfer:NotExistsException */
00241 struct transfer__NotExistsException
00242 {
00243     char *message;  /* optional element of type xsd:string */
00244 };
00245 #endif
00246 
00247 #ifndef SOAP_TYPE_transfer__FileTransferStatus2
00248 #define SOAP_TYPE_transfer__FileTransferStatus2 (34)
00249 /* transfer:FileTransferStatus2 */
00250 struct transfer__FileTransferStatus2
00251 {
00252     char *logicalName;  /* optional element of type xsd:string */
00253     char *sourceSURL;   /* optional element of type xsd:string */
00254     char *destSURL; /* optional element of type xsd:string */
00255     char *transferFileState;    /* optional element of type xsd:string */
00256     int numFailures;    /* required element of type xsd:int */
00257     char *reason;   /* optional element of type xsd:string */
00258     char *reason_USCOREclass;   /* optional element of type xsd:string */
00259     LONG64 duration;    /* required element of type xsd:long */
00260     char *error_USCOREscope;    /* optional element of type xsd:string */
00261     char *error_USCOREphase;    /* optional element of type xsd:string */
00262 };
00263 #endif
00264 
00265 #ifndef SOAP_TYPE_transfer__TransferJobSummary2
00266 #define SOAP_TYPE_transfer__TransferJobSummary2 (35)
00267 /* transfer:TransferJobSummary2 */
00268 struct transfer__TransferJobSummary2
00269 {
00270     struct transfer__JobStatus *jobStatus;  /* optional element of type transfer:JobStatus */
00271     int numDone;    /* required element of type xsd:int */
00272     int numActive;  /* required element of type xsd:int */
00273     int numPending; /* required element of type xsd:int */
00274     int numCanceled;    /* required element of type xsd:int */
00275     int numCanceling;   /* required element of type xsd:int */
00276     int numFailed;  /* required element of type xsd:int */
00277     int numFinished;    /* required element of type xsd:int */
00278     int numSubmitted;   /* required element of type xsd:int */
00279     int numHold;    /* required element of type xsd:int */
00280     int numWaiting; /* required element of type xsd:int */
00281     int numCatalogFailed;   /* required element of type xsd:int */
00282     int numRestarted;   /* required element of type xsd:int */
00283     int numReady;   /* required element of type xsd:int */
00284     int numFinishing;   /* required element of type xsd:int */
00285     int numAwaitingPrestage;    /* required element of type xsd:int */
00286     int numPrestaging;  /* required element of type xsd:int */
00287     int numWaitingCatalogRegistration;  /* required element of type xsd:int */
00288     int numWaitingCatalogResolution;    /* required element of type xsd:int */
00289     int numWaitingPrestage; /* required element of type xsd:int */
00290 };
00291 #endif
00292 
00293 #ifndef SOAP_TYPE_transfer__CannotCancelException
00294 #define SOAP_TYPE_transfer__CannotCancelException (36)
00295 /* transfer:CannotCancelException */
00296 struct transfer__CannotCancelException
00297 {
00298     char *message;  /* optional element of type xsd:string */
00299 };
00300 #endif
00301 
00302 #ifndef SOAP_TYPE_transfer__ExistsException
00303 #define SOAP_TYPE_transfer__ExistsException (37)
00304 /* transfer:ExistsException */
00305 struct transfer__ExistsException
00306 {
00307     char *message;  /* optional element of type xsd:string */
00308 };
00309 #endif
00310 
00311 #ifndef SOAP_TYPE_ftsArrayOf_USCOREsoapenc_USCOREstring
00312 #define SOAP_TYPE_ftsArrayOf_USCOREsoapenc_USCOREstring (38)
00313 /* SOAP encoded array of xsd:string schema type: */
00314 struct ftsArrayOf_USCOREsoapenc_USCOREstring
00315 {
00316     char **__ptr;
00317     int __size;
00318 };
00319 #endif
00320 
00321 #ifndef SOAP_TYPE_ftsArrayOf_USCOREtns3_USCOREJobStatus
00322 #define SOAP_TYPE_ftsArrayOf_USCOREtns3_USCOREJobStatus (39)
00323 /* SOAP encoded array of transfer:JobStatus schema type: */
00324 struct ftsArrayOf_USCOREtns3_USCOREJobStatus
00325 {
00326     struct transfer__JobStatus **__ptr;
00327     int __size;
00328 };
00329 #endif
00330 
00331 #ifndef SOAP_TYPE_ftsArrayOf_USCOREtns3_USCOREFileTransferStatus
00332 #define SOAP_TYPE_ftsArrayOf_USCOREtns3_USCOREFileTransferStatus (41)
00333 /* SOAP encoded array of transfer:FileTransferStatus schema type: */
00334 struct ftsArrayOf_USCOREtns3_USCOREFileTransferStatus
00335 {
00336     struct transfer__FileTransferStatus **__ptr;
00337     int __size;
00338 };
00339 #endif
00340 
00341 #ifndef SOAP_TYPE_ftsArrayOf_USCOREtns3_USCOREFileTransferStatus2
00342 #define SOAP_TYPE_ftsArrayOf_USCOREtns3_USCOREFileTransferStatus2 (44)
00343 /* SOAP encoded array of transfer:FileTransferStatus2 schema type: */
00344 struct ftsArrayOf_USCOREtns3_USCOREFileTransferStatus2
00345 {
00346     struct transfer__FileTransferStatus2 **__ptr;
00347     int __size;
00348 };
00349 #endif
00350 
00351 #ifndef SOAP_TYPE_fts__placementSubmitResponse
00352 #define SOAP_TYPE_fts__placementSubmitResponse (47)
00353 /* fts:placementSubmitResponse */
00354 struct fts__placementSubmitResponse
00355 {
00356     char *_placementSubmitReturn;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00357 };
00358 #endif
00359 
00360 #ifndef SOAP_TYPE_fts__placementSubmit
00361 #define SOAP_TYPE_fts__placementSubmit (51)
00362 /* fts:placementSubmit */
00363 struct fts__placementSubmit
00364 {
00365     struct transfer__PlacementJob *_job;    /* optional element of type transfer:PlacementJob */
00366 };
00367 #endif
00368 
00369 #ifndef SOAP_TYPE_fts__placementSubmit2Response
00370 #define SOAP_TYPE_fts__placementSubmit2Response (52)
00371 /* fts:placementSubmit2Response */
00372 struct fts__placementSubmit2Response
00373 {
00374     char *_placementSubmit2Return;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00375 };
00376 #endif
00377 
00378 #ifndef SOAP_TYPE_fts__placementSubmit2
00379 #define SOAP_TYPE_fts__placementSubmit2 (55)
00380 /* fts:placementSubmit2 */
00381 struct fts__placementSubmit2
00382 {
00383     struct transfer__PlacementJob *_job;    /* optional element of type transfer:PlacementJob */
00384 };
00385 #endif
00386 
00387 #ifndef SOAP_TYPE_fts__transferSubmitResponse
00388 #define SOAP_TYPE_fts__transferSubmitResponse (56)
00389 /* fts:transferSubmitResponse */
00390 struct fts__transferSubmitResponse
00391 {
00392     char *_transferSubmitReturn;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00393 };
00394 #endif
00395 
00396 #ifndef SOAP_TYPE_fts__transferSubmit
00397 #define SOAP_TYPE_fts__transferSubmit (60)
00398 /* fts:transferSubmit */
00399 struct fts__transferSubmit
00400 {
00401     struct transfer__TransferJob *_job; /* optional element of type transfer:TransferJob */
00402 };
00403 #endif
00404 
00405 #ifndef SOAP_TYPE_fts__transferSubmit2Response
00406 #define SOAP_TYPE_fts__transferSubmit2Response (61)
00407 /* fts:transferSubmit2Response */
00408 struct fts__transferSubmit2Response
00409 {
00410     char *_transferSubmit2Return;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00411 };
00412 #endif
00413 
00414 #ifndef SOAP_TYPE_fts__transferSubmit2
00415 #define SOAP_TYPE_fts__transferSubmit2 (64)
00416 /* fts:transferSubmit2 */
00417 struct fts__transferSubmit2
00418 {
00419     struct transfer__TransferJob *_job; /* optional element of type transfer:TransferJob */
00420 };
00421 #endif
00422 
00423 #ifndef SOAP_TYPE_fts__transferSubmit3Response
00424 #define SOAP_TYPE_fts__transferSubmit3Response (65)
00425 /* fts:transferSubmit3Response */
00426 struct fts__transferSubmit3Response
00427 {
00428     char *_transferSubmit3Return;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00429 };
00430 #endif
00431 
00432 #ifndef SOAP_TYPE_fts__transferSubmit3
00433 #define SOAP_TYPE_fts__transferSubmit3 (69)
00434 /* fts:transferSubmit3 */
00435 struct fts__transferSubmit3
00436 {
00437     struct transfer__TransferJob2 *_job;    /* optional element of type transfer:TransferJob2 */
00438 };
00439 #endif
00440 
00441 #ifndef SOAP_TYPE_fts__submitResponse
00442 #define SOAP_TYPE_fts__submitResponse (70)
00443 /* fts:submitResponse */
00444 struct fts__submitResponse
00445 {
00446     char *_submitReturn;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00447 };
00448 #endif
00449 
00450 #ifndef SOAP_TYPE_fts__submit
00451 #define SOAP_TYPE_fts__submit (73)
00452 /* fts:submit */
00453 struct fts__submit
00454 {
00455     struct transfer__TransferJob *_job; /* optional element of type transfer:TransferJob */
00456 };
00457 #endif
00458 
00459 #ifndef SOAP_TYPE_fts__listRequestsResponse
00460 #define SOAP_TYPE_fts__listRequestsResponse (74)
00461 /* fts:listRequestsResponse */
00462 struct fts__listRequestsResponse
00463 {
00464     struct ftsArrayOf_USCOREtns3_USCOREJobStatus *_listRequestsReturn;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type ArrayOfJobStatus */
00465 };
00466 #endif
00467 
00468 #ifndef SOAP_TYPE_fts__listRequests
00469 #define SOAP_TYPE_fts__listRequests (79)
00470 /* fts:listRequests */
00471 struct fts__listRequests
00472 {
00473     struct ftsArrayOf_USCOREsoapenc_USCOREstring *_inGivenStates;   /* optional element of type ArrayOfstring */
00474     char *_channelName; /* optional element of type xsd:string */
00475 };
00476 #endif
00477 
00478 #ifndef SOAP_TYPE_fts__listRequests2Response
00479 #define SOAP_TYPE_fts__listRequests2Response (80)
00480 /* fts:listRequests2Response */
00481 struct fts__listRequests2Response
00482 {
00483     struct ftsArrayOf_USCOREtns3_USCOREJobStatus *_listRequests2Return; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type ArrayOfJobStatus */
00484 };
00485 #endif
00486 
00487 #ifndef SOAP_TYPE_fts__listRequests2
00488 #define SOAP_TYPE_fts__listRequests2 (83)
00489 /* fts:listRequests2 */
00490 struct fts__listRequests2
00491 {
00492     struct ftsArrayOf_USCOREsoapenc_USCOREstring *_inGivenStates;   /* optional element of type ArrayOfstring */
00493     char *_channelName; /* optional element of type xsd:string */
00494     char *_forDN;   /* optional element of type xsd:string */
00495     char *_forVO;   /* optional element of type xsd:string */
00496 };
00497 #endif
00498 
00499 #ifndef SOAP_TYPE_fts__getFileStatusResponse
00500 #define SOAP_TYPE_fts__getFileStatusResponse (84)
00501 /* fts:getFileStatusResponse */
00502 struct fts__getFileStatusResponse
00503 {
00504     struct ftsArrayOf_USCOREtns3_USCOREFileTransferStatus *_getFileStatusReturn;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type ArrayOfFileTransferStatus */
00505 };
00506 #endif
00507 
00508 #ifndef SOAP_TYPE_fts__getFileStatus
00509 #define SOAP_TYPE_fts__getFileStatus (88)
00510 /* fts:getFileStatus */
00511 struct fts__getFileStatus
00512 {
00513     char *_requestID;   /* optional element of type xsd:string */
00514     int _offset;    /* required element of type xsd:int */
00515     int _limit; /* required element of type xsd:int */
00516 };
00517 #endif
00518 
00519 #ifndef SOAP_TYPE_fts__getFileStatus2Response
00520 #define SOAP_TYPE_fts__getFileStatus2Response (89)
00521 /* fts:getFileStatus2Response */
00522 struct fts__getFileStatus2Response
00523 {
00524     struct ftsArrayOf_USCOREtns3_USCOREFileTransferStatus2 *_getFileStatus2Return;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type ArrayOfFileTransferStatus2 */
00525 };
00526 #endif
00527 
00528 #ifndef SOAP_TYPE_fts__getFileStatus2
00529 #define SOAP_TYPE_fts__getFileStatus2 (93)
00530 /* fts:getFileStatus2 */
00531 struct fts__getFileStatus2
00532 {
00533     char *_requestID;   /* optional element of type xsd:string */
00534     int _offset;    /* required element of type xsd:int */
00535     int _limit; /* required element of type xsd:int */
00536 };
00537 #endif
00538 
00539 #ifndef SOAP_TYPE_fts__getTransferJobStatusResponse
00540 #define SOAP_TYPE_fts__getTransferJobStatusResponse (94)
00541 /* fts:getTransferJobStatusResponse */
00542 struct fts__getTransferJobStatusResponse
00543 {
00544     struct transfer__JobStatus *_getTransferJobStatusReturn;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type transfer:JobStatus */
00545 };
00546 #endif
00547 
00548 #ifndef SOAP_TYPE_fts__getTransferJobStatus
00549 #define SOAP_TYPE_fts__getTransferJobStatus (97)
00550 /* fts:getTransferJobStatus */
00551 struct fts__getTransferJobStatus
00552 {
00553     char *_requestID;   /* optional element of type xsd:string */
00554 };
00555 #endif
00556 
00557 #ifndef SOAP_TYPE_fts__getTransferJobSummaryResponse
00558 #define SOAP_TYPE_fts__getTransferJobSummaryResponse (98)
00559 /* fts:getTransferJobSummaryResponse */
00560 struct fts__getTransferJobSummaryResponse
00561 {
00562     struct transfer__TransferJobSummary *_getTransferJobSummaryReturn;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type transfer:TransferJobSummary */
00563 };
00564 #endif
00565 
00566 #ifndef SOAP_TYPE_fts__getTransferJobSummary
00567 #define SOAP_TYPE_fts__getTransferJobSummary (102)
00568 /* fts:getTransferJobSummary */
00569 struct fts__getTransferJobSummary
00570 {
00571     char *_requestID;   /* optional element of type xsd:string */
00572 };
00573 #endif
00574 
00575 #ifndef SOAP_TYPE_fts__getTransferJobSummary2Response
00576 #define SOAP_TYPE_fts__getTransferJobSummary2Response (103)
00577 /* fts:getTransferJobSummary2Response */
00578 struct fts__getTransferJobSummary2Response
00579 {
00580     struct transfer__TransferJobSummary2 *_getTransferJobSummary2Return;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type transfer:TransferJobSummary2 */
00581 };
00582 #endif
00583 
00584 #ifndef SOAP_TYPE_fts__getTransferJobSummary2
00585 #define SOAP_TYPE_fts__getTransferJobSummary2 (107)
00586 /* fts:getTransferJobSummary2 */
00587 struct fts__getTransferJobSummary2
00588 {
00589     char *_requestID;   /* optional element of type xsd:string */
00590 };
00591 #endif
00592 
00593 #ifndef SOAP_TYPE_fts__cancelResponse
00594 #define SOAP_TYPE_fts__cancelResponse (108)
00595 /* fts:cancelResponse */
00596 struct fts__cancelResponse
00597 {
00598 #ifdef WITH_NOEMPTYSTRUCT
00599     char dummy; /* dummy member to enable compilation */
00600 #endif
00601 };
00602 #endif
00603 
00604 #ifndef SOAP_TYPE_fts__cancel
00605 #define SOAP_TYPE_fts__cancel (111)
00606 /* fts:cancel */
00607 struct fts__cancel
00608 {
00609     struct ftsArrayOf_USCOREsoapenc_USCOREstring *_requestIDs;  /* optional element of type ArrayOfstring */
00610 };
00611 #endif
00612 
00613 #ifndef SOAP_TYPE_fts__setJobPriorityResponse
00614 #define SOAP_TYPE_fts__setJobPriorityResponse (112)
00615 /* fts:setJobPriorityResponse */
00616 struct fts__setJobPriorityResponse
00617 {
00618 #ifdef WITH_NOEMPTYSTRUCT
00619     char dummy; /* dummy member to enable compilation */
00620 #endif
00621 };
00622 #endif
00623 
00624 #ifndef SOAP_TYPE_fts__setJobPriority
00625 #define SOAP_TYPE_fts__setJobPriority (115)
00626 /* fts:setJobPriority */
00627 struct fts__setJobPriority
00628 {
00629     char *_requestID;   /* optional element of type xsd:string */
00630     int _priority;  /* required element of type xsd:int */
00631 };
00632 #endif
00633 
00634 #ifndef SOAP_TYPE_fts__addVOManagerResponse
00635 #define SOAP_TYPE_fts__addVOManagerResponse (116)
00636 /* fts:addVOManagerResponse */
00637 struct fts__addVOManagerResponse
00638 {
00639 #ifdef WITH_NOEMPTYSTRUCT
00640     char dummy; /* dummy member to enable compilation */
00641 #endif
00642 };
00643 #endif
00644 
00645 #ifndef SOAP_TYPE_fts__addVOManager
00646 #define SOAP_TYPE_fts__addVOManager (119)
00647 /* fts:addVOManager */
00648 struct fts__addVOManager
00649 {
00650     char *_VOName;  /* optional element of type xsd:string */
00651     char *_principal;   /* optional element of type xsd:string */
00652 };
00653 #endif
00654 
00655 #ifndef SOAP_TYPE_fts__removeVOManagerResponse
00656 #define SOAP_TYPE_fts__removeVOManagerResponse (120)
00657 /* fts:removeVOManagerResponse */
00658 struct fts__removeVOManagerResponse
00659 {
00660 #ifdef WITH_NOEMPTYSTRUCT
00661     char dummy; /* dummy member to enable compilation */
00662 #endif
00663 };
00664 #endif
00665 
00666 #ifndef SOAP_TYPE_fts__removeVOManager
00667 #define SOAP_TYPE_fts__removeVOManager (123)
00668 /* fts:removeVOManager */
00669 struct fts__removeVOManager
00670 {
00671     char *_VOName;  /* optional element of type xsd:string */
00672     char *_principal;   /* optional element of type xsd:string */
00673 };
00674 #endif
00675 
00676 #ifndef SOAP_TYPE_fts__listVOManagersResponse
00677 #define SOAP_TYPE_fts__listVOManagersResponse (124)
00678 /* fts:listVOManagersResponse */
00679 struct fts__listVOManagersResponse
00680 {
00681     struct ftsArrayOf_USCOREsoapenc_USCOREstring *_listVOManagersReturn;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type ArrayOfstring */
00682 };
00683 #endif
00684 
00685 #ifndef SOAP_TYPE_fts__listVOManagers
00686 #define SOAP_TYPE_fts__listVOManagers (127)
00687 /* fts:listVOManagers */
00688 struct fts__listVOManagers
00689 {
00690     char *_VOName;  /* optional element of type xsd:string */
00691 };
00692 #endif
00693 
00694 #ifndef SOAP_TYPE_fts__getRolesResponse
00695 #define SOAP_TYPE_fts__getRolesResponse (128)
00696 /* fts:getRolesResponse */
00697 struct fts__getRolesResponse
00698 {
00699     struct transfer__Roles *getRolesReturn; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type transfer:Roles */
00700 };
00701 #endif
00702 
00703 #ifndef SOAP_TYPE_fts__getRoles
00704 #define SOAP_TYPE_fts__getRoles (132)
00705 /* fts:getRoles */
00706 struct fts__getRoles
00707 {
00708 #ifdef WITH_NOEMPTYSTRUCT
00709     char dummy; /* dummy member to enable compilation */
00710 #endif
00711 };
00712 #endif
00713 
00714 #ifndef SOAP_TYPE_fts__getRolesOfResponse
00715 #define SOAP_TYPE_fts__getRolesOfResponse (133)
00716 /* fts:getRolesOfResponse */
00717 struct fts__getRolesOfResponse
00718 {
00719     struct transfer__Roles *_getRolesOfReturn;  /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type transfer:Roles */
00720 };
00721 #endif
00722 
00723 #ifndef SOAP_TYPE_fts__getRolesOf
00724 #define SOAP_TYPE_fts__getRolesOf (136)
00725 /* fts:getRolesOf */
00726 struct fts__getRolesOf
00727 {
00728     char *_otherDN; /* optional element of type xsd:string */
00729 };
00730 #endif
00731 
00732 #ifndef SOAP_TYPE_fts__getVersionResponse
00733 #define SOAP_TYPE_fts__getVersionResponse (137)
00734 /* fts:getVersionResponse */
00735 struct fts__getVersionResponse
00736 {
00737     char *getVersionReturn; /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00738 };
00739 #endif
00740 
00741 #ifndef SOAP_TYPE_fts__getVersion
00742 #define SOAP_TYPE_fts__getVersion (140)
00743 /* fts:getVersion */
00744 struct fts__getVersion
00745 {
00746 #ifdef WITH_NOEMPTYSTRUCT
00747     char dummy; /* dummy member to enable compilation */
00748 #endif
00749 };
00750 #endif
00751 
00752 #ifndef SOAP_TYPE_fts__getSchemaVersionResponse
00753 #define SOAP_TYPE_fts__getSchemaVersionResponse (141)
00754 /* fts:getSchemaVersionResponse */
00755 struct fts__getSchemaVersionResponse
00756 {
00757     char *getSchemaVersionReturn;   /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00758 };
00759 #endif
00760 
00761 #ifndef SOAP_TYPE_fts__getSchemaVersion
00762 #define SOAP_TYPE_fts__getSchemaVersion (144)
00763 /* fts:getSchemaVersion */
00764 struct fts__getSchemaVersion
00765 {
00766 #ifdef WITH_NOEMPTYSTRUCT
00767     char dummy; /* dummy member to enable compilation */
00768 #endif
00769 };
00770 #endif
00771 
00772 #ifndef SOAP_TYPE_fts__getInterfaceVersionResponse
00773 #define SOAP_TYPE_fts__getInterfaceVersionResponse (145)
00774 /* fts:getInterfaceVersionResponse */
00775 struct fts__getInterfaceVersionResponse
00776 {
00777     char *getInterfaceVersionReturn;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00778 };
00779 #endif
00780 
00781 #ifndef SOAP_TYPE_fts__getInterfaceVersion
00782 #define SOAP_TYPE_fts__getInterfaceVersion (148)
00783 /* fts:getInterfaceVersion */
00784 struct fts__getInterfaceVersion
00785 {
00786 #ifdef WITH_NOEMPTYSTRUCT
00787     char dummy; /* dummy member to enable compilation */
00788 #endif
00789 };
00790 #endif
00791 
00792 #ifndef SOAP_TYPE_fts__getServiceMetadataResponse
00793 #define SOAP_TYPE_fts__getServiceMetadataResponse (149)
00794 /* fts:getServiceMetadataResponse */
00795 struct fts__getServiceMetadataResponse
00796 {
00797     char *_getServiceMetadataReturn;    /* SOAP 1.2 RPC return element (when namespace qualified) */    /* optional element of type xsd:string */
00798 };
00799 #endif
00800 
00801 #ifndef SOAP_TYPE_fts__getServiceMetadata
00802 #define SOAP_TYPE_fts__getServiceMetadata (152)
00803 /* fts:getServiceMetadata */
00804 struct fts__getServiceMetadata
00805 {
00806     char *_key; /* optional element of type xsd:string */
00807 };
00808 #endif
00809 
00810 #ifndef SOAP_TYPE_SOAP_ENV__Header
00811 #define SOAP_TYPE_SOAP_ENV__Header (153)
00812 /* SOAP Header: */
00813 struct SOAP_ENV__Header
00814 {
00815 #ifdef WITH_NOEMPTYSTRUCT
00816     char dummy; /* dummy member to enable compilation */
00817 #endif
00818 };
00819 #endif
00820 
00821 #ifndef SOAP_TYPE_SOAP_ENV__Code
00822 #define SOAP_TYPE_SOAP_ENV__Code (154)
00823 /* SOAP Fault Code: */
00824 struct SOAP_ENV__Code
00825 {
00826     char *SOAP_ENV__Value;  /* optional element of type xsd:QName */
00827     struct SOAP_ENV__Code *SOAP_ENV__Subcode;   /* optional element of type SOAP-ENV:Code */
00828 };
00829 #endif
00830 
00831 #ifndef SOAP_TYPE_SOAP_ENV__Detail
00832 #define SOAP_TYPE_SOAP_ENV__Detail (156)
00833 /* SOAP-ENV:Detail */
00834 struct SOAP_ENV__Detail
00835 {
00836     int __type; /* any type of element <fault> (defined below) */
00837     void *fault;    /* transient */
00838     char *__any;
00839 };
00840 #endif
00841 
00842 #ifndef SOAP_TYPE_SOAP_ENV__Reason
00843 #define SOAP_TYPE_SOAP_ENV__Reason (159)
00844 /* SOAP-ENV:Reason */
00845 struct SOAP_ENV__Reason
00846 {
00847     char *SOAP_ENV__Text;   /* optional element of type xsd:string */
00848 };
00849 #endif
00850 
00851 #ifndef SOAP_TYPE_SOAP_ENV__Fault
00852 #define SOAP_TYPE_SOAP_ENV__Fault (160)
00853 /* SOAP Fault: */
00854 struct SOAP_ENV__Fault
00855 {
00856     char *faultcode;    /* optional element of type xsd:QName */
00857     char *faultstring;  /* optional element of type xsd:string */
00858     char *faultactor;   /* optional element of type xsd:string */
00859     struct SOAP_ENV__Detail *detail;    /* optional element of type SOAP-ENV:Detail */
00860     struct SOAP_ENV__Code *SOAP_ENV__Code;  /* optional element of type SOAP-ENV:Code */
00861     struct SOAP_ENV__Reason *SOAP_ENV__Reason;  /* optional element of type SOAP-ENV:Reason */
00862     char *SOAP_ENV__Node;   /* optional element of type xsd:string */
00863     char *SOAP_ENV__Role;   /* optional element of type xsd:string */
00864     struct SOAP_ENV__Detail *SOAP_ENV__Detail;  /* optional element of type SOAP-ENV:Detail */
00865 };
00866 #endif
00867 
00868 /******************************************************************************\
00869  *                                                                            *
00870  * Typedefs                                                                   *
00871  *                                                                            *
00872 \******************************************************************************/
00873 
00874 #ifndef SOAP_TYPE__QName
00875 #define SOAP_TYPE__QName (5)
00876 typedef char *_QName;
00877 #endif
00878 
00879 #ifndef SOAP_TYPE__XML
00880 #define SOAP_TYPE__XML (6)
00881 typedef char *_XML;
00882 #endif
00883 
00884 
00885 /******************************************************************************\
00886  *                                                                            *
00887  * Externals                                                                  *
00888  *                                                                            *
00889 \******************************************************************************/
00890 
00891 
00892 /******************************************************************************\
00893  *                                                                            *
00894  * Service Operations                                                         *
00895  *                                                                            *
00896 \******************************************************************************/
00897 
00898 
00899 SOAP_FMAC5 int SOAP_FMAC6 fts__placementSubmit(struct soap*, struct transfer__PlacementJob *_job, struct fts__placementSubmitResponse *_param_1);
00900 
00901 SOAP_FMAC5 int SOAP_FMAC6 fts__placementSubmit2(struct soap*, struct transfer__PlacementJob *_job, struct fts__placementSubmit2Response *_param_2);
00902 
00903 SOAP_FMAC5 int SOAP_FMAC6 fts__transferSubmit(struct soap*, struct transfer__TransferJob *_job, struct fts__transferSubmitResponse *_param_3);
00904 
00905 SOAP_FMAC5 int SOAP_FMAC6 fts__transferSubmit2(struct soap*, struct transfer__TransferJob *_job, struct fts__transferSubmit2Response *_param_4);
00906 
00907 SOAP_FMAC5 int SOAP_FMAC6 fts__transferSubmit3(struct soap*, struct transfer__TransferJob2 *_job, struct fts__transferSubmit3Response *_param_5);
00908 
00909 SOAP_FMAC5 int SOAP_FMAC6 fts__submit(struct soap*, struct transfer__TransferJob *_job, struct fts__submitResponse *_param_6);
00910 
00911 SOAP_FMAC5 int SOAP_FMAC6 fts__listRequests(struct soap*, struct ftsArrayOf_USCOREsoapenc_USCOREstring *_inGivenStates, char *_channelName, struct fts__listRequestsResponse *_param_7);
00912 
00913 SOAP_FMAC5 int SOAP_FMAC6 fts__listRequests2(struct soap*, struct ftsArrayOf_USCOREsoapenc_USCOREstring *_inGivenStates, char *_channelName, char *_forDN, char *_forVO, struct fts__listRequests2Response *_param_8);
00914 
00915 SOAP_FMAC5 int SOAP_FMAC6 fts__getFileStatus(struct soap*, char *_requestID, int _offset, int _limit, struct fts__getFileStatusResponse *_param_9);
00916 
00917 SOAP_FMAC5 int SOAP_FMAC6 fts__getFileStatus2(struct soap*, char *_requestID, int _offset, int _limit, struct fts__getFileStatus2Response *_param_10);
00918 
00919 SOAP_FMAC5 int SOAP_FMAC6 fts__getTransferJobStatus(struct soap*, char *_requestID, struct fts__getTransferJobStatusResponse *_param_11);
00920 
00921 SOAP_FMAC5 int SOAP_FMAC6 fts__getTransferJobSummary(struct soap*, char *_requestID, struct fts__getTransferJobSummaryResponse *_param_12);
00922 
00923 SOAP_FMAC5 int SOAP_FMAC6 fts__getTransferJobSummary2(struct soap*, char *_requestID, struct fts__getTransferJobSummary2Response *_param_13);
00924 
00925 SOAP_FMAC5 int SOAP_FMAC6 fts__cancel(struct soap*, struct ftsArrayOf_USCOREsoapenc_USCOREstring *_requestIDs, struct fts__cancelResponse *_param_14);
00926 
00927 SOAP_FMAC5 int SOAP_FMAC6 fts__setJobPriority(struct soap*, char *_requestID, int _priority, struct fts__setJobPriorityResponse *_param_15);
00928 
00929 SOAP_FMAC5 int SOAP_FMAC6 fts__addVOManager(struct soap*, char *_VOName, char *_principal, struct fts__addVOManagerResponse *_param_16);
00930 
00931 SOAP_FMAC5 int SOAP_FMAC6 fts__removeVOManager(struct soap*, char *_VOName, char *_principal, struct fts__removeVOManagerResponse *_param_17);
00932 
00933 SOAP_FMAC5 int SOAP_FMAC6 fts__listVOManagers(struct soap*, char *_VOName, struct fts__listVOManagersResponse *_param_18);
00934 
00935 SOAP_FMAC5 int SOAP_FMAC6 fts__getRoles(struct soap*, struct fts__getRolesResponse *_param_19);
00936 
00937 SOAP_FMAC5 int SOAP_FMAC6 fts__getRolesOf(struct soap*, char *_otherDN, struct fts__getRolesOfResponse *_param_20);
00938 
00939 SOAP_FMAC5 int SOAP_FMAC6 fts__getVersion(struct soap*, struct fts__getVersionResponse *_param_21);
00940 
00941 SOAP_FMAC5 int SOAP_FMAC6 fts__getSchemaVersion(struct soap*, struct fts__getSchemaVersionResponse *_param_22);
00942 
00943 SOAP_FMAC5 int SOAP_FMAC6 fts__getInterfaceVersion(struct soap*, struct fts__getInterfaceVersionResponse *_param_23);
00944 
00945 SOAP_FMAC5 int SOAP_FMAC6 fts__getServiceMetadata(struct soap*, char *_key, struct fts__getServiceMetadataResponse *_param_24);
00946 
00947 /******************************************************************************\
00948  *                                                                            *
00949  * Stubs                                                                      *
00950  *                                                                            *
00951 \******************************************************************************/
00952 
00953 
00954 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__placementSubmit(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct transfer__PlacementJob *_job, struct fts__placementSubmitResponse *_param_1);
00955 
00956 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__placementSubmit2(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct transfer__PlacementJob *_job, struct fts__placementSubmit2Response *_param_2);
00957 
00958 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__transferSubmit(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct transfer__TransferJob *_job, struct fts__transferSubmitResponse *_param_3);
00959 
00960 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__transferSubmit2(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct transfer__TransferJob *_job, struct fts__transferSubmit2Response *_param_4);
00961 
00962 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__transferSubmit3(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct transfer__TransferJob2 *_job, struct fts__transferSubmit3Response *_param_5);
00963 
00964 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__submit(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct transfer__TransferJob *_job, struct fts__submitResponse *_param_6);
00965 
00966 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__listRequests(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ftsArrayOf_USCOREsoapenc_USCOREstring *_inGivenStates, char *_channelName, struct fts__listRequestsResponse *_param_7);
00967 
00968 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__listRequests2(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ftsArrayOf_USCOREsoapenc_USCOREstring *_inGivenStates, char *_channelName, char *_forDN, char *_forVO, struct fts__listRequests2Response *_param_8);
00969 
00970 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getFileStatus(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_requestID, int _offset, int _limit, struct fts__getFileStatusResponse *_param_9);
00971 
00972 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getFileStatus2(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_requestID, int _offset, int _limit, struct fts__getFileStatus2Response *_param_10);
00973 
00974 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getTransferJobStatus(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_requestID, struct fts__getTransferJobStatusResponse *_param_11);
00975 
00976 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getTransferJobSummary(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_requestID, struct fts__getTransferJobSummaryResponse *_param_12);
00977 
00978 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getTransferJobSummary2(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_requestID, struct fts__getTransferJobSummary2Response *_param_13);
00979 
00980 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__cancel(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct ftsArrayOf_USCOREsoapenc_USCOREstring *_requestIDs, struct fts__cancelResponse *_param_14);
00981 
00982 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__setJobPriority(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_requestID, int _priority, struct fts__setJobPriorityResponse *_param_15);
00983 
00984 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__addVOManager(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_VOName, char *_principal, struct fts__addVOManagerResponse *_param_16);
00985 
00986 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__removeVOManager(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_VOName, char *_principal, struct fts__removeVOManagerResponse *_param_17);
00987 
00988 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__listVOManagers(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_VOName, struct fts__listVOManagersResponse *_param_18);
00989 
00990 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getRoles(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct fts__getRolesResponse *_param_19);
00991 
00992 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getRolesOf(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_otherDN, struct fts__getRolesOfResponse *_param_20);
00993 
00994 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getVersion(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct fts__getVersionResponse *_param_21);
00995 
00996 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getSchemaVersion(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct fts__getSchemaVersionResponse *_param_22);
00997 
00998 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getInterfaceVersion(struct soap *soap, const char *soap_endpoint, const char *soap_action, struct fts__getInterfaceVersionResponse *_param_23);
00999 
01000 SOAP_FMAC5 int SOAP_FMAC6 soap_call_fts__getServiceMetadata(struct soap *soap, const char *soap_endpoint, const char *soap_action, char *_key, struct fts__getServiceMetadataResponse *_param_24);
01001 
01002 /******************************************************************************\
01003  *                                                                            *
01004  * Skeletons                                                                  *
01005  *                                                                            *
01006 \******************************************************************************/
01007 
01008 SOAP_FMAC5 int SOAP_FMAC6 fts_serve(struct soap*);
01009 
01010 SOAP_FMAC5 int SOAP_FMAC6 fts_serve_request(struct soap*);
01011 
01012 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__placementSubmit(struct soap*);
01013 
01014 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__placementSubmit2(struct soap*);
01015 
01016 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__transferSubmit(struct soap*);
01017 
01018 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__transferSubmit2(struct soap*);
01019 
01020 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__transferSubmit3(struct soap*);
01021 
01022 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__submit(struct soap*);
01023 
01024 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__listRequests(struct soap*);
01025 
01026 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__listRequests2(struct soap*);
01027 
01028 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getFileStatus(struct soap*);
01029 
01030 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getFileStatus2(struct soap*);
01031 
01032 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getTransferJobStatus(struct soap*);
01033 
01034 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getTransferJobSummary(struct soap*);
01035 
01036 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getTransferJobSummary2(struct soap*);
01037 
01038 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__cancel(struct soap*);
01039 
01040 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__setJobPriority(struct soap*);
01041 
01042 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__addVOManager(struct soap*);
01043 
01044 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__removeVOManager(struct soap*);
01045 
01046 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__listVOManagers(struct soap*);
01047 
01048 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getRoles(struct soap*);
01049 
01050 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getRolesOf(struct soap*);
01051 
01052 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getVersion(struct soap*);
01053 
01054 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getSchemaVersion(struct soap*);
01055 
01056 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getInterfaceVersion(struct soap*);
01057 
01058 SOAP_FMAC5 int SOAP_FMAC6 soap_serve_fts__getServiceMetadata(struct soap*);
01059 
01060 #ifdef __cplusplus
01061 }
01062 #endif
01063 
01064 #endif
01065 
01066 /* End of ftsStub.h */
The GLite Project. All rights reserved.