- Dinesh Babu Sivakumar
- PowerBuilder
- Tuesday, 18 September 2018 08:24 PM UTC
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?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.