# Connectors

By defining the connector, you can connect  the source and destination integrating application which can be any SOAP , REST Web service or database connection.

Connectors have name, services and operation details.

{% hint style="info" %}
Below tabs will  brief you the process through which you can establish a connection between designated systems.
{% endhint %}

{% tabs %}
{% tab title=" ▶" %}
Step 1.Once you login in NEXUS, you can see work space defined for each defined integration.

![](https://2300914126-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-hiUFkMG0EWvWLHvJ9%2F-M0qAsuCsw83mae109gI%2F-M0qQUZam9QvQXOhjeLo%2FNexusWorkSpace.PNG?alt=media\&token=0eb6c8cb-e52a-4af6-a604-1e7e7d38c680)

Step 2.The next step requires you to click in the specified work space .

{% hint style="info" %}
&#x20;Move to next tab for further procedure.
{% endhint %}
{% endtab %}

{% tab title="  ▶" %}
Step 3. As you click work space, the landing page of connector will show you available connectors with name and last updated time.

![](https://2300914126-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-hiUFkMG0EWvWLHvJ9%2F-M0qAsuCsw83mae109gI%2F-M0qQcmm4wyfKjhXxqa6%2FNexusConnectors.PNG?alt=media\&token=42251ede-56b8-43e5-b0d4-7556ef4741b0)

Step 4 . To create a new connector, you can click to add connector tab.
{% endtab %}

{% tab title="▶" %}
Step 4: By clicking the Add Integration button , you will be able to add a new connector in the specified work space.

The Next Step requires you to give Title And Name to the connector. and click save button.

**Connector Name**  Connector's name will be used for select on integration section and show title at error log.

![](https://2300914126-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-hiUFkMG0EWvWLHvJ9%2F-M4OXRSLlYPcMxcXYiAy%2F-M4OY7HcNBkTVOix2Vu_%2FAddint.PNG?alt=media\&token=2ee40c87-0842-48a3-9502-314e5f8ef234)
{% endtab %}

{% tab title=" ▶" %}
**Extension**  By choosing extension you can define type of integration process.

Step 5: Select an option from the given drop down of services menu.&#x20;

![](https://2300914126-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-hiUFkMG0EWvWLHvJ9%2F-M0qAsuCsw83mae109gI%2F-M0qQza78Xw_X1KuoFF2%2FConnectors1.PNG?alt=media\&token=ebfe606a-2b79-43ab-aecb-5f6f6681d860)
{% endtab %}

{% tab title=" ▶" %}
This application supports the SOAP and Rest web services type. Based on services selected in the previous step, you need to configure the URL and End point.&#x20;

Step 6: Specify the URL and endpoint for the services to connect.

#### URL:

It identifies the location on the built-in HTTP service where the web services listener listens for incoming requests, it can be both SOAP and REST.

```
#URL
<https://unifierwsdl.firebaseapp.com/UnifierWebServices_17.7.wsdl>
<----The above url is of unifier SOAP Web Services---->

```

### Service Endpoint:&#x20;

&#x20;**service endpoint** is the URL that another program would use to communicate with your program.Here we are trying to connect with Unifier endpoint.

```
#Service endpoint
ws/un/services/UnifierWebServices
<----The above endpoint is to avail the service offerd by Unifier webservice--->
```

![](https://2300914126-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M-hiUFkMG0EWvWLHvJ9%2F-M0qAsuCsw83mae109gI%2F-M0qRIX1o39iCtZ9L5-3%2FConnectors4.PNG?alt=media\&token=859556af-3efb-4499-8933-efc4d3075c22)
{% endtab %}
{% endtabs %}


---

# 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.nexus-platform.com/connectors.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.
