Search found 3 matches

by arjen@publ-ict.nl
Mon Jul 25, 2016 10:23 pm
Forum: Flows
Topic: Delayed delivery in flow
Replies: 1
Views: 1506

Delayed delivery in flow

Hi all, I need to build some flows, that allow for delayed delivery of files. Something like: 1. Job holds a date in it's metadata 2. Based on the route within the flow, the delivery of the file must be immediate, or delayed by a predefined value ( n hours) So I have a data from the jobs metadata, b...
by arjen@publ-ict.nl
Tue Jul 19, 2016 10:59 am
Forum: Flows
Topic: Post XML with http request
Replies: 4
Views: 2502

Re: Post XML with http request

With the "HTTP request" element you can send the input file by setting "Attached file" to "Single-line text with variables" and choosing the variable [Job.Path]. You will have to use POST as the method, and you will have to experiment if you have to use "Yes"...
by arjen@publ-ict.nl
Tue Jul 12, 2016 10:19 am
Forum: Flows
Topic: Post XML with http request
Replies: 4
Views: 2502

Post XML with http request

Hi, I do have the need to send and XML file to a webserver with http request. Question is, How?; ) The XML (basically a log file, I want to process on the webserver) will be send through a Switch flow and at some point it must arrive on the webserver. Basic question is how to get the file that is pr...