Edit productmaster-custom-common ConfigMap of the Admin UI pod to
enable Web service.
Before you begin
Applicable to Fix Pack 9 and later.
Procedure
- Edit the ConfigMap by using the following command.
oc edit cm productmaster-custom-common
- Update the following properties.
#Specify the Admin UI URL without the "/utils/enterLogin.jsp" suffix
common_product_center_url:
#Specify the company name you want to use for the Webservice
common_soap_company:
#Specify the user name
common_soap_user:
- Delete the Admin UI pod after the update.
- Verify the update by using the following command after the Admin UI pod is up and
running.
sh-4.4$ grep product_center_url /opt/MDM/etc/default/common.properties
product_center_url=<URL you specified in the Step 2>
sh-4.4$