hghf
Seems somewhere the Parameter type is getting disrespected.
Try with Postman OR SOAP UI.
What version of NAV are you running? Are you able to get a proper response when you called from PostMan or SOAP UI tool? I would recommend first try one of those tools and make the request.
Hi,
May be someone else can give a better solution but what I understood is that:
Try to break the last line in two parts. First get response and then after checking the status message get it in result stream.
HttpResponseMessage = HttpWebRequest.GetResponse;
IF HttpWebStatus.Equals(HttpResponseMessage.StatusCode,HttpWebStatus.OK) THEN BEGIN
ResultStream := HttpResponseMessage.GetResponseStream;
abcdssdf
Hi,
Please upload images again. Impossible to read
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,104 Most Valuable Professional
nmaenpaa 101,156