Skip to main content

Notifications

Announcements

No record found.

Small and medium business | Business Central, N...
Unanswered

How to Post SOAP request with XML body in Business central?

(0) ShareShare
ReportReport
Posted on by 30

Hi, I am working on an app integration with Business Central. I have tries my request on postman and have successfully got the results. Now I want to send that request in business central using AL. 

I want to send SOAP request, with XML request body having data to post. I have tried a lot of ways for this but can not get required results. If anyone of you have idea how to do this.

  • Arne Kjetil Profile Picture
    Arne Kjetil 5 on at
    RE: How to Post SOAP request with XML body in Business central?

    You can use HttpClient:

        var
            HttpClientHttpClient;
            HttpRequestMessageHttpRequestMessage;
            HttpResponseMessageHttpResponseMessage;
             HttpRequestMessage.SetRequestUri(url)
             HttpRequestMessage.Content.WriteFrom(instream);
            HttpClient.Send(HttpRequestMessageHttpResponseMessage);

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

Congratulations 2024 Spotlight Honorees!

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December!

Congratulations to our December super stars! 🥳

Get Started Blogging in the Community

Hosted or syndicated blogging is available! ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,642 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,371 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans