Building a POST request using the HTTP Client connector
By building a POST request using the HTTP Client connector, the connector can send data in the request body.
About this task
You can create a POST request for a generic RESTful web application. Use the HTTP Client connector to send data in the request body. Build the POST request using the HTTP Client operation's Resource Path to prevent the parameters tab values from overriding the document data going into the connector.
Procedure
-
In the HTTP Client connection, enter the first part of the URL.
-
In the HTTP Client operation, next to Resource Path, click Add Path Element.
The name of the Resource Path and the Is Replacement variable fields appear.
-
Enter the name of the Resource Path(s)
-
Select Is replacement variable for each value you want to post.

-
In your process, place a Set Properties step before the outbound connector.

-
In Set Properties, click Add Property
-
In the Choose Property window, select Dynamic Document Property and enter a Property Name.
The Dynamic Document Property name must match the name of the replacement variable you made in the Operation’s Resource path. The name is case-sensitive.
