You can add an
HTTP
Request node to a
Flow tab in
an orchestration job to access a third-party web service that uses
an HTTP interface. For example, you can create an orchestration job
that inputs a customer ID in an
Echo node.
Then, you can use the actions available in the
HTTP Request node
to delete, put, and get the ID data. Finally, you can create an expression
to write out the HTTP response to a text file.
The following display
shows the sample HTTP Request job:
HTTP Request Node
The
Echo node
in the job has been renamed to
Set the Customer ID.
An input named
CustomerID has
been created and given a default value of
3039.
The
Input tab
for the first
HTTP Request node in the job
is shown in the following job:
HTTP Delete Input
Create an
ID input
and bind it to
CustomerID.CustomerID from
the
Echo node. Note the default value of
3039.
The input that you
just created carries over to the
HTTP Request tab
that is shown in the following display:
HTTP Request with Delete Method
Note the
Delete method
is specified.
The following display
shows the
HTTP Request node with the
put method
selected:
HTTP Request with Put Method
The following display
shows the
HTTP Request node with the
get method
selected:
HTTP Request with Get Method
An expression in the
Expression node
writes the output to a text file.
This file, which is
named HTTP_PUTAndDELETE_ProxServer_Domain.txt, should contain the
following content:
Job Output