I need to send an XML file every 5 min to another site.
I need to send an XML file every 5 min to another site. Someone suggested "ASYNC" what would that mean?

Software/Hardware used:
iseries
ASKED: July 15, 2010  9:12 PM
UPDATED: July 16, 2010  7:33 PM

Answer Wiki:
Your best bet is probably to setup a <a href="http://www.google.com/search?hl=en&q=cron+job+tutorial&aq=1&aqi=g10&aql=&oq=cron+job&gs_rfai=">cron job</a>. If you've got access to both sites, a new fangled way to do it would be websockets.
Last Wiki Answer Submitted:  July 16, 2010  4:03 pm  by  Joeybaker   115 pts.
All Answer Wiki Contributors:  Joeybaker   115 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Since a “cron job” has no relevance to iSeries, perhaps a few alternatives are in order.

First, it depends on what is meant by “send an XML file every 5 min”.

Does that mean the job must create (and send) a new file every 5 min? Or does it simply send a specified XML file every 5 min, even if it hasn’t been changed? Or does it mean something else?

And how is the “send” expected to be done? FTP? Mapped drive? (Web services? Something else entirely?)

Tom

 108,330 pts.