The source file used with this example contains the following data:
2
1
The following figure shows the HTTP tab of the HTTP transformation for the SIMPLE DELETE example with the Parameterize Base URL option selected:
When you select the Parameterize Base URL check box, the Designer appends the input group input port name to the base URL to construct the final URL:
http://www.avengers5:8181/emp_all/$id/
The Integration Service sends the source file values to the id input port of the HTTP transformation and sends the following HTTP requests to the HTTP server:
The SIMPLE DELETE method deletes the required data from the HTTP server. The HTTP server sends an HTTP response back to the Integration Service, which sends the updated data through the output port of the HTTP transformation to the target.