Skip to main content Skip to complementary content
Close announcements banner

Configuring the service call

Procedure

  1. Double-click the tRESTClient component to open its Basic settings view.
  2. Fill the URL field with the URI location where the REST service is accessible, "http://localhost:8088/users" in this example.
  3. 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.
  4. 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.
  5. 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 – let us know how we can improve!