Skip to content

Commit

Permalink
PAtch 3 - em-omc (#50)
Browse files Browse the repository at this point in the history
* cleanup migration

cleanup migration

* Patch PAR URLs oic repository

Patch PAR URLs oic repository

* PAtch 3 - em-omc

PAtch 3 - em-omc
  • Loading branch information
klazarz authored Mar 15, 2024
1 parent d5a4518 commit 0bfde5a
Showing 1 changed file with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ To access the File Server from an Integration, you will need to create an FTP Co
> **Note:** If you get an error that the identifier already exists, enter unique connection name and remember this name for use later in the workshop.
4. Enter the following configurations in the *FTP Connection* with the information you previously gathered from the File Server Settings page.
| Field | Value |
|-------------------------|-------------------------------------------------------|
| FTP Server Host Address | From File Server Settings - IP and Port Information |
| FPT Server Port | From File Server Settings - IP and Port Information |
| SFTP Connection | Yes |
| Security | FTP Server Access Policy |
| Username | Your Oracle Integration username |
| Password | Your Oracle Integration password |
| Field | Value |
| ----------------------- | --------------------------------------------------- |
| FTP Server Host Address | From File Server Settings - IP and Port Information |
| FPT Server Port | From File Server Settings - IP and Port Information |
| SFTP Connection | Yes |
| Security | FTP Server Access Policy |
| Username | Your Oracle Integration username |
| Password | Your Oracle Integration password |

5. Confirm your Connection by clicking ***Test***, then ***Diagnose & Test***. You should see the *Connection File Server was tested successfully* confirmation message. Click ***Save*** and exit the Connection editor.

Expand All @@ -49,48 +49,48 @@ To access the File Server from an Integration, you will need to create an FTP Co

> **Note:** If you get an error that the identifier already exists, enter unique connection name and remember this name for use later in the workshop.
| **Field** | **Value** |
| --- | ----------- |
| Name | `ERP Cloud Integration Service` |
| Description | `ERP Cloud Integration Service for OIC LiveLabs` |
| **Field** | **Value** |
| ----------- | ------------------------------------------------ |
| Name | `ERP Cloud Integration Service` |
| Description | `ERP Cloud Integration Service for OIC LiveLabs` |

Keep all other values as default.

4. In the *Configuration* page, enter the following information:

| **Field** | **Values** |
|---|---|
|WSDL URL | enter ***https://ERPCloudHost/fscmService/ErpIntegrationService?wsdl*** |
|Security Policy | select ***Username Password Token*** |
|Username | Enter ***Enter ERP Cloud username*** |
|Password | Enter ***Enter ERP Cloud password*** |
| **Field** | **Values** |
| --------------- | ----------------------------------------------------------------------- |
| WSDL URL | enter ***https://ERPCloudHost/fscmService/ErpIntegrationService?wsdl*** |
| Security Policy | select ***Username Password Token*** |
| Username | Enter ***Enter ERP Cloud username*** |
| Password | Enter ***Enter ERP Cloud password*** |


5. Confirm your Connection by clicking ***Test***, then ***Validate & Test***. You should see the *Connection ERP Cloud Integration Service was tested successfully.* confirmation message. Click ***Save*** and exit the Connection editor.


## Task 3: ERP Cloud Callback Connection

1. [Download the erpcbkinterface-onjobcompletion.wsdl](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/4i4IuVudlCPCEZO9WC78jdqfdx_0LQ7X1VkzpwBh1gCfX6uroHz1ven4xCBKu9cK/n/c4u04/b/livelabsfiles/o/oic-library/erpcbkinterface-onjobcompletion.wsdl)
1. [Download the erpcbkinterface-onjobcompletion.wsdl](https://c4u04.objectstorage.us-ashburn-1.oci.customer-oci.com/p/EcTjWk2IuZPZeNnD_fYMcgUhdNDIDA6rt9gaFj_WZMiL7VvxPBNMY60837hu5hga/n/c4u04/b/livelabsfiles/o/oic-library/erpcbkinterface-onjobcompletion.wsdl)
2. In the left Navigation pane, click ***Design*** > ***Connections*** > click ***Create***
3. In the *Create Connection* dialog, select the **SOAP** adapter to use for this connection. To find the adapter, enter *soap* in the search field. Click on the highlighted adapter
4. From the *Create Connection* dialog, enter the following information and click on ***Create***:

> **Note:** If you get an error that the identifier already exists, enter unique connection name and remember this name for use later in the workshop.
| **Field** | **Value** |
| --- | ----------- |
| Name | `ERP Cloud Callback` |
| Description | `ERP Cloud Callback for OIC LiveLabs` |
| **Field** | **Value** |
| ----------- | ------------------------------------- |
| Name | `ERP Cloud Callback` |
| Description | `ERP Cloud Callback for OIC LiveLabs` |

Keep all other values as default.

5. In the *Configuration* page, enter the following information:

| **Field** | **Values** |
|---|---|
|WSDL URL | upload the ***erpcbkinterface-onjobcompletion.wsdl*** |
|Security Policy | select ***Security Assertion Markup Language(SAML)*** |
| **Field** | **Values** |
| --------------- | ----------------------------------------------------- |
| WSDL URL | upload the ***erpcbkinterface-onjobcompletion.wsdl*** |
| Security Policy | select ***Security Assertion Markup Language(SAML)*** |

![erpcloud-callback](images/erpcloud-callback-conn.png)

Expand Down

0 comments on commit 0bfde5a

Please sign in to comment.