Hi All,
Hope you are all doing well.
I want to consume webservice(GET) and import that data(Xml format) into Navision table. Is there any code reference to consume and import data from Webservice.
If you need more info about requirement. Please ping me.
Thanks.
0
Answers
Please have a look at Codeunit 1297 Http Web Request Mgt.
I am trying to consume NAV 2013 webservice in BC.
You will likely have to extend that codeunit to be able to send a SOAPAction HTTP header.
There are no different types of SOAP request depending on what action you request. It's only the request XML and the SOAPAction header.
There are more examples in the standard application.