Hi all,
I need to integrate an external API with Dynamics AX. This API works as follows:
- Create HTTP request and send
- Catch the response, which will be XML
- Interpret the XML to pull the necessary data
Does anyone here know how to create HTTP requests and handle XML in Dynamics AX? I know using the business connector, I could create code in .NET, but I haven't done that before either. If that is the correct way, can someone please walk me through it?
Thanks in advance guys!