After executing your request, you need to read the response of your HTTP request. Even when your request is not a query (for example, updating an employee's details), you still need to at least check if your request is successful or not.

You can check your request status through the sub-properties of the Response property (of the PRIM_SRVM.HttpClientRequest / XPRIM_HttpRequest object).

Next: Checking if the server returned any response

  • No labels