8.4

l Namespace: You may choose an available namespace to prevent ambiguity between identically
named elements or attributes. You may also enter a namespace directly.
l Resolve: Click to apply the options you chose above and to display the arguments of the chosen
method in the Arguments box below.
l As script: Click to apply the options you chose above and to display information on the chosen Web
service in JavaScript format in a script viewer. You should use this option if the Web service is too
complex to be interpreted correctly by the SOAP Client plugin.
l Name: Displays the name of the arguments associated with the selected method. Note that you may
also manually enter new arguments, change or delete existing ones, as well as change their order if
needed.
l Type: Displays the argument type.
l Value: Lets you enter fixed or variable values. To exchange variable information between the Web
service and PlanetPress Workflow, you must use job information variables %1 to %9 or variable %c
(which contains the entire job file). Note that return values (arguments which are used to return
information to the SOAP Client) are displayed in bold font.
l Namespace: Displays the namespace of the arguments associated with the selected method.
l Use returned raw SOAP packet as new data file: Check to use the complete SOAP packet (including
the passed parameters) instead of the parameters only. This option overrides any return value set to
%c in the Arguments box. You should use this option when the SOAP Client plugin is not able to fully
support the syntax of the response.
Advanced tab
l Domain:Enter the domain for the authentication on the SOAPserver. The Domain is optional even
when authentication is used.
l user name:Enter the user name for the authentication, if required.
l Password: Enter the password for the above user name.
l Allow invalid security certificate:Check to ignore SSLcertificates that are invalid.
On Error Tab
The On Error Tab is common to all tasks. Details can be found on " Task Properties Dialog" on page 587.
By default, any action task, branch, splitter or condition that generates an error will simply be ignored, and
the task just under it (not within a branch)will be given control of the job file without any modification. Any
initial input task that generates an error will stop the process from running as a whole, and output tasks will
not generate output. The On Error tab can be used to overwrite the default behaviors.