JMSWrapperConfigurationProperties.xml
Identify Target URLs
Obtain the new endpoint URLs for all relevant services. Consult your architecture or environment migration documentation.
Update the XML
For each entry in the following format, replace OLD_URL with the new endpoint, making sure that the structure and service routing remain consistent.
<Property name=”...Endpoint.URL”>OLD_URL</Property>
Example:
<Property name=”OUMDM2.D2-UsageTransactionRequestInbound.Endpoint.URL”>https://NEW-HOST:NEW-PORT/ouaf/webservices/D2-UsageTransactionRequestInbound</Property>
Repeat for each <Property name=”...Endpoint.URL”>...</Property> element as needed.
Validate Changes
Make sure all endpoint URLs reflect the new environment.
Perform the connectivity and functional testing for each integration touchpoint.
Coordinate with downstream and upstream application owners to prevent integration disruptions.
Backup and Change Control
Take a backup of the existing configuration for rollback purposes.
Follow standard change management and deployment procedures as required.
Additional Notes
Review for any hardcoded IP addresses, ports, or hostnames, and confirm they are updated to reference the latest infrastructure.
Validate SSL or TLS certificates and trust settings for new endpoints.
Document all changes in your change management logs.
Example template for XML update: <Property name=”...Endpoint.URL”>https://NEW-CCB-or-MDM-SERVER:PORT/ouaf/webservices/SERVICE_NAME</Property>
Example:
Replace “hostname” and “hostport” with the actual values for your environment.
<ServiceConfiguration serviceName=”{http://xmlns.oracle.com/OUMDM2/Industry/Utilities/OUCCB2OUMDM2BatchBDReqJMSReadSvc/V1}OUCCB2OUMDM2BatchBDReqJMSReadSvc”> <Property name=”OUMDM2.D2-UsageTransactionRequestInbound.Endpoint.URL”>https://hostname:hostport/ouaf/webservices/D2-UsageTransactionRequestInbound</Property></ServiceConfiguration>
 
Replace “hostname” and “hostport” with the actual values for your target environment.
<ServiceConfiguration serviceName=”{http://xmlns.oracle.com/OUMDM2/Industry/Utilities/OUMDM2OUCCB2MeterSyncRespJMSReadSvc/V1}OUMDM2OUCCB2MeterSyncRespJMSReadSvc”> <Property name=”OUCCB2.F1-UpdateAndTransitionSyncRequest.Endpoint.URL”>https://hostname:hostport/ouaf/webservices/F1-UpdateAndTransitionSyncRequest</Property> </ServiceConfiguration>