Hi all,
I'm getting the null responses from non-development device by running executables (.exe) i.e., PB2017 R3 is not installed in this device. But I'm getting the responses from a device where PB is installed. The code is shown below:
li_rc = lnv_HttpClient.SendRequest("GET", "http://demo.appeon.com/PB/webapi_client/employee/243")
if li_rc = 1 then
lnv_HttpClient.GetResponseBody(ls_string)
End If
Messagebox("Response body",ls_string)
Along with the executables, the below libraries (dll's) had copied. Could you please let me know if any other dll's are missing?