//gsoap xop schema import: http://www.w3.org/2004/08/xop/include struct _xop__Include { unsigned char *__ptr; int __size; char *id; char *type; char *options; }; typedef struct _xop__Include _xop__Include; //gsoap xmlmime schema import: http://www.w3.org/2004/11/xmlmime /* grisu_ws.h Generated by wsdl2h 1.2.9k from grisu.wsdl and typemap.dat 2008-09-25 02:13:48 GMT Copyright (C) 2001-2006 Robert van Engelen, Genivia Inc. All Rights Reserved. This part of the software is released under one of the following licenses: GPL or Genivia's license for commercial use. */ /* NOTE: - Compile this file with soapcpp2 to complete the code generation process. - Use soapcpp2 option -I to specify paths for #import To build with STL, 'stlvector.h' is imported from 'import' dir in package. - Use wsdl2h options -c and -s to generate pure C code or C++ code without STL. - Use 'typemap.dat' to control schema namespace bindings and type mappings. It is strongly recommended to customize the names of the namespace prefixes generated by wsdl2h. To do so, modify the prefix bindings in the Namespaces section below and add the modified lines to 'typemap.dat' to rerun wsdl2h. - Use Doxygen (www.doxygen.org) to browse this file. - Use wsdl2h option -l to view the software license terms. DO NOT include this file directly into your project. Include only the soapcpp2-generated headers and source code files. */ //gsoapopt cw /******************************************************************************\ * * * http://grisu.vpac.org/grisu-ws * * * \******************************************************************************/ /******************************************************************************\ * * * Import * * * \******************************************************************************/ /******************************************************************************\ * * * Schema Namespaces * * * \******************************************************************************/ /* NOTE: It is strongly recommended to customize the names of the namespace prefixes generated by wsdl2h. To do so, modify the prefix bindings below and add the modified lines to typemap.dat to rerun wsdl2h: ns1 = "http://grisu.vpac.org/grisu-ws" ns2 = "http://exceptions.control.grisu.vpac.org" ns3 = "http://model.fs.grisu.vpac.org" ns4 = "http://control.grisu.vpac.org" */ //gsoap ns1 schema namespace: http://grisu.vpac.org/grisu-ws //gsoap ns2 schema namespace: http://exceptions.control.grisu.vpac.org //gsoap ns3 schema namespace: http://model.fs.grisu.vpac.org //gsoap ns4 schema namespace: http://control.grisu.vpac.org //gsoap ns1 schema form: qualified //gsoap ns2 schema form: qualified //gsoap ns3 schema form: qualified //gsoap ns4 schema form: qualified /******************************************************************************\ * * * Schema Types * * * \******************************************************************************/ /// Built-in type "xs:base64Binary". struct xsd__base64Binary { unsigned char *__ptr; int __size; char *id, *type, *options; // NOTE: for DIME and MTOM XOP attachments only }; /// Built-in type "xs:boolean". enum xsd__boolean { xsd__boolean__false_, xsd__boolean__true_ }; /// "http://grisu.vpac.org/grisu-ws":ArrayOfString is a complexType. struct ns1__ArrayOfString { /// Size of array of char** is 0..unbounded int __sizestring ; /// Array of length 0..unbounded char** string 0; ///< Nullable pointer. }; /// "http://grisu.vpac.org/grisu-ws":anyType2anyTypeMap is a complexType. struct ns1__anyType2anyTypeMap { /// Size of entry array is 0..unbounded int __sizeentry ; struct _ns1__anyType2anyTypeMap_entry { /// Element key of type xs:anyType. _XML key 0; ///< Optional element. /// Element value of type xs:anyType. _XML value 0; ///< Optional element. } *entry 0; }; /// Element "http://grisu.vpac.org/grisu-ws":getChildrenFiles of complexType. /// "http://grisu.vpac.org/grisu-ws":getChildrenFiles is a complexType. struct _ns1__getChildrenFiles { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:boolean. enum xsd__boolean in1 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":getChildrenFilesResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getChildrenFilesResponse is a complexType. struct _ns1__getChildrenFilesResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobFqan of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobFqan is a complexType. struct _ns1__getJobFqan { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobFqanResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobFqanResponse is a complexType. struct _ns1__getJobFqanResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":mount of complexType. /// "http://grisu.vpac.org/grisu-ws":mount is a complexType. struct _ns1__mount { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:boolean. enum xsd__boolean in2 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":mountResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":mountResponse is a complexType. struct _ns1__mountResponse { /// Element out of type "http://model.fs.grisu.vpac.org":MountPoint. struct ns3__MountPoint* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":login of complexType. /// "http://grisu.vpac.org/grisu-ws":login is a complexType. struct _ns1__login { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":loginResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":loginResponse is a complexType. struct _ns1__loginResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":getTemplate of complexType. /// "http://grisu.vpac.org/grisu-ws":getTemplate is a complexType. struct _ns1__getTemplate { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getTemplateResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getTemplateResponse is a complexType. struct _ns1__getTemplateResponse { /// Element out of type xs:anyType. _XML out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getFqans of complexType. /// "http://grisu.vpac.org/grisu-ws":getFqans is a complexType. struct _ns1__getFqans { }; /// Element "http://grisu.vpac.org/grisu-ws":getFqansResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getFqansResponse is a complexType. struct _ns1__getFqansResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":df of complexType. /// "http://grisu.vpac.org/grisu-ws":df is a complexType. struct _ns1__df { }; /// Element "http://grisu.vpac.org/grisu-ws":dfResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":dfResponse is a complexType. struct _ns1__dfResponse { /// Element out of type "http://model.fs.grisu.vpac.org":ArrayOfMountPoint. struct ns3__ArrayOfMountPoint* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":downloadByteArray of complexType. /// "http://grisu.vpac.org/grisu-ws":downloadByteArray is a complexType. struct _ns1__downloadByteArray { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":downloadByteArrayResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":downloadByteArrayResponse is a complexType. struct _ns1__downloadByteArrayResponse { /// Element out of type xs:base64Binary. struct xsd__base64Binary* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication2 of complexType. /// "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication2 is a complexType. struct _ns1__getSubmissionLocationsForApplication2 { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:string. char* in2 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication2Response of complexType. /// "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication2Response is a complexType. struct _ns1__getSubmissionLocationsForApplication2Response { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":ps of complexType. /// "http://grisu.vpac.org/grisu-ws":ps is a complexType. struct _ns1__ps { }; /// Element "http://grisu.vpac.org/grisu-ws":psResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":psResponse is a complexType. struct _ns1__psResponse { /// Element out of type xs:anyType. _XML out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getStagingFileSystemForSubmissionLocation of complexType. /// "http://grisu.vpac.org/grisu-ws":getStagingFileSystemForSubmissionLocation is a complexType. struct _ns1__getStagingFileSystemForSubmissionLocation { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getStagingFileSystemForSubmissionLocationResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getStagingFileSystemForSubmissionLocationResponse is a complexType. struct _ns1__getStagingFileSystemForSubmissionLocationResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getUserProperty of complexType. /// "http://grisu.vpac.org/grisu-ws":getUserProperty is a complexType. struct _ns1__getUserProperty { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getUserPropertyResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getUserPropertyResponse is a complexType. struct _ns1__getUserPropertyResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":mkdir of complexType. /// "http://grisu.vpac.org/grisu-ws":mkdir is a complexType. struct _ns1__mkdir { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":mkdirResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":mkdirResponse is a complexType. struct _ns1__mkdirResponse { /// Element out of type xs:boolean. enum xsd__boolean out 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":getDataLocationsForVO of complexType. /// "http://grisu.vpac.org/grisu-ws":getDataLocationsForVO is a complexType. struct _ns1__getDataLocationsForVO { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getDataLocationsForVOResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getDataLocationsForVOResponse is a complexType. struct _ns1__getDataLocationsForVOResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":anyType2anyTypeMap. struct ns1__anyType2anyTypeMap* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsPerVersionOfApplication of complexType. /// "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsPerVersionOfApplication is a complexType. struct _ns1__getSubmissionLocationsPerVersionOfApplication { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsPerVersionOfApplicationResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsPerVersionOfApplicationResponse is a complexType. struct _ns1__getSubmissionLocationsPerVersionOfApplicationResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":anyType2anyTypeMap. struct ns1__anyType2anyTypeMap* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getTemplate1 of complexType. /// "http://grisu.vpac.org/grisu-ws":getTemplate1 is a complexType. struct _ns1__getTemplate1 { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getTemplate1Response of complexType. /// "http://grisu.vpac.org/grisu-ws":getTemplate1Response is a complexType. struct _ns1__getTemplate1Response { /// Element out of type xs:anyType. _XML out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":downloadByteArray1 of complexType. /// "http://grisu.vpac.org/grisu-ws":downloadByteArray1 is a complexType. struct _ns1__downloadByteArray1 { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:int. int in1 1; ///< Required element. /// Element in2 of type xs:int. int in2 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":downloadByteArray1Response of complexType. /// "http://grisu.vpac.org/grisu-ws":downloadByteArray1Response is a complexType. struct _ns1__downloadByteArray1Response { /// Element out of type xs:base64Binary. struct xsd__base64Binary* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":listHostedApplicationTemplates of complexType. /// "http://grisu.vpac.org/grisu-ws":listHostedApplicationTemplates is a complexType. struct _ns1__listHostedApplicationTemplates { }; /// Element "http://grisu.vpac.org/grisu-ws":listHostedApplicationTemplatesResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":listHostedApplicationTemplatesResponse is a complexType. struct _ns1__listHostedApplicationTemplatesResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":deleteFiles of complexType. /// "http://grisu.vpac.org/grisu-ws":deleteFiles is a complexType. struct _ns1__deleteFiles { /// Element in0 of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":deleteFilesResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":deleteFilesResponse is a complexType. struct _ns1__deleteFilesResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":getMessagesSince of complexType. /// "http://grisu.vpac.org/grisu-ws":getMessagesSince is a complexType. struct _ns1__getMessagesSince { /// Element in0 of type xs:dateTime. time_t in0 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":getMessagesSinceResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getMessagesSinceResponse is a complexType. struct _ns1__getMessagesSinceResponse { /// Element out of type xs:anyType. _XML out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":calculateAbsoluteJobDirectory of complexType. /// "http://grisu.vpac.org/grisu-ws":calculateAbsoluteJobDirectory is a complexType. struct _ns1__calculateAbsoluteJobDirectory { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:string. char* in2 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":calculateAbsoluteJobDirectoryResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":calculateAbsoluteJobDirectoryResponse is a complexType. struct _ns1__calculateAbsoluteJobDirectoryResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":ls_string of complexType. /// "http://grisu.vpac.org/grisu-ws":ls_string is a complexType. struct _ns1__ls_USCOREstring { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:int. int in1 1; ///< Required element. /// Element in2 of type xs:boolean. enum xsd__boolean in2 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":ls_stringResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":ls_stringResponse is a complexType. struct _ns1__ls_USCOREstringResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication1 of complexType. /// "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication1 is a complexType. struct _ns1__getSubmissionLocationsForApplication1 { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication1Response of complexType. /// "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication1Response is a complexType. struct _ns1__getSubmissionLocationsForApplication1Response { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getApplicationDetails of complexType. /// "http://grisu.vpac.org/grisu-ws":getApplicationDetails is a complexType. struct _ns1__getApplicationDetails { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getApplicationDetailsResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getApplicationDetailsResponse is a complexType. struct _ns1__getApplicationDetailsResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":anyType2anyTypeMap. struct ns1__anyType2anyTypeMap* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":createJob1 of complexType. /// "http://grisu.vpac.org/grisu-ws":createJob1 is a complexType. struct _ns1__createJob1 { /// Element in0 of type xs:anyType. _XML in0 1; ///< Nullable pointer. /// Element in1 of type xs:int. int in1 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":createJob1Response of complexType. /// "http://grisu.vpac.org/grisu-ws":createJob1Response is a complexType. struct _ns1__createJob1Response { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication of complexType. /// "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplication is a complexType. struct _ns1__getSubmissionLocationsForApplication { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplicationResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getSubmissionLocationsForApplicationResponse is a complexType. struct _ns1__getSubmissionLocationsForApplicationResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getDN of complexType. /// "http://grisu.vpac.org/grisu-ws":getDN is a complexType. struct _ns1__getDN { }; /// Element "http://grisu.vpac.org/grisu-ws":getDNResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getDNResponse is a complexType. struct _ns1__getDNResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getAllJobnames of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllJobnames is a complexType. struct _ns1__getAllJobnames { }; /// Element "http://grisu.vpac.org/grisu-ws":getAllJobnamesResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllJobnamesResponse is a complexType. struct _ns1__getAllJobnamesResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getAllJobProperties of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllJobProperties is a complexType. struct _ns1__getAllJobProperties { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getAllJobPropertiesResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllJobPropertiesResponse is a complexType. struct _ns1__getAllJobPropertiesResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":anyType2anyTypeMap. struct ns1__anyType2anyTypeMap* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":download of complexType. /// "http://grisu.vpac.org/grisu-ws":download is a complexType. struct _ns1__download { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":downloadResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":downloadResponse is a complexType. struct _ns1__downloadResponse { /// Element out of type xs:base64Binary. struct xsd__base64Binary* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":isFolder of complexType. /// "http://grisu.vpac.org/grisu-ws":isFolder is a complexType. struct _ns1__isFolder { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":isFolderResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":isFolderResponse is a complexType. struct _ns1__isFolderResponse { /// Element out of type xs:boolean. enum xsd__boolean out 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":kill of complexType. /// "http://grisu.vpac.org/grisu-ws":kill is a complexType. struct _ns1__kill { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:boolean. enum xsd__boolean in1 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":killResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":killResponse is a complexType. struct _ns1__killResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":getAllAvailableApplications of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllAvailableApplications is a complexType. struct _ns1__getAllAvailableApplications { /// Element in0 of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getAllAvailableApplicationsResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllAvailableApplicationsResponse is a complexType. struct _ns1__getAllAvailableApplicationsResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":addJobProperties of complexType. /// "http://grisu.vpac.org/grisu-ws":addJobProperties is a complexType. struct _ns1__addJobProperties { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type "http://grisu.vpac.org/grisu-ws":anyType2anyTypeMap. struct ns1__anyType2anyTypeMap* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":addJobPropertiesResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":addJobPropertiesResponse is a complexType. struct _ns1__addJobPropertiesResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":addJobProperty of complexType. /// "http://grisu.vpac.org/grisu-ws":addJobProperty is a complexType. struct _ns1__addJobProperty { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:string. char* in2 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":addJobPropertyResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":addJobPropertyResponse is a complexType. struct _ns1__addJobPropertyResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":getAllSubmissionLocations of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllSubmissionLocations is a complexType. struct _ns1__getAllSubmissionLocations { }; /// Element "http://grisu.vpac.org/grisu-ws":getAllSubmissionLocationsResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllSubmissionLocationsResponse is a complexType. struct _ns1__getAllSubmissionLocationsResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getInterfaceVersion of complexType. /// "http://grisu.vpac.org/grisu-ws":getInterfaceVersion is a complexType. struct _ns1__getInterfaceVersion { }; /// Element "http://grisu.vpac.org/grisu-ws":getInterfaceVersionResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getInterfaceVersionResponse is a complexType. struct _ns1__getInterfaceVersionResponse { /// Element out of type xs:double. double out 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":createJob of complexType. /// "http://grisu.vpac.org/grisu-ws":createJob is a complexType. struct _ns1__createJob { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:int. int in1 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":createJobResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":createJobResponse is a complexType. struct _ns1__createJobResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getAllSubmissionLocations1 of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllSubmissionLocations1 is a complexType. struct _ns1__getAllSubmissionLocations1 { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getAllSubmissionLocations1Response of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllSubmissionLocations1Response is a complexType. struct _ns1__getAllSubmissionLocations1Response { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getVersionsOfApplicationOnSite of complexType. /// "http://grisu.vpac.org/grisu-ws":getVersionsOfApplicationOnSite is a complexType. struct _ns1__getVersionsOfApplicationOnSite { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getVersionsOfApplicationOnSiteResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getVersionsOfApplicationOnSiteResponse is a complexType. struct _ns1__getVersionsOfApplicationOnSiteResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":uploadByteArray1 of complexType. /// "http://grisu.vpac.org/grisu-ws":uploadByteArray1 is a complexType. struct _ns1__uploadByteArray1 { /// Element in0 of type xs:base64Binary. struct xsd__base64Binary* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:boolean. enum xsd__boolean in2 1; ///< Required element. /// Element in3 of type xs:int. int in3 1; ///< Required element. /// Element in4 of type xs:int. int in4 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":uploadByteArray1Response of complexType. /// "http://grisu.vpac.org/grisu-ws":uploadByteArray1Response is a complexType. struct _ns1__uploadByteArray1Response { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":ps_string of complexType. /// "http://grisu.vpac.org/grisu-ws":ps_string is a complexType. struct _ns1__ps_USCOREstring { }; /// Element "http://grisu.vpac.org/grisu-ws":ps_stringResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":ps_stringResponse is a complexType. struct _ns1__ps_USCOREstringResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSite of complexType. /// "http://grisu.vpac.org/grisu-ws":getSite is a complexType. struct _ns1__getSite { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getSiteResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getSiteResponse is a complexType. struct _ns1__getSiteResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":lastModified of complexType. /// "http://grisu.vpac.org/grisu-ws":lastModified is a complexType. struct _ns1__lastModified { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":lastModifiedResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":lastModifiedResponse is a complexType. struct _ns1__lastModifiedResponse { /// Element out of type xs:long. LONG64 out 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":ls of complexType. /// "http://grisu.vpac.org/grisu-ws":ls is a complexType. struct _ns1__ls { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:int. int in1 1; ///< Required element. /// Element in2 of type xs:boolean. enum xsd__boolean in2 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":lsResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":lsResponse is a complexType. struct _ns1__lsResponse { /// Element out of type xs:anyType. _XML out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getApplicationDetails1 of complexType. /// "http://grisu.vpac.org/grisu-ws":getApplicationDetails1 is a complexType. struct _ns1__getApplicationDetails1 { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:string. char* in2 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getApplicationDetails1Response of complexType. /// "http://grisu.vpac.org/grisu-ws":getApplicationDetails1Response is a complexType. struct _ns1__getApplicationDetails1Response { /// Element out of type "http://grisu.vpac.org/grisu-ws":anyType2anyTypeMap. struct ns1__anyType2anyTypeMap* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":calculateRelativeJobDirectory of complexType. /// "http://grisu.vpac.org/grisu-ws":calculateRelativeJobDirectory is a complexType. struct _ns1__calculateRelativeJobDirectory { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":calculateRelativeJobDirectoryResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":calculateRelativeJobDirectoryResponse is a complexType. struct _ns1__calculateRelativeJobDirectoryResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":setJobDescription_string of complexType. /// "http://grisu.vpac.org/grisu-ws":setJobDescription_string is a complexType. struct _ns1__setJobDescription_USCOREstring { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":setJobDescription_stringResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":setJobDescription_stringResponse is a complexType. struct _ns1__setJobDescription_USCOREstringResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":logout of complexType. /// "http://grisu.vpac.org/grisu-ws":logout is a complexType. struct _ns1__logout { }; /// Element "http://grisu.vpac.org/grisu-ws":logoutResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":logoutResponse is a complexType. struct _ns1__logoutResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":submitJob of complexType. /// "http://grisu.vpac.org/grisu-ws":submitJob is a complexType. struct _ns1__submitJob { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":submitJobResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":submitJobResponse is a complexType. struct _ns1__submitJobResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":uploadByteArray of complexType. /// "http://grisu.vpac.org/grisu-ws":uploadByteArray is a complexType. struct _ns1__uploadByteArray { /// Element in0 of type xs:base64Binary. struct xsd__base64Binary* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:boolean. enum xsd__boolean in2 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":uploadByteArrayResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":uploadByteArrayResponse is a complexType. struct _ns1__uploadByteArrayResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":cp of complexType. /// "http://grisu.vpac.org/grisu-ws":cp is a complexType. struct _ns1__cp { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:boolean. enum xsd__boolean in2 1; ///< Required element. /// Element in3 of type xs:boolean. enum xsd__boolean in3 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":cpResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":cpResponse is a complexType. struct _ns1__cpResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getFileSize of complexType. /// "http://grisu.vpac.org/grisu-ws":getFileSize is a complexType. struct _ns1__getFileSize { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getFileSizeResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getFileSizeResponse is a complexType. struct _ns1__getFileSizeResponse { /// Element out of type xs:long. LONG64 out 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":deleteFile of complexType. /// "http://grisu.vpac.org/grisu-ws":deleteFile is a complexType. struct _ns1__deleteFile { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":deleteFileResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":deleteFileResponse is a complexType. struct _ns1__deleteFileResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":upload of complexType. /// "http://grisu.vpac.org/grisu-ws":upload is a complexType. struct _ns1__upload { /// Element in0 of type xs:base64Binary. struct xsd__base64Binary* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:boolean. enum xsd__boolean in2 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":uploadResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":uploadResponse is a complexType. struct _ns1__uploadResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobDirectory of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobDirectory is a complexType. struct _ns1__getJobDirectory { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobDirectoryResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobDirectoryResponse is a complexType. struct _ns1__getJobDirectoryResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":setJobDescription of complexType. /// "http://grisu.vpac.org/grisu-ws":setJobDescription is a complexType. struct _ns1__setJobDescription { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:anyType. _XML in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":setJobDescriptionResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":setJobDescriptionResponse is a complexType. struct _ns1__setJobDescriptionResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":getAllSites of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllSites is a complexType. struct _ns1__getAllSites { }; /// Element "http://grisu.vpac.org/grisu-ws":getAllSitesResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllSitesResponse is a complexType. struct _ns1__getAllSitesResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":ArrayOfString. struct ns1__ArrayOfString* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobDetails_string of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobDetails_string is a complexType. struct _ns1__getJobDetails_USCOREstring { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobDetails_stringResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobDetails_stringResponse is a complexType. struct _ns1__getJobDetails_USCOREstringResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobStatus of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobStatus is a complexType. struct _ns1__getJobStatus { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobStatusResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobStatusResponse is a complexType. struct _ns1__getJobStatusResponse { /// Element out of type xs:int. int out 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":umount of complexType. /// "http://grisu.vpac.org/grisu-ws":umount is a complexType. struct _ns1__umount { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":umountResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":umountResponse is a complexType. struct _ns1__umountResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":getJobDetails of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobDetails is a complexType. struct _ns1__getJobDetails { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobDetailsResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobDetailsResponse is a complexType. struct _ns1__getJobDetailsResponse { /// Element out of type xs:anyType. _XML out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":mount1 of complexType. /// "http://grisu.vpac.org/grisu-ws":mount1 is a complexType. struct _ns1__mount1 { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. /// Element in2 of type xs:string. char* in2 1; ///< Nullable pointer. /// Element in3 of type xs:boolean. enum xsd__boolean in3 1; ///< Required element. }; /// Element "http://grisu.vpac.org/grisu-ws":mount1Response of complexType. /// "http://grisu.vpac.org/grisu-ws":mount1Response is a complexType. struct _ns1__mount1Response { /// Element out of type "http://model.fs.grisu.vpac.org":MountPoint. struct ns3__MountPoint* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobProperty of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobProperty is a complexType. struct _ns1__getJobProperty { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":getJobPropertyResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getJobPropertyResponse is a complexType. struct _ns1__getJobPropertyResponse { /// Element out of type xs:string. char* out 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":submitSupportRequest of complexType. /// "http://grisu.vpac.org/grisu-ws":submitSupportRequest is a complexType. struct _ns1__submitSupportRequest { /// Element in0 of type xs:string. char* in0 1; ///< Nullable pointer. /// Element in1 of type xs:string. char* in1 1; ///< Nullable pointer. }; /// Element "http://grisu.vpac.org/grisu-ws":submitSupportRequestResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":submitSupportRequestResponse is a complexType. struct _ns1__submitSupportRequestResponse { }; /// Element "http://grisu.vpac.org/grisu-ws":getAllHosts of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllHosts is a complexType. struct _ns1__getAllHosts { }; /// Element "http://grisu.vpac.org/grisu-ws":getAllHostsResponse of complexType. /// "http://grisu.vpac.org/grisu-ws":getAllHostsResponse is a complexType. struct _ns1__getAllHostsResponse { /// Element out of type "http://grisu.vpac.org/grisu-ws":anyType2anyTypeMap. struct ns1__anyType2anyTypeMap* out 1; ///< Nullable pointer. }; /// "http://exceptions.control.grisu.vpac.org":VomsException is a complexType. struct ns2__VomsException { }; /// "http://exceptions.control.grisu.vpac.org":RemoteFileSystemException is a complexType. struct ns2__RemoteFileSystemException { }; /// "http://exceptions.control.grisu.vpac.org":NoSuchJobException is a complexType. struct ns2__NoSuchJobException { }; /// "http://exceptions.control.grisu.vpac.org":NoValidCredentialException is a complexType. struct ns2__NoValidCredentialException { }; /// "http://exceptions.control.grisu.vpac.org":NoSuchTemplateException is a complexType. struct ns2__NoSuchTemplateException { }; /// "http://exceptions.control.grisu.vpac.org":JobDescriptionNotValidException is a complexType. struct ns2__JobDescriptionNotValidException { }; /// "http://exceptions.control.grisu.vpac.org":JobSubmissionException is a complexType. struct ns2__JobSubmissionException { }; /// "http://model.fs.grisu.vpac.org":MountPoint is a complexType. struct ns3__MountPoint { /// Element automaticallyMounted of type xs:boolean. enum xsd__boolean* automaticallyMounted 0; ///< Optional element. /// Element disabled of type xs:boolean. enum xsd__boolean* disabled 0; ///< Optional element. /// Element dn of type xs:string. char* dn 0; ///< Nullable pointer. /// Element fqan of type xs:string. char* fqan 0; ///< Nullable pointer. /// Element mountPointId of type xs:long. LONG64* mountPointId 0; ///< Nullable pointer. /// Element mountpoint of type xs:string. char* mountpoint 0; ///< Nullable pointer. /// Element rootUrl of type xs:string. char* rootUrl 0; ///< Nullable pointer. }; /// "http://model.fs.grisu.vpac.org":ArrayOfMountPoint is a complexType. struct ns3__ArrayOfMountPoint { /// Size of array of struct ns3__MountPoint* is 0..unbounded int __sizeMountPoint ; /// Array of length 0..unbounded struct ns3__MountPoint* MountPoint 0; ///< Nullable pointer. }; /// "http://control.grisu.vpac.org":JobCreationException is a complexType. struct ns4__JobCreationException { }; /// Element "http://grisu.vpac.org/grisu-ws":VomsException of type "http://exceptions.control.grisu.vpac.org":VomsException. /// Note: use wsdl2h option -g to generate this global element declaration. /// Element "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException of type "http://exceptions.control.grisu.vpac.org":RemoteFileSystemException. /// Note: use wsdl2h option -g to generate this global element declaration. /// Element "http://grisu.vpac.org/grisu-ws":NoSuchJobException of type "http://exceptions.control.grisu.vpac.org":NoSuchJobException. /// Note: use wsdl2h option -g to generate this global element declaration. /// Element "http://grisu.vpac.org/grisu-ws":NoValidCredentialException of type "http://exceptions.control.grisu.vpac.org":NoValidCredentialException. /// Note: use wsdl2h option -g to generate this global element declaration. /// Element "http://grisu.vpac.org/grisu-ws":NoSuchTemplateException of type "http://exceptions.control.grisu.vpac.org":NoSuchTemplateException. /// Note: use wsdl2h option -g to generate this global element declaration. /// Element "http://grisu.vpac.org/grisu-ws":JobCreationException of type "http://control.grisu.vpac.org":JobCreationException. /// Note: use wsdl2h option -g to generate this global element declaration. /// Element "http://grisu.vpac.org/grisu-ws":JobDescriptionNotValidException of type "http://exceptions.control.grisu.vpac.org":JobDescriptionNotValidException. /// Note: use wsdl2h option -g to generate this global element declaration. /// Element "http://grisu.vpac.org/grisu-ws":JobSubmissionException of type "http://exceptions.control.grisu.vpac.org":JobSubmissionException. /// Note: use wsdl2h option -g to generate this global element declaration. /******************************************************************************\ * * * Services * * * \******************************************************************************/ //gsoap ns1 service name: grisuHttpBinding //gsoap ns1 service type: grisuPortType //gsoap ns1 service port: https://ngportaldev.vpac.org/grisu-ws/services/grisu //gsoap ns1 service namespace: http://grisu.vpac.org/grisu-ws //gsoap ns1 service transport: http://schemas.xmlsoap.org/soap/http /** @mainpage Service Definitions @section Service_bindings Bindings - @ref grisuHttpBinding */ /** @page grisuHttpBinding Binding "grisuHttpBinding" @section grisuHttpBinding_operations Operations of Binding "grisuHttpBinding" - @ref __ns1__getChildrenFiles - @ref __ns1__getJobFqan - @ref __ns1__mount - @ref __ns1__login - @ref __ns1__getTemplate - @ref __ns1__getFqans - @ref __ns1__df - @ref __ns1__downloadByteArray - @ref __ns1__getSubmissionLocationsForApplication2 - @ref __ns1__ps - @ref __ns1__getStagingFileSystemForSubmissionLocation - @ref __ns1__getUserProperty - @ref __ns1__mkdir - @ref __ns1__getDataLocationsForVO - @ref __ns1__getSubmissionLocationsPerVersionOfApplication - @ref __ns1__getTemplate1 - @ref __ns1__downloadByteArray1 - @ref __ns1__listHostedApplicationTemplates - @ref __ns1__deleteFiles - @ref __ns1__getMessagesSince - @ref __ns1__calculateAbsoluteJobDirectory - @ref __ns1__ls_USCOREstring - @ref __ns1__getSubmissionLocationsForApplication1 - @ref __ns1__getApplicationDetails - @ref __ns1__createJob1 - @ref __ns1__getSubmissionLocationsForApplication - @ref __ns1__getDN - @ref __ns1__getAllJobnames - @ref __ns1__getAllJobProperties - @ref __ns1__download - @ref __ns1__isFolder - @ref __ns1__kill - @ref __ns1__getAllAvailableApplications - @ref __ns1__addJobProperties - @ref __ns1__addJobProperty - @ref __ns1__getAllSubmissionLocations - @ref __ns1__getInterfaceVersion - @ref __ns1__createJob - @ref __ns1__getAllSubmissionLocations1 - @ref __ns1__getVersionsOfApplicationOnSite - @ref __ns1__uploadByteArray1 - @ref __ns1__ps_USCOREstring - @ref __ns1__getSite - @ref __ns1__lastModified - @ref __ns1__ls - @ref __ns1__getApplicationDetails1 - @ref __ns1__calculateRelativeJobDirectory - @ref __ns1__setJobDescription_USCOREstring - @ref __ns1__logout - @ref __ns1__submitJob - @ref __ns1__uploadByteArray - @ref __ns1__cp - @ref __ns1__getFileSize - @ref __ns1__deleteFile - @ref __ns1__upload - @ref __ns1__getJobDirectory - @ref __ns1__setJobDescription - @ref __ns1__getAllSites - @ref __ns1__getJobDetails_USCOREstring - @ref __ns1__getJobStatus - @ref __ns1__umount - @ref __ns1__getJobDetails - @ref __ns1__mount1 - @ref __ns1__getJobProperty - @ref __ns1__submitSupportRequest - @ref __ns1__getAllHosts @section grisuHttpBinding_ports Endpoints of Binding "grisuHttpBinding" - https://ngportaldev.vpac.org/grisu-ws/services/grisu Note: use wsdl2h option -N to change the service binding prefix name */ /******************************************************************************\ * * * SOAP Fault Detail * * * \******************************************************************************/ /** The SOAP Fault is part of the gSOAP context and its content is accessed through the soap.fault->detail variable (SOAP 1.1) or the soap.fault->SOAP_ENV__Detail variable (SOAP 1.2). Use option -j to omit. */ struct SOAP_ENV__Detail { struct ns4__JobCreationException* ns1__JobCreationException ; ///< SOAP Fault element ""http://grisu.vpac.org/grisu-ws":JobCreationException" part "JobCreationException" struct ns2__JobDescriptionNotValidException* ns1__JobDescriptionNotValidException; ///< SOAP Fault element ""http://grisu.vpac.org/grisu-ws":JobDescriptionNotValidException" part "JobDescriptionNotValidException" struct ns2__JobSubmissionException* ns1__JobSubmissionException ; ///< SOAP Fault element ""http://grisu.vpac.org/grisu-ws":JobSubmissionException" part "JobSubmissionException" struct ns2__NoSuchJobException* ns1__NoSuchJobException ; ///< SOAP Fault element ""http://grisu.vpac.org/grisu-ws":NoSuchJobException" part "NoSuchJobException" struct ns2__NoSuchTemplateException* ns1__NoSuchTemplateException ; ///< SOAP Fault element ""http://grisu.vpac.org/grisu-ws":NoSuchTemplateException" part "NoSuchTemplateException" struct ns2__NoValidCredentialException* ns1__NoValidCredentialException; ///< SOAP Fault element ""http://grisu.vpac.org/grisu-ws":NoValidCredentialException" part "NoValidCredentialException" struct ns2__RemoteFileSystemException* ns1__RemoteFileSystemException; ///< SOAP Fault element ""http://grisu.vpac.org/grisu-ws":RemoteFileSystemException" part "RemoteFileSystemException" struct ns2__VomsException* ns1__VomsException ; ///< SOAP Fault element ""http://grisu.vpac.org/grisu-ws":VomsException" part "VomsException" int __type ; ///< set to SOAP_TYPE_X for a serializable type X void *fault ; ///< points to serializable object X or NULL _XML __any ; ///< Catch any element content in XML string. }; /******************************************************************************\ * * * grisuHttpBinding * * * \******************************************************************************/ /******************************************************************************\ * * * __ns1__getChildrenFiles * * * \******************************************************************************/ /// Operation "__ns1__getChildrenFiles" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getChildrenFiles( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getChildrenFiles* ns1__getChildrenFiles, // response parameters: struct _ns1__getChildrenFilesResponse* ns1__getChildrenFilesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getChildrenFiles( struct soap *soap, // request parameters: struct _ns1__getChildrenFiles* ns1__getChildrenFiles, // response parameters: struct _ns1__getChildrenFilesResponse* ns1__getChildrenFilesResponse ); @endcode */ //gsoap ns1 service method-style: getChildrenFiles document //gsoap ns1 service method-encoding: getChildrenFiles literal //gsoap ns1 service method-action: getChildrenFiles "" //gsoap ns1 service method-fault: getChildrenFiles ns1__VomsException //gsoap ns1 service method-fault: getChildrenFiles ns1__RemoteFileSystemException int __ns1__getChildrenFiles( struct _ns1__getChildrenFiles* ns1__getChildrenFiles, ///< Request parameter struct _ns1__getChildrenFilesResponse* ns1__getChildrenFilesResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getJobFqan * * * \******************************************************************************/ /// Operation "__ns1__getJobFqan" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getJobFqan( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getJobFqan* ns1__getJobFqan, // response parameters: struct _ns1__getJobFqanResponse* ns1__getJobFqanResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getJobFqan( struct soap *soap, // request parameters: struct _ns1__getJobFqan* ns1__getJobFqan, // response parameters: struct _ns1__getJobFqanResponse* ns1__getJobFqanResponse ); @endcode */ //gsoap ns1 service method-style: getJobFqan document //gsoap ns1 service method-encoding: getJobFqan literal //gsoap ns1 service method-action: getJobFqan "" //gsoap ns1 service method-fault: getJobFqan ns1__NoSuchJobException int __ns1__getJobFqan( struct _ns1__getJobFqan* ns1__getJobFqan, ///< Request parameter struct _ns1__getJobFqanResponse* ns1__getJobFqanResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__mount * * * \******************************************************************************/ /// Operation "__ns1__mount" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__mount( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__mount* ns1__mount, // response parameters: struct _ns1__mountResponse* ns1__mountResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__mount( struct soap *soap, // request parameters: struct _ns1__mount* ns1__mount, // response parameters: struct _ns1__mountResponse* ns1__mountResponse ); @endcode */ //gsoap ns1 service method-style: mount document //gsoap ns1 service method-encoding: mount literal //gsoap ns1 service method-action: mount "" //gsoap ns1 service method-fault: mount ns1__VomsException //gsoap ns1 service method-fault: mount ns1__RemoteFileSystemException int __ns1__mount( struct _ns1__mount* ns1__mount, ///< Request parameter struct _ns1__mountResponse* ns1__mountResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__login * * * \******************************************************************************/ /// Operation "__ns1__login" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoValidCredentialException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__login( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__login* ns1__login, // response parameters: struct _ns1__loginResponse* ns1__loginResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__login( struct soap *soap, // request parameters: struct _ns1__login* ns1__login, // response parameters: struct _ns1__loginResponse* ns1__loginResponse ); @endcode */ //gsoap ns1 service method-style: login document //gsoap ns1 service method-encoding: login literal //gsoap ns1 service method-action: login "" //gsoap ns1 service method-fault: login ns1__NoValidCredentialException int __ns1__login( struct _ns1__login* ns1__login, ///< Request parameter struct _ns1__loginResponse* ns1__loginResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getTemplate * * * \******************************************************************************/ /// Operation "__ns1__getTemplate" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchTemplateException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getTemplate( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getTemplate* ns1__getTemplate, // response parameters: struct _ns1__getTemplateResponse* ns1__getTemplateResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getTemplate( struct soap *soap, // request parameters: struct _ns1__getTemplate* ns1__getTemplate, // response parameters: struct _ns1__getTemplateResponse* ns1__getTemplateResponse ); @endcode */ //gsoap ns1 service method-style: getTemplate document //gsoap ns1 service method-encoding: getTemplate literal //gsoap ns1 service method-action: getTemplate "" //gsoap ns1 service method-fault: getTemplate ns1__NoSuchTemplateException int __ns1__getTemplate( struct _ns1__getTemplate* ns1__getTemplate, ///< Request parameter struct _ns1__getTemplateResponse* ns1__getTemplateResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getFqans * * * \******************************************************************************/ /// Operation "__ns1__getFqans" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getFqans( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getFqans* ns1__getFqans, // response parameters: struct _ns1__getFqansResponse* ns1__getFqansResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getFqans( struct soap *soap, // request parameters: struct _ns1__getFqans* ns1__getFqans, // response parameters: struct _ns1__getFqansResponse* ns1__getFqansResponse ); @endcode */ //gsoap ns1 service method-style: getFqans document //gsoap ns1 service method-encoding: getFqans literal //gsoap ns1 service method-action: getFqans "" int __ns1__getFqans( struct _ns1__getFqans* ns1__getFqans, ///< Request parameter struct _ns1__getFqansResponse* ns1__getFqansResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__df * * * \******************************************************************************/ /// Operation "__ns1__df" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__df( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__df* ns1__df, // response parameters: struct _ns1__dfResponse* ns1__dfResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__df( struct soap *soap, // request parameters: struct _ns1__df* ns1__df, // response parameters: struct _ns1__dfResponse* ns1__dfResponse ); @endcode */ //gsoap ns1 service method-style: df document //gsoap ns1 service method-encoding: df literal //gsoap ns1 service method-action: df "" int __ns1__df( struct _ns1__df* ns1__df, ///< Request parameter struct _ns1__dfResponse* ns1__dfResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__downloadByteArray * * * \******************************************************************************/ /// Operation "__ns1__downloadByteArray" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__downloadByteArray( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__downloadByteArray* ns1__downloadByteArray, // response parameters: struct _ns1__downloadByteArrayResponse* ns1__downloadByteArrayResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__downloadByteArray( struct soap *soap, // request parameters: struct _ns1__downloadByteArray* ns1__downloadByteArray, // response parameters: struct _ns1__downloadByteArrayResponse* ns1__downloadByteArrayResponse ); @endcode */ //gsoap ns1 service method-style: downloadByteArray document //gsoap ns1 service method-encoding: downloadByteArray literal //gsoap ns1 service method-action: downloadByteArray "" //gsoap ns1 service method-fault: downloadByteArray ns1__VomsException //gsoap ns1 service method-fault: downloadByteArray ns1__RemoteFileSystemException int __ns1__downloadByteArray( struct _ns1__downloadByteArray* ns1__downloadByteArray, ///< Request parameter struct _ns1__downloadByteArrayResponse* ns1__downloadByteArrayResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getSubmissionLocationsForApplication2 * * * \******************************************************************************/ /// Operation "__ns1__getSubmissionLocationsForApplication2" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getSubmissionLocationsForApplication2( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getSubmissionLocationsForApplication2* ns1__getSubmissionLocationsForApplication2, // response parameters: struct _ns1__getSubmissionLocationsForApplication2Response* ns1__getSubmissionLocationsForApplication2Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getSubmissionLocationsForApplication2( struct soap *soap, // request parameters: struct _ns1__getSubmissionLocationsForApplication2* ns1__getSubmissionLocationsForApplication2, // response parameters: struct _ns1__getSubmissionLocationsForApplication2Response* ns1__getSubmissionLocationsForApplication2Response ); @endcode */ //gsoap ns1 service method-style: getSubmissionLocationsForApplication2 document //gsoap ns1 service method-encoding: getSubmissionLocationsForApplication2 literal //gsoap ns1 service method-action: getSubmissionLocationsForApplication2 "" int __ns1__getSubmissionLocationsForApplication2( struct _ns1__getSubmissionLocationsForApplication2* ns1__getSubmissionLocationsForApplication2, ///< Request parameter struct _ns1__getSubmissionLocationsForApplication2Response* ns1__getSubmissionLocationsForApplication2Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__ps * * * \******************************************************************************/ /// Operation "__ns1__ps" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__ps( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__ps* ns1__ps, // response parameters: struct _ns1__psResponse* ns1__psResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__ps( struct soap *soap, // request parameters: struct _ns1__ps* ns1__ps, // response parameters: struct _ns1__psResponse* ns1__psResponse ); @endcode */ //gsoap ns1 service method-style: ps document //gsoap ns1 service method-encoding: ps literal //gsoap ns1 service method-action: ps "" int __ns1__ps( struct _ns1__ps* ns1__ps, ///< Request parameter struct _ns1__psResponse* ns1__psResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getStagingFileSystemForSubmissionLocation * * * \******************************************************************************/ /// Operation "__ns1__getStagingFileSystemForSubmissionLocation" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getStagingFileSystemForSubmissionLocation( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getStagingFileSystemForSubmissionLocation* ns1__getStagingFileSystemForSubmissionLocation, // response parameters: struct _ns1__getStagingFileSystemForSubmissionLocationResponse* ns1__getStagingFileSystemForSubmissionLocationResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getStagingFileSystemForSubmissionLocation( struct soap *soap, // request parameters: struct _ns1__getStagingFileSystemForSubmissionLocation* ns1__getStagingFileSystemForSubmissionLocation, // response parameters: struct _ns1__getStagingFileSystemForSubmissionLocationResponse* ns1__getStagingFileSystemForSubmissionLocationResponse ); @endcode */ //gsoap ns1 service method-style: getStagingFileSystemForSubmissionLocation document //gsoap ns1 service method-encoding: getStagingFileSystemForSubmissionLocation literal //gsoap ns1 service method-action: getStagingFileSystemForSubmissionLocation "" int __ns1__getStagingFileSystemForSubmissionLocation( struct _ns1__getStagingFileSystemForSubmissionLocation* ns1__getStagingFileSystemForSubmissionLocation, ///< Request parameter struct _ns1__getStagingFileSystemForSubmissionLocationResponse* ns1__getStagingFileSystemForSubmissionLocationResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getUserProperty * * * \******************************************************************************/ /// Operation "__ns1__getUserProperty" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getUserProperty( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getUserProperty* ns1__getUserProperty, // response parameters: struct _ns1__getUserPropertyResponse* ns1__getUserPropertyResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getUserProperty( struct soap *soap, // request parameters: struct _ns1__getUserProperty* ns1__getUserProperty, // response parameters: struct _ns1__getUserPropertyResponse* ns1__getUserPropertyResponse ); @endcode */ //gsoap ns1 service method-style: getUserProperty document //gsoap ns1 service method-encoding: getUserProperty literal //gsoap ns1 service method-action: getUserProperty "" int __ns1__getUserProperty( struct _ns1__getUserProperty* ns1__getUserProperty, ///< Request parameter struct _ns1__getUserPropertyResponse* ns1__getUserPropertyResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__mkdir * * * \******************************************************************************/ /// Operation "__ns1__mkdir" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__mkdir( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__mkdir* ns1__mkdir, // response parameters: struct _ns1__mkdirResponse* ns1__mkdirResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__mkdir( struct soap *soap, // request parameters: struct _ns1__mkdir* ns1__mkdir, // response parameters: struct _ns1__mkdirResponse* ns1__mkdirResponse ); @endcode */ //gsoap ns1 service method-style: mkdir document //gsoap ns1 service method-encoding: mkdir literal //gsoap ns1 service method-action: mkdir "" //gsoap ns1 service method-fault: mkdir ns1__VomsException //gsoap ns1 service method-fault: mkdir ns1__RemoteFileSystemException int __ns1__mkdir( struct _ns1__mkdir* ns1__mkdir, ///< Request parameter struct _ns1__mkdirResponse* ns1__mkdirResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getDataLocationsForVO * * * \******************************************************************************/ /// Operation "__ns1__getDataLocationsForVO" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getDataLocationsForVO( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getDataLocationsForVO* ns1__getDataLocationsForVO, // response parameters: struct _ns1__getDataLocationsForVOResponse* ns1__getDataLocationsForVOResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getDataLocationsForVO( struct soap *soap, // request parameters: struct _ns1__getDataLocationsForVO* ns1__getDataLocationsForVO, // response parameters: struct _ns1__getDataLocationsForVOResponse* ns1__getDataLocationsForVOResponse ); @endcode */ //gsoap ns1 service method-style: getDataLocationsForVO document //gsoap ns1 service method-encoding: getDataLocationsForVO literal //gsoap ns1 service method-action: getDataLocationsForVO "" int __ns1__getDataLocationsForVO( struct _ns1__getDataLocationsForVO* ns1__getDataLocationsForVO, ///< Request parameter struct _ns1__getDataLocationsForVOResponse* ns1__getDataLocationsForVOResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getSubmissionLocationsPerVersionOfApplication * * * \******************************************************************************/ /// Operation "__ns1__getSubmissionLocationsPerVersionOfApplication" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getSubmissionLocationsPerVersionOfApplication( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getSubmissionLocationsPerVersionOfApplication* ns1__getSubmissionLocationsPerVersionOfApplication, // response parameters: struct _ns1__getSubmissionLocationsPerVersionOfApplicationResponse* ns1__getSubmissionLocationsPerVersionOfApplicationResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getSubmissionLocationsPerVersionOfApplication( struct soap *soap, // request parameters: struct _ns1__getSubmissionLocationsPerVersionOfApplication* ns1__getSubmissionLocationsPerVersionOfApplication, // response parameters: struct _ns1__getSubmissionLocationsPerVersionOfApplicationResponse* ns1__getSubmissionLocationsPerVersionOfApplicationResponse ); @endcode */ //gsoap ns1 service method-style: getSubmissionLocationsPerVersionOfApplication document //gsoap ns1 service method-encoding: getSubmissionLocationsPerVersionOfApplication literal //gsoap ns1 service method-action: getSubmissionLocationsPerVersionOfApplication "" int __ns1__getSubmissionLocationsPerVersionOfApplication( struct _ns1__getSubmissionLocationsPerVersionOfApplication* ns1__getSubmissionLocationsPerVersionOfApplication, ///< Request parameter struct _ns1__getSubmissionLocationsPerVersionOfApplicationResponse* ns1__getSubmissionLocationsPerVersionOfApplicationResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getTemplate1 * * * \******************************************************************************/ /// Operation "__ns1__getTemplate1" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchTemplateException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getTemplate1( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getTemplate1* ns1__getTemplate1, // response parameters: struct _ns1__getTemplate1Response* ns1__getTemplate1Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getTemplate1( struct soap *soap, // request parameters: struct _ns1__getTemplate1* ns1__getTemplate1, // response parameters: struct _ns1__getTemplate1Response* ns1__getTemplate1Response ); @endcode */ //gsoap ns1 service method-style: getTemplate1 document //gsoap ns1 service method-encoding: getTemplate1 literal //gsoap ns1 service method-action: getTemplate1 "" //gsoap ns1 service method-fault: getTemplate1 ns1__NoSuchTemplateException int __ns1__getTemplate1( struct _ns1__getTemplate1* ns1__getTemplate1, ///< Request parameter struct _ns1__getTemplate1Response* ns1__getTemplate1Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__downloadByteArray1 * * * \******************************************************************************/ /// Operation "__ns1__downloadByteArray1" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__downloadByteArray1( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__downloadByteArray1* ns1__downloadByteArray1, // response parameters: struct _ns1__downloadByteArray1Response* ns1__downloadByteArray1Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__downloadByteArray1( struct soap *soap, // request parameters: struct _ns1__downloadByteArray1* ns1__downloadByteArray1, // response parameters: struct _ns1__downloadByteArray1Response* ns1__downloadByteArray1Response ); @endcode */ //gsoap ns1 service method-style: downloadByteArray1 document //gsoap ns1 service method-encoding: downloadByteArray1 literal //gsoap ns1 service method-action: downloadByteArray1 "" //gsoap ns1 service method-fault: downloadByteArray1 ns1__VomsException //gsoap ns1 service method-fault: downloadByteArray1 ns1__RemoteFileSystemException int __ns1__downloadByteArray1( struct _ns1__downloadByteArray1* ns1__downloadByteArray1, ///< Request parameter struct _ns1__downloadByteArray1Response* ns1__downloadByteArray1Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__listHostedApplicationTemplates * * * \******************************************************************************/ /// Operation "__ns1__listHostedApplicationTemplates" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__listHostedApplicationTemplates( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__listHostedApplicationTemplates* ns1__listHostedApplicationTemplates, // response parameters: struct _ns1__listHostedApplicationTemplatesResponse* ns1__listHostedApplicationTemplatesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__listHostedApplicationTemplates( struct soap *soap, // request parameters: struct _ns1__listHostedApplicationTemplates* ns1__listHostedApplicationTemplates, // response parameters: struct _ns1__listHostedApplicationTemplatesResponse* ns1__listHostedApplicationTemplatesResponse ); @endcode */ //gsoap ns1 service method-style: listHostedApplicationTemplates document //gsoap ns1 service method-encoding: listHostedApplicationTemplates literal //gsoap ns1 service method-action: listHostedApplicationTemplates "" int __ns1__listHostedApplicationTemplates( struct _ns1__listHostedApplicationTemplates* ns1__listHostedApplicationTemplates, ///< Request parameter struct _ns1__listHostedApplicationTemplatesResponse* ns1__listHostedApplicationTemplatesResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__deleteFiles * * * \******************************************************************************/ /// Operation "__ns1__deleteFiles" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__deleteFiles( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__deleteFiles* ns1__deleteFiles, // response parameters: struct _ns1__deleteFilesResponse* ns1__deleteFilesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__deleteFiles( struct soap *soap, // request parameters: struct _ns1__deleteFiles* ns1__deleteFiles, // response parameters: struct _ns1__deleteFilesResponse* ns1__deleteFilesResponse ); @endcode */ //gsoap ns1 service method-style: deleteFiles document //gsoap ns1 service method-encoding: deleteFiles literal //gsoap ns1 service method-action: deleteFiles "" //gsoap ns1 service method-fault: deleteFiles ns1__VomsException //gsoap ns1 service method-fault: deleteFiles ns1__RemoteFileSystemException int __ns1__deleteFiles( struct _ns1__deleteFiles* ns1__deleteFiles, ///< Request parameter struct _ns1__deleteFilesResponse* ns1__deleteFilesResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getMessagesSince * * * \******************************************************************************/ /// Operation "__ns1__getMessagesSince" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getMessagesSince( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getMessagesSince* ns1__getMessagesSince, // response parameters: struct _ns1__getMessagesSinceResponse* ns1__getMessagesSinceResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getMessagesSince( struct soap *soap, // request parameters: struct _ns1__getMessagesSince* ns1__getMessagesSince, // response parameters: struct _ns1__getMessagesSinceResponse* ns1__getMessagesSinceResponse ); @endcode */ //gsoap ns1 service method-style: getMessagesSince document //gsoap ns1 service method-encoding: getMessagesSince literal //gsoap ns1 service method-action: getMessagesSince "" int __ns1__getMessagesSince( struct _ns1__getMessagesSince* ns1__getMessagesSince, ///< Request parameter struct _ns1__getMessagesSinceResponse* ns1__getMessagesSinceResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__calculateAbsoluteJobDirectory * * * \******************************************************************************/ /// Operation "__ns1__calculateAbsoluteJobDirectory" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__calculateAbsoluteJobDirectory( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__calculateAbsoluteJobDirectory* ns1__calculateAbsoluteJobDirectory, // response parameters: struct _ns1__calculateAbsoluteJobDirectoryResponse* ns1__calculateAbsoluteJobDirectoryResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__calculateAbsoluteJobDirectory( struct soap *soap, // request parameters: struct _ns1__calculateAbsoluteJobDirectory* ns1__calculateAbsoluteJobDirectory, // response parameters: struct _ns1__calculateAbsoluteJobDirectoryResponse* ns1__calculateAbsoluteJobDirectoryResponse ); @endcode */ //gsoap ns1 service method-style: calculateAbsoluteJobDirectory document //gsoap ns1 service method-encoding: calculateAbsoluteJobDirectory literal //gsoap ns1 service method-action: calculateAbsoluteJobDirectory "" int __ns1__calculateAbsoluteJobDirectory( struct _ns1__calculateAbsoluteJobDirectory* ns1__calculateAbsoluteJobDirectory, ///< Request parameter struct _ns1__calculateAbsoluteJobDirectoryResponse* ns1__calculateAbsoluteJobDirectoryResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__ls_USCOREstring * * * \******************************************************************************/ /// Operation "__ns1__ls_USCOREstring" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__ls_USCOREstring( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__ls_USCOREstring* ns1__ls_USCOREstring, // response parameters: struct _ns1__ls_USCOREstringResponse* ns1__ls_USCOREstringResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__ls_USCOREstring( struct soap *soap, // request parameters: struct _ns1__ls_USCOREstring* ns1__ls_USCOREstring, // response parameters: struct _ns1__ls_USCOREstringResponse* ns1__ls_USCOREstringResponse ); @endcode */ //gsoap ns1 service method-style: ls_USCOREstring document //gsoap ns1 service method-encoding: ls_USCOREstring literal //gsoap ns1 service method-action: ls_USCOREstring "" //gsoap ns1 service method-fault: ls_USCOREstring ns1__RemoteFileSystemException int __ns1__ls_USCOREstring( struct _ns1__ls_USCOREstring* ns1__ls_USCOREstring, ///< Request parameter struct _ns1__ls_USCOREstringResponse* ns1__ls_USCOREstringResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getSubmissionLocationsForApplication1 * * * \******************************************************************************/ /// Operation "__ns1__getSubmissionLocationsForApplication1" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getSubmissionLocationsForApplication1( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getSubmissionLocationsForApplication1* ns1__getSubmissionLocationsForApplication1, // response parameters: struct _ns1__getSubmissionLocationsForApplication1Response* ns1__getSubmissionLocationsForApplication1Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getSubmissionLocationsForApplication1( struct soap *soap, // request parameters: struct _ns1__getSubmissionLocationsForApplication1* ns1__getSubmissionLocationsForApplication1, // response parameters: struct _ns1__getSubmissionLocationsForApplication1Response* ns1__getSubmissionLocationsForApplication1Response ); @endcode */ //gsoap ns1 service method-style: getSubmissionLocationsForApplication1 document //gsoap ns1 service method-encoding: getSubmissionLocationsForApplication1 literal //gsoap ns1 service method-action: getSubmissionLocationsForApplication1 "" int __ns1__getSubmissionLocationsForApplication1( struct _ns1__getSubmissionLocationsForApplication1* ns1__getSubmissionLocationsForApplication1, ///< Request parameter struct _ns1__getSubmissionLocationsForApplication1Response* ns1__getSubmissionLocationsForApplication1Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__getApplicationDetails * * * \******************************************************************************/ /// Operation "__ns1__getApplicationDetails" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getApplicationDetails( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getApplicationDetails* ns1__getApplicationDetails, // response parameters: struct _ns1__getApplicationDetailsResponse* ns1__getApplicationDetailsResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getApplicationDetails( struct soap *soap, // request parameters: struct _ns1__getApplicationDetails* ns1__getApplicationDetails, // response parameters: struct _ns1__getApplicationDetailsResponse* ns1__getApplicationDetailsResponse ); @endcode */ //gsoap ns1 service method-style: getApplicationDetails document //gsoap ns1 service method-encoding: getApplicationDetails literal //gsoap ns1 service method-action: getApplicationDetails "" int __ns1__getApplicationDetails( struct _ns1__getApplicationDetails* ns1__getApplicationDetails, ///< Request parameter struct _ns1__getApplicationDetailsResponse* ns1__getApplicationDetailsResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__createJob1 * * * \******************************************************************************/ /// Operation "__ns1__createJob1" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":JobCreationException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":JobDescriptionNotValidException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__createJob1( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__createJob1* ns1__createJob1, // response parameters: struct _ns1__createJob1Response* ns1__createJob1Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__createJob1( struct soap *soap, // request parameters: struct _ns1__createJob1* ns1__createJob1, // response parameters: struct _ns1__createJob1Response* ns1__createJob1Response ); @endcode */ //gsoap ns1 service method-style: createJob1 document //gsoap ns1 service method-encoding: createJob1 literal //gsoap ns1 service method-action: createJob1 "" //gsoap ns1 service method-fault: createJob1 ns1__JobCreationException //gsoap ns1 service method-fault: createJob1 ns1__JobDescriptionNotValidException int __ns1__createJob1( struct _ns1__createJob1* ns1__createJob1, ///< Request parameter struct _ns1__createJob1Response* ns1__createJob1Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__getSubmissionLocationsForApplication * * * \******************************************************************************/ /// Operation "__ns1__getSubmissionLocationsForApplication" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getSubmissionLocationsForApplication( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getSubmissionLocationsForApplication* ns1__getSubmissionLocationsForApplication, // response parameters: struct _ns1__getSubmissionLocationsForApplicationResponse* ns1__getSubmissionLocationsForApplicationResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getSubmissionLocationsForApplication( struct soap *soap, // request parameters: struct _ns1__getSubmissionLocationsForApplication* ns1__getSubmissionLocationsForApplication, // response parameters: struct _ns1__getSubmissionLocationsForApplicationResponse* ns1__getSubmissionLocationsForApplicationResponse ); @endcode */ //gsoap ns1 service method-style: getSubmissionLocationsForApplication document //gsoap ns1 service method-encoding: getSubmissionLocationsForApplication literal //gsoap ns1 service method-action: getSubmissionLocationsForApplication "" int __ns1__getSubmissionLocationsForApplication( struct _ns1__getSubmissionLocationsForApplication* ns1__getSubmissionLocationsForApplication, ///< Request parameter struct _ns1__getSubmissionLocationsForApplicationResponse* ns1__getSubmissionLocationsForApplicationResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getDN * * * \******************************************************************************/ /// Operation "__ns1__getDN" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getDN( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getDN* ns1__getDN, // response parameters: struct _ns1__getDNResponse* ns1__getDNResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getDN( struct soap *soap, // request parameters: struct _ns1__getDN* ns1__getDN, // response parameters: struct _ns1__getDNResponse* ns1__getDNResponse ); @endcode */ //gsoap ns1 service method-style: getDN document //gsoap ns1 service method-encoding: getDN literal //gsoap ns1 service method-action: getDN "" int __ns1__getDN( struct _ns1__getDN* ns1__getDN, ///< Request parameter struct _ns1__getDNResponse* ns1__getDNResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getAllJobnames * * * \******************************************************************************/ /// Operation "__ns1__getAllJobnames" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getAllJobnames( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getAllJobnames* ns1__getAllJobnames, // response parameters: struct _ns1__getAllJobnamesResponse* ns1__getAllJobnamesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getAllJobnames( struct soap *soap, // request parameters: struct _ns1__getAllJobnames* ns1__getAllJobnames, // response parameters: struct _ns1__getAllJobnamesResponse* ns1__getAllJobnamesResponse ); @endcode */ //gsoap ns1 service method-style: getAllJobnames document //gsoap ns1 service method-encoding: getAllJobnames literal //gsoap ns1 service method-action: getAllJobnames "" int __ns1__getAllJobnames( struct _ns1__getAllJobnames* ns1__getAllJobnames, ///< Request parameter struct _ns1__getAllJobnamesResponse* ns1__getAllJobnamesResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getAllJobProperties * * * \******************************************************************************/ /// Operation "__ns1__getAllJobProperties" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getAllJobProperties( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getAllJobProperties* ns1__getAllJobProperties, // response parameters: struct _ns1__getAllJobPropertiesResponse* ns1__getAllJobPropertiesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getAllJobProperties( struct soap *soap, // request parameters: struct _ns1__getAllJobProperties* ns1__getAllJobProperties, // response parameters: struct _ns1__getAllJobPropertiesResponse* ns1__getAllJobPropertiesResponse ); @endcode */ //gsoap ns1 service method-style: getAllJobProperties document //gsoap ns1 service method-encoding: getAllJobProperties literal //gsoap ns1 service method-action: getAllJobProperties "" //gsoap ns1 service method-fault: getAllJobProperties ns1__NoSuchJobException int __ns1__getAllJobProperties( struct _ns1__getAllJobProperties* ns1__getAllJobProperties, ///< Request parameter struct _ns1__getAllJobPropertiesResponse* ns1__getAllJobPropertiesResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__download * * * \******************************************************************************/ /// Operation "__ns1__download" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__download( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__download* ns1__download, // response parameters: struct _ns1__downloadResponse* ns1__downloadResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__download( struct soap *soap, // request parameters: struct _ns1__download* ns1__download, // response parameters: struct _ns1__downloadResponse* ns1__downloadResponse ); @endcode */ //gsoap ns1 service method-style: download document //gsoap ns1 service method-encoding: download literal //gsoap ns1 service method-action: download "" //gsoap ns1 service method-fault: download ns1__VomsException //gsoap ns1 service method-fault: download ns1__RemoteFileSystemException int __ns1__download( struct _ns1__download* ns1__download, ///< Request parameter struct _ns1__downloadResponse* ns1__downloadResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__isFolder * * * \******************************************************************************/ /// Operation "__ns1__isFolder" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__isFolder( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__isFolder* ns1__isFolder, // response parameters: struct _ns1__isFolderResponse* ns1__isFolderResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__isFolder( struct soap *soap, // request parameters: struct _ns1__isFolder* ns1__isFolder, // response parameters: struct _ns1__isFolderResponse* ns1__isFolderResponse ); @endcode */ //gsoap ns1 service method-style: isFolder document //gsoap ns1 service method-encoding: isFolder literal //gsoap ns1 service method-action: isFolder "" //gsoap ns1 service method-fault: isFolder ns1__VomsException //gsoap ns1 service method-fault: isFolder ns1__RemoteFileSystemException int __ns1__isFolder( struct _ns1__isFolder* ns1__isFolder, ///< Request parameter struct _ns1__isFolderResponse* ns1__isFolderResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__kill * * * \******************************************************************************/ /// Operation "__ns1__kill" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__kill( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__kill* ns1__kill, // response parameters: struct _ns1__killResponse* ns1__killResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__kill( struct soap *soap, // request parameters: struct _ns1__kill* ns1__kill, // response parameters: struct _ns1__killResponse* ns1__killResponse ); @endcode */ //gsoap ns1 service method-style: kill document //gsoap ns1 service method-encoding: kill literal //gsoap ns1 service method-action: kill "" //gsoap ns1 service method-fault: kill ns1__VomsException //gsoap ns1 service method-fault: kill ns1__RemoteFileSystemException //gsoap ns1 service method-fault: kill ns1__NoSuchJobException int __ns1__kill( struct _ns1__kill* ns1__kill, ///< Request parameter struct _ns1__killResponse* ns1__killResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getAllAvailableApplications * * * \******************************************************************************/ /// Operation "__ns1__getAllAvailableApplications" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getAllAvailableApplications( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getAllAvailableApplications* ns1__getAllAvailableApplications, // response parameters: struct _ns1__getAllAvailableApplicationsResponse* ns1__getAllAvailableApplicationsResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getAllAvailableApplications( struct soap *soap, // request parameters: struct _ns1__getAllAvailableApplications* ns1__getAllAvailableApplications, // response parameters: struct _ns1__getAllAvailableApplicationsResponse* ns1__getAllAvailableApplicationsResponse ); @endcode */ //gsoap ns1 service method-style: getAllAvailableApplications document //gsoap ns1 service method-encoding: getAllAvailableApplications literal //gsoap ns1 service method-action: getAllAvailableApplications "" int __ns1__getAllAvailableApplications( struct _ns1__getAllAvailableApplications* ns1__getAllAvailableApplications, ///< Request parameter struct _ns1__getAllAvailableApplicationsResponse* ns1__getAllAvailableApplicationsResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__addJobProperties * * * \******************************************************************************/ /// Operation "__ns1__addJobProperties" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__addJobProperties( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__addJobProperties* ns1__addJobProperties, // response parameters: struct _ns1__addJobPropertiesResponse* ns1__addJobPropertiesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__addJobProperties( struct soap *soap, // request parameters: struct _ns1__addJobProperties* ns1__addJobProperties, // response parameters: struct _ns1__addJobPropertiesResponse* ns1__addJobPropertiesResponse ); @endcode */ //gsoap ns1 service method-style: addJobProperties document //gsoap ns1 service method-encoding: addJobProperties literal //gsoap ns1 service method-action: addJobProperties "" //gsoap ns1 service method-fault: addJobProperties ns1__NoSuchJobException int __ns1__addJobProperties( struct _ns1__addJobProperties* ns1__addJobProperties, ///< Request parameter struct _ns1__addJobPropertiesResponse* ns1__addJobPropertiesResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__addJobProperty * * * \******************************************************************************/ /// Operation "__ns1__addJobProperty" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__addJobProperty( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__addJobProperty* ns1__addJobProperty, // response parameters: struct _ns1__addJobPropertyResponse* ns1__addJobPropertyResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__addJobProperty( struct soap *soap, // request parameters: struct _ns1__addJobProperty* ns1__addJobProperty, // response parameters: struct _ns1__addJobPropertyResponse* ns1__addJobPropertyResponse ); @endcode */ //gsoap ns1 service method-style: addJobProperty document //gsoap ns1 service method-encoding: addJobProperty literal //gsoap ns1 service method-action: addJobProperty "" //gsoap ns1 service method-fault: addJobProperty ns1__NoSuchJobException int __ns1__addJobProperty( struct _ns1__addJobProperty* ns1__addJobProperty, ///< Request parameter struct _ns1__addJobPropertyResponse* ns1__addJobPropertyResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getAllSubmissionLocations * * * \******************************************************************************/ /// Operation "__ns1__getAllSubmissionLocations" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getAllSubmissionLocations( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getAllSubmissionLocations* ns1__getAllSubmissionLocations, // response parameters: struct _ns1__getAllSubmissionLocationsResponse* ns1__getAllSubmissionLocationsResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getAllSubmissionLocations( struct soap *soap, // request parameters: struct _ns1__getAllSubmissionLocations* ns1__getAllSubmissionLocations, // response parameters: struct _ns1__getAllSubmissionLocationsResponse* ns1__getAllSubmissionLocationsResponse ); @endcode */ //gsoap ns1 service method-style: getAllSubmissionLocations document //gsoap ns1 service method-encoding: getAllSubmissionLocations literal //gsoap ns1 service method-action: getAllSubmissionLocations "" int __ns1__getAllSubmissionLocations( struct _ns1__getAllSubmissionLocations* ns1__getAllSubmissionLocations, ///< Request parameter struct _ns1__getAllSubmissionLocationsResponse* ns1__getAllSubmissionLocationsResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getInterfaceVersion * * * \******************************************************************************/ /// Operation "__ns1__getInterfaceVersion" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getInterfaceVersion( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getInterfaceVersion* ns1__getInterfaceVersion, // response parameters: struct _ns1__getInterfaceVersionResponse* ns1__getInterfaceVersionResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getInterfaceVersion( struct soap *soap, // request parameters: struct _ns1__getInterfaceVersion* ns1__getInterfaceVersion, // response parameters: struct _ns1__getInterfaceVersionResponse* ns1__getInterfaceVersionResponse ); @endcode */ //gsoap ns1 service method-style: getInterfaceVersion document //gsoap ns1 service method-encoding: getInterfaceVersion literal //gsoap ns1 service method-action: getInterfaceVersion "" int __ns1__getInterfaceVersion( struct _ns1__getInterfaceVersion* ns1__getInterfaceVersion, ///< Request parameter struct _ns1__getInterfaceVersionResponse* ns1__getInterfaceVersionResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__createJob * * * \******************************************************************************/ /// Operation "__ns1__createJob" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":JobCreationException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__createJob( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__createJob* ns1__createJob, // response parameters: struct _ns1__createJobResponse* ns1__createJobResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__createJob( struct soap *soap, // request parameters: struct _ns1__createJob* ns1__createJob, // response parameters: struct _ns1__createJobResponse* ns1__createJobResponse ); @endcode */ //gsoap ns1 service method-style: createJob document //gsoap ns1 service method-encoding: createJob literal //gsoap ns1 service method-action: createJob "" //gsoap ns1 service method-fault: createJob ns1__JobCreationException int __ns1__createJob( struct _ns1__createJob* ns1__createJob, ///< Request parameter struct _ns1__createJobResponse* ns1__createJobResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getAllSubmissionLocations1 * * * \******************************************************************************/ /// Operation "__ns1__getAllSubmissionLocations1" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getAllSubmissionLocations1( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getAllSubmissionLocations1* ns1__getAllSubmissionLocations1, // response parameters: struct _ns1__getAllSubmissionLocations1Response* ns1__getAllSubmissionLocations1Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getAllSubmissionLocations1( struct soap *soap, // request parameters: struct _ns1__getAllSubmissionLocations1* ns1__getAllSubmissionLocations1, // response parameters: struct _ns1__getAllSubmissionLocations1Response* ns1__getAllSubmissionLocations1Response ); @endcode */ //gsoap ns1 service method-style: getAllSubmissionLocations1 document //gsoap ns1 service method-encoding: getAllSubmissionLocations1 literal //gsoap ns1 service method-action: getAllSubmissionLocations1 "" int __ns1__getAllSubmissionLocations1( struct _ns1__getAllSubmissionLocations1* ns1__getAllSubmissionLocations1, ///< Request parameter struct _ns1__getAllSubmissionLocations1Response* ns1__getAllSubmissionLocations1Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__getVersionsOfApplicationOnSite * * * \******************************************************************************/ /// Operation "__ns1__getVersionsOfApplicationOnSite" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getVersionsOfApplicationOnSite( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getVersionsOfApplicationOnSite* ns1__getVersionsOfApplicationOnSite, // response parameters: struct _ns1__getVersionsOfApplicationOnSiteResponse* ns1__getVersionsOfApplicationOnSiteResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getVersionsOfApplicationOnSite( struct soap *soap, // request parameters: struct _ns1__getVersionsOfApplicationOnSite* ns1__getVersionsOfApplicationOnSite, // response parameters: struct _ns1__getVersionsOfApplicationOnSiteResponse* ns1__getVersionsOfApplicationOnSiteResponse ); @endcode */ //gsoap ns1 service method-style: getVersionsOfApplicationOnSite document //gsoap ns1 service method-encoding: getVersionsOfApplicationOnSite literal //gsoap ns1 service method-action: getVersionsOfApplicationOnSite "" int __ns1__getVersionsOfApplicationOnSite( struct _ns1__getVersionsOfApplicationOnSite* ns1__getVersionsOfApplicationOnSite, ///< Request parameter struct _ns1__getVersionsOfApplicationOnSiteResponse* ns1__getVersionsOfApplicationOnSiteResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__uploadByteArray1 * * * \******************************************************************************/ /// Operation "__ns1__uploadByteArray1" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__uploadByteArray1( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__uploadByteArray1* ns1__uploadByteArray1, // response parameters: struct _ns1__uploadByteArray1Response* ns1__uploadByteArray1Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__uploadByteArray1( struct soap *soap, // request parameters: struct _ns1__uploadByteArray1* ns1__uploadByteArray1, // response parameters: struct _ns1__uploadByteArray1Response* ns1__uploadByteArray1Response ); @endcode */ //gsoap ns1 service method-style: uploadByteArray1 document //gsoap ns1 service method-encoding: uploadByteArray1 literal //gsoap ns1 service method-action: uploadByteArray1 "" //gsoap ns1 service method-fault: uploadByteArray1 ns1__VomsException //gsoap ns1 service method-fault: uploadByteArray1 ns1__RemoteFileSystemException int __ns1__uploadByteArray1( struct _ns1__uploadByteArray1* ns1__uploadByteArray1, ///< Request parameter struct _ns1__uploadByteArray1Response* ns1__uploadByteArray1Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__ps_USCOREstring * * * \******************************************************************************/ /// Operation "__ns1__ps_USCOREstring" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__ps_USCOREstring( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__ps_USCOREstring* ns1__ps_USCOREstring, // response parameters: struct _ns1__ps_USCOREstringResponse* ns1__ps_USCOREstringResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__ps_USCOREstring( struct soap *soap, // request parameters: struct _ns1__ps_USCOREstring* ns1__ps_USCOREstring, // response parameters: struct _ns1__ps_USCOREstringResponse* ns1__ps_USCOREstringResponse ); @endcode */ //gsoap ns1 service method-style: ps_USCOREstring document //gsoap ns1 service method-encoding: ps_USCOREstring literal //gsoap ns1 service method-action: ps_USCOREstring "" int __ns1__ps_USCOREstring( struct _ns1__ps_USCOREstring* ns1__ps_USCOREstring, ///< Request parameter struct _ns1__ps_USCOREstringResponse* ns1__ps_USCOREstringResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getSite * * * \******************************************************************************/ /// Operation "__ns1__getSite" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getSite( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getSite* ns1__getSite, // response parameters: struct _ns1__getSiteResponse* ns1__getSiteResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getSite( struct soap *soap, // request parameters: struct _ns1__getSite* ns1__getSite, // response parameters: struct _ns1__getSiteResponse* ns1__getSiteResponse ); @endcode */ //gsoap ns1 service method-style: getSite document //gsoap ns1 service method-encoding: getSite literal //gsoap ns1 service method-action: getSite "" int __ns1__getSite( struct _ns1__getSite* ns1__getSite, ///< Request parameter struct _ns1__getSiteResponse* ns1__getSiteResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__lastModified * * * \******************************************************************************/ /// Operation "__ns1__lastModified" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__lastModified( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__lastModified* ns1__lastModified, // response parameters: struct _ns1__lastModifiedResponse* ns1__lastModifiedResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__lastModified( struct soap *soap, // request parameters: struct _ns1__lastModified* ns1__lastModified, // response parameters: struct _ns1__lastModifiedResponse* ns1__lastModifiedResponse ); @endcode */ //gsoap ns1 service method-style: lastModified document //gsoap ns1 service method-encoding: lastModified literal //gsoap ns1 service method-action: lastModified "" //gsoap ns1 service method-fault: lastModified ns1__VomsException //gsoap ns1 service method-fault: lastModified ns1__RemoteFileSystemException int __ns1__lastModified( struct _ns1__lastModified* ns1__lastModified, ///< Request parameter struct _ns1__lastModifiedResponse* ns1__lastModifiedResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__ls * * * \******************************************************************************/ /// Operation "__ns1__ls" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__ls( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__ls* ns1__ls, // response parameters: struct _ns1__lsResponse* ns1__lsResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__ls( struct soap *soap, // request parameters: struct _ns1__ls* ns1__ls, // response parameters: struct _ns1__lsResponse* ns1__lsResponse ); @endcode */ //gsoap ns1 service method-style: ls document //gsoap ns1 service method-encoding: ls literal //gsoap ns1 service method-action: ls "" //gsoap ns1 service method-fault: ls ns1__RemoteFileSystemException int __ns1__ls( struct _ns1__ls* ns1__ls, ///< Request parameter struct _ns1__lsResponse* ns1__lsResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getApplicationDetails1 * * * \******************************************************************************/ /// Operation "__ns1__getApplicationDetails1" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getApplicationDetails1( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getApplicationDetails1* ns1__getApplicationDetails1, // response parameters: struct _ns1__getApplicationDetails1Response* ns1__getApplicationDetails1Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getApplicationDetails1( struct soap *soap, // request parameters: struct _ns1__getApplicationDetails1* ns1__getApplicationDetails1, // response parameters: struct _ns1__getApplicationDetails1Response* ns1__getApplicationDetails1Response ); @endcode */ //gsoap ns1 service method-style: getApplicationDetails1 document //gsoap ns1 service method-encoding: getApplicationDetails1 literal //gsoap ns1 service method-action: getApplicationDetails1 "" int __ns1__getApplicationDetails1( struct _ns1__getApplicationDetails1* ns1__getApplicationDetails1, ///< Request parameter struct _ns1__getApplicationDetails1Response* ns1__getApplicationDetails1Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__calculateRelativeJobDirectory * * * \******************************************************************************/ /// Operation "__ns1__calculateRelativeJobDirectory" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__calculateRelativeJobDirectory( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__calculateRelativeJobDirectory* ns1__calculateRelativeJobDirectory, // response parameters: struct _ns1__calculateRelativeJobDirectoryResponse* ns1__calculateRelativeJobDirectoryResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__calculateRelativeJobDirectory( struct soap *soap, // request parameters: struct _ns1__calculateRelativeJobDirectory* ns1__calculateRelativeJobDirectory, // response parameters: struct _ns1__calculateRelativeJobDirectoryResponse* ns1__calculateRelativeJobDirectoryResponse ); @endcode */ //gsoap ns1 service method-style: calculateRelativeJobDirectory document //gsoap ns1 service method-encoding: calculateRelativeJobDirectory literal //gsoap ns1 service method-action: calculateRelativeJobDirectory "" int __ns1__calculateRelativeJobDirectory( struct _ns1__calculateRelativeJobDirectory* ns1__calculateRelativeJobDirectory, ///< Request parameter struct _ns1__calculateRelativeJobDirectoryResponse* ns1__calculateRelativeJobDirectoryResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__setJobDescription_USCOREstring * * * \******************************************************************************/ /// Operation "__ns1__setJobDescription_USCOREstring" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":JobDescriptionNotValidException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__setJobDescription_USCOREstring( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__setJobDescription_USCOREstring* ns1__setJobDescription_USCOREstring, // response parameters: struct _ns1__setJobDescription_USCOREstringResponse* ns1__setJobDescription_USCOREstringResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__setJobDescription_USCOREstring( struct soap *soap, // request parameters: struct _ns1__setJobDescription_USCOREstring* ns1__setJobDescription_USCOREstring, // response parameters: struct _ns1__setJobDescription_USCOREstringResponse* ns1__setJobDescription_USCOREstringResponse ); @endcode */ //gsoap ns1 service method-style: setJobDescription_USCOREstring document //gsoap ns1 service method-encoding: setJobDescription_USCOREstring literal //gsoap ns1 service method-action: setJobDescription_USCOREstring "" //gsoap ns1 service method-fault: setJobDescription_USCOREstring ns1__NoSuchJobException //gsoap ns1 service method-fault: setJobDescription_USCOREstring ns1__JobDescriptionNotValidException int __ns1__setJobDescription_USCOREstring( struct _ns1__setJobDescription_USCOREstring* ns1__setJobDescription_USCOREstring, ///< Request parameter struct _ns1__setJobDescription_USCOREstringResponse* ns1__setJobDescription_USCOREstringResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__logout * * * \******************************************************************************/ /// Operation "__ns1__logout" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__logout( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__logout* ns1__logout, // response parameters: struct _ns1__logoutResponse* ns1__logoutResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__logout( struct soap *soap, // request parameters: struct _ns1__logout* ns1__logout, // response parameters: struct _ns1__logoutResponse* ns1__logoutResponse ); @endcode */ //gsoap ns1 service method-style: logout document //gsoap ns1 service method-encoding: logout literal //gsoap ns1 service method-action: logout "" int __ns1__logout( struct _ns1__logout* ns1__logout, ///< Request parameter struct _ns1__logoutResponse* ns1__logoutResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__submitJob * * * \******************************************************************************/ /// Operation "__ns1__submitJob" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoValidCredentialException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":JobSubmissionException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__submitJob( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__submitJob* ns1__submitJob, // response parameters: struct _ns1__submitJobResponse* ns1__submitJobResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__submitJob( struct soap *soap, // request parameters: struct _ns1__submitJob* ns1__submitJob, // response parameters: struct _ns1__submitJobResponse* ns1__submitJobResponse ); @endcode */ //gsoap ns1 service method-style: submitJob document //gsoap ns1 service method-encoding: submitJob literal //gsoap ns1 service method-action: submitJob "" //gsoap ns1 service method-fault: submitJob ns1__VomsException //gsoap ns1 service method-fault: submitJob ns1__RemoteFileSystemException //gsoap ns1 service method-fault: submitJob ns1__NoValidCredentialException //gsoap ns1 service method-fault: submitJob ns1__NoSuchJobException //gsoap ns1 service method-fault: submitJob ns1__JobSubmissionException int __ns1__submitJob( struct _ns1__submitJob* ns1__submitJob, ///< Request parameter struct _ns1__submitJobResponse* ns1__submitJobResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__uploadByteArray * * * \******************************************************************************/ /// Operation "__ns1__uploadByteArray" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__uploadByteArray( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__uploadByteArray* ns1__uploadByteArray, // response parameters: struct _ns1__uploadByteArrayResponse* ns1__uploadByteArrayResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__uploadByteArray( struct soap *soap, // request parameters: struct _ns1__uploadByteArray* ns1__uploadByteArray, // response parameters: struct _ns1__uploadByteArrayResponse* ns1__uploadByteArrayResponse ); @endcode */ //gsoap ns1 service method-style: uploadByteArray document //gsoap ns1 service method-encoding: uploadByteArray literal //gsoap ns1 service method-action: uploadByteArray "" //gsoap ns1 service method-fault: uploadByteArray ns1__VomsException //gsoap ns1 service method-fault: uploadByteArray ns1__RemoteFileSystemException int __ns1__uploadByteArray( struct _ns1__uploadByteArray* ns1__uploadByteArray, ///< Request parameter struct _ns1__uploadByteArrayResponse* ns1__uploadByteArrayResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__cp * * * \******************************************************************************/ /// Operation "__ns1__cp" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__cp( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__cp* ns1__cp, // response parameters: struct _ns1__cpResponse* ns1__cpResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__cp( struct soap *soap, // request parameters: struct _ns1__cp* ns1__cp, // response parameters: struct _ns1__cpResponse* ns1__cpResponse ); @endcode */ //gsoap ns1 service method-style: cp document //gsoap ns1 service method-encoding: cp literal //gsoap ns1 service method-action: cp "" //gsoap ns1 service method-fault: cp ns1__VomsException //gsoap ns1 service method-fault: cp ns1__RemoteFileSystemException int __ns1__cp( struct _ns1__cp* ns1__cp, ///< Request parameter struct _ns1__cpResponse* ns1__cpResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getFileSize * * * \******************************************************************************/ /// Operation "__ns1__getFileSize" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getFileSize( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getFileSize* ns1__getFileSize, // response parameters: struct _ns1__getFileSizeResponse* ns1__getFileSizeResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getFileSize( struct soap *soap, // request parameters: struct _ns1__getFileSize* ns1__getFileSize, // response parameters: struct _ns1__getFileSizeResponse* ns1__getFileSizeResponse ); @endcode */ //gsoap ns1 service method-style: getFileSize document //gsoap ns1 service method-encoding: getFileSize literal //gsoap ns1 service method-action: getFileSize "" //gsoap ns1 service method-fault: getFileSize ns1__VomsException //gsoap ns1 service method-fault: getFileSize ns1__RemoteFileSystemException int __ns1__getFileSize( struct _ns1__getFileSize* ns1__getFileSize, ///< Request parameter struct _ns1__getFileSizeResponse* ns1__getFileSizeResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__deleteFile * * * \******************************************************************************/ /// Operation "__ns1__deleteFile" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__deleteFile( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__deleteFile* ns1__deleteFile, // response parameters: struct _ns1__deleteFileResponse* ns1__deleteFileResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__deleteFile( struct soap *soap, // request parameters: struct _ns1__deleteFile* ns1__deleteFile, // response parameters: struct _ns1__deleteFileResponse* ns1__deleteFileResponse ); @endcode */ //gsoap ns1 service method-style: deleteFile document //gsoap ns1 service method-encoding: deleteFile literal //gsoap ns1 service method-action: deleteFile "" //gsoap ns1 service method-fault: deleteFile ns1__VomsException //gsoap ns1 service method-fault: deleteFile ns1__RemoteFileSystemException int __ns1__deleteFile( struct _ns1__deleteFile* ns1__deleteFile, ///< Request parameter struct _ns1__deleteFileResponse* ns1__deleteFileResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__upload * * * \******************************************************************************/ /// Operation "__ns1__upload" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__upload( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__upload* ns1__upload, // response parameters: struct _ns1__uploadResponse* ns1__uploadResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__upload( struct soap *soap, // request parameters: struct _ns1__upload* ns1__upload, // response parameters: struct _ns1__uploadResponse* ns1__uploadResponse ); @endcode */ //gsoap ns1 service method-style: upload document //gsoap ns1 service method-encoding: upload literal //gsoap ns1 service method-action: upload "" //gsoap ns1 service method-fault: upload ns1__VomsException //gsoap ns1 service method-fault: upload ns1__RemoteFileSystemException int __ns1__upload( struct _ns1__upload* ns1__upload, ///< Request parameter struct _ns1__uploadResponse* ns1__uploadResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getJobDirectory * * * \******************************************************************************/ /// Operation "__ns1__getJobDirectory" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getJobDirectory( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getJobDirectory* ns1__getJobDirectory, // response parameters: struct _ns1__getJobDirectoryResponse* ns1__getJobDirectoryResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getJobDirectory( struct soap *soap, // request parameters: struct _ns1__getJobDirectory* ns1__getJobDirectory, // response parameters: struct _ns1__getJobDirectoryResponse* ns1__getJobDirectoryResponse ); @endcode */ //gsoap ns1 service method-style: getJobDirectory document //gsoap ns1 service method-encoding: getJobDirectory literal //gsoap ns1 service method-action: getJobDirectory "" //gsoap ns1 service method-fault: getJobDirectory ns1__NoSuchJobException int __ns1__getJobDirectory( struct _ns1__getJobDirectory* ns1__getJobDirectory, ///< Request parameter struct _ns1__getJobDirectoryResponse* ns1__getJobDirectoryResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__setJobDescription * * * \******************************************************************************/ /// Operation "__ns1__setJobDescription" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":JobDescriptionNotValidException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__setJobDescription( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__setJobDescription* ns1__setJobDescription, // response parameters: struct _ns1__setJobDescriptionResponse* ns1__setJobDescriptionResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__setJobDescription( struct soap *soap, // request parameters: struct _ns1__setJobDescription* ns1__setJobDescription, // response parameters: struct _ns1__setJobDescriptionResponse* ns1__setJobDescriptionResponse ); @endcode */ //gsoap ns1 service method-style: setJobDescription document //gsoap ns1 service method-encoding: setJobDescription literal //gsoap ns1 service method-action: setJobDescription "" //gsoap ns1 service method-fault: setJobDescription ns1__NoSuchJobException //gsoap ns1 service method-fault: setJobDescription ns1__JobDescriptionNotValidException int __ns1__setJobDescription( struct _ns1__setJobDescription* ns1__setJobDescription, ///< Request parameter struct _ns1__setJobDescriptionResponse* ns1__setJobDescriptionResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getAllSites * * * \******************************************************************************/ /// Operation "__ns1__getAllSites" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getAllSites( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getAllSites* ns1__getAllSites, // response parameters: struct _ns1__getAllSitesResponse* ns1__getAllSitesResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getAllSites( struct soap *soap, // request parameters: struct _ns1__getAllSites* ns1__getAllSites, // response parameters: struct _ns1__getAllSitesResponse* ns1__getAllSitesResponse ); @endcode */ //gsoap ns1 service method-style: getAllSites document //gsoap ns1 service method-encoding: getAllSites literal //gsoap ns1 service method-action: getAllSites "" int __ns1__getAllSites( struct _ns1__getAllSites* ns1__getAllSites, ///< Request parameter struct _ns1__getAllSitesResponse* ns1__getAllSitesResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getJobDetails_USCOREstring * * * \******************************************************************************/ /// Operation "__ns1__getJobDetails_USCOREstring" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getJobDetails_USCOREstring( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getJobDetails_USCOREstring* ns1__getJobDetails_USCOREstring, // response parameters: struct _ns1__getJobDetails_USCOREstringResponse* ns1__getJobDetails_USCOREstringResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getJobDetails_USCOREstring( struct soap *soap, // request parameters: struct _ns1__getJobDetails_USCOREstring* ns1__getJobDetails_USCOREstring, // response parameters: struct _ns1__getJobDetails_USCOREstringResponse* ns1__getJobDetails_USCOREstringResponse ); @endcode */ //gsoap ns1 service method-style: getJobDetails_USCOREstring document //gsoap ns1 service method-encoding: getJobDetails_USCOREstring literal //gsoap ns1 service method-action: getJobDetails_USCOREstring "" //gsoap ns1 service method-fault: getJobDetails_USCOREstring ns1__NoSuchJobException int __ns1__getJobDetails_USCOREstring( struct _ns1__getJobDetails_USCOREstring* ns1__getJobDetails_USCOREstring, ///< Request parameter struct _ns1__getJobDetails_USCOREstringResponse* ns1__getJobDetails_USCOREstringResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getJobStatus * * * \******************************************************************************/ /// Operation "__ns1__getJobStatus" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getJobStatus( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getJobStatus* ns1__getJobStatus, // response parameters: struct _ns1__getJobStatusResponse* ns1__getJobStatusResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getJobStatus( struct soap *soap, // request parameters: struct _ns1__getJobStatus* ns1__getJobStatus, // response parameters: struct _ns1__getJobStatusResponse* ns1__getJobStatusResponse ); @endcode */ //gsoap ns1 service method-style: getJobStatus document //gsoap ns1 service method-encoding: getJobStatus literal //gsoap ns1 service method-action: getJobStatus "" int __ns1__getJobStatus( struct _ns1__getJobStatus* ns1__getJobStatus, ///< Request parameter struct _ns1__getJobStatusResponse* ns1__getJobStatusResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__umount * * * \******************************************************************************/ /// Operation "__ns1__umount" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__umount( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__umount* ns1__umount, // response parameters: struct _ns1__umountResponse* ns1__umountResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__umount( struct soap *soap, // request parameters: struct _ns1__umount* ns1__umount, // response parameters: struct _ns1__umountResponse* ns1__umountResponse ); @endcode */ //gsoap ns1 service method-style: umount document //gsoap ns1 service method-encoding: umount literal //gsoap ns1 service method-action: umount "" int __ns1__umount( struct _ns1__umount* ns1__umount, ///< Request parameter struct _ns1__umountResponse* ns1__umountResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getJobDetails * * * \******************************************************************************/ /// Operation "__ns1__getJobDetails" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getJobDetails( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getJobDetails* ns1__getJobDetails, // response parameters: struct _ns1__getJobDetailsResponse* ns1__getJobDetailsResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getJobDetails( struct soap *soap, // request parameters: struct _ns1__getJobDetails* ns1__getJobDetails, // response parameters: struct _ns1__getJobDetailsResponse* ns1__getJobDetailsResponse ); @endcode */ //gsoap ns1 service method-style: getJobDetails document //gsoap ns1 service method-encoding: getJobDetails literal //gsoap ns1 service method-action: getJobDetails "" //gsoap ns1 service method-fault: getJobDetails ns1__NoSuchJobException int __ns1__getJobDetails( struct _ns1__getJobDetails* ns1__getJobDetails, ///< Request parameter struct _ns1__getJobDetailsResponse* ns1__getJobDetailsResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__mount1 * * * \******************************************************************************/ /// Operation "__ns1__mount1" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":VomsException (literal) - SOAP Fault: "http://grisu.vpac.org/grisu-ws":RemoteFileSystemException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__mount1( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__mount1* ns1__mount1, // response parameters: struct _ns1__mount1Response* ns1__mount1Response ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__mount1( struct soap *soap, // request parameters: struct _ns1__mount1* ns1__mount1, // response parameters: struct _ns1__mount1Response* ns1__mount1Response ); @endcode */ //gsoap ns1 service method-style: mount1 document //gsoap ns1 service method-encoding: mount1 literal //gsoap ns1 service method-action: mount1 "" //gsoap ns1 service method-fault: mount1 ns1__VomsException //gsoap ns1 service method-fault: mount1 ns1__RemoteFileSystemException int __ns1__mount1( struct _ns1__mount1* ns1__mount1, ///< Request parameter struct _ns1__mount1Response* ns1__mount1Response ///< Response parameter ); /******************************************************************************\ * * * __ns1__getJobProperty * * * \******************************************************************************/ /// Operation "__ns1__getJobProperty" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style - SOAP Fault: "http://grisu.vpac.org/grisu-ws":NoSuchJobException (literal) C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getJobProperty( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getJobProperty* ns1__getJobProperty, // response parameters: struct _ns1__getJobPropertyResponse* ns1__getJobPropertyResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getJobProperty( struct soap *soap, // request parameters: struct _ns1__getJobProperty* ns1__getJobProperty, // response parameters: struct _ns1__getJobPropertyResponse* ns1__getJobPropertyResponse ); @endcode */ //gsoap ns1 service method-style: getJobProperty document //gsoap ns1 service method-encoding: getJobProperty literal //gsoap ns1 service method-action: getJobProperty "" //gsoap ns1 service method-fault: getJobProperty ns1__NoSuchJobException int __ns1__getJobProperty( struct _ns1__getJobProperty* ns1__getJobProperty, ///< Request parameter struct _ns1__getJobPropertyResponse* ns1__getJobPropertyResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__submitSupportRequest * * * \******************************************************************************/ /// Operation "__ns1__submitSupportRequest" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__submitSupportRequest( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__submitSupportRequest* ns1__submitSupportRequest, // response parameters: struct _ns1__submitSupportRequestResponse* ns1__submitSupportRequestResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__submitSupportRequest( struct soap *soap, // request parameters: struct _ns1__submitSupportRequest* ns1__submitSupportRequest, // response parameters: struct _ns1__submitSupportRequestResponse* ns1__submitSupportRequestResponse ); @endcode */ //gsoap ns1 service method-style: submitSupportRequest document //gsoap ns1 service method-encoding: submitSupportRequest literal //gsoap ns1 service method-action: submitSupportRequest "" int __ns1__submitSupportRequest( struct _ns1__submitSupportRequest* ns1__submitSupportRequest, ///< Request parameter struct _ns1__submitSupportRequestResponse* ns1__submitSupportRequestResponse ///< Response parameter ); /******************************************************************************\ * * * __ns1__getAllHosts * * * \******************************************************************************/ /// Operation "__ns1__getAllHosts" of service binding "grisuHttpBinding" /** Operation details: - SOAP document/literal style C stub function (defined in soapClient.c[pp] generated by soapcpp2): @code int soap_call___ns1__getAllHosts( struct soap *soap, NULL, // char *endpoint = NULL selects default endpoint for this operation NULL, // char *action = NULL selects default action for this operation // request parameters: struct _ns1__getAllHosts* ns1__getAllHosts, // response parameters: struct _ns1__getAllHostsResponse* ns1__getAllHostsResponse ); @endcode C server function (called from the service dispatcher defined in soapServer.c[pp]): @code int __ns1__getAllHosts( struct soap *soap, // request parameters: struct _ns1__getAllHosts* ns1__getAllHosts, // response parameters: struct _ns1__getAllHostsResponse* ns1__getAllHostsResponse ); @endcode */ //gsoap ns1 service method-style: getAllHosts document //gsoap ns1 service method-encoding: getAllHosts literal //gsoap ns1 service method-action: getAllHosts "" int __ns1__getAllHosts( struct _ns1__getAllHosts* ns1__getAllHosts, ///< Request parameter struct _ns1__getAllHostsResponse* ns1__getAllHostsResponse ///< Response parameter ); /* End of grisu_ws.h */