[Soaplab-users] Multiple input files with filelist
Brought to you by:
marsenger
From: Andrew E. <a.e...@ci...> - 2006-07-28 10:24:10
|
Dear All Sorry for the repost but I am still having problems passing an unknown/unspecified number of input files to soaplab using the filelist data type as described in the Soaplab FAQ. Here is the error I get when using the run/run-analysis soap client: run/run-analysis -e http://vega.cineca.it:8082/axis/services -name classic.listfile \ list file1 file2 file3 \ -w -r embl.ebi.utils.GException: ===ERROR=== Fault details: [stackTrace: null] [hostname: null] Fault string: org.embl.ebi.SoaplabShare.SoaplabException: CONFLICTING_INPUT. list * (Parameter : (CORBA related problem) Unknown TypeCode kind) Fault code: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException Fault actor: null When calling: http://vega.cineca.it:8082/axis/services/classic.listfile createAndRun =========== My ACD file looks like this: appl: ListTest [ documentation: "File input test" groups: "Classic" nonemboss: "Y" executable: "listfile.pl" ] filelist: list [ additional:"Y" qualifier: "list" ] outfile: output [ additional: "Y" default: "stdout" ] (My application merely prints out the contents of the file passed to it). I must be doing something stupid but I can't see it. Any help appreciated best wishes Andy Emerson ------------------------ Dr Andrew Emerson CINECA (High Performance Systems) via Magnanelli, 6/3 40033 Casalecchio di Reno (BO)-ITALY tel: +39-051-6171653, fax: +39-051-6132198 e-mail: a.e...@ci... |