End Point URL Configuration
File name: OUC2MOUNMSConfigurationProperties.xml
File location: $PRODUCT_HOME/MDS-Artifacts/C2M-NMS/AIAMetaData/config
While updating the End Point URL in file OUC2MOUNMSConfigurationProperties.xml, replace C2M_HOST.yourdomain.com:C2M_PORT_NO with actual C2M_HOST.yourdomain.com, C2M_PORT_NO in the ServiceConfiguration for OUC2MOUNMSCustomerSyncJMSReadSvc.
Example:
<ServiceConfiguration serviceName="OUC2MOUNMSCustomerSyncJMSReadSvc">
<Property name="OUC2M.F1-UpdateAndTransitionSyncRequest.Endpoint.URL">https://C2M_HOST.yourdomain.com:C2M_PORT_NO/ouaf/webservices/F1-UpdateAndTransitionSyncRequest</Property>
</ServiceConfiguration>
 
<ServiceConfiguration serviceName="OUC2MOUNMSCustomerSyncJMSReadSvc">
<Property name="OUC2M.F1-UpdateAndTransitionSyncRequest.Endpoint.URL">https://xxxx.oraclevcn.com:9000/ouaf/webservices/F1-UpdateAndTransitionSyncRequest</Property>
</ServiceConfiguration>
 
C2M-NMS Module configuration property used for Oracle Utilities Network Management System for single or default instance:
<ModuleConfiguration moduleName="C2M-NMS">
<Property name="NMS.OUNMS_BaseURL">https://NMS_HOST.yourdomain.com:NMS_PORT_NO</Property>
</ModuleConfiguration>
 
<ModuleConfiguration moduleName="C2M-NMS">
<Property name="NMS.OUNMS_BaseURL">https://xxxx.yourdomain.com:7202</Property>
</ModuleConfiguration>