Options

Webservice, Soap and AL (VS) Code nav 2018

In NAV 2018

We have a case where in we need to connect to a SOAP 1.1 web service with anonymous authentication, but in the soap request message we need to pass in the token and then send in the request to the web service. In response we will get the response of authentication result, if it is successful then we need to send another soap message with the same connection. How can this be done in AL (VS) Code? Can we make use of XML Document to frame the messages & send it with the Http Client? It can be done .net but its support by 2018
Sign In or Register to comment.