Wednesday, 26 August 2015

Introduction to Services and Application Integration Framework

Features :  Description  

1) Services : Application Object Server (AOS) is the Windows Communication Foundation (WCF)                          service host for Microsoft Dynamics AX 2012 services that are exposed to users and                            applications on an intranet.
                     To consume services over the Internet, you must host services on Internet Information                          Services (IIS). Services that are hosted on IIS use the WCF message routing service. IIS                     routes all service requests to AOS. All service requests are processed on AOS, regardless                     of whether they originate on the Internet or an intranet. AOS then returns a response to                         the service consumer through IIS. Exchanges that are configured to use web services are                     processed synchronously and are therefore not queued. Microsoft Dynamics AX deploys                     the service that is based on Web Services Description Language (WSDL) to a subfolder                       of the virtual directory that is associated with the website that you provide.
2) Service operations :