Go Back   EDI Talk - Discussions about Electronic Data Interchange, GIS, Inovis, Extol, SAP and more... > GIS - Gentran Integration Suite > GIS BPML

Notices

GIS BPML BPML Related Discussions

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-29-2010, 05:59 AM
padma padma is offline
Junior Member
 
Join Date: Feb 2009
Posts: 2
Rep Power: 0
padma is on a distinguished road
Default FTP get from remote serve

Hi,

I am trying to collect file from remote location using FTP.
Please advice on the steps and services to be used.

Thanks,
Padma
Reply With Quote
  #2  
Old 02-26-2010, 07:33 PM
bobby bobby is offline
Junior Member
 
Join Date: Dec 2008
Posts: 9
Rep Power: 0
bobby is on a distinguished road
Default

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.
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 02:10 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) 2008 EDITalk.com & ClearInternet.com