Sends the following fault back.
Note: In my case, the / directory has only folders, no files
<tns:ioFault xmlns:tns="http://petals.ow2.org/components/ftp/version-3">
<tns:message>Can not list files on FTP server [192.168.1.206]. Cause : null</tns:message>
</tns:ioFault>
Sends the following fault back.
Note: In my case, the / directory has only folders, no files
<tns:ioFault xmlns:tns="http://petals.ow2.org/components/ftp/version-3">
<tns:message>Can not list files on FTP server [192.168.1.206]. Cause : null</tns:message>
</tns:ioFault>
Environment:
Windows 7 32bit, Petals 3.1, Webconsole 2.0.3, Studio 1.1.1 (Veolia)
Mathieu Lebreton added a comment - Tue, 14 Sep 2010 - 16:03:28 +0200 - edited I meant the <folder> attribute is written as OPTIONAL in documentation and in studio. (not required, sorry...)
In the component XML schema, the parameter is set to optionnal.
Fixed in version 3.4.
Parameter set as required in the documentation for the version 3.2.x.
Mathieu Carrolle added a comment - Tue, 14 Sep 2010 - 16:11:12 +0200 - edited In the component XML schema, the parameter is set to optionnal.
Fixed in version 3.4.
Parameter set as required in the documentation for the version 3.2.x.
I meant the <folder> attribute is written as OPTIONAL in documentation and in studio. (not required, sorry...)