| ... | @@ -268,30 +268,30 @@ Verify on the `Parties` tab to ensure that all parties are configured correctly. |
... | @@ -268,30 +268,30 @@ Verify on the `Parties` tab to ensure that all parties are configured correctly. |
|
|
# Testing Configuration
|
|
# Testing Configuration
|
|
|
Congratulations on setting up your Domibus server. Let's conduct some tests to ensure everything is working correctly.
|
|
Congratulations on setting up your Domibus server. Let's conduct some tests to ensure everything is working correctly.
|
|
|
|
|
|
|
|
### Console Monitoring test
|
|
### 1 - Console Monitoring test
|
|
|
Navigate to the `Connection Monitoring` section and try sending a message to your own Access Point and to `europe_ap`. If the status shows as green for both, your Domibus server is ready for message exchange.
|
|
Navigate to the `Connection Monitoring` section and try sending a message to your own Access Point and to `europe_ap`. If the status shows as green for both, your Domibus server is ready for message exchange.
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
### SoapUI test
|
|
### 2- SoapUI test
|
|
|
To perform testing with SoapUI, follow these steps:
|
|
To perform testing with SoapUI, follow these steps:
|
|
|
|
|
|
|
|
##### 1 - Install SoapUI:
|
|
##### A - Install SoapUI:
|
|
|
- Ensure you have the latest version of [SoapUI](https://www.soapui.org/) installed.
|
|
- Ensure you have the latest version of [SoapUI](https://www.soapui.org/) installed.
|
|
|
|
|
|
|
|
##### 2 - Download Domibus Sample:
|
|
##### B - Download Domibus Sample:
|
|
|
- Download the Domibus sample configuration for testing from [here](https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/Domibus).
|
|
- Download the Domibus sample configuration for testing from [here](https://ec.europa.eu/digital-building-blocks/wikis/display/DIGITAL/Domibus).
|
|
|
- Click on `View all binaries` and download the **Domibus Sample Configuration and Testing**.
|
|
- Click on `View all binaries` and download the **Domibus Sample Configuration and Testing**.
|
|
|
- Extract the downloaded file.
|
|
- Extract the downloaded file.
|
|
|
|
|
|
|
|
##### 3 - Import SoapUI Project:
|
|
##### C - Import SoapUI Project:
|
|
|
- Open `SoapUI` and right-click on `Projects`.
|
|
- Open `SoapUI` and right-click on `Projects`.
|
|
|
- Select `Import Project` and import the XML file named `AS4-test-guide-soapui-project.xml`. Find this file in the following location within the extracted folder:
|
|
- Select `Import Project` and import the XML file named `AS4-test-guide-soapui-project.xml`. Find this file in the following location within the extracted folder:
|
|
|
```
|
|
```
|
|
|
domibus-msh-distribution-x.x.x-sample-configuration-and-testing/test/soapui
|
|
domibus-msh-distribution-x.x.x-sample-configuration-and-testing/test/soapui
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
##### 4 - Configure SoapUI:
|
|
##### D - Configure SoapUI:
|
|
|
- Navigate to either the `submitMessage` request for manual envelope building or go to `Web Service Submission` and look for `sendMessage` for a quick test.
|
|
- Navigate to either the `submitMessage` request for manual envelope building or go to `Web Service Submission` and look for `sendMessage` for a quick test.
|
|
|
|
|
|
|
|

|
|

|
| ... | @@ -322,7 +322,7 @@ For the `Recipient`, we can set the `europe_ap`: |
... | @@ -322,7 +322,7 @@ For the `Recipient`, we can set the `europe_ap`: |
|
|
<ns:PartyId type="urn:oasis:names:tc:ebcore:partyid-type:unregistered">europe_ap</ns:PartyId>
|
|
<ns:PartyId type="urn:oasis:names:tc:ebcore:partyid-type:unregistered">europe_ap</ns:PartyId>
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
##### 5 - Send the eDelivery Message:
|
|
##### E - Send the eDelivery Message:
|
|
|
- Click on the green arrow on the top left to send your eDelivery message.
|
|
- Click on the green arrow on the top left to send your eDelivery message.
|
|
|
- Confirm a status code of 200 on the right.
|
|
- Confirm a status code of 200 on the right.
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |