Summary
In this chapter, we familiarized ourselves with the service architecture. We clearly saw that Microsoft has put a lot of effort into providing us with a simplified administration process for services by introducing integration ports. Because a large part of the architecture is built upon WCF, at least a basic understanding of the technologies that are used in WCF is needed.
To enable all these technologies in combination with Microsoft Dynamics AX 2012, compilation into CIL was introduced. This will allow X++ code to be compiled into CIL and benefit from all the advantages the CIL has.
In the next chapter, we will start digging deeper into the AIF services and get some hands-on time by creating our own AIF services.