7.0

Table Of Contents
General tab
URL: Enter the URL of the HTTP server from which the file must be downloaded. Since this
is a variable property box, variables may be used, as well as the Get Data and Select Data
commands. Note that when PlanetPress Watch/Server connects to a secure page, an SSL
(Secure Socket Layer) connection is automatically used.
Server requires authentication
Check this option if the HTTP server requires user authentication. This enables the following options.
Username: A user name known to the Web server.
Password: The password associated with the username entered above.
Email Input Task Properties (Page 126)
Folder Capture Input Task Properties (Page 128)
FTP Input Task Properties (Page 129)
HTTP Client Input Task Properties
HTTP Server Input Task Properties (Page 131)
Create File Input Task Properties (Page 132)
Folder Listing Input Task Properties
LPD Input Task Properties (Page 133)
Serial Input Task Properties (Page 134)
Telnet Input Task Properties (Page 134)
WinQueue Input Task Properties (Page 135)
6.1.6 HTTP Server Input Task Properties
HTTP Server input tasks are used to receive HTTP requests made via GET or POST commands and to send
replies to the servers from which the requests were made. The HTTP server supports both http and https.
HTTP Server input tasks are typically used in one of the two following situations:
HTML Form Action: An HTML form that specifies a server-side form handler sends the request directly
from the web browser. PlanetPress Watch/Server replies by returning a file to the requesting browser.
The browser could, for instance, send a data file and receive a PDF file generated by PlanetPress Watch/
Server.
HTTP Data Submission: A custom application or a server sends the request to PlanetPress Watch/Server
using either a POST or GET command. The application or server then waits for a response from
PlanetPress Watch/Server. This method can be used, for example, to let Print Shop Web send files to
PlanetPress Watch/Server for rendering.
Requests generate input that enters the process branch at the task location. The reply sent to the requesting
server contains the file generated by the output task located on the same branch. This means that a variety of
files may be sent back. If the branch ends with a PlanetPress Image output task, for instance, then the server
will likely receive a PDF file. Note that if a Generic Splitter action task is located between the HTTP Server
input task and the output task, the reply will contain only the last part of the file.
Since the requesting server must wait until PlanetPress Watch/Server is ready to send data back, it is
important to design a process that completes processing as soon as possible. If PlanetPress Watch/Server
takes too long to reply, the server will appear to hang from the client's standpoint.
Input Tasks - Detailed Directions
Objectif Lune Inc. © 2009 131