web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested Answer

retrieve data from navision 2017 with odata

(0) ShareShare
ReportReport
Posted on by 5

In navision 2017 I've a query and a Web Serwice with Odata V4 Url 

In BC i try to get the data and till I had OnPrem it worked becouse I used the "UseWindowsAuthentication" in the HttpClient

Now I try to use the following code but I obtain 401 failed.

    var
        SOAPClient: HttpClient;
        SOAPContent: HttpContent;
        SOAPRequest: HttpRequestMessage;
        SOAPRequestHeader: HttpHeaders;
        Base64Convert: Codeunit "Base64 Convert";
    begin
        Clear(SOAPClient);

        //Prepare request
        SOAPRequest.SetRequestUri(Url);
        SOAPRequest.Method := 'GET';

        //set authorization and call request
        //SOAPClient.UseWindowsAuthentication(User, Pass); // OnPrem only
        SOAPRequest.GetHeaders(SOAPRequestHeader);
        SOAPRequestHeader.Add('Authorization', StrSubstNo('Basic %1', Base64Convert.ToBase64(StrSubStNo('%1:%2', User, Pass))));
        SOAPClient.Send(SOAPRequest, SOAPResponse);

Any suggestion?

I have the same question (0)
  • Suggested answer
    Marco Mels Profile Picture
    Microsoft Employee on at

    Hello,

    We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist. If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    www.dynamicsuser.net/.../14

    Also note that Dynamics NAV 2017 went out of the support but your question seems to be about BC. It would help if you specify the release as well?

    I will open this up to the community in case they have something to add. Hope someone will be able to add some value to your question.

    Thanks.

  • Gianluca Salvini Profile Picture
    5 on at

    Version: W1 20.0

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Small and medium business | Business Central, NAV, RMS

#1
OussamaSabbouh Profile Picture

OussamaSabbouh 566 Super User 2026 Season 2

#2
YUN ZHU Profile Picture

YUN ZHU 347 Super User 2026 Season 2

#3
Grigorios Mavrogeorgis Profile Picture

Grigorios Mavrogeorgis 327 Super User 2026 Season 2

Last 30 days Overall leaderboard

Featured topics

Microsoft Training Manuals

Product updates

Dynamics 365 release plans