Double-click the tRESTClient component to
open its Basic settings view.
Fill the URL field with the URI location
where the REST service is accessible,
"http://localhost:8088/users" in this example.
In the Relative Path field, enter the
resource path, "/post/" + row1.id+ "/" + row1.first_name + "/" +
row1.last_name in this example. This will send the data from the
input row to the server end via the resource path.
From the HTTP Method list, select
GET to send an HTTP request for
retrieving the existing records.
From the Accept Type list, select the
type the client end is prepared to accept for the response from the server
end, XML.
In the Advanced settings view of the
tRESTClient component, select the
Log messages check box to log the
message exchange information with the server.
Leave the rest of the settings as they are.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!