Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Unanswered

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

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.

Categories:
  • 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);

Helpful resources

Quick Links

Dynamics 365 Community Update – Sep 16th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

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

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,353 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,251 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans