Microsoft Dynamics AX V3 Connector > Introduction to Microsoft Dynamics AX V3 Connector > Administration of Microsoft Dynamics AX V3 Connector
  

Administration of Microsoft Dynamics AX V3 Connector

As a user, you can use Microsoft Dynamics AX V3 Connector after the organization administrator performs the following tasks:

Install Web Services on Internet Information Services

Install the Microsoft Dynamics AX 2012 web services on Internet Information Services.
An Application Object Server is a Microsoft Windows service that controls communications among Microsoft Dynamics AX 2012 clients, databases, and applications. The Application Object Server hosted services are available to users and applications across an intranet. If you want to use services over the internet, you must host services on Internet Information Services. If you do not want to use services over the internet, you can skip this procedure.
To install the web services on Internet Information Service, see https://technet.microsoft.com/en-in/library/gg731848.aspx.

Exchange Documents by Using the HTTP Adapter

To read data from or write data to Microsoft Dynamics AX 2012, you must use an inbound integration port together with the HTTP adapter. The HTTP adapter enables synchronous communication through a website. You can create an inbound integration port and use the connector to read data from or write data to Microsoft Dynamics AX 2012. For example, create an inbound integration port and use C# code to create a command-line program that reads a specific sales order.
To create and configure the integration port, to create an HTTP client application, and to read a sales order, see https://technet.microsoft.com/en-us/library/hh496418.aspx.

Configure Troubleshooting Options for Integration Ports

You can configure troubleshooting settings in services and application integration framework. Use either the inbound ports form or the outbound ports form.
To configure the logging mode, error messaging, and security for integration ports, see https://technet.microsoft.com/en-us/library/hh202045.aspx.
To manage integration ports, see https://technet.microsoft.com/en-us/library/aa496471.aspx.