# Integration Verification

After installing the ONEWEB Integration Components, the **Integration layer** should be verified to ensure that microflow design and integration features are functioning correctly.

This verification focuses on **Microflow Designer**, which is used to design backend services, APIs, and integration logic between ONEWEB and external systems.

***

#### Verify Microflow Designer Access

Open a web browser and log in to the ONEWEB platform using the following URL:

```
http://<Application Server IP>:<Port>/FrontWeb
```

A successful login confirms that:

* Application Server is running
* Authentication services are available
* Integration UI components are accessible

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FMtIjbFrgjFPNqH8AwI7P%2F0?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Create a New Microflow Project

Once logged in:

1. Navigate to **Microflow**
2. Select **Create Blank Project**

This step verifies that:

* Microflow Designer is deployed correctly
* Database connectivity for integration metadata is working

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FnYTj8AYezCUT4iXmJV0j%2F1?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Create a Sample Integration Service

Create a new microflow or service with the following name:

```
XXX Service
```

This confirms that:

* New integration services can be created
* Microflow project configuration can be saved successfully

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FOuJfssoEar7q1PlLx0BJ%2F2?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Import Microflow Definition

Import the predefined microflow definition as follows:

1. Navigate to **Import**
2. Choose the file **`getCurrencyFixer`**
3. Click **Import**

This step verifies that:

* File upload functionality is operational
* Microflow import logic is working
* Integration artifacts can be managed by the platform

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2FwUbwcphKvE1ia752W0DK%2F3?alt=media" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2Fl0yrCfEXBczsYG2MXgie%2F4?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Open Microflow Design Tool

After the import is complete:

* Open the microflow in the **design tool**

You should see the **getCurrencyFixer** service displayed in the design canvas.

This confirms that:

* Visual microflow editor is functioning
* Integration logic can be viewed and edited
* Microflow Designer UI is fully operational

<figure><img src="https://2015371994-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMpDjHWFRUtZ5nJcSfVXd%2Fuploads%2F0DiIW8qO0A5AKKIq6kuX%2F5?alt=media" alt=""><figcaption></figcaption></figure>

***

#### Verification Result

If all steps above complete successfully, it confirms that:

* ONEWEB Microflow Designer is accessible
* Integration projects can be created and stored
* Microflow definitions can be imported and managed
* Visual integration design tools are working correctly

The ONEWEB Integration Components are now verified and ready for:

* Backend service development
* API and system integration
* Runtime execution verification (Microflow Server)


---

# Agent Instructions: 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:

```
GET https://docs.onewebstack.com/getting-started/platform-configuration/platform-components-overview-and-management/verify-oneweb-installation/integration-verification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
