> For the complete documentation index, see [llms.txt](https://help.novacuraflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.novacuraflow.com/6.11/development/flow-studio/connectors/communication/web-service/example/webservice-example-connector-to-microsoft-dynamics-ax.md).

# Webservice example: Connector to Microsoft Dynamics AX

This is an example of how the Web Service connector can be used to consume Microsoft Dynamics AX AIF services.

How to set up any AIF service, such as a document service, in Microsoft Dynamics AX is beyond the scope of this example, but once that has been done the Web Service connector can be used to consume it. From AX, get the URI to the WSDL of the service.&#x20;

![](/files/-M-p1_5m-BJ9g-tPihPe)

**Step 1**

Copy the URI from AX.

Create connector of type Web Service.

Provide a name for the connector and paste in the URI. Make sure server address is correct and press "Create/update"-button&#x20;

![](/files/-M-p1bql0SVssiRyAU8j)

**Step 2**

Wait for the connector to be created&#x20;

![](/files/-M-p20cwz7OaUlqWnLIs)

**Step 3**

Examine the configuration. Might be a good idea to increase maxRecievedMessageSize.&#x20;

![](/files/-M-p23es_OnDiq-a5Ahh)

**Step 4**

Setup Client credentials by expanding Client credentials -> Windows and enter UserName and Password and, if required, domain and impersonation level.&#x20;

![](/files/-M-p28AUk21yLgWzR3Kc)

**Step 5**

Save the configuration

The connector should now be available to be used in a Machine Step.

&#x20;\
Last update 2019-11-15 15:16:02Version: 6.10.8.37269

![](/files/-M-p2CVPpikMhkxGNfL2)

![](/files/-M-p2Ffp_SZEXH1hbX1W)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.novacuraflow.com/6.11/development/flow-studio/connectors/communication/web-service/example/webservice-example-connector-to-microsoft-dynamics-ax.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
