|
|||||||
| Notices |
| GIS BPML BPML Related Discussions |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi,
I am trying to collect file from remote location using FTP. Please advice on the steps and services to be used. Thanks, Padma |
|
#2
|
|||
|
|||
|
Padma,
check below example, u will also find this example under FTP Client Adapter (GIS42_ServAdaptList.pdf) <process name="default"> <sequence> <operation name="FTP Client Begin Session Service"> <participant name="FTPClientBeginSession"/> <output message="FTPClientBeginSessionServiceTypeInputMess age"> <assign to="CipherStrength">STRONG</assign> <assign to="ClearControlChannel">NO</assign> <assign to="ConnectionRetries">2</assign> <assign to="FTPClientAdapter">FTPClientAdapter</assign> <assign to="ProfileId">tradingpartner1</assign> <assign to="RemoteHost">000.00.000.00</assign> <assign to="RemotePasswd">uuuuuuuu</assign> <assign to="." from="*"></assign> </output> <input message="inmsg"> <assign to="." from="*"></assign> </input> </operation> <operation name="FTP Client CD Service"> <participant name="FTPClientCd"/> <output message="FTPClientCdServiceTypeInputMessage"> <assign to="CdUp">YES</assign> <assign to="." from="*"></assign> </output> <input message="inmsg"> <assign to="." from="*"></assign> </input> </operation> <operation name="FTP Client LIST Service"> <participant name="FTPClientList"/> <output message="FTPClientListServiceTypeInputMessage"> <assign to="ConnectionType">ACTIVE</assign> <assign to="." from="*"></assign> </output> <input message="inmsg"> <assign to="." from="*"></assign> </input> </operation> <operation name="FTP Client PUT Service"> <participant name="FTPClientPut"/> <output message="FTPClientPutServiceTypeInputMessage"> <assign to="DocumentId">doc12345</assign> <assign to="." from="*"></assign> </output> <input message="inmsg"> <assign to="." from="*"></assign> </input> </operation> <operation name="FTP Client End Session Service"> <participant name="FTPClientEndSession"/> <output message="FTPClientEndSessionServiceTypeInputMessag e"> <assign to="." from="*"></assign> </output> <input message="inmsg"> <assign to="." from="*"></assign> </input> </operation> </sequence> </process> Last edited by bobby; 02-26-2010 at 07:36 PM. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|