fileName | String Relative or absolute path to a file on the server file system in which Integration Server saves the contents of the pipeline. When you specify a path for the fileName input parameter, Integration Server verifies whether it is specified in the allowedWritePaths parameter of the file access control configuration file (fileAccessControl.cnf). If the file path is not specified in the allowedWritePaths parameter, Integration Server issues an exception. Otherwise, Integration Server either creates the file if it does not yet exist or overwrites the existing file if one already exists. |
For... | pub.flow:savePipelineToFile supports... |
Java data types | byte[] Date GregorianCalendar IData IData[] (IData list) String String[] (String list) String[][] (String table) Vector |
Java wrapper classes | Boolean Byte Character Double Float Integer Long Short Single dimension arrays of any of the above |
webMethods classes | MBoolean MByte MDouble MFloat MInteger MLong MShort Single dimension arrays of any of the above |
Object arrays | Any non-array item listed in this table. |