Skip to main content

Notifications

Announcements

No record found.

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?

  • RE: retrieve data from navision 2017 with odata

    Version: W1 20.0

  • Suggested answer
    Marco Mels Profile Picture
    Marco Mels on at
    RE: retrieve data from navision 2017 with odata

    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.

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,606 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,551 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans