Options

Nav2017 modify with external OData

yashinayashina Member Posts: 16
I need to download data from an external OData service. Is this possible in Nav2017? And how to do it. I know how to do this with SOAP, but I have never worked with ODATA. Understand where to start. Can someone have an example code?

Answers

  • Options
    HannesHolstHannesHolst Member Posts: 119
    yashina wrote: »
    I need to download data from an external OData service. Is this possible in Nav2017? And how to do it. I know how to do this with SOAP, but I have never worked with ODATA. Understand where to start. Can someone have an example code?

    Hi,

    ODATA is basically the same as SOAP.
    You have to send a request via http.
    Instead of XML, the file structure is based on JSON.
    Search for REST, for example here http://www.dynamics.is/?p=2637
Sign In or Register to comment.