Greetings,
I have never worked with Dynamics AX before.
I have been given a task to implement data integration with AX.
More specifically, I’m suppose to turn on the Change Data Capture (CDC) feature in AX, catch all document changes, and forward those changes to an external Web service via HTTP POST REST API calls.
I was wandering whether A running instance of Dynamics AX 2012 comes with a running instance of IIS Web server.
If it does, I could code a WebAPI app, and run that inside IIS, to transform the incoming change records into JSON payload, which would be POSTed to a remote REST API.
Could anyone tell me whether a running instance of IIS is included with Dynamics AX 2012?